@charset "utf-8";
/* CSS Document */

.specialOfferCallout {
	position: absolute;
	top: -120px;
	left: 30px;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.soc_container {
	position: relative;
}
.soc_container  > img{
    display:block;
}
.soc_box {
	background-repeat: no-repeat;
	background-position: top left;
	width: 341px;
	height: 91px;
	top: 0px;
	left: 0px;
	position: absolute;
}

.soc_box_content {
	top: 0px;
    background: url(assets/no-index/soc_middle.png) repeat-y;
    width: 341px;
}

.soc_content_container {
	position: relative;
}

.soc_offers {
	margin-left: 25px;
	top: 10px;
	padding-top: 10px;
	left: 20px;
	width: 273px;
	height: auto;
}

.soc_offers a {
	color: #6ba8c0;
	font-weight: bold;
	text-decoration: underline;
}

.soc_offer_container {
	position: relative;
}

.soc_offer {
	top: 0px;
	left: 0px;
	width: 273px;
	height: auto;
	background-color: #eeeeee;
    min-height: 32px;
}

.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: #6ba8c0;
	margin-left: 25px;
	font-size: 10px;
	text-transform: lowercase;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 44px;
	left: 20px;
}

.soc_nav {
	cursor: pointer;
}

.soc_offer_copy {
	color: #11293b;
	font-size: 14px;
	font-weight: bold;
}