#content .oferta-hoje h2.titulo {
	display: block;
	text-transform: none;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 30px;
	text-align: justify;
	color: #2b6d00;
	margin-bottom: 14px;
	text-shadow: 0 1px 2px rgba(30, 30, 30, 0.2);
}
#content .oferta-hoje h2.titulo a {
	color: #2b6d00;
}
#content .oferta-hoje h2.titulo a:hover {
	color: #666;
	text-decoration: none;
}
#content .oferta-hoje h2.titulo strong {
	color: #FFF;
	text-transform: uppercase;
}
#content .oferta-capa .oferta-venda h2.titulo {
	font-size: 21px;
	line-height: 24px;
}

#content .oferta-hoje .box-anuncio {
	min-height: 120px;
}

#content .oferta-hoje .share {
	width: 100%;
	height: 19px;
	cursor: default;
	padding: 9px 0 0;
}
#content .oferta-hoje .share h4 {
	float: left;
	display: inline;
	font-size: 12px;
	margin-right: 12px;
	color: #666;
}
#content .oferta-hoje .share a {
	float: left;
	display: inline;
	width: 37px;
	height: 12px;
	background: url(../img/layout/share_options_p.png?1);
	text-indent: -1000em;
	overflow: hidden;
	margin-right: 12px;
}
#content .oferta-hoje .share a.twitter {
	background-position: -50px 0;
	width: 45px;
}
#content .oferta-hoje .share a.facebook {
	background-position: -108px 0;
	width: 48px;
	margin-top: 1px;
}
#content .oferta-hoje .share a.orkut {
	background-position: -169px 0;
	width: 34px;
}
#content .oferta-hoje .share a.email:hover {
	background-position: 0 -12px;
}
#content .oferta-hoje .share a.twitter:hover {
	background-position: -50px -12px;
	width: 45px;
}
#content .oferta-hoje .share a.facebook:hover {
	background-position: -108px -12px;
	width: 48px;
}
#content .oferta-hoje .share a.orkut:hover {
	background-position: -169px -12px;
	width: 34px;
}

#imgs-oferta {
	float: left;
	position: relative;
	width: 69.915254%;
	max-width: 660px;
	overflow: hidden;
}
#imgs-oferta[data-href] {
	cursor: pointer;
}
#imgs-oferta .img-overlay {
	position: absolute;
	width: 100%;
	padding-bottom: 59.090909%;
	background: transparent;
	-moz-box-shadow: inset 0 0 1em #999;
	-webkit-box-shadow: inset 0 0 1em #999;
	box-shadow: inset 0 0 1em #999;
	z-index: 20;
}
#imgs-oferta .slides_container {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: none;
}
#imgs-oferta .slides_container img {
	display: block;
	width: 100%;
}
.oferta-capa #imgs-oferta {
	width: 51.059322%;
}
#imgs-oferta .slidesjs-pagination {
	position: absolute;
	margin: -21px 6px 0 0;
	right: 0;
	z-index: 27;
}
#imgs-oferta .slidesjs-pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}
#imgs-oferta .slidesjs-pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(../img/layout/pg.png?1);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
#imgs-oferta .slidesjs-pagination li.current a,
#imgs-oferta .slidesjs-pagination li a.active {
	background-position: 0 -12px;
}

#content .oferta-venda {
	float: right;
	width: 25.95339%;
	margin-right: 10px;
}
#content .oferta-capa .oferta-venda {
	width: 45.974576%;
	margin-right: 6px;
}
#content .oferta-venda .box-desconto {
	width: 209px;
}
#content .oferta-venda .box-desconto .valor {
	float: left;
	display: inline;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	width: 96px;
	cursor: default;
}
#content .oferta-venda .box-desconto .desconto {
	display: none;
}
#content .oferta-venda .box-desconto .valor h4 {
	text-transform: lowercase;
}
#content .oferta-venda .box-desconto .valor p {
	margin-top: 3px;
}
#content .oferta-venda .box-desconto .valor p strong {
	font-size: 21px;
	letter-spacing: -1px;
	padding: 0 2px;
}
#content .oferta-venda .box-desconto .original h4,
#content .oferta-venda .box-desconto .original p strong {
	color: #ff7200;
}
#content .oferta-venda .box-desconto .economize h4,
#content .oferta-venda .box-desconto .economize p strong {
	color: #476305;
}

#content .oferta-venda .box-preco {
	width: 100%;
	margin: 0 auto 21px;
}
#content .oferta-capa .oferta-venda .box-preco {
	margin-top: 21px;
}
#content .oferta-venda .box-preco a {
	display: block;
	color: #666;
}
#content .oferta-venda .box-preco a:hover {
	text-decoration: none;
}
#content .oferta-venda .box-preco a.bt-extra:hover {
	text-decoration: none;
}
#content .oferta-venda .box-preco span.original,
#content .oferta-venda .box-preco span.apenas,
#content .oferta-venda .box-preco span.preco {
	display: block;
	margin: 3px 0 0 -7px;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #ff8d00;
}
#content .oferta-venda .box-preco span.preco strong {
	font-size: 46px;
	font-weight: normal;
}
#content .oferta-venda .box-preco span.apenas {
	font-size: 16px;
	line-height: 18px;
	margin-top: 6px;
	color: #666;
}

#content .oferta-capa .oferta-venda .sub-preco {
	float: left;
}

#content .oferta-capa .oferta-venda .box-preco span.original,
#content .oferta-capa .oferta-venda .box-preco span.apenas,
#content .oferta-capa .oferta-venda .box-preco span.preco {
	display: inline-block;
	margin: 0;
	line-height: 38px;
}
#content .oferta-capa .oferta-venda .box-preco span.apenas {
	vertical-align: bottom;
}
#content .oferta-capa .oferta-venda .box-preco span.preco {
	font-size: 26px;
}
#content .oferta-capa .oferta-venda .box-preco span.preco strong {
	font-size: 36px;
}

#content .oferta-venda .box-preco a em {
	display: block;
	margin-top: 14px;
	text-indent: -1000em;
	overflow: hidden;
	background: url(../img/layout/bt_comprar_grande.png) no-repeat top center;
	width: 100%;
	height: 77px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
}
#content .oferta-venda .box-preco a.bt-extra em {
	background: url(../img/layout/bt_comprarmais_grande.png) no-repeat top center;
}
#content .oferta-venda .box-preco a em:hover {
	background-position: center -77px;
}
#content .oferta-capa .oferta-venda .box-preco a em {
	float: right;
	background: url(../img/layout/bt_oferta_mini.png) no-repeat top center !important;
	margin-right: 12px;
	width: 153px;
	height: 48px;
}
#content .oferta-capa .oferta-venda .box-preco a em:hover {
	background-position: center -48px !important;
}
#content .encerrada .box-preco a em {
	display: none !important;
}
#content .oferta-venda .box-preco span.original {
	font-size: 18px;
	line-height: 31px;
	color: #909090;
}
#content .oferta-venda .box-preco span.original del { font-size: 21px; }

#content .oferta-venda .timeout {
	margin: 0 auto;
	height: 42px;
	cursor: default;
}
#content .oferta-capa .oferta-venda .timeout {
	float: left;
}
#content .oferta-venda .box-info {
	margin-top: 16px;
	cursor: default;
}
#content .oferta-venda .box-info .city,
#content .oferta-venda .box-info .parceiro {
	margin: 0 0 12px;
	color: #666;
	font-size: 14px;
	line-height: 16px;
	background: url(../img/layout/pin_gray.png) no-repeat 0 0;
	padding-left: 23px;
	cursor: default;
}
#content .oferta-venda .box-info .parceiro {
	background: url(../img/layout/home_gray.png) no-repeat 0 0;
}
#content .oferta-capa .oferta-venda .box-info {
	float: left;
	margin-top: -4px;
}
#content .oferta-venda .timeout .timer {
	font-size: 22px;
	line-height: 42px;
	letter-spacing: -1px;
	color: #999;
	height: 42px;
	padding-left: 35px;
	margin-left: 20px;
	background: url(../img/layout/bg_timeout.png?2) no-repeat top left;
}
#content .oferta-capa .oferta-venda .timeout .timer {
	margin: 0;
}
#content .oferta-venda .timeout .timer span {
	display: inline-block;
	font-weight: normal;
	text-align: center;
	width: 51px;
	color: #666;
}
#content .oferta-venda .box-vendas p {
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	cursor: default;
	color: #ff9f00;
	padding: 0 6px;
}
#content .oferta-venda .box-vendas .check {
	display: inline-block;
	background: url(../img/layout/check.png?1) no-repeat;
	width: 16px;
	height: 14px;
	margin-right: 4px;
}
#content .oferta-venda .box-vendas p em {
	font-weight: bold;
	font-style: normal;
}
#content .oferta-venda .box-vendas p strong {
	color: #666;
}
#content .oferta-venda .box-vendas .progress {
	margin: 0 auto 18px;
	cursor: default;
}
#content .oferta-capa .oferta-venda .box-vendas .progress {
	float: right;
	margin: 7px 18px 0 0;
}
#content .oferta-venda .box-vendas .progress .status {
	font-weight: normal;
	font-size: 21px;
	line-height: 24px;
	letter-spacing: -1px;
	text-align: center;
	color: #666;
}
#content .oferta-venda .box-vendas .progress .status strong {
	font-size: 24px;
	color: #333;
}
#content .oferta-venda .box-vendas .progress .status .cart {
	display: inline-block;
	background: url(../img/layout/cart_laranja.png) no-repeat bottom center;
	margin: 0 7px 0 0;
	width: 23px;
	height: 21px;
}

