
#productlistcontainer {
	margin-top: 6px;
	width:235px;
	text-align: left;
}

#productlistcontainer img {
	margin-bottom: 3px;
}

#productlistcontainer P {
	margin: 4px 0px 4px 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: 19px;
	border-bottom: solid 1px #CCC;
	width: 235px;
}

#productlistcontainer ol li a{
	text-decoration: none;
	color: #000;
}

.redtext {
	color: #ee0000;
	font-weight: bold;
}

.productlistname {
	float: left;
	font-weight: bold;
}

.productlistprice {
	float: right;
	font-size: 11px;
}

.productlistpricered {
	color: #ee0000;
	font-weight: bold;
	font-size: 14px;
}