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

.specialOfferCallout {
	position: absolute;
	top: 250px;
	left: 600px;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #753d52;
}

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

.soc_nav {
	cursor: pointer;
}

.soc_offer_copy {
	color: #753d52;
	font-size: 14px;
	font-weight: bold;
}
