@charset "utf-8";
#rightmain,
#leftmain{
	background:#fff;
	padding:30px;
	width:975px;
	margin:0 2px 50px;
	box-shadow: 0 0px 2px #999999; /* CSS3 */
	-moz-box-shadow: 0 0px 2px #999999; /* Firefox用*/
	-webkit-box-shadow: 0 0px 2px #999999; /* Google Chrome, Safari用*/
}
.attention{
	font-size:11px;
	color:#a5a5a5;
	float:left;
}

.coupon{
	border:3px solid #f4ede3;
	position:relative;
	margin-bottom:10px;
}
.coupon_wrap{
	border:1px solid #e9dac5;
	overflow: hidden;
}
.coupon_title{
	padding:14px;
	display:table-cell;
	vertical-align:middle;
	overflow:hidden;
	border-bottom:3px solid #f4ede3;
	width:939px;
}
h2{
	font-size:16px;
	font-weight:bold;
	float:left;
	margin-left:10px;
	padding:4px 0;
	max-width:500px;
}
.coupon_title p{
	float:left;
	padding:5px 10px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background:#ff5c5c;
	border-radius:4px;		/* CSS3 */
	-webkit-border-radius:4px;	/* Safari,Google Chrome用 */
	-moz-border-radius:4px;
}
.coupon .coupon_text{
	margin:14px;
	padding-bottom:12px;
	border-bottom:1px solid #f4ede3;
	margin-bottom:10px;
}
.bold{
	font-weight:bold;
}
.coupon_info {
	overflow: hidden;
	float: left;
}
.coupon_info ul {
	padding: 14px;
	overflow: hidden;
	width: 939px;
	float: left;
	border-bottom: 1px solid #f4ede3;
}
.coupon_info li {
	margin-right:30px;
	font-size: 14px;
	float: left;
}
.coupon_info li span{
	color:#ff5c5c;
	font-weight:bold;
}
.coupon_info p{
	float:left;
	margin-right:20px;
}
.coupon_info li span.conditions{
	display: inline-block;
	color: #666;
}
.detail_attention{
	color:#a5a5a5;
	float: none;
	padding:14px 0;
	margin:0 14px;
	width: 939px;
	font-size:12px;
	border-bottom: 1px dotted #dfdfdf;
}
.coupon_reserve{
	padding:14px;
	clear:both;
	overflow:hidden;
}

.coupon_reserve li{
	float:left;
}
.reserve_btn {
	margin-bottom:6px;
	margin-left:10px;
	float: right;
}
.comment{
	float: none;
	padding:14px 0;
	margin:0 14px;
	width: 939px;
	border-bottom: 1px dotted #dfdfdf;
}
.expired{
	float:right;
	padding:13px 18px 13px 35px;
	background:url(/images/ico_contents.png) no-repeat 15px -593px #f3ece1;
	font-weight:bold;
	border-radius:4px;		/* CSS3 */
	-webkit-border-radius:4px;	/* Safari,Google Chrome用 */
	-moz-border-radius:4px;
}
.category{
	margin-bottom:0;
}
.category li{
	float:left;
	color:#fff;
	font-size:10px;
	background:#ffa8b0;
	padding:2px 4px;
	margin:0 10px 10px 0;
	border-radius:2px;		/* CSS3 */
	-webkit-border-radius:2px;	/* Safari,Google Chrome用 */
	-moz-border-radius:2px;
}
.back{
	float:right;
	font-size:12px;
	padding-left:20px;
	display:block;
	background:url(/images/ico_sprites.png) no-repeat -24px 5px;
}
#qr_code table{
	width: auto!important;
}