
#productlistcontainer {
	margin:0 auto;
	margin-top: 8px;
	width:232px;
	text-align: left;
	margin-left:3px;

}

#productlistcontainer img {
	margin-bottom: 3px;
}

#productlistcontainer P {
	margin: 4px 0px 3px 0px;
	padding: 0px;
}

#productlistcontainer ol{
	list-style-type: none;	
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

#productlistcontainer ol li{	
	margin:0px 0px 0px 0px;
	padding: 0px;
	height: 21px;
	width: 235px;
}

*html #productlistcontainer ol li{	
	margin:0px 0px 0px 0px;
	padding: 0px;
	height: 19px;
	width: 235px;
}

*+html #productlistcontainer ol li{	
	margin:0px 0px 0px 0px;
	padding: 0px;
	height: 18px;
	width: 235px;
}

#productlistcontainer ol li a{
	text-decoration: none;
	color: #000;
}

#productlistcontainer .title {
	position: relative;
	left:-2px;
	z-index:0;
}

#productlistcontainer .more {
		font-weight: bold;
		font-size:11px;
		float:left;
}

#productlistcontainer .topline {
 	font-weight:bold; 
	font-size:13px; 
	border-bottom: solid 1px #CCC; 
	width:235px; 
	margin-bottom:3px; 
	padding:2px;
}



.redtext {
	color: #ee0000;
	font-weight: bold;
}

.productlistname {
	float: left;
	font-weight: bold;
	width:103px;
}

.productlistrating {
	float: left;
	font-size: 11px;
	width:47px;
}

.productlistprice {
	float: right;
	font-size: 11px;
}

.productlistpricered {
	color: #ee0000;
	font-weight: bold;
	font-size: 14px;
}