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

.specialOfferCallout {
	position: absolute;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.soc_container {
	position: relative;
}

.soc_box {
	background-repeat: no-repeat;
	background-position: top left;
	width: 341px;
	height: 91px;
	top: 0px;
	left: 0px;
	position: absolute;
}

.soc_box_content {
	position: absolute;
	height: 46px;
	left: 12px;
	top: 10px;
	width: 235px;
}

.soc_content_container {
	position: relative;
}

.soc_offers {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 235px;
	height: 46px;
	overflow: hidden;
}

.soc_offers a {
	color: #7fb2ad;
	font-weight: bold;
	text-decoration: underline;
}

.soc_offer_container {
	position: relative;
}

.soc_offer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 235px;
	height: 46px;
	background-color: #77392a;
	text-align: right;
}

.soc_offer h5 {
	display: inline;
	font-size: 18px;
	font-weight: normal;
}

.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;
}

.soc_btn {
	position: absolute;
	left: 252px;
	top: 24px;
	z-index: 10000;
}

.soc_controls {
	background-color: #77392a;
	border: 1px solid #eee;
	border-top: 0px;
	color: #7fb2ad;
	font-size: 10px;
	text-transform: lowercase;
	position: absolute;
	top: 60px;
	left: 20px;
}

.soc_control_no {
	display: block;
	padding: 2px 5px;
	float: left;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.soc_control_no.selected {
	background-color: #fff;
	color: #60A19A;
}

.soc_nav {
	cursor: pointer;
}

.soc_offer_copy {
	color: #efefe4;
	font-size: 13px;
	font-weight: normal;
}