@charset "utf-8";
/* CSS Document */

#commodity{
	width:1000px;
	margin:0;
	float:left;
}
#commodity ul{
	width:750px !important;
	margin:8px 0 10px;
	float:left;
}
#commodity ul li{
	margin:0;
	float:left;
}

#commodity ul h2{
	margin-bottom:10px;
}

/**/

ul#banners {
	width:235px !important;
	margin:8px 0 10px;
	float:right;
}
ul#banners li {
	width:236px !important;
	margin:5px 0 0;
	padding:0;
	float:none;
}

/**/

#history{
	width:250px;
	margin:0;
	float:right;
	text-align:center;
}
#history p{
	margin:8px 0;
}

/**/

#news{
	width:325px;
	margin:0;
	float:right;
}
#news ul{
	background:#4D4D4D;
	margin:8px 0;
	padding:15px;
	height:170px;
	overflow:auto;
}
#news ul li{
	padding:8px 0;
	border-bottom:1px dashed #dddddd;
	color:#dddddd;
}

/**/

#mobile{
	padding:5px;
	text-align:right;
	clear:both;
}