
#productlistcontainer {
	margin:0 auto;
	width:264px;
	text-align: left;
	margin-left:3px;

}

#productlistcontainer img {
	margin-bottom: 3px;
}


#productlistcontainer P {
	margin: 4px 0px 4px 0px;
	padding: 0px;
}

#productlistcontainer ol{
	list-style-type: none;	
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#productlistcontainer .topline {
 	font-weight:bold; 
	font-size:13px; 
	width:235px; 
	margin-top:3px; 
	padding:3px;
}


#productlistcontainer ol li{	
	margin:0px 0px 0px 0px;
	padding: 0px;
	height: 18px;
	width: 264px;
}

*html #productlistcontainer ol li{	
	margin:0px 0px 0px 0px;
	padding: 0px;
	height: 18px;
	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: #464646;
}

#productlistcontainer .title {
	position: relative;
	left:-2px;
}

#productlistcontainer .more {
		font-weight: bold;
		font-size:11px;
		float:left;
}

#productlistcontainer .topline {
 	font-weight:bold; 
	font-size:12px; 
	width:264px; 
	margin-bottom:3px;
	padding-top:4px;
}

.more a {
	font-size:11px;
	color: #cb1f43;
	text-decoration:underline;
	font-weight:normal;
	margin-right:85px;
}

.enquire a {
	font-size:11px;
	color: #464646;
	text-decoration:none;
	font-weight:bold;
}

.enquire a:hover {
	font-size:11px;
	color: #464646;
	text-decoration:underline;
	font-weight:bold;
}

.redtext {
	color: #cb1f43;
	font-weight: bold;
}

.productlistname {
	float: left;
	font-weight: bold;
	width:103px;
}

.productlistrating {
	float: left;
	font-size: 11px;
	width:40px;
}



.productlistprice {
	float: right;
	font-size: 11px;
}

.productlistpricered {
	color: #cb1f43;
	font-weight: bold;
	font-size: 14px;
}