#prodlist div#pagehead{
	width:100%;
	color: #666666;
  	border-bottom:1px solid #cccccc;
	font-size: 15px;
	font-weight:bold;
	margin-bottom:15px;
}

.product{
	padding-top:10px;
	padding-bottom:14px;
	clear:both;
}

.product .head{
	padding:4px 0 4px 12px;
	border:1px solid #ccc;
	background:#E6E6DC;

}
.product .body{
	padding:20px;
	
	}
.product .head a, #product head a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	text-decoration:none;

}

.product .head a:hover{
	color:#CC0000;
}

div.spacer {
  clear: both;
  padding-top:10px;

  }



.prodimage{
	float:right;
	padding-left:8px;
}


div.moredetails {
	margin-top:20px;
	padding-top:2px;
	text-align:center;
	clear:both;
	display:block;
	float:none;
	background: url(/images/buttonbg.gif) no-repeat;
	width:95px;
	height:17px;
}

div.moredetails a, div.moredetails a:visited{
	font-size:10px;
	color: #fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

div.moredetails a:hover{
	color:#CC0000;
}

.prodattributes {
	margin:20px 0 20px 0;
	color:#CC0000;
	float:none;
	
}
.prodattributes table{
	float:left;
	border: 1px solid #ccc;
	margin-right:1px;
}
.prodattributes table td{
	
	border: 1px solid #fff;
	font-size:10px;
	color:#666;
	padding:3px;
	background-color: #E9E9E9;
}

.prodattributes td.atthead{
	border-bottom:1px solid #ccc;
	background-color: #ccc;
}

.proddescription, .proddescription p{
	font-size:11px;
	line-height:130%;
}

.prodprice{
	display:block;
	padding:4px 0 7px;
}

.prodPrice .small{
	font-size:9px;
	font-weight:normal;
}

.prodPrice{
	font-size:14px;
	font-weight:bold;
}


.backlink{
	float:left;
	padding-right:12px;
	padding-top:20px;
}

.nextlink{
	float:left;
	padding-top:20px;
}

.backlink a, .backlink a:visited, .nextlink a, .nextlink a:visited{
	color: #990000;
	
}

#prodlist .manufacturer{
	padding:3px 0 4px;
}

input.addtocart, input.qty{
	font-size:11px;
}
table.prodvariations{
	margin:10px 0 10px 0;
}

table.prodvariations td{
	font-size:11px;
	padding: 2px 5px 2px 1px;
}

table.prodvariations td select{
	font-size:11px;
}

div.prodimage{
	border:1px solid #ccc;
	width:150px;
	padding:4px;
	margin-left:20px;
	margin-top:20px;
	
}


