@charset "utf-8";
/* CSS Document */
#link_text{
  float:left;
  color:#77392a;
  font-size:12px;
  font-weight:bold;
  padding:2px 3px;
  cursor:pointer;
}

#soc_btn{
  color: #7fb2ad;
  font-weight: bold;
  text-decoration:none;
}

.specialOfferCallout {
	position: absolute;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-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: 46px;
	left: 12px;
	top: 10px;
	width: 235px;
}

.soc_content_container {
	position: relative;
}

.soc_offers {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 235px;
	height: 46px;
	overflow: hidden;
}

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

.soc_offer_container {
	position: relative;
}

.soc_offer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 235px;
	height: 46px;
	background-color: #77392a;
	text-align: right;
}

.soc_offer h5 {
	display: inline;
	font-size: 18px;
	font-weight: normal;
}

.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_btn {
	position: absolute;
	/*left: 252px;*/
	right:-25px;
    *right:-40px;
	top: 24px;
	z-index: 10000;
	white-space:nowrap;
	background-color:#acd1cd;
	color:#77392a;
}

.soc_controls {
	background-color: #77392a;
	border: 1px solid #eee;
	border-top: 0px;
	color: #7fb2ad;
	font-size: 10px;
	text-transform: lowercase;
	position: absolute;
	top: 60px;
	left: 20px;
}

.soc_control_no {
	display: block;
	padding: 2px 5px;
	float: left;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	width: 6px;
}

.soc_control_no.selected {
	background-color: #fff;
	color: #60A19A;
}

.soc_nav {
	cursor: pointer;
}

.soc_offer_copy {
	color: #efefe4;
	font-size: 13px;
	font-weight: normal;
        padding-right:10px;
}