.c_left{
width:140px;
float:left;
border-right: solid 1px #CCCCCC;
text-align: center;
background:#FFFFFF;
}
.c_middle{
/*width:415px;*/
float:left;
padding-left:5px;
over-flow:hidden;
}
.c_right{
width:210px;
float:right;
}
.save-button1{
	background: url("../images/save.jpg");
	width:115px;
	height:28px;
	cursor:pointer;
}
.limit_per_customer{
display:none;
}
.expire_date{
display:none;
}
.dealtime_first_catalog {
	width : 210px;
	float: left;
}

.dealtime_second_catalog {
	float: left;
	width : 210px;
}

.dealtime_selected_catalog{
	float: left;
	padding: 0px;
}

/**
*Added by Viet Nguyen
*set size and color of coupon show
*/
.couponstyle2{
color: #000000;
text-align: center;
list-style-type: inherit;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
border: 4px dashed #FF0000;
border-style: none dashed dashed dashed;
font-family: arial;
font-size: 12px;
min-height: 500px;
}
/**
*Added by Viet Nguyen
*set size and color of coupon show
*/
.couponstyle1{
color: #000000;
text-align: center;
list-style-type: inherit;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
border: 4px dashed #000000;
border-style: none dashed dashed dashed;
font-family: arial;
font-size: 12px;
min-height: 500px;
}

/**
*Added by Anh Nguyen
*style for coupon detail
*/
.coupon_detail .img {
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
}

.coupon_detail ul {
	margin: 0px;
	float: left;
	width:620px;
}

.coupon_detail li {
	float: left;
	padding: 3px 0px 3px 0px;
}

.coupon_detail li.left {
	width: 80px;
	clear:both;
}

.coupon_detail li.right {
	list-style: none;
	width: 540px;
}

.coupon_detail li.print {
	clear: both;
	list-style: none;
}

.other_coupon {
	list-style: none;
	padding: 0px;
}

.other_coupon li {
	float:left;
	margin:10px 5px;
	width:220px;
	border: 1px solid #ccc;
}

.other_coupon .clear {
	clear: both;
}

.other_coupon .img {
	padding: 5px;
	float: left;
}

.other_coupon .text {
	color:#028FD4;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	padding:5px 0 5px 5px;
	width:120px;
}

.other_coupon .text h3 {
	margin: 0px;
	color: #66BA2B;
	font-size: 18px;
}
.c_des{
height:117px;
overflow:hidden;
width:380px;
}

.image img{
	max-width: 140px;
	max-height: 140px;
	/* Resize the image for IE6 */
	height: expression(this.height > 140 ? 140: true);
	width: expression(this.width > 140 ? 140: true);
}
.coupon_content img{
	max-width: 150px;
	max-height: 150px;
	/* Resize the image for IE6 */
	height: expression(this.height > 150 ? 150: true);
	width: expression(this.width > 150 ? 150: true);
}

	
