#wrapper {
	width:620px;
	height: 80px;
	text-align:left;
	margin:10px auto;
}
	
/*column structure*/
#wrap-contents {}


/*clearfix*/
.clearfix:after, #wrap-contents:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, #wrap-contents {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix, * html #wrap-contents {height: 1%;}
.clearfix, #wrap-contents {display: block;}
/* End hide from IE-mac */

/*common*/


#hotproduct {
	border:solid 3px red;
	padding:5px;
	height: 80px;
	width:610px;
	//background:url(../assets/highlight_decor.gif) right bottom no-repeat;
	background:#FFFFCC;
}
	#hotproduct li {padding:3px 0;}

	



