
dl.product-list:after, dl.product-list dd:after, dl.flow-layout span.price span:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
dl.product-list
	{
	padding:0;
	margin:0;
	}
dl.product-list dd
	{
	padding:0;
	margin:0;
	}
dl.product-list dt
	{
	clear:both;
	background:transparent url(img/product-list-separator.gif) no-repeat;
	padding:3px 5px;
	font-weight:bold;
	font-size:0.85em;
	color:gray;
	}
dl.flow-layout dd
	{
	padding:3px;
	float:left;
	text-align:center;
	height:145px;
	border-bottom:1px solid #E4E4E5;
	margin-bottom:7px;
	
	
	}
dl.flow-layout div.product-view
	{
	width:180px;
	float:left;
	}
dl.flow-layout span.price
	{
	margin:5px auto;
	display:table;
	float:none!important;
	clear:both;
	text-align:center;
	
	
	}
dl.flow-layout span.price span
	{
	display:table-row;
	display:inline-block;
	}
dl.flow-layout span.price span *
	{
	display:table-cell;
	display:inline-block;
	}
dl.flow-layout span.type
	{
	display:block;
	}
dl.rigid-layout dd
	{
	border-top:1px solid #ECECEC;
	clear:both;
	display:inline-block;
	width:575px;
	}
dl.rigid-layout div.product-view
	{
	padding:7px 0 7px 0;
	}
dl.rigid-layout div.product-view img.photo
	{
	float:left;
	margin:0 10px 0 0;
	}
dl.rigid-layout div.product-view span.price
	{
	margin-top:10px;
	float:left;
	}
dl.rigid-layout dd:first-child,
dl.rigid-layout dt + dd
	{
	border-top:0;
	}
dl.rigid-layout div.product-view span.price
	{
	width:72%;
	}
dl.highlight-layout dt
	{
	background:transparent;
	color:navy;
	clear:none;
	width:398px;
	float:right;
	margin:15px 0 5px 0;
	padding-left:0;
	border-top:1px solid #EFEFEF;
	}
dl.highlight-layout dd
	{
	clear:none;
	width:70%;
	float:right;
	margin:3px 0;
	}
dl.highlight-layout p
	{
	display:block;
	}
dl.highlight-layout a.product-name
	{
	}
dl.highlight-layout span.price
	{
	margin:0;
	float:right!important;
	}
dl.highlight-layout dd.first
	{
	float:none;
	width:auto;
	padding:0 60px 0 0;
	margin:0;
	margin-left:30%;
	}
dl.highlight-layout dd.first a.product-name
	{
	float:none;
	}
dl.highlight-layout dd.first img.photo
	{
	margin-left:-15%;
	
	float:left;
	position:absolute;
	}
dl.highlight-layout dd.first span.price
	{
	margin:0 -60px 0 0;
	}
strong.highlight
	{
	background-color:yellow;
	}