/**discount.css**/

.coupon{
	width:918px;
	border:2px solid #ff52a4;
	margin:20px auto;
}

.co_l{
	width:298px;
	float:left;
	height:220px;
	background:#ccc;
}

.co_r{
	width:620px;
	height:220px;
	background:#eee;
	float:left;
}

.co_title{
	width:100%;
	background:#ff52a4;
	color:#feff91;
	height:30px;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	margin:0;
	text-align:center;
	text-shadow:#7d1948 1px 1px 3px;
}

.co_span{
	background:#ffe3ee;
	height:60px;
	overflow:auto;
	padding:10px;
	line-height:1.3em;
	font-size:16px;
	color:#531130;
	font-weight:bold;
}

.co_text_1{
	background:#e8f7f8;
	height:120px;
	overflow:auto;
	padding:10px;
	line-height:1.3em;
	font-size:16px;
	color:#333;

}

.co_text_2{
	width:898px;
	padding:5px 10px;
	background:#f0f0f0;
	height:70px;
	line-height:1.3em;
	font-size:14px;
	overflow:auto;
	border-top:2px solid #ff52a4;
}

.liner{
	width:100%;
	border:none;
	border-bottom:1px solid #bbb;
	height:0px;
	margin-bottom:10px;
}

.coupon_text{
	width:898px;
	border:2px solid #ff52a4;
	padding:10px;
	margin:10px auto 0;
	color:#333;
	line-height:1.3em;
	font-size:15px;
}

.coupon_text p{
	float:left;
}