
/* CSS Document */
#anchors
{
margin-left:20px;
}
#container
{

margin:0 auto;
}

#footer
{
	background: url(../images/footer_img_back.gif);
	color : #ffffff;
	font-size : 12px;
	margin:0 auto;
	height: 100px;
	width:800px;
}


#rightContent
{
background-color:#E29A74;
float:right;
}



#content
{
}


#contentContainer
{
width:100%;
}



#rightContent
{
	width:240px;
	bacground-color:#E29A74;
	margin-right:15px;
	
}

#topNav
{
margin-right:10px;
margin-top:20px;
width:225px;
float:right;
}

#shoppingContainer
{
width:580px;
margin:5px auto;

}
#shoppingContainer #products
{
width:420px;
float:left;

}
#shoppingContainer #info
{
display:inline;
padding-left:15px;
width:130px;
float:right;
border-left:1px solid #3D79B0;
}

#shoppingContainer #info #Categories, 
#shoppingContainer #info #myCart,  
#shoppingContainer #info #searchForm, 
#shoppingContainer #info #Location
{
margin:30px auto;
text-align:left;
padding-bottom:15px;
border-bottom:1px solid black;
}



#shoppingContainer .product
{

width:180px;
height:210px;
border:solid;
display:block;
margin:8px 8px;
float:left;
border:1px solid #153353;
background-color:#FFE0A7;
color:#000000;
}

#shoppingContainer .desc
{height:170px;}

#shoppingContainer .product:hover
{
background-color:#62B6C0;
}




#shoppingContainer ul
{
display:inline;
margin:0;
padding-top:10px;
margin-top:10px;
}

#shoppingContainer li
{
list-style:none;
margin:2px auto;
text-align:center;
color:#000000;
font-weight:bold;
}

div#infoPopup
{
position:absolute;
	height:600px;
	width:600px;
	top:0;
	left:0;
	display:none;
	border:1px solid #000000;
	background-color:#FFFFFF;
	overflow:scroll;
}


div#shoppingMenu
{
width:95%;
margin:2px auto;
}

#shopBreadCrumbs
{display:inline;
float:left;
}

div#popUpToolbar
{
text-align:right;
margin:0 5px;
}

div#popUpToolbar a:hover
{
text-decoration:underline
}


.clear
{
clear:both;
}


div#logonDiv
{
width:600px;
border:1px solid black;
margin:5px auto;
}

div#logonDiv div#logon
{
margin-left:75px;
width:200px;
height:200px;
border:1px solid #153353;
float:left;
text-align:center;
}

div#register
{
margin-right:75px;
width:200px;
height:200px;
border:1px solid #153353;
float:right;
padding:0px 15px 0;
}

#userNameValidation
{
display:inline;
}

#aliasValidation
{
display:inline;
}

#conditions
{
margin:0 auto;
}

#advancedSearch
{
visibility:hidden;
display:none;
}

#dynamicContent
{
width:622px;
}