#content .facebook-inline {
	margin: 7px 0;
}

#content .oferta-info {
	width: 100%;
	max-width: 940px;
	min-height: 290px;
	background: #FFF;
	margin-top: 18px;
}
#content .oferta-info h3 {
	font-size: 18px;
	font-weight: normal;
	color: #FFA000;
	cursor: default;
	margin-bottom: 16px;
}
#content .oferta-info .destaques,
#content .oferta-info .regras,
#content .oferta-info .localizacao {
	float: left;
	display: inline;
	width: 30%;
	padding-top: 3px;
	margin-bottom: 8px;
}
#content .oferta-info .regras,
#content .oferta-info .localizacao {
	padding-left: 20px;
	border-left: 1px solid #ECECEC;
	margin-left: 20px;
}
#content .oferta-info .listas ul,
#content .oferta-info .listas ul li {
	list-style: none;
	margin-left: 2px;
}
#content .oferta-info .listas ul li {
	line-height: 20px;
	margin-bottom: 16px;
}
#content .oferta-info .descricao {
	border-top: 1px solid #ECECEC;
	padding-top: 18px;
	clear: both;
}
#content .oferta-info .descricao .oferta {
	text-align: justify;
	line-height: 21px;
}
#content .oferta-info .descricao .oferta p {
	margin-bottom: 20px;
}
#content .oferta-info .localizacao {
}
#content .oferta-info .localizacao h3 {
	margin-bottom: 12px;
}
#content .oferta-info .localizacao p {
	line-height: 18px;
}
#content .oferta-info .localizacao p a {
	text-decoration: underline;
}
#content .oferta-info .localizacao address {
	font-style: normal;
	font-weight: bold;
	text-align: justify;
	margin: 9px 0 14px;
}
#content .oferta-info .localizacao a {
	color: #666;
}
#content .oferta-info .localizacao a img {
	display: block;
	margin: 0;
	border: 2px solid #D5D5D5;
}
#content .oferta-info .localizacao a strong {
	display: block;
	background: url(../img/layout/bt_ampliar.png?1) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	margin: 12px 0 0;
	width: 230px;
	height: 29px;
}
#content .oferta-info .localizacao a:hover {
	color: #F9CC00;
}
#content .oferta-info .localizacao a:hover img {
	border-color: #F9CC00;
}
#mapa-geo {
	width: 290px;
	height: 294px;
	border: 2px solid #D5D5D5;
	background: #FFF;
}
#content .oferta-info .localizacao .como-chegar {
	margin-top: 9px;
}
#btMapaRota {
	float: left; display: inline;
	background: url(../img/layout/bt_como_chegar.png) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	width: 118px;
	height: 29px;
}
#rotaLocal { display: none; padding-top: 5px; clear: both; }
#rotaInicial {
	float: left; display: inline;
	border: 1px solid #c4c4c4;
	border-right: none;
	background: #FFF url(../img/layout/bg_input.png) repeat-x;
	padding: 7px;
	height: 13px;
	width: 420px;
	color: #767676;
}

#content #formAguardeNewsletter {
	margin: 21px 0 26px;
}
#content #formAguardeNewsletter fieldset {
	float: left;
	display: inline;
	width: 668px;
	height: 92px;
	background: url(../img/layout/bg_aguarde_news.png?2) no-repeat;
}
#content #formAguardeNewsletter fieldset .input {
	float: left;
	display: inline;
	margin: 18px 0 0 21px;
	width: 300px;
}
#content #formAguardeNewsletter fieldset .input label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 2px 0;
}
#content #formAguardeNewsletter fieldset .input input,
#content #formAguardeNewsletter fieldset .input select {
	width: 97%;
}
#content #formAguardeNewsletter fieldset .input select {
	font-size: 14px;
	padding: 3px 2px;
}

#content #banner-capa {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -272px;
	margin-top: -195px;
	width: 544px;
	height: 390px;
	z-index: 1000;
}

#msg-aviso {
	text-align: center;
	background: #ff9e00;
	background: -moz-linear-gradient(top, #ff9e00, #ffc100) repeat-x; /* Para Mozilla/Gecko (Firefox etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9e00), to(#ffc100)) repeat-x; /* Para WebKit (Safari, Google Chrome etc) */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9e00, endColorstr=#ffc100)"; /* Para IE 8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9e00, endColorstr=#ffc100); /* Para IE 5.5 - 7 */
	-moz-box-shadow: 1px 1px 2px #ACACAC;
	-webkit-box-shadow: 1px 1px 2px #ACACAC;
	box-shadow: 1px 1px 2px #ACACAC;
	margin: 14px 0 -2px;
	width: 978px;
	height: 36px;
	cursor: default;
}
#msg-aviso p {
	line-height: 36px;
	text-shadow: #454545 1px 1px 2px;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}
#msg-aviso p a {
	color: #FFF;
}

#content .track-oferta {
	position: fixed;
	top: 50%;
	margin-top: -68px;
	left: 0;
	width: 82px;
	cursor: pointer;
	z-index: 80;
}
#content .track-oferta .seta {
	position: absolute;
	background: url(../img/layout/setas_extras.png) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	width: 60px;
	height: 105px;
	margin: 12px 14px;
}
#content .track-oferta:hover .seta,
#content .track-oferta .seta:hover {
	background-position: 0 -105px;
}
#content .track-oferta .detalhe-oferta {
	display: block;
	background: #fffefe;
	background: -moz-linear-gradient(top, #fffefe, #faeac0) repeat-x; /* Para Mozilla/Gecko (Firefox etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#fffefe), to(#faeac0)) repeat-x; /* Para WebKit (Safari, Google Chrome etc) */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffefe, endColorstr=#faeac0)"; /* Para IE 8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffefe, endColorstr=#faeac0); /* Para IE 5.5 - 7 */
	min-height: 90px;
	width: 180px;
	padding: 18px 16px 12px 90px;
	-webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
	box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
	margin-left: -290px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: bold;
	color: #2b6d00;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
#content .track-oferta:hover .detalhe-oferta {
	margin-left: 0;
}
#content .oferta-proxima {
	left: auto;
	right: 0;
}
#content .oferta-proxima .seta {
	background-position: -60px 0;
}
#content .oferta-proxima:hover .seta,
#content .oferta-proxima .seta:hover {
	background-position: -60px -105px;
}
#content .oferta-proxima .detalhe-oferta {
	padding-left: 16px;
	padding-right: 90px;
	margin-left: 362px;
}
#content .oferta-proxima:hover .detalhe-oferta {
	margin-left: -190px;
}

#banner-aondir {
	width: 721px;
	height: 80px;
	margin: 28px 0 16px;
}

/* ---------------------------------------------------------------- */
div.banner-container {
	position: fixed !important;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	left: 0;
	top: 0;
	display: none;
}
div.banner-container div.banner-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	left: 0;
	top: 0;
}
div.banner-container #banner-flutuante {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -392px;
	margin-top: -207px;
	width: 785px;
	z-index: 1000;
}
div.banner-container #banner-flutuante a.bt-fechar {
	display: inline;
	float: right;
	padding: 4px 6px;
	text-decoration: none;
	background: #ba100b;
	color: #FFF;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}
div.banner-container #banner-flutuante a.bt-fechar:hover {
	background: #fff;
	color: #ba100b;
}
