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

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

.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: 55px;
	overflow: hidden;
}

.soc_offers a {
  background:url("assets/no-index/arrow_right.gif") no-repeat scroll right center transparent;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display:block;
	position:absolute;
	text-transform:uppercase;
	padding-right:10px;
	top:35px;
	right:0px;
}

.soc_offer_container {
	position: relative;
}

.soc_offer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 273px;
	height: 32px;
	background-color:#05374e;
}

.soc_close {
	height: 24px;
	width: 24px;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1200;
	top: 0px;
	left: 314px;
	cursor: pointer;
}

.soc_controls {
	font-size: 10px;
	text-transform: lowercase;
	position: absolute;
	top: 44px;
	left: 20px;
	color: #9cc4c8;
}

.soc_controls span:hover {
  text-decoration:underline;
}

.soc_nav {
	cursor: pointer;
}

.soc_offer_copy {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial,Times,Serif;
	line-height: 16px;
}

