/*
Custom CSS for coupon box
*/

/* Css Reset Property */

.hide{
     	position: absolute;
     	left: -9999px;
}

/*---------------- Wrapper CSS ---------------------*/
#couponWrapOuter{
		width:100%;  
		color:#666666; 
		font:11px Arial ,Georgia, Verdana,Georgia, Lucida,"Trebuchet MS" ,Helvetica, sans-serif;
		line-height:16px;
}
#couponWrapIn{
		width:625px;
		margin:0 auto;
}
.couponCoupon{
		width:623px;
		background:#fff;
		padding:10px 0 6px 0;
		border:1px solid #CCCCCC;
		overflow:hidden;
		margin-bottom:10px;
}
.exclusiveImage{
		width:15px;
		padding-right:8px;
		float:left;
		display:block;
}
.couponLogo{
		width:110px;
		padding-right:8px;
		float:left;
}
.couponDetails{
		width:472px;
		padding-right:10px;
		float:left;
}
.couponDtlsTop{
		width:472px;
		overflow:hidden;
}
.couponTxt{
		width:405px;
		float:left;
}
.useThis{
		width:124px;
		float:right;
}
.couponTxt dl{
		width:405px;
		overflow:hidden;
		padding-bottom:5px;
}
.couponTxt dl .titleText{
        color:#2266BB;
		font-size:12px;
		width:49px;
		float:left;
		text-align:right;
}
.couponTxt dl .fullText{
        color:#2266BB;
		font-size:12px;
		width:355px;
		float:right;
		text-align:left;
}
.fullText a{ 
		color:#3D58A7;
		text-decoration:underline;
}
.fullText p{ 
font-size:14px;
		color:#333333;
}
.fullText small{
		background:url(small_icon.jpg) no-repeat 0px 4px;
		padding-left:10px;
		width:345px;
		font-size:11px;
		margin-top:5px;
		display:block;
}
.fullText span{
		float:left;
		color:#EF540A;
		font-weight:bold;
		background:#FDE6DB;
		line-height:19px;
		padding:0px 3px;
}
.fullText strong{ 
		color:#CC0000;
		font-weight:bold; 
		text-transform:uppercase;
		font-size:14xpx;
}

.useThis p{
		text-align:center;
		padding-bottom:15px;
}



.buttomLink{
		width:465px;
		margin-left:48px;
		border-top:1px solid #CCCCCC;
		padding:5px 0px 0px 0px;
		overflow:hidden;
		margin-top:5px;
}
.buttomLink li{
	float:right;
	padding-right:12px;
}
.buttomLink li a{
		color:#425DA9;
		text-decoration:none;
		font-size:11px;
		line-height:14px;
}
.buttomLink li a img{
		padding-right:5px;
}
