/**discount.css**/

.coupon{
	width:300px;
	border:2px solid #f99928;
	margin:20px auto 10px;
}

.co_l{
	width:300px;
	background:#ccc;
}

.co_r{
	width:300px;
	background:#eee;
}

.co_r img{
	width:100%;
}

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

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

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

}

.co_text_2{
	padding:5px;
	background:#f0f0f0;
	line-height:1.3em;
	font-size:13px;
	height:90px;
	overflow:auto;
	border-top:2px solid #f99928;
}

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

.coupon_text{
	border:1px solid #666;
	padding:5px;
	margin:10px auto 0;
	color:#333;
	line-height:1.3em;
	font-size:14px;
	width:290px;
}

.coupon_text p{
	float:left;
}