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

.specialOfferCallout {
	position: absolute;
	top: -106px;
	left: 54px;
	z-index: 1000;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10px;
}

.soc_container {
	position: relative;
}

.soc_box {
	background-repeat: no-repeat;
	background-position: top left;
	width: 343px;
	height: 75px;
	top: 10px;
	left: -5px;
	position: absolute;
}

.soc_box_content {
	position: absolute;
	height: 63px;
	left: 16px;
	top: 10px;
	width: 313px;
}

.soc_content_container {
	position: relative;
}

.soc_offers {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 273px;
	height: 32px;
	overflow: hidden;
}

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

.soc_offer_container {
	position: relative;
}

.soc_offer {
	position: absolute;
	top: -3px;
	left: 0px;
	width: 273px;
	height: 39px;
	background-color: #e9e6da;
}

.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_controls {
	color: #5A7E95;
	font-size: 10px;
	text-transform: lowercase;
	position: absolute;
	top: 44px;
	left: 20px;
}

.soc_nav {
	cursor: pointer;
}

.soc_offer_copy {
	color: #6E6B5C;
	font-size: 14px;
	font-weight: bold;
}
