 

/* Product lists */

ul.products { 
	position:relative;
	display:block;
	
		/* add these delarations to clear floats robustly */
		
		clear:both;	
		overflow: hidden;
		width: 100%; 
		margin-left:20px;
		

}
ul.products li {
	position:relative;
	display:block;
	float:left;
	width:171px; 
	margin-right:36px;
}
ul.products li.last { 
	margin-right:0;
}
ul.products li div {
	position:absolute;
	display:block;
	border: solid 1px #ccc;
	height:79px;
	max-height:79px;
	width:171px;
	padding:6px;
	top:0;
}
ul.products li h4 {
	position:relative;
	display:block;
	font-weight:normal;
	margin:0 0 0.25em 0;
	padding:0;
	color:#b03600;
	margin-top:108px;
	text-align:left;
	width:100%;
	font-size:0.75em;
}
ul.products li p {
	position:relative;
	display:block;
	margin:4px 0 0 0;
	line-height:1.5em !important; 
	font-size:0.65em !important	;
	padding:0;
	text-align:left;
	width:180px !important;
	font-family:tahoma, verdana, arial !important; 
}
ul.products p.price {
	position:relative; 
	display:block; 
	line-height:1em;
	text-align:center;
	width:100%;
	margin:0;
	height:100%;
	color:white;
}
ul.products p.price a {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	text-align:left;
	color:white; 
	text-decoration:none;
}
ul.products p.price a span { 
	position:absolute;
	display:block;
	bottom:0; 
	text-align:center;
	width:100%; 
	margin:0;
	padding:3px 0 3px 0;
	background:#660000;
}
ul.products a.details {
	position:relative;
	display:inline;
	margin:5px 0 0 0; 
	padding:0 0 0 10px; 
	text-align:right;
	float:right;
	background:url(../images/bullet.gif) no-repeat 0 2px;
}
ul.products #black-marble div {
	background:url(../images/black-marble.jpg) no-repeat 4px 4px;
}
ul.products #crema-marfil div {
	background:url(../images/crema-marfil-marble.jpg) no-repeat 4px 4px;
}
ul.products #salem-gold div {
	background:url(../images/salem-gold.jpg) no-repeat 4px 4px;
}
ul.products #red-yellow-tumbled-travertine div {
	background:url(../images/red-yellow-tumbled-travertine.jpg) no-repeat 4px 4px;
}




.products p {padding:0;margin:0 !important;}

