/*
-------------------------
eSpecials Content
-------------------------
*/
.eSpecials_content p {
color:#fff!important;
font-size:12px!important;
}

#content_offer_promo table {
color:#fff!important;
font-size:12px!important;
border:1px solid #FDB813;
margin-bottom:30px;
padding:20px;
	}
/*
-------------------------
eSpecials Rate
-------------------------
*/
.eSpecials_Rate{
color:#f0b313;
font-size:12px;
font-weight:bold;
}

a.eSpecials_CallToAction {
	background-color:#B00203;
	color:#fff!important;
	text-transform:uppercase;
	padding:3px 7px;
	font-size:10px;
}
a.eSpecials_CallToAction:hover {
	text-decoration:none;
	background-color:#ce2021;
	}


/*
-------------------------
Td that shows the Valid through Date 
-------------------------
*/
.eSpecials_ValidThroughBar{

}

/*
-------------------------
Links Should be the same as the H2
-------------------------
*/
h2.eSpecials_title a, a h2 {
	color:#f0b313;
	text-decoration:none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 25px;	
	}
 
h2.eSpecials_title a:hover, a:hover h2 {
	color:#fff;
}

/*
-------------------------
Text Link (Click Here)
-------------------------
*/
a.eSpecials_TextLink:link, a.eSpecials_TextLink:visited {
	color:#fff;
	text-decoration:underline;
}
 
a.eSpecials_TextLink:hover {
	color:#f0b313;
}

