/*
Title:      CSS for SMARTDIRECT.CN
Author:     Clas Wineus, www.claswineus.com
*/

@charset "utf-8";

#coupon_header_bg {
	border-bottom-color:#f0310b;	
}

#coupons_menu ul>li>a {
	color:#333333;
	padding-left:10px;
	background:transparent url("../images/arrow.gif") no-repeat left 3px;
}

#coupons_menu ul>li.current>a {
	color:#005fad;
	font-weight:bold;
	padding-left:10px;
	background:transparent url("../images/arrow.gif") no-repeat left -27px;
}

/*-----------------------------------------------------------------------
		Coupons List
----------------------------------------------------------------------- */

#coupons_list {
	list-style:none;
	margin-left:-6px;
}

#coupons_list li {
	float:left;
	width:182px;
	margin:0px 0 6px 6px;
	padding:8px 0 0 0;
	background:transparent url("../images/bg_coupon_top_182.gif") no-repeat left top;
}

#coupons_list li div {
	background:transparent url("../images/bg_coupon_bottom_182.gif") no-repeat left bottom;
}

#coupons_list li div a {
	display:block;
	color:#333333;
	font-size:11px;
	line-height:14px;
	padding:5px 0 12px 15px;
}

#coupons_list li div a:hover {
	text-decoration:none;
}

#coupons_list li div a img {
	float:left;
	max-width:75px;
	max-height:75px;
	padding:0 10px 10px 0;
}

#coupons_list li div a .text {
	display:inline;
}





/*-----------------------------------------------------------------------
		Coupons List Small
----------------------------------------------------------------------- */

#coupons_list_small ul li {
	margin:6px 0 0 0;
	padding:8px 0 0 0;
	background:transparent url("../images/bg_coupon_top.gif") no-repeat left top;
}

#coupons_list_small ul li div {
	background:transparent url("../images/bg_coupon_bottom.gif") no-repeat left bottom;
}

#coupons_list_small ul li div a {
	display:block;
	color:#333333;
	font-size:11px;
	line-height:14px;
	padding:5px 0 12px 15px;
}

#coupons_list_small ul li div a:hover {
	text-decoration:none;
}

#coupons_list_small ul li div a img {
	float:left;
	max-width:75px;
	max-height:75px;
	padding:0 10px 10px 0;
}

#coupons_list_small ul li div a .text {
	display:inline;
}

