@charset "utf-8";
/* CSS Document */


.subCat {
	text-align: center;
	padding: 8px;
//	float: left;
	width: 330px;
	height: 100px;
	border: 1px dashed #222222;
	z-index:2;
}

.subCatHover {
	text-align: center;
	padding: 8px;
	float: left;
	width: 330px;
	height: 100px;
	border: 1px dashed #222222;
	z-index:2;
	background-color:#F5F0CB;
	cursor: help;
}

.Coupon_inner_div {
}

.Coupon_title {
	font-size: 17px;
	font-weight: bold;
}

.Coupon_price {
	font-size: 17px;
	font-weight: bold;
	color:red;
}

.Coupon_image {
	float:left;
	margin-right:5px;
}

.Coupon_txt {
	font-size: 13px;
	text-align:left;
	
}

.Coupon_small_txt {
	font-size:9px;
	color: #9286C1;
	font-family:Arial, Helvetica, sans-serif;
}