@charset "utf-8";
/* CSS Document */

.specialOfferCallout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.soc_container {
	position: relative;
	height: 170px;
}

.soc_box {
	background-repeat: no-repeat;
	background-position: top left;
	width: 340px;
	height: 92px;
	top: 0px;
	left: 0px;
	position: absolute;
	display: none;
}

.soc_box_content {
	position: absolute;
	height: 63px;
	width: 272px;
}

.soc_content_container {
	position: relative;
}

.soc_offers {
	position: absolute;
	width: 272px;
	height: 120px;
	top: 10px;
	overflow: hidden;
}

.soc_offers a, .soc_offers a:hover, .soc_offers a:visited {
	color: #fff;
	display: block;
	margin-top: 10px;
	font-weight: bold;
	padding: 5px 23px 5px 10px;
	text-decoration: none;
	float: left;
    text-transform:uppercase;
    line-height:12px;
    background: url('assets/no-index/btn_right2.gif') #A2AF45 center right no-repeat;
}

.soc_offer_container {
	position: relative;
}

.soc_offer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 272px;
	height: 120px;
	background-color: #EBEAE6;
}

.soc_close {
	height: 22px;
	width: 22px;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1200;
	top: 0px;
	left: 316px;
	cursor: pointer;
	display: none;
}

.soc_controls {
	color: #A2AF45;
	font-size: 10px;
	text-transform: lowercase;
	position: absolute;
	top: 140px;
}

.soc_nav {
	cursor: pointer;
}

.soc_offer_copy {
	color: #6b6b6b;
	font-size: 13px;
	font-weight: normal;
	display: block;
	clear: both; 
}
