* html #content{
	width:556px;
}

.product_list {
	list-style: none;
	margin: 10px -20px 0 -20px;
	padding: 0;
	min-height: 1px;
	}
	
	* html .product_list {
		height: 1px;
		}
		
	.product_list:after {
		content: ".";
		visibility: hidden;
		height: 0;
		display: block;
		clear: both;
		}
	
	.product_list li {
		width: 234px;
		float: left;
		border-right: 1px solid #dacdc4;
		padding: 0 0 0 20px;
		}
	
	.product_list .title {
		color: #a70e13;
		}
		
		.product_list .title em {
			font-size: 10px;
			font-weight: normal;
			color: #603314;
			font-style: normal;
			}

#promo_wrapper{
	min-height:1px;
	margin:0 -10px 0 0;
}

* html #promo_wrapper{
	height:1px;
	margin:0 -20px 0 0;
}

.sml_promo{
	min-height:1px;
	width:180px;
	height:180px;
	margin-right:10px;
	margin-top:10px;
	float:left;
}

.sml_promo a{
	min-height:1px;
	width:180px;
	height:180px;
	display:block;
}

* html .sml_promo{
	height:1px;
}
