@CHARSET "UTF-8";

.channelButton{
	height:25px;
	width:50px;
    background-image: url(channelButton.jpg);
    background-repeat:repeat-x;
    border:1px solid #BBBBBB;
    margin:3px 1px;
    padding-left:12px;
    padding-top:5px;
	font-weight:bold;
	color:#82206F;
	cursor:hand;
}
.channelSale{
	height:60px;
	width:790px;
    background-image: url(sale.jpg);
    background-repeat:repeat-x;
    border:1px solid #BBBBBB;
    margin-left:10px;
}

.menubar{
	height:30px;
	text-align:center;
	overflow:hidden;
	whiteSpace:nowrap;
	textOverflow:ellipsis;
}

.popProduct{
	color:#797979;
	margin-left:15px;	
	width:120px;
}
.productName{
	width:120px;
	height:30px;
	text-align:center;
	overflow:hidden;
	whiteSpace:nowrap;
	textOverflow:ellipsis;
}
.productImg{
	border:1px solid #ACACAC;
}
.marketPrice{
	text-align:center;
	width:70px;
	text-decoration:line-through;
}
.8e86Price{
	text-align:center;
	width:70px;
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.channalBodySpan{
	width:210px;
	line-height:20px;
	color:red;
}
.emporiaBodyProduct{
	text-align:center;
	color:#797979;
	margin-left:5px;	
	width:100px;
}
.recommendTop10{
    padding-top:7px;
    padding-left:15px;
	font-size:13px;
	font-weight:bold;
}