html, body { 
  	height: 100%; 
	margin: 0; 
	padding: 0;
	background-color:#FFFFFF;
	color:#dedede;
	font-size:12px;
	font-family:Tahoma;
}

#main_dc { 
	width:100%;
	min-height: 100%;
	color: #000000;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
} 
* html #main_dc{
   height: 100%; 
   margin:0px auto;
}

/* discount coupon */
.dc_content {
	width: 573px;
    position: relative; 
    padding:0;
	margin:0px auto;
	background-color:#f7f7fb;
	border:1px solid #000000;
	padding: 10px 20px;
}
/** html .dc_content {
	width: 573px;
}*/
.dc_marg {
	font-size:0;
	height:10px;
}
.dc_disc {
	font-size:13px; 
	text-decoration:underline; 
	padding-bottom:10px;
}
.dc_code_t{
	font-weight:bold;
	padding-right:5px; 
	font-size:10px;
}
.dc_code {
	background-color:#cccccc; 
	padding:0 8px; 
	font-size:18px;
}
*html .dc_code {
	text-decoration:underline;
}
*+html .dc_code {
	text-decoration:underline;
}
.dc_date {
	font-size:10px; 
	font-weight:bold;
}
.dc_cust {
	padding-top:30px; 
	font-size:10px; 
	font-weight:bold; 
	float:left;
}
*html .dc_cust{
	padding-top:22px;
}
*+html .dc_cust{
	padding-top:22px;
}
.dc{
	float:left; 
	padding-top:13px; 
	padding-left:30px;
}
*html .dc{
	padding-top:7px;
}
*+html .dc{
	padding-top:7px;
}
.dc_cust_data {
	font-size:14px; 
	border-bottom:2px solid #7f868F; 
	text-align:center;
}
.dc_cust_tit {
	color:#999999; 
	font-size:10px; 
	font-weight:bold;
	text-align:center;
}
.dc_bot_box {
	clear:both; 
	margin: 10px 0; 
	background-color:#e3dddd; 
	padding:5px 10px;
}
.dc_bot_box1 {
	clear:both; 
	margin: 10px 0; 
}
.dc_box_left {
	float:left; 
	font-size:11px; 
	line-height:170%;
}
.dc_box_right {
	float:left; 
	font-size:13px; 
	font-weight:bold; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-align:center; 
	padding-left:43px;
}
.dc_att {
	text-transform:uppercase; 
	font-size:10px; 
	font-weight:bold;
	padding-bottom:10px;
}
.dc_red {
	color:#cc0000;
}
.dc_print {
	display:none;
}
/* discount coupon end */