
.US_productlist_product
{
	width:98%;
	border: none;
	border-bottom:1px solid #eee;
}

.US_productlist_product a
{
	text-decoration: underline;
}
.US_productlist_product a:hover
{
	text-decoration: none;
}


.productlist_image
{
	float:left;
	padding:5px;
	width: 100px;
	height: 90px;
	margin-right:10px;
}

.productlist_right_content
{
	float:right;
	width:120px;
}

#header
{
	margin-top:20px;
	border-top:1px solid #969696;
	/*background-image: none;  */
	background-color: #aaa; 
	color: #aaa;
}
#infobox
{
	
	text-align:center;
	color:#fff;
}

#header #infobox
{
	color:#fff;
	font-size:40px;
	font-weight:bold;
	left: 440px;
	top:121px;
}

#infobox small
{
	font-size: 20px;
	font-weight: normal;
}
#header #cart{
	position: absolute;
	left: 215px;
	top: 145px;
	padding: 3px 0px 10px 20px;
}
#header #cart img{
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #cart a{
	font-family: arial;
	font-weight: bold;
	color: rgb(255,255,255);
}
#header
{
	height:170px;
}
#searchbox
{
	top:140px;
}

#mainContent
{
	padding-left:10px;
	width:783px;
}
.cart{
	padding: 5px 5px 5px 20px;
	background-image: url("/layout_images/devlayout/bg.jpg");
	background-repeat: repeat-y;
	border-top: 1px solid rgb(200,200,200);
}
.itemCount{
	color: rgb(16,63,120);
	font-weight: bold;
}
