@CHARSET "UTF-8";
/*左侧团购列表*/
.grouplist{width:1200px;margin:0px auto;margin-top: 10px;}
.group{width:593px; border: solid 1px #cccccc;padding:3px;}
.left{float:left;}
.right{float:right;}
.mid-group{margin:0px 6px;}

.group-spac{height:15px;clear:both;float:none;width:100%;}

.group-title{
	font-size: 16px;
	font-weight: bold;
	color: #000000;	
}
.group-intro{
	font-size: 16px;
	color: #333333;	
    font-family: "Microsoft Yahei";
}
.group-line{height:1px;border-top: 1px solid #f3f3f3;}
.group-price{
	font-family: "Microsoft Yahei",SimSun;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #FF6600;
}
.group-grade{color: #3563c3;}
.group-grade img{vertical-align: middle;}
.group-marketprice{
	text-decoration: line-through;
	color: #999999;	
}
.group-discount{white-space: nowrap;}
.group-discount-prev,.group-discount-num{display: inline-block;height:25px;line-height: 25px;vertical-align: middle;}
.group-discount-prev{padding-left:15px;background: url("images/bg_discount.png") no-repeat;}
.group-discount-num{padding-right:8px;color: #ffffff;background: url("images/bg_discount.png") left bottom repeat-x;}
.group-sale{
	color:#666666;
	font-size:14px;
}
.group-sale-count{
	color: #FF9900;
	font-family: "Microsoft Yahei",SimSun;
	font-weight:bold;
}
.group-sale img{vertical-align: text-top;}

/*翻页*/
.pagebar{clear: both;padding-top: 10px;text-align: center;}
.page-btn{font-family: "Microsoft Yahei",SimSun;color:#333333;background-color: #f6f6f6;border:1px solid #e1e1e1;padding:10px 15px;font-weight: bold;display:inline-block;margin-left:10px;cursor: pointer;}
.btn-disable{background-color: #ffffff;cursor: default;}
.btn-current{color:#ffffff;background-color: #ee3968;cursor: default;}
.btn-omit{background-color: #ffffff;cursor: default;border:none;padding:10px 5px;}
