.products .product em.strapline {
	display: block;
	margin-top:1px
	padding: 4px;
	background-image:url(../templateimages/list_info.jpg); 
	image-repeat:no-repeat;
	width:170px;
	margin-bottom:0px;
	border:0px solid red;
	float:none;
	height:14px;
}

	
	/* All products in a list format (i.e. not product.asp) */
.products {
	float:left;
}

.products_end {
	clear: both;
}

.products  {
	display: block;
	font-weight: bold;
	padding-top: 10px;font-weight: normal;
}

.products .minprice{
	
	margin:0px;
	float:none;
	margin-top:-2px;
	padding-top:5px;
	padding-left:1px;
	padding-bottom:10px;
	padding-right:1px;
	height:12px;
	font-size:12px;
	font-weight: bold;
	}

.products .heading {
	font-size:13px;
	color: #ffffff;
	font-weight: bold;
	padding-top:10px;
	width: 200px;
}	

.products .bullets {
	font-size:10px;
	color: #ffffff;
	padding-top:10px;
	width: 160px;
	float:right;
	padding-right: 150px;
}	
	
	
.products .moreinfo {
	background-image:url(../templateimages/list_more.gif); 
	background-repeat:no-repeat;
	text-align:center;
	width:54px;;
	margin-top:5px;
	padding-right:15px;
	height: 14px;
	}
	
.moreinfo a{
	color:#FFFFFF;
}

.moreinfo a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
	
.listingimage {
	margin:0px;
	padding:0px;
	width:511px; 
}

.strapline{
	padding:0px;
	margin:0px;
	font-size: 12px;
	float: left;
	color: #FFFFFF;
	height:14px;
}


.products .product .pad {
	
	padding: 0px;
	zoom: 100%; /* To fix IE 'invisible text' rendering bug (http://archivist.incutio.com/viewlist/css-discuss/57305) */
	overflow: hidden; /* To fix image flow in extended view, mozz/opera */	
	
	
}

.products .product{
	float:left;
	width:535px;
	height:105px;
	margin:1px;
	}

.product ul{
	list-style: none;
	margin-left:0px;
	padding-left: 0px;
	margin-top:0px;
	padding-top: 0px;
}



.product li{
	padding-left: 10px;
	background-image: url(../../skin_default/images/listing_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.products .product .product_end {
	clear: both;
}
	
	
.products_normal h2{
	height:14px;
	width:170px;
	text-align:center;
	margin-top:0px;
	font-size:10px;
	margin-bottom:-7px;
}

.products .product p {
	font-weight: normal;
}
 .listingoff{
 padding-left: 10px;
	background-image: url(../../skin_default/images/listingoff.gif);
	background-repeat: no-repeat;
	float:left;
	width:80px;
 }
 
  .listingon{
 padding-left: 10px;
	background-image: url(../../skin_default/images/listingon.gif);
	background-repeat: no-repeat;
	float:left;
	width:80px;
 }
