.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;
	clear:both;
	margin-top:-2px;
	padding-top:5px;
	padding-left:1px;
	padding-bottom:1px;
	padding-right:1px;
	height:12px;
	font-size:12px;
	font-weight: bold;
	}

.products .heading{
	font-size:12px;
	color: #6f9e00;
	font-weight: bold;
}	
	
	
.products .moreinfo {
	background-image:url(../templateimages/list_more.gif); 
	background-repeat:no-repeat;
	text-align:left;
	width:54px;;
	margin-top:5px;
	padding-right:0px;
	height: 14px;
	
	padding-left:2px
	}
	
.moreinfo a{
	color:#FFFFFF;
}

.moreinfo a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
	
	.listandstrap{width:170px; float:right}
	
.listingimage {
	margin:0px;
	image-repeat:no-repeat;
	padding:0px;
	width: 170px; 
	border-top: 1px solid #6f9e00;
	border-left: 1px solid #6f9e00;
	border-right: 1px solid #6f9e00;
	border-bottom: 1px solid #6f9e00;
	float:right;
}

.strapline{
	padding:0px;

	margin:0px;

	background-color:#6f9e00;
	background-image:url(../images/listing_detail.gif); background-position:center right; 
	background-repeat:no-repeat;
	color: #FFFFFF;
	padding-right:20px;
	text-align:right;
	height:14px;

	float:right;
}


	*>div.strapline{
				width:152px;
			}
			*>div.strapline { 
				width:152px;
			}
			/* for IE, with IE5/Mac backslash filter \*/
			* html div.strapline {
			
				width:172px;
			}
			/* end filter */

.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:180px;
	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;
}
	
	
.listingdivide {
margin-top: 10px; margin-bottom: 10px;border-top:1px solid #bbb; width: 530px;clear:both; margin-left:0px;
}