/* special */
#special {
	padding-top: 10px;
}

#special .a {
	float:left;
	width:48%;
	margin-right:10px;
}
#special .g {
	float:right;
	width:45%;
	margin-left:10px;
}

#special .b {
	float: left;
	margin-bottom: 5px;
	height:auto;
}

#special .b a {
	font-weight: bold;
	text-decoration: underline;
	
}

#special .c {
	float: right;
	text-align: right;
	margin-bottom: 5px;
}

#special table {
	border: 2px dashed #000;
	width: 100%;
	margin-bottom: 10px;
	clear: both;
	height:135px;
}

.special table td {
	vertical-align: top;
}

/* special info */
#special_info .a {
	float: right;
	margin: 10px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

/* special write */
#special_write .a {
	float: right;
	margin: 10px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

#special_write .e span {
	color: #FF0000;
	text-transform: uppercase;
	font-weight: bold;
}

#special_write .d {
	margin-bottom: 10px;
}

#special_write .d span {
	color: #FF0000;
	font-weight: bold;
}

#special .small_text{
	font-size:10px;
	font-family: "Arial";
	color: #ed3535;
	text-align:right;
	vertical-align: bottom;
}

#special .title{
	margin:0px 6px 3px 6px;
	font-size:20px;
	font-weight:bold;
}

.coupon{
	background-color:#f9db12;
}

