@charset "utf-8";
/* CSS Document */

.specialOfferCallout {
	position: absolute;
	top: -120px;
	left: 30px;
	z-index: 1000;
	font-family: Georgia, "Times New Roman", Times, 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: 63px;
	left: 16px;
	top: 10px;
	width: 313px;
}

.soc_content_container {
	position: relative;
}

.soc_offers {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 273px;
	height: 40px;
	overflow: hidden;
}

.soc_offers a {
	color: #875d32;
	font-weight: normal;
	text-decoration: underline;
}

.soc_offer_container {
	position: relative;
}

.soc_offer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 273px;
	height: 32px;
	background-color: #fff;
}

.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: #875d32;
	font-size: 10px;
	text-transform: lowercase;
	position: absolute;
	top: 44px;
	left: 20px;
}

.soc_nav {
	cursor: pointer;
}

.soc_offer_copy {
	color: #413931;
	font-size: 14px;
	font-weight: bold;
}
