/*
Theme Name: Estreia
Description: Theme for POLICOLCHOES.
Author: ESTREIA New Media
Author URI: http://www.estreia.net
Version: 3.0
License: Proprietary
*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background-color: #555555;
	font: 13px Verdana, Geneva, Arial;
	color: #555555;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
	
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
	color: #e72a26;
	text-decoration: none;
	background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

form {
	margin: 0;
}

.divClear {
	height: 0;
	clear: both;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}





/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }






/* -- global -- */

img {
	border: 0;
	}

a {
	color: #00a0e6;
	text-decoration: none;
	}

a:hover {
	color: #555555;
	}

form {
	margin: 0;
}

.divClear {
	height: 1px;
	clear: both;
}
 
.semPointer:hover {
	cursor: auto !important;
}






/* -- header -- */

#divHeaderContainer {
	position: fixed;
	width: 100%;
	height: 175px;
	background-color: #ffffff;
	text-align: center;
	z-index: 600;
}

@media (max-width: 1023px) {
	#divHeaderContainer {
		height: 155px;
	}
}

@media (max-width: 799px) {
	#divHeaderContainer {
		height: 140px;
	}
}

#tabHeader {
	width: 100%;
	height: 130px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
    border-collapse: collapse;
	border-spacing: 0; 
	border: 0;
}

@media (max-width: 1023px) {
	#tabHeader {
		height: 110px;
	}
}

@media (max-width: 799px) {
	#tabHeader {
		width: auto;
		height: 95px;
	}
}

#tabHeader .tdLeft {
	width: 33%;
	font: 400 19px "Open Sans", Verdana, Geneva, Arial;
	line-height: 1.35em;
	text-align: left;
	vertical-align: bottom;
	padding: 0 0 15px 30px;
	white-space: nowrap;
}

@media (max-width: 1023px) {
	#tabHeader .tdLeft {
		font-size: 17px;
		padding-left: 15px;
	}
}

@media (max-width: 799px) {
	#tabHeader .tdLeft {
		display: none;
	}
}

#tabHeader .tdCenter {
	width: 34%;
	text-align: center;
	padding: 0;
}

@media (max-width: 799px) {
	#tabHeader .tdCenter {
		width: auto;
	}
}

#logo {
	width: 360px;
	height: 110px;
	margin: 20px auto 0 auto;
	display: block;
}

@media (max-width: 1023px) {
	#logo {
		width: 300px;
		height: 92px;
		margin: 0 auto;
	}
}

#tabHeader .tdRight {
	width: 33%;
	text-align: right;
	vertical-align: bottom;
	padding: 0 30px 20px 0;
	white-space: nowrap;
}

@media (max-width: 1023px) {
	#tabHeader .tdRight {
		padding: 0 15px 15px 0;
	}
}

@media (max-width: 799px) {
	#tabHeader .tdRight {
		display: none;
	}
}
 









/* -- langs -- */

#divLangs {
	height: 33px;
	font: 15px Verdana, Arial, Geneva;
	color: #555555;
	line-height: 33px;
	margin-left: 10px;
	float: right;
}

#divLangs a, #divLangs span {
	height: 33px;
	background: #ffffff;
	font: 15px Verdana, Arial, Geneva;
	color: #555555;
	line-height: 33px;
	border: 1px solid #ededed;
	padding: 0 8px;
	display: inline-block;
}

#divLangs a:hover {
	background-color: #f0f4f9;
	border: 1px solid #f0f4f9;
}

#divLangs a:first-child, #divLangs span:first-child {
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
 }

#divLangs a:last-child, #divLangs span:last-child {
	border-left: none;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
 }







/* -- cesto de compras -- */

#divCart {
	height: 33px;
	background: #ffffff;
	font: 13px Verdana, Arial, Geneva;
	color: #49433d;
	line-height: 33px;
	padding: 0 8px;
	border: 1px solid #ededed;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

#divCart:hover {
	background-color: #f0f4f9;
	border: 1px solid #f0f4f9;
}

#divCart a {
	font: 13px Verdana, Arial, Geneva;
	color: #555555;
	line-height: 33px;
}

#divCart a span {
	color: #00a0e6;
}

@media (min-width: 1024px) {
	#divCart .smallCartLink {
		display: none;
	}
}

@media (max-width: 1023px) {
	#divCart .bigCartLink {
		display: none;
	}
}







/* -- search -- */

#searchForm {
	text-align: right;
	margin-top: 10px;
	float: right;
	clear: right;
}

#searchInput {
	width: 160px;
	height: 35px;
	background-color: #f0f4f9;
	font: 15px Verdana, Arial, Geneva;
	color: #555555;
	line-height: 35px;
	text-align: left;
	margin: 0;
	padding: 0 5px 0 15px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	border: 0;
	float: right;
}

@media (max-width: 1023px) {
	#searchInput {
		width: 80px;
	}
}

#searchSubmit {
	width: 35px;
	height: 35px;
	background: #f0f4f9 url('../media/icon_search.gif') left top no-repeat;
	margin: 0 0 0 1px;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	border: 0;
	float: right;
}

#searchSubmit:hover {
	background: #555555 url('../media/icon_search.gif') left bottom no-repeat;
	cursor: pointer;
}







/* menu */

nav {
	width: 100%;
	height: 45px;
	background-color: #555555;
	text-align: center;
}

@media (max-width: 799px) {
	nav {
		width: auto;
	}
}

#navbar {
	height: 45px;
	text-align : center;
	margin: 0 auto;
}

@media (max-width: 799px) {
	#navbar {
		height: auto;
	}
}

ul.navbar-nav {
	margin: 0;
	padding: 0;
}

ul.navbar-nav li {
	position: relative;
	background-color: #555555;
	border-top: 1px solid #555555;
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

@media (max-width: 799px) {
	ul.navbar-nav li {
		border-top: 1px solid #999999;
		display: block;
	}
}

ul.navbar-nav li.mobileMenu {
	display: none;
}

@media (max-width: 799px) {
	ul.navbar-nav li.mobileMenu {
		display: block;
	}
}

ul.navbar-nav li:hover {
	background-color: #ffffff;
	border-top: 1px solid #ededed;
}

ul.navbar-nav li a {
	height: 44px;
	background-color: transparent;
	font-family: "Open Sans", Verdana, Geneva, Arial;
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 44px;
	text-align: left;
	display: block;
	padding: 0 35px;
	text-decoration: none;
	white-space: pre;
}

@media (max-width: 799px) {
	ul.navbar-nav li a {
		height: 44px;
		font-size: 15px;
		text-align: center;
		line-height: 44px;
		padding: 0 8px;
	}
}

@media (max-width: 799px) {
	ul.navbar-nav li.mobileMenu a {
		width: 48%;
		padding: 0;
		display: inline-block;
	}
	ul.navbar-nav li.mobileMenu a.firstLink {
		border-right: 1px solid #999999;
	}
}

ul.navbar-nav li a:hover {
	color: #555555;
}

ul.navbar-nav li:hover a {
	color: #555555 !important;
}

.dropup {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown > li {
  display : inline-block;
}

/* submenus */

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 350px;
	background-color: #ffffff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	padding: 10px 0 10px 0;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	display: none;
	z-index: 1000;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.20);
}

@media (max-width: 799px) {
	.dropdown-menu {
		width: auto !important;
		border-top: 1px solid #dedede !important;
		padding: 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
}

.smallMenu {
	width: 240px !important;
}

@media (max-width: 799px) {
	.smallMenu {
		width: auto !important;
	}
}

.dropdown-menu li {
	height: auto !important;
	border-top: none !important;
	padding: 0 !important;
	display: block !important;
}

@media (max-width: 799px) {
	.dropdown-menu li {
		width: auto !important;
	}
}

.dropdown-menu li a {
	height: auto !important;
	background-color: #ffffff !important;
	font-family: "Open Sans", Verdana, Geneva, Arial !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	color: #555555 !important;
	letter-spacing: 0 !important;
	line-height: 23px !important;
	text-align: left !important;
	text-transform: none !important;
	padding: 7px 5px 7px 30px !important;
	display: block;
	white-space: normal !important;
}

@media (max-width: 799px) {
	.dropdown-menu li a {
		font-size: 15px !important;
		text-align: center !important;
		padding: 7px 5px !important;
	}
}

.dropdown-menu li a:hover {
	background-color: #f0f4f9 !important;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

/* collapsing */

@media (max-width: 799px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
  }
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}

.navbar-collapse.in {
	overflow-y: auto;
}

.navbar-collapse {
	max-height: 340px;
}

@media (min-width: 800px) {
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}
}













/* -- menu mobile -- */

.navbar-toggle {
	width: 52px;
	height: 45px;
	position: relative;
	background-color: transparent;
	border: none;
	border-top: 1px solid #555555;
	margin: 0;
	padding: 14px 15px 14px 15px;
	display: inline-block;
	overflow: hidden;
}

@media (min-width: 800px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-toggle:hover {
	background-color: #ffffff;
	border-top: 1px solid #ededed;
}

.navbar-toggle:focus {
	background-color: #ffffff;
	outline: 0;
}

@media (max-width: 799px) {
	nav:hover .navbar-toggle {
		background-color: #ffffff;
		border-top: 1px solid #ededed;
	}
}

.navbar-toggle .icon-bar {
	width: 22px;
	height: 2px;
	background-color: #ffffff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: block;
}

.navbar-toggle:hover .icon-bar {
	background-color: #555555;
}

@media (max-width: 799px) {
	nav:hover .navbar-toggle .icon-bar {
		background-color: #555555 !important;
	}
}

@media (max-width: 799px) {
	.navbar-toggle:focus .icon-bar {
		background-color: #555555 !important;
	}
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

#mobilePhone {
	display: none;
}

@media (max-width: 799px) {
	#mobilePhone {
		height: 45px;
		font-family: "Open Sans", Verdana, Geneva, Arial;
		font-size: 18px;
		color: #ffffff;
		font-weight: 300;
		line-height: 45px;
		text-align: center;
		padding: 0 10px;
		display: inline-block;
		vertical-align: top;
	}
}

#mobileCart {
	display: none;
}

@media (max-width: 799px) {
	#mobileCart {
		width: 45px;
		height: 45px;
		padding: 0 5px;
		display: inline-block;
		vertical-align: top;
		overflow: hidden;
	}
}













/* -- intro -- */

#divIntroContainer {
	width: 100%;
	height: 500px;
	background: #25b6f5 url("../media/bg_intro.gif") bottom repeat-x;
	text-align: center;
	z-index: 300;
	opacity: 0;
}

@media (max-width: 1023px), (max-height: 799px) {
	#divIntroContainer {
		height: 450px;
	}
}

@media (max-width: 799px) {
	#divIntroContainer {
		height: 420px;
	}
}

#divIntro {
	position: relative;
	width: 1220px;
	height: 500px;
	font: 13px Verdana, Geneva, Arial;
	color: #ffffff;
	line-height: 130%;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}

@media (max-width: 1279px) {
	#divIntro {
		width: auto;
	}
}

@media (max-width: 1023px), (max-height: 799px) {
	#divIntro {
		width: auto;
		height: 450px;
	}
}

@media (max-width: 799px) {
	#divIntro {
		width: auto;
		height: 420px;
	}
}

#introContent {
	position: relative;
	top: 50%;
	width: 60%;
	text-align: left;
	padding-left: 60px;
	margin: 0;
	-ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 500;
}

@media (max-width: 1279px) {
	#introContent {
		padding-left: 20px;
	}
}

@media (max-width: 1023px) {
	#introContent {
		padding: 25px 0 0 20px;
	}
}

@media (max-height: 799px) {
	#introContent {
		padding: 25px 0 0 30px;
	}
}

@media (max-width: 799px) {
	#introContent {
		position: relative;
		top: 20px;
		width: 100%;
		text-align: center;
		padding: 0;
		-ms-transform: none;
	    -moz-transform: none;
	    -webkit-transform: none;
	    transform: none;
	}
}

#divWoman {
	position: absolute;
	top: 500px;
	right: 0px;
	width: 1220px;
	height: 500px;
	z-index: 400;
}

@media (max-width: 1279px) {
	#divWoman {
		width: auto;
	}
}

@media (max-width: 1023px), (max-height: 799px) {
	#divWoman {
		width: auto;
		height: 450px;
	}
}

@media (max-width: 799px) {
	#divWoman {
		right: 40%;
		width: auto;
		height: 420px;
	}
}

@media (max-width: 499px) {
	#divWoman {
		right: 30%;
	}
}

#introWoman {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 655px;
	height: 500px;
	z-index: 400;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: top, right, width, height;
	-o-transition-property: top, right, width, height;
	transition-property: top, right, width, height;
}

@media (max-width: 1279px) {
	#introWoman {
		top: 0px;
		right: -50px;
		width: 655px;
		height: 500px;
	}
}

@media (max-width: 1023px), (max-height: 799px) {
	#introWoman {
		top: 50px;
		right: -80px;
		width: 524px;
		height: 400px;
	}
}

@media (max-width: 799px) {
	#introWoman {
		top: 130px;
		right: -140px;
		width: 393px;
		height: 300px;
	}
}

#introBackground {
	position: absolute;
	top: 0px;
	right: 50px;
	width: 600px;
	height: 500px;
	z-index: 300;
	float: right;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: top, right, width, height;
	-o-transition-property: top, right, width, height;
	transition-property: top, right, width, height;
}

@media (max-width: 1279px) {
	#introBackground {
		top: 0px;
		right: 0px;
		width: 600px;
		height: 500px;
	}
}

@media (max-width: 1023px), (max-height: 799px) {
	#introBackground {
		top: 0px;
		right: -150px;
		width: 600px;
		height: 500px;
	}
}

@media (max-width: 799px) {
	#introBackground {
		top: 0px;
		right: -150px;
		width: 600px;
		height: 500px;
	}
}

@media (max-width: 499px) {
	#introBackground {
		top: 100px;
		right: -80px;
		width: 504px;
		height: 420px;
	}
}

#divIntro .introTitle {
	font: 300 42px "Open Sans", Verdana, Geneva, Arial;
	color: #ffe600;
	line-height: 140%;
}

@media (max-width: 1023px), (max-height: 799px) {
	#divIntro .introTitle {
		font-size: 36px;
	}
}

@media (max-width: 799px) {
	#divIntro .introTitle {
		font-size: 32px;
	}
}

#divIntro .introLead {
	font: 300 17px "Open Sans", Verdana, Geneva, Arial;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 140%;
}

@media (max-width: 1023px), (max-height: 799px) {
	#divIntro .introLead {
		font-size: 15px;
	}
}

@media (max-width: 799px) {
	#divIntro .introLead {
		display: none;
	}
}

#divIntro .introQuestion {
	font: 400 17px "Open Sans", Verdana, Geneva, Arial;
	color: #ffffff;
	line-height: 140%;
}

#divIntro a {
	font: 400 17px "Open Sans", Verdana, Geneva, Arial;
	color: #ffffff;
	line-height: 140%;
	text-decoration: underline;
}

#divIntro .introQuestionSmall {
	font: 400 17px "Open Sans", Verdana, Geneva, Arial;
	color: #ffffff;
	line-height: 140%;
}

#openFirmeza {
	font-size: 13px;
	color: #ffe600;
}

#divIntro .introLabel {
	font: 13px Verdana, Geneva, Arial;
	color: #9dd0ff;
	line-height: 140%;
}

#divIntro select {
	min-width: 100px;
	height: 32px;
	background-color: #ffffff;
	font: 13px Verdana, Geneva, Arial;
	color: #555555;
	padding: 3px 5px;
	margin: 8px 0 0 19px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}

@media (max-width: 799px) {
	#divIntro select {
		max-width: 200px;
		display: inline-block;
		margin: 10px 5px 0 0;
		float: none;
	}
}

#divIntro .introNext {
	width: 36px;
	height: 33px;
	background: #555555 url("../media/seta_botoes_branco.png") center center no-repeat;
	font: 22px Verdana, Geneva, Arial;
	line-height: 32px;
	color: #ffffff;
	padding: 0;
	margin: 8px 0 0 5px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

@media (max-width: 799px) {
	#divIntro .introNext {
		display: inline-block;
		margin: 10px 0 0 0;
		vertical-align: top;
	}
}

#divIntro .introNext:hover {
	background: #333333 url("../media/seta_botoes_branco.png") center center no-repeat;
	color: #ffffff;
	cursor: pointer;
}

#divIntro .introFinal {
	width: 140px;
	height: 33px;
	background: #555555 url("../media/seta_botoes_branco.png") right center no-repeat;
	font: 400 15px "Open Sans", Verdana, Geneva, Arial;
	line-height: 32px;
	color: #ffffff;
	padding: 0 15px 0 0;
	margin: 8px 0 0 5px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#divIntro .introFinal:hover {
	background: #333333 url("../media/seta_botoes_branco.png") right center no-repeat;
	color: #ffffff;
	cursor: pointer;
}









/* -- catalogo home -- */

#catTitle {
	min-height: 50px;
	font: 300 32px "Open Sans", Verdana, Geneva, Arial;
	line-height: 30px;
	color: #555555;
	text-align: center;
	margin: 20px auto 0 auto;
	display: block;
	clear: both;
	opacity: 0;
}

@media (max-width: 799px) {
	#catTitle {
		width: auto;
		min-height: 40px;
		font: 300 24px "Open Sans", Verdana, Geneva, Arial;
		margin: 15px auto 0 auto;
	}
}

#catTitle:hover {
	color: #444444;
}










/* -- top content -- */

#divMain {
	position: absolute;
	width: 100%;
	top: 175px;
	background: #ffffff;
	text-align: center;
	z-index: 300;
}

@media (max-width: 1023px) {
	#divMain {
		top: 155px;
	}
}

@media (max-width: 799px) {
	#divMain {
		top: 140px;
	}
}

#divTitle {
	position: relative;
	width: 100%;
	min-height: 73px;
	background-color: #25b6f5;
	text-align: center;
	padding: 19px 0 12px 0;
	clear: both;
	opacity: 0;
}

#divTitle h1 {
	max-width: 1220px;
	font: 300 32px "Open Sans", Verdana, Geneva, Arial;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
}








/* -- breadcrumbs -- */

#divBreadcrumbs {
	margin: 0 auto;
	display: inline-block;
}

#divBreadcrumbs a {
	height: 30px;
	background-color: transparent;
	font: 15px Verdana, Arial, Geneva;
	color: #2483ad;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 0 10px;
	display: inline-block;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

#divBreadcrumbs a:hover {
	background: #ffffff;
	color: #555555;
}

#divBreadcrumbs span {
	height: 30px;
	background-color: transparent;
	font: 15px Verdana, Arial, Geneva;
	color: #2483ad;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 0 10px;
	display: inline-block;
	-moz-border-radius: 1px;
	border-radius: 1px;
}








/* -- content -- */

#divContent {
	width: 100%;
	background-color: #f0f4f9;
	text-align: center;
	padding: 0 0 34px 0;
	z-index: 400;
	clear: both;
	opacity: 0;
}

#homePage #divContent {
	background-color: #ffffff;
	padding: 0 0 20px 0;
}

#divSubContent {
	width: 1220px;
	background-color: #ffffff;
	margin: 0 auto;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	clear: both;
}

@media (max-width: 1279px) {
	#divSubContent {
		width: 980px;
	}
}

@media (max-width: 1023px) {
	#divSubContent {
		width: 800px;
	}
}

@media (max-width: 799px) {
	#divSubContent {
		width: auto;
	}
}

#divLeft {
	width: 971px;
	background-color: #ffffff;
	font: 15px Verdana, Arial, Geneva;
	color: #555555;
	line-height: 1.4em;
	text-align: justify;
	padding-right: 17px;
	float: left;
}

@media (max-width: 1279px) {
	#divLeft {
		width: 731px;
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	#divLeft {
		width: 783px;
		font-size: 13px;
		text-align: left;
	}
}

@media (max-width: 799px) {
	#divLeft {
		width: 100%;
		padding: 0;
	}
}

#divLeft p {
	margin: 0 0 21px 0;
}

#divLeft a {
	color: #00a0e6;
	line-height: 1.4em;
}

#divLeft a:hover {
	color: #555555;
}

#divLeft h1, #divLeft h2 {
	font: 400 24px "Open Sans", Verdana, Arial, Geneva;
	color: #555555;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#divLeft h3 {
	font: 400 19px "Open Sans", Verdana, Arial, Geneva;
	color: #555555;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#divLeft ul {
	list-style: square outside; 
	text-align: left;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-left: 20px;
	display: block;
}

#divLeft ol {
	margin-top: 5px;
	margin-bottom: 20px;
	padding-left: 20px;
}

#divLeft hr {
	height: 1px;
	background: #ffffff;
	border: 0;
	border-top: 2px solid #f0f4f9;
	margin: 15px 0;
	clear: right;
}

#divLeft img.alignright {
	margin: 0 0 15px 15px;
	float: right;
}

@media (max-width: 599px) {
	#divLeft img.alignright {
		width: 100%;
		height: auto;
		margin: 10px auto;
		float: none !important;
	}
}

#divLeft img.alignleft {
	margin: 0 15px 15px 0;
	float: left;
}

@media (max-width: 599px) {
	#divLeft img.alignleft {
		width: 100%;
		height: auto;
		margin: 10px auto;
		float: none !important;
	}
}

#divLeft img.aligncenter {
	margin: 0 auto 15px auto;
	float: none;
}

@media (max-width: 599px) {
	#divLeft img.aligncenter {
		width: 100%;
		height: auto;
		margin: 10px auto;
		float: none !important;
	}
}

#divLeft img.alignnone {
	margin: 0 auto 15px auto;
	float: none;
}

@media (max-width: 599px) {
	#divLeft img.alignnone {
		width: 100%;
		height: auto;
		margin: 10px auto;
		float: none !important;
	}
}

#divLeft div.alignright {
	margin: 0 0 15px 15px;
	float: right;
}

#divLeft a.mapa {
	width: 65px;
	height: 47px;
	background-image: url('../media/bg_mapa.gif');
	background-position: top left;
	background-repeat: no-repeat;
	font: 13px Verdana, Arial, Geneva;
	color: #444444;
	line-height: 47px;
	text-align: center;
	padding: 0 5px 0 40px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
}

#divLeft a.mapa:hover {
	background-position: bottom left;
}

#divSubLeft {
	width: 951px;
	text-align: justify;
	padding-left: 20px;
	float: left;
}

@media (max-width: 1279px) {
	#divSubLeft {
		width: 711px;
	}
}

@media (max-width: 1023px) {
	#divSubLeft {
		width: 740px;
	}
}

@media (max-width: 799px) {
	#divSubLeft {
		width: 98%;
		padding: 0;
		margin: 0 auto;
		float: none;
	}
}

#divSubLeftNarrow {
	width: 470px;
	text-align: justify;
	padding-left: 0px;
	float: left;
}

@media (max-width: 1279px) {
	#divSubLeftNarrow {
		width: 355px;
	}
}

@media (max-width: 1023px) {
	#divSubLeftNarrow {
		width: 408px;
	}
}

@media (max-width: 799px) {
	#divSubLeftNarrow {
		width: auto;
		text-align: left;
		padding: 0 5px;
	}
}

#order #divSubLeftNarrow {
	width: 570px;
}

@media (max-width: 1279px) {
	#order #divSubLeftNarrow {
		width: 435px;
	}
}

@media (max-width: 1023px) {
	#order #divSubLeftNarrow {
		width: 485px;
	}
}

#divLeft a.tagLink {
	height: 26px;
	background-color: #f0f4f9;
	font: 13px Verdana, Arial, Geneva;
	color: #575049;
	line-height: 26px;
	padding: 0 20px;
	margin: 0 4px 4px 0;
	display: inline-block;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}

#divLeft a.tagLink:hover {
	background-color: #8ad3ff;
	color: #ffffff;
}








/* -- gallery -- */

#divImage {
	width: 477px;
	margin: 0 17px 0 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}

@media (max-width: 1279px) {
	#divImage {
		width: 357px;
	}
}

@media (max-width: 799px) {
	#divImage {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		overflow: hidden;
		float: none;
	}
}

#order #divImage {
	width: 377px;
}

@media (max-width: 1279px) {
	#order #divImage {
		width: 277px;
	}
}

@media (max-width: 799px) {
	#order #divImage {
		width: 100%;
	}
}

#divImage .postImage {
	width: 477px;
	height: auto;
	margin-bottom: 1px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

@media (max-width: 1279px) {
	#divImage .postImage {
		width: 357px;
	}
}

@media (max-width: 799px) {
	#divImage .postImage {
		width: 100%;
	}
}

#order #divImage .postImage {
	width: 377px;
}

@media (max-width: 1279px) {
	#order #divImage .postImage {
		width: 277px;
	}
}

@media (max-width: 799px) {
	#order #divImage .postImage {
		width: 100%;
	}
}

#divImage .iconLupa {
	position: absolute;
	width: 477px;
	height: 477px;
	background-image: url('../media/icone_lupa.png');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	z-index: 1000;
}

@media (max-width: 1279px) {
	#divImage .iconLupa {
		width: 357px;
		height: 357px;
	}
}

@media (max-width: 799px) {
	#divImage .iconLupa {
		width: 100%;
		height: auto;
	}
}

#order #divImage .iconLupa {
	width: 377px;
	height: 377px;
}

@media (max-width: 1279px) {
	#order #divImage .iconLupa {
		width: 277px;
		height: 277px;
	}
}

@media (max-width: 799px) {
	#order #divImage .iconLupa {
		width: 100%;
		height: auto;
	}
}

#divImage .attachment-thumbnail {
	width: 118px;
	height: 118px;
	margin: 0 1px 1px 0;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}

@media (max-width: 1279px) {
#divImage .attachment-thumbnail {
		width: 86px;
		height: 86px;
	}
}
 















/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{display: none !important; margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{max-height: 800px; float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{opacity: 0; filter: alpha(opacity = 0);}
#colorbox{outline:0;}
    #cboxTopLeft{display: none;}
    #cboxTopRight{display: none;}
    #cboxBottomLeft{display: none;}
    #cboxBottomRight{display: none;}
    #cboxMiddleLeft{display: none;}
    #cboxMiddleRight{display: none;}
    #cboxTopCenter{display: none;}
    #cboxBottomCenter{display: none;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom: 35px;}
        #cboxTitle{position:absolute; bottom:0; left:0; font-size: 15px; line-height: 35px; text-align:center; width:100%; color:#999999;}
		@media (max-width: 639px) {#cboxTitle { font-size: 13px; }}
        #cboxCurrent{position:absolute; bottom:0; left:15px; font-size: 15px; line-height: 35px; color:#999999;}
		@media (max-width: 639px) {#cboxCurrent { font-size: 13px; }}
        #cboxLoadingOverlay{background:url("../media/slideshow_loading_bg.png") no-repeat center center;}
        #cboxLoadingGraphic{background:url("../media/slideshow_loading.gif") no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; top:calc(50% - 40px); left: 10px; background:url("../media/bt_anterior.png") top no-repeat; width:48px; height:80px; text-indent:-9999px;}
        #cboxPrevious:hover{background:url("../media/bt_anterior.png") bottom no-repeat;}
        #cboxNext{position:absolute; top:calc(50% - 40px); right:10px; background:url("../media/bt_seguinte.png") top no-repeat; width:48px; height:80px; text-indent:-9999px;}
        #cboxNext:hover{background:url("../media/bt_seguinte.png") bottom no-repeat;}
        #cboxClose{position:absolute; bottom:5px; right:10px; background:url("../media/bt_close.gif") no-repeat; width:25px; height:25px; text-indent:-9999px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
#colorbox { 
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}








/* -- pages -- */

#divPages {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto 15px auto;
	clear: both;
}

#homePage #divPages {
	padding-top: 0px;
}

.withLine {
	margin-top: 20px !important;
}

#divPagesHeader {
	min-height: 40px;
	border-bottom: 2px solid #f0f4f9;
	font: 300 20px "Open Sans", Verdana, Geneva, Arial;
	color: #555555;
	line-height: 30px;
	text-align: center;
	padding: 0 5px;
	margin: 0 auto 12px auto;
	opacity: 0;
}

#divPagesHeader a {
	width: 100%;
	min-height: 40px;
	font: 300 20px "Open Sans", Verdana, Geneva, Arial;
	color: #555555;
	line-height: 30px;
	text-align: center;
	display: block;
}

#divPagesHeader a:hover {
	font-weight: bold;
	color: #555555;
}

#divPagesHeader select {
	height: 32px;
	background-color: #f0f4f9;
	font: 13px Verdana, Geneva, Arial;
	color: #555555;
	padding: 3px 10px;
	margin: 0 0 0 10px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#divPages .pageBox {
	width: 230px;
	text-align: center;
	margin: 8px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	opacity: 0;
}

#divPages .pageBox .pageSubBox {
	position: relative;
	width: 230px;
	height: 230px;
	background-color: #f0f4f9;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

#divPages .pageBox .pageSubBox .wp-post-image {
	position: absolute;
	top: 50%;
    left: 50%;
	min-width: 230px;
	min-height: 230px;
	width: auto;
	height: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index: 500;
}

#divPages .pageBox .pageSubBox .iconLupa {
	position: absolute;
	width: 230px;
	height: 230px;
	background-image: url('../media/icone_lupa.png');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	z-index: 1000;
}

#divPages .pageBox .pageSubBox .iconPromotion {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 230px;
	z-index: 600;
}

#divPages .pageBox .pageTitle {
	width: 220px;
	background-color: #f0f4f9;
	font: 400 20px "Open Sans", Verdana, Geneva, Arial;
	color: #444444;
	text-align: center;
	line-height: 24px;
	padding: 10px 5px;
	margin: 0 auto;
	display: block;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}

#divPages .pageBox:hover .pageTitle {
	background-color: #8ad3ff;
	color: #ffffff;
}

#divPages .pageBox .Selected {
	background-color: #8ad3ff;
	color: #ffffff;
}

#divPages .pageBox .pricedisplay {
	font: 13px Verdana, Arial, Geneva;
	color: #555555;
}

#divPages .pageBox .oldprice {
	font: 13px Verdana, Arial, Geneva;
	color: #555555;
	text-decoration: line-through;
}

#divPages .pageBox:hover {
	cursor: pointer;
}







/* -- right -- */

#divRight {
	width: 230px;
	background-color: #f0f4f9;
	float: right;
}

@media (max-width: 1023px) {
	#divRight {
		display: none;
	}
}

#divRight .divItems {
	width: 230px;
	text-align: center;
	margin-top: 20px;
}

#order #divRight .divItems {
	margin-top: 0px;
}

#divRight a.linkItem {
	min-height: 25px;
	background-color: #f0f4f9;
	font: 14px Verdana, Arial, Geneva;
	color: #555555;
	line-height: 25px;
	padding: 6px 10px;
	display: block;
}

#divRight a.linkItem:hover {
	background-color: #ffffff;
	color: #555555;
}

#divRight a.linkItem.selected {
	background-color: #ffffff;
	color: #555555;
}

#divRight a.linkHeader {
	height: 25px;
	background-color: #e2e9f0;
	color: #444444;
	letter-spacing: 1px;
	border-bottom: 0;
	-moz-border-radius: 1px;
	border-radius: 1px;
	overflow: hidden;
}

#divRight a.linkHeader:hover {
	background-color: #e2e9f0;
	color: #444444;
	letter-spacing: 1px;
	font-weight: bold;
}

#divRight .textwidget {
	width: 230px;
	font-size: 1px;
	text-align: center;
	margin-top: 20px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

#divRight .widgetTitle {
	width: 210px;
	height: 25px;
	background-color: #e2e9f0;
	font: 14px Verdana, Arial, Geneva;
	color: #444444;
	letter-spacing: 1px;
	line-height: 25px;
	text-align: center;
	padding: 6px 10px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: block;
}

#divRight a.widgetTitle:hover {
	color: #444444;
	letter-spacing: 1px;
	font-weight: bold;
}

#divRight .textwidget table {
	text-align: center;
	margin: 5px auto;
}

#divRight .textwidget div {
	font: 14px Verdana, Arial, Geneva;
	color: #444444;
	line-height: 140%;
	padding: 10px;
}

#divRight .textwidget img {
	max-width: 230px;
	margin: 0px auto;
}

#divRight .textwidget img.postImage {
	margin: 0 auto;
}







/* -- widget shopping cart -- */

#divShoppingCart {
	width: 230px;
	font: 14px Verdana, Arial, Geneva;
	color: #575049;
	line-height: 1.4em;
	text-align: left;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

#divShoppingCart .widgetTitle {
	width: 210px;
	height: 25px;
	background-color: #e2e9f0;
	font: 14px Verdana, Arial, Geneva;
	color: #444444;
	letter-spacing: 1px;
	line-height: 25px;
	padding: 6px 10px;
	text-align: center;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: block;
}

#divShoppingCart p {
	margin-left: 10px;
	margin-right: 10px;
}

#divShoppingCart table {
	width: 220px;
	margin: 0 5px;
}

#divShoppingCart table th {
	border-bottom: 1px solid #dedede;
}

#divShoppingCart #quantity {
	text-align: center;
}

#divShoppingCart table td {
	border-bottom: 1px solid #dedede;
}

#divShoppingCart .orderButton {
	width: 134px;
	height: 30px;
	background: #78ccff url("../media/seta_botoes_branco.png") center right no-repeat;
	font: 13px Verdana, Arial, Geneva;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	margin: 5px auto;
	padding-right: 15px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: block;
}

#divShoppingCart .orderButton:hover {
	background: #555555 url("../media/seta_botoes_branco.png") center right no-repeat;
	color: #ffffff;
}

#divShoppingCart a {
	color: #00a0e6;
}

#divShoppingCart a:hover {
	color: #555555;
}











/* -- stock -- */

#divStock {
	background: #f0f4f9 url("../media/icon_entregas.gif") center left no-repeat;
	font: 13px Verdana, Geneva, Arial;
	color: #555555;
	text-align: left;
	padding: 10px;
	padding-left: 16%;
	margin-bottom: 15px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}











/* -- prices -- */

#tabPrice {
	background-color: #f0f4f9;
	font: 13px Verdana, Geneva, Arial;
	color: #555555;
	text-align: left;
	padding: 0;
	margin-bottom: 15px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#tabPrice {
	width: 100%;
	margin: 15px 0 15px 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#tabPrice .tdPriceHeader {
	height: 30px;
	background-color: #f0f4f9;
	font: 13px Verdana, Geneva, Arial;
	color: #555555;
	text-align: left;
	border-bottom: 1px solid #ffffff;
}

#tabPrice .tdQtyHeader {
	height: 30px;
	background-color: #f0f4f9;
	font: 13px Verdana, Geneva, Arial;
	color: #555555;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	padding: 0 10px;
}

#tabPrice .tdQty {
	width: 40px;
	background-color: #f0f4f9;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	vertical-align: middle;
	padding: 0 10px;
}

#tabPrice .tdQty input {
	width: 30px;
	height: 30px;
	text-align: center;
	font: 13px Verdana, Geneva, Arial;
	color: #555555;
	line-height: 30px;
	padding: 0;
	border: 0;
}

#tabPrice .tdPriceProduct {
	width: 100%;
	height: 30px;
	background-color: #f0f4f9;
	font: 13px Verdana, Geneva, Arial;
	color: #555555;
	line-height: 140%;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	padding: 10px;
}

#tabPrice .tdPriceProduct .oldprice {
	font: 13px Verdana, Arial, Geneva;
	color: #555555;
	text-decoration: line-through;
}

#tabPrice .tdPriceProduct img {
	width: 65px;
	height: 40px;
	vertical-align: middle;
	margin-right: 10px;
	float: left;
}

#productLongPrice {
	height: 30px;
	background-color: #ffffff;
	font: 13px Verdana, Geneva, Arial;
	color: #555555;
	padding: 3px 5px;
	margin: 8px 0;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#tabPrice .tdOrder {
	width: 100%;
	height: 50px;
}

#tabPrice .tdOrder .btOrder {
	height: 32px;
	background: #f0f4f9 url("../media/seta_botoes_branco.png") center right no-repeat;
	background-color: #78ccff;
	font: 14px Verdana, Arial, Geneva;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 32px;
	text-align: center;
	padding: 0 35px 0 20px;
	margin: 10px 0 10px 73px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#tabPrice .tdOrder .btOrder:hover {
	background: #555555 url("../media/seta_botoes_branco.png") center right no-repeat;
	cursor: pointer;
}

.smallText {
	font: 13px Verdana, Geneva, Arial;
	color: #bbc1c7;
	margin: 10px 0;
	display: block;
}











/* -- shopping guide -- */

#divShoppingGuide {
	position: relative;
	height: 85px;
	background: #f0f4f9 url("../media/banner_guia_de_compras_primavera.jpg") right no-repeat;
	font: 15px Verdana, Geneva, Arial;
	color: #555555;
	line-height: 140%;
	text-align: left;
	padding: 20px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	overflow: hidden;
	clear: both;
	z-index: 1100; /* evitar ser sobreposto pela lupa da imagem */
}

@media (max-width: 1279px) {
	#order #divShoppingGuide {
		background-image: none;
		height: 65px;
	}
}

@media (max-width: 799px) {
	#divShoppingGuide {
		display: none;
	}
}

#divShoppingGuide:hover {
	color: #444444;
	cursor: pointer;
}

#divShoppingGuide strong {
	font: 300 26px "Open Sans", Verdana, Geneva, Arial;
	color: #666666;
	line-height: 140%;
}

@media (max-width: 1279px) {
	#divShoppingGuide strong {
		font-size: 20px;
	}
}

#divShoppingGuide:hover strong {
	font: 400 26px "Open Sans", Verdana, Geneva, Arial;
}

@media (max-width: 1279px) {
	#divShoppingGuide:hover strong {
		font-size: 20px;
	}
}

#divTitleGuide {
	width: 100%;
	min-height: 100px;
	background: #25b6f5 url('../media/bg_breadcrumbs.gif') bottom center no-repeat !important;
	text-align: center;
	padding: 19px 0 12px 0;
	clear: both;
}

#divTitleGuide h1 {
	max-width: 1220px;
	font: 300 32px "Open Sans", Verdana, Geneva, Arial;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
}

#divBreadcrumbsGuide {
	width: 100%;
	font: 15px Verdana, Arial, Geneva;
	color: #333333;
	line-height: 30px;
	margin: 30px auto 0 auto;
}

@media (max-width: 799px) {
	#divBreadcrumbsGuide {
		display: none;
	}
}

#divBreadcrumbsGuide a {
	height: 30px;
	background-color: transparent;
	font: 15px Verdana, Arial, Geneva;
	color: #ffffff;
	line-height: 30px;
	padding: 0 10px;
	display: inline-block;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

@media (max-width: 1023px) {
	#divBreadcrumbsGuide a {
		font-size: 13px;
	}
}

#divBreadcrumbsGuide a:hover {
	background: #ffffff;
	color: #555555;
}

#divBreadcrumbsGuide span {
	height: 30px;
	background: #25b6f5 url("../media/seta_botoes_escuro.png") center right no-repeat;
	font: 15px Verdana, Arial, Geneva;
	color: #333333;
	text-align: left;
	line-height: 30px;
	padding: 0 30px 0 0;
	display: inline-block;
}

@media (max-width: 1023px) {
	#divBreadcrumbsGuide span {
		display: none;
	}
}

#divBreadcrumbsGuideMobile {
	display: none;
}

@media (max-width: 799px) {
	#divBreadcrumbsGuideMobile {
		width: 100%;
		margin: 30px auto 0 auto;
		display: block;
	}
}

@media (max-width: 799px) {
	#divBreadcrumbsGuideMobile a {
		height: 30px;
		background-color: transparent;
		font: 15px Verdana, Arial, Geneva;
		color: #ffffff;
		line-height: 30px;
		padding: 0 10px;
		display: inline-block;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}
}

@media (max-width: 799px) {
	#divBreadcrumbsGuideMobile a:hover {
		background: #ffffff;
		color: #555555;
	}
}














/* -- financiamento -- */

.divFinanciamento {
	height: 55px;
	background-color: #555555;
	-moz-border-radius: 1px;
	border-radius: 1px;
	overflow: hidden;
	clear: both;
}

@media (max-width: 799px) {
	#divImage .divFinanciamento {
		display: none;
	}
}

#divSubLeft .divFinanciamento, #divSubLeftNarrow .divFinanciamento {
	display: none;
}

@media (max-width: 799px) {
	#divSubLeft .divFinanciamento, #divSubLeftNarrow .divFinanciamento {
		display: block;
	}
}

.divFinanciamento span {
	height: 45px;
	font: 15px Verdana, Geneva, Arial;
	color: #ffcc00;
	line-height: 20px;
	padding: 7px 10px;
	display: block;
	float: left;
}

@media (max-width: 1279px) {
	.divFinanciamento span {
		font-size: 11px;
	}
}

@media (max-width: 799px) {
	#divSubLeft .divFinanciamento span, #divSubLeftNarrow .divFinanciamento span {
		font-size: 15px;
		text-align: left;
	}
}

.divFinanciamento img {
	width: 90px;
	height: 55px;
	float: left;
}

.textFinanciamento {
	font: 13px Verdana, Geneva, Arial;
	color: #bbc1c7;
	margin: 10px 0;
	display: block;
}

#divImage .textFinanciamento {
	padding: 0 10px;
}

@media (max-width: 799px) {
	#divImage .textFinanciamento {
		display: none;
	}
}

#divSubLeft .textFinanciamento, #divSubLeftNarrow .textFinanciamento {
	display: none;
}

@media (max-width: 799px) {
	#divSubLeft .textFinanciamento, #divSubLeftNarrow .textFinanciamento {
		display: block;
	}
}









/* -- related -- */

#divRelated {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto 15px auto;
	clear: both;
}

#relatedHeader {
	min-height: 50px;
	border-bottom: 2px solid #f0f4f9;
	font: 300 20px "Open Sans", Verdana, Geneva, Arial;
	color: #555555;
	line-height: 30px;
	text-align: center;
	padding: 0 30px;
	margin: 0 auto 12px auto;
}

#relatedHeader a {
	width: 100%;
	min-height: 50px;
	font: 300 20px "Open Sans", Verdana, Geneva, Arial;
	color: #555555;
	line-height: 30px;
	text-align: center;
	display: block;
}

#relatedHeader a:hover {
	font-weight: bold;
	color: #555555;
}

#divRelated .pageBox {
	width: 160px;
	height: 242px;
	background: #ffffff;
	text-align: center;
	margin: 4px;
	overflow: hidden;
	display: inline-block;
}

#divRelated .pageBox .pageSubBox {
	position: relative;
	width: 160px;
	height: 160px;
	background-color: #f0f4f9;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

#divRelated .pageBox img.wp-post-image {
	position: absolute;
	top: 50%;
    left: 50%;
	min-width: 160px;
	min-height: 160px;
	max-width: 210px;
	max-height: 210px;
	width: auto !important;
	height: auto !important;
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index: 500;
}

#divRelated .pageBox .pageSubBox .iconLupa {
	position: absolute;
	width: 160px;
	height: 160px;
	background-image: url('../media/icone_lupa.png');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	z-index: 1000;
}

#divRelated .pageBox .pageSubBox .iconPromotion {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 160px;
	z-index: 600;
}

#divRelated .pageBox .pageTitle {
	width: 150px;
	min-height: 46px;
	background-color: #f0f4f9;
	font: 13px Verdana, Arial, Geneva;
	color: #444444;
	text-align: center;
	line-height: 140%;
	padding: 5px;
	margin: 0 auto;
	display: block;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}

#divRelated .pageBox .Selected {
	background-color: #8ad3ff;
	color: #ffffff;
}

#divRelated .pageBox:hover .pageTitle {
	background-color: #8ad3ff;
	color: #ffffff;
}

#divRelated .pageBox .pricedisplay {
	font: 13px Verdana, Arial, Geneva;
	color: #555555;
}

#divRelated .pageBox .oldprice {
	font: 13px Verdana, Arial, Geneva;
	color: #555555;
	text-decoration: line-through;
}







/* -- search -- */

#tabSearchForm {
	margin: 10px auto 0 auto;
	border: 0px;
}

@media (max-width: 799px) {
	#tabSearchForm {
		width: 100%;
	}
}

#tabSearchForm td {
	font: 15px Verdana, Geneva, Arial;
	color: #23374f;
	text-align: left;
	line-height: 140%;
	padding: 0 15px 5px 0;
	vertical-align: bottom;
}

@media (max-width: 799px) {
	#tabSearchForm td {
		width: 100%;
		text-align: center;
		padding: 5px 0;
		display: block !important;
	}
}

#tabSearchForm td .searchField {
	width: 150px;
	height: 26px;
	background-color: #ffffff;
	font: 13px Verdana, Geneva, Arial;
	line-height: 26px;
	color: #555555;
	padding: 3px 5px;
	margin: 3px 0 0 0;
	border: 0;
	-moz-border-radius: 1px;
	border-radius: 1px;
	float: left;
}

@media (max-width: 799px) {
	#tabSearchForm td .searchField {
		margin: 0 auto;
		float: none;
	}
}

#tabSearchForm td select {
	max-width: 170px;
	height: 32px;
	background-color: #ffffff;
	font: 13px Verdana, Geneva, Arial;
	color: #555555;
	padding: 3px 5px;
	margin: 3px 0 0 0;
	border: 0;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

@media (max-width: 799px) {
	#tabSearchForm td select {
		margin: 0 auto;
	}
}

#tabSearchForm td .btSearch {
	width: 130px;
	height: 33px;
	background: #555555 url("../media/seta_botoes_branco.png") center right no-repeat;
	font: 15px Verdana, Geneva, Arial;
	line-height: 32px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 25px 0 0;
	margin: 8px 0 0 5px;
	border: 0;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

#tabSearchForm td .btSearch:hover {
	background: #333333 url("../media/seta_botoes_branco.png") center right no-repeat;
	color: #ffffff;
	cursor: pointer;
}

#tabSearchForm #openFirmeza {
	color: #ffffff;
}

#divSearchFormMobile {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#divSearchFormMobile a {
	height: 30px;
	background-color: transparent;
	font: 15px Verdana, Arial, Geneva;
	color: #ffffff;
	line-height: 30px;
	padding: 0 10px;
	display: inline-block;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

#divSearchFormMobile a:hover {
	background: #ffffff;
	color: #555555;
}





	





/* -- form -- */

#tabForm {
	width: 100%;
	font: 400 15px "Open Sans", Verdana, Geneva, Arial;
	color: #555555;
	line-height: 140%;
	margin-top: 0px;
	border: 0px;
}

#tabForm td.tdHeader {
	height: 32px;
	background-color: #f0f4f9;
	font: 600 15px "Open Sans", Verdana, Geneva, Arial;
	color: #555555;
	line-height: 32px;
	text-align: center;
	padding: 0 !important;
}

#tabForm td.tdProduct {
	font: 15px Verdana, Geneva, Arial;
	color: #555555;
	line-height: 140%;
	border-bottom: 2px solid #e2e9f0;
	padding: 20px 0;
}

#tabForm td.tdShipping {
	font: 15px Verdana, Geneva, Arial;
	color: #555555;
	line-height: 140%;
	border-bottom: 2px solid #e2e9f0;
	padding: 20px 0;
}

#tabForm td.tdPrices {
	font: 15px Verdana, Geneva, Arial;
	color: #555555;
	line-height: 140%;
	border-bottom: 2px solid #e2e9f0;
	padding: 20px 0;
}

#tabForm td.tdFormFields {
	font: 15px Verdana, Geneva, Arial;
	color: #555555;
	line-height: 140%;
	padding: 20px 0 0 0;
}

#tabForm .productName {
	font: 600 15px "Open Sans", Verdana, Geneva, Arial;
	color: #555555;
	line-height: 140%;
}

#tabForm a.productName {
	font: 600 15px "Open Sans", Verdana, Geneva, Arial;
	color: #00a0e6;
	line-height: 140%;
}

#tabForm a.productName:hover {
	color: #555555;
}

#tabForm .btDelete {
	height: 24px;
	background-color: #f0f4f9;
	font: 13px Verdana, Arial, Geneva;
	color: #555555;
	line-height: 24px;
	text-align: center;
	padding: 0 10px;
	margin-top: 7px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
}

#tabForm .btDelete:hover {
	background-color: #555555;
	color: #ffffff;
	cursor: pointer;
}

#tabForm .productImage {
	width: 200px;
	margin-left: 10px;
	float: right;
}

@media (max-width: 799px) {
	#tabForm .productImage {
		width: 150px;
	}
}

#tabForm .formSubTitle {
	font: 600 15px "Open Sans", Verdana, Geneva, Arial;
	color: #555555;
	line-height: 140%;
}

#tabForm .showError {
	color: #cc0000 !important;
}

#tabForm .showOferta {
	height: 32px;
	background-color: #b4ff00;
	font: 13px Verdana, Arial, Geneva;
	color: #555555;
	line-height: 32px;
	text-align: center;
	padding: 0 10px;
	margin-top: 7px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

#tabForm .showTotal {
	height: 32px;
	font: 600 15px "Open Sans", Verdana, Geneva, Arial;
	color: #555555;
	line-height: 32px;
	text-align: left;
	display: block;
	float: left;
}

#tabForm .showPrice {
	height: 32px;
	font: 600 15px "Open Sans", Verdana, Geneva, Arial;
	color: #555555;
	line-height: 32px;
	text-align: right;
	display: block;
	float: right;
}

#tabForm select {
	height: 32px;
	background-color: #ffffff;
	font: 13px Verdana, Geneva, Arial;
	color: #555555;
	padding: 3px 5px;
	margin: 0;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.jqmWindow #tabForm select {
	background-color: #f0f4f9 !important;
}

#tabForm select.shippingSel {
	height: 32px;
	background-color: #f0f4f9;
	font: 13px Verdana, Geneva, Arial;
	color: #555555;
	padding: 3px 5px;
	margin: 5px 0 0 0;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

@media (max-width: 799px) {
	#tabForm select.shippingSel {
		width: 180px;
	}
}

#tabForm input[type="text"] {
	width: 100%;
	height: 26px;
	background-color: #f0f4f9;
	font: bold 13px Verdana, Geneva, Arial;
	color: #555555;
	line-height: 26px;
	text-indent: 10px;
	padding: 3px 0;
	margin: 5px 0 10px 0;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#order #tabForm textarea {
	width: calc(100% - 20px);
	height: 60px;
	background-color: #f0f4f9;
	font: bold 13px Verdana, Geneva, Arial;
	color: #555555;
	line-height: 26px;
	padding: 10px;
	margin: 5px 0 10px 0;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#tabForm .tdSubmit {
	text-align: center;
}

#tabForm .btSubmit {
	width: 105px;
	height: 30px;
	background: #78ccff url("../media/seta_botoes_branco.png") center right no-repeat;
	font: 13px Verdana, Arial, Geneva;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	margin: 5px auto;
	padding: 0 15px 0 0;
	border: 0;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: block;
}

#tabForm .btSubmit:hover {
	background: #555555 url("../media/seta_botoes_branco.png") center right no-repeat;
	color: #ffffff;
	cursor: pointer;
}









/* dialog */

#dialogDiv  {
	background-color: #f0f4f9;
	font: 15px Verdana, Arial, Geneva;
	color: #555555;
	line-height: 26px;
	text-align: center;
	margin: 20px 0 30px 0;
	padding: 0 20px 10px 20px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

@media (max-width: 1023px) {
	#dialogDiv {
		width: auto;
		margin: 30px auto;
	}
}

#dialogDiv .formTitle {
	text-align: center;
	padding: 15px;
	margin: 0 auto;
	border-bottom: 1px solid #ffffff;
}

#dialogDiv .formTitle span {
	font: 22px 'Open Sans', Verdana, Arial, Geneva;
	font-weight: 400;
	color: #555555;
}

#dialogDiv img.okIcon  {
	width: 100px;
	height: 80px;
	margin: 10px auto 0 auto;
}

#messageDiv   {
	background-color: #f0f4f9;
	font: 15px Verdana, Arial, Geneva;
	color: #555555;
	line-height: 26px;
	text-align: center;
	margin: 20px 0 30px 0;
	padding: 20px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#messageDiv .formTitle {
	font: 22px 'Open Sans', Verdana, Arial, Geneva;
	font-weight: 400;
	color: #555555;
}

#messageDiv a {
	font: 15px Verdana, Arial, Geneva;
	color: #00a0e6;
	line-height: 26px;
}

#messageDivError   {
	background-color: #f0f4f9;
	font: 15px Verdana, Arial, Geneva;
	color: #555555;
	line-height: 26px;
	text-align: center;
	margin: 20px 0 30px 0;
	padding: 20px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: none;
}

#messageDivError .formTitle {
	font: 22px 'Open Sans', Verdana, Arial, Geneva;
	font-weight: 400;
	color: #555555;
}

#messageDivError a {
	font: 15px Verdana, Arial, Geneva;
	color: #00a0e6;
	line-height: 26px;
}













/* -- last order -- */

.lastOrderWindow {
    position: fixed;
    top: 80%;
    right: 5%;
    width: 405px;
    height: 65px;
	background: #ffffff url('../media/icon_info_message.gif') left center no-repeat;
	font: 400 13px "Open Sans", Verdana, Geneva, Arial;
	color: #555555;
	line-height: 140%;
	text-align: left;
	padding: 15px 15px 15px 73px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
    display: none;
}

@media (max-width: 799px) {
	.lastOrderWindow {
  	  left: 0px;
  	  right: 0px;
 	  width: auto;
	}
}

.lastOrderWindow div {
	position: relative;
	top: 50%;
	width: 100%;
	-ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lastOrderWindow a {
	font: 400 13px "Open Sans", Verdana, Geneva, Arial;
	color: #00a0e6;
	line-height: 140%;
}

.lastOrderWindow a:hover {
	color: #555555;
}













/* -- form firmeza -- */

#divFirmeza {
	background-color: #f0f4f9;
	padding: 10px 15px;
	margin: 10px 0;
}

@media (max-width: 1279px) {
	#divSubLeftNarrow #divFirmeza {
		padding: 10px 7px;
		margin-left: -20px;
	}
}

#divFirmeza .divFormHeader {
	height: 30px;
	font: 400 17px "Open Sans", Verdana, Geneva, Arial;
	color: #555555;
	line-height: 140%;
	text-align: center;
	padding: 0;
}

#outputFirmeza {
	width: 90px;
	height: 45px;
	background-color: #ffffff;
	font: 600 17px "Open Sans", Verdana, Geneva, Arial;
	color: #ff9900;
	line-height: 140%;
	text-align: center;
	margin-top: 15px;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.jqmWindow #outputFirmeza {
	background-color: #f0f4f9 !important;
}

.jqmWindow {
    position: fixed;
    top: 25%;
    left: 50%;
    width: 400px;
    height: 230px;
	background-color: #ffffff;
	font: 400 17px "Open Sans", Verdana, Geneva, Arial;
	color: #555555;
	line-height: 140%;
	padding: 20px;
	border: 1px solid #cccccc;
    box-shadow: 0px 0px 5px 0px rgba(0,  0, 0, 0.50);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,  0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,  0, 0, 0.50);
	-moz-border-radius: 2px;
	border-radius: 2px;
    display: none;
}

@media (max-width: 1023px) {
	.jqmWindow {
		left: 35%;
	}
}

@media (max-width: 799px) {
	.jqmWindow {
		left: 0;
		width: auto;
		padding: 20px 10px 0 10px;
	}
}

@media (max-width: 599px) {
	.jqmWindow {
		left: 0;
		width: auto;
		padding: 10px 0;
	}
}

.jqmWindow a {
	color: #00a0e6;
}

.jqmWindow a.jqmClose {
	width: 80px;
	height: 30px;
	background-color: #666666;
	font: 400 15px "Open Sans", Verdana, Geneva, Arial;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	margin: 15px auto 0 auto;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
}

.jqmWindow a.jqmClose:hover {
	background-color: #1fbef6;
}

#btFirmeza {
	height: 32px;
	background: #f0f4f9 url("../media/seta_botoes_branco.png") center right no-repeat;
	background-color: #78ccff;
	font: 14px Verdana, Arial, Geneva;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 32px;
	text-align: center;
	padding: 0 35px 0 20px;
	margin: 10px 0 10px 73px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#btFirmeza:hover {
	background: #555555 url("../media/seta_botoes_branco.png") center right no-repeat;
	cursor: pointer;
}











/* -- share -- */

#divShare {
	height: 34px;
	text-align: center;
	border-top: 2px solid #f0f4f9;
	padding: 20px;
	margin: 0 auto;
	clear: both;
	opacity: 0;
}

@media (max-width: 799px) {
	#divShare {
		padding: 20px 5px;
	}
}

.st_fblike_large span {
	vertical-align: top !important;
}

/* estilos personalizados

.st_sharethis_custom {
	background: url("http://.../facebook_like.png") no-repeat scroll left top transparent;
	padding: 0 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
} 

.st_facebook_custom {
	background: url("http://.../facebook_like.png") no-repeat scroll left top transparent;
	padding: 0 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
} 

.st_twitter_custom {
	background: url("http://.../facebook_like.png") no-repeat scroll left top transparent;
	padding: 0 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
} 

.st_linkedin_custom {
	background: url("http://.../facebook_like.png") no-repeat scroll left top transparent;
	padding: 0 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
} 

.st_email_custom {
	background: url("http://.../facebook_like.png") no-repeat scroll left top transparent;
	padding: 0 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
} 

.st_fblike_custom {
	background: url("http://.../facebook_like.png") no-repeat scroll left top transparent;
	padding: 10px 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
} 

.st_plusone_custom {
	background: url("http://.../facebook_like.png") no-repeat scroll left top transparent;
	padding: 0 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
} 

.st_pinterest_custom {
	background: url("http://.../facebook_like.png") no-repeat scroll left top transparent;
	padding: 0 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
}

*/










/* -- highlights -- */

#divHighlightsContainer {
	width: 100%;
	height: 215px;
	background-color: #555555;
	clear: both;
	padding-top: 20px;
	opacity: 0;
}

@media (max-width: 1023px) {
	#divHighlightsContainer {
		height: auto;
	}
}

@media (max-width: 799px) {
	#divHighlightsContainer {
		padding-top: 0px;
	}
}

#divHighlights {
	width: 1220px;
	text-align: center;
	margin: 0 auto;
}

@media (max-width: 1279px) {
	#divHighlights {
		width: 980px;
	}
}

@media (max-width: 1023px) {
	#divHighlights {
		width: 100%;
	}
}

@media (max-width: 799px) {
	#divHighlights {
		width: auto;
	}
}

#divHighlights .highlightsBox {
	position: relative;
	width: 600px;
	height: 215px;
	background-color: #ededed;
	text-align: center;
	padding: 0;
	-moz-border-radius: 1px;
	border-radius: 1px;
	overflow: hidden;
	float: left;
}

@media (max-width: 1279px) {
	#divHighlights .highlightsBox {
		width: 485px;
	}
}

@media (max-width: 1023px) {
	#divHighlights .highlightsBox {
		width: 600px;
		margin: 0 auto;
		float: none;
		clear: both;
	}
}

@media (max-width: 599px) {
	#divHighlights .highlightsBox {
		width: auto;
		margin: 0 auto;
		float: none;
		clear: both;
	}
}

#divHighlights .firstDiv {
	margin-right: 20px;
}

@media (max-width: 1279px) {
	#divHighlights .firstDiv {
		margin-right: 10px;
	}
}

@media (max-width: 1023px) {
	#divHighlights .firstDiv {
		margin: 0 auto;
	}
}

#divHighlights .highlightImage {
	position: absolute;
	top: 50%;
    left: 50%;
	min-width: 600px;
	min-height: 215px;
	width: auto;
	height: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	-moz-border-radius: 1px;
	border-radius: 1px;
	z-index: 500;
}

#divHighlights .highlightsBox .highlightsText {
	position: absolute;
	top: 145px;
	left: 15px;
	right: 15px;
	height: 50px;
	background-color: #ffffff;
	font: 400 18px "Open Sans", Verdana, Geneva, Arial;
	color: #555555;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	-moz-border-radius: 1px;
	border-radius: 1px;
	z-index: 600;
}

@media (max-width: 1279px) {
	#divHighlights .highlightsBox .highlightsText {
		font-size: 15px;
	}
}

@media (max-width: 599px) {
	#divHighlights .highlightsBox .highlightsText {
		font-size: 13px;
		left: 5px;
		right: 5px;
	}
}

#divHighlights .highlightsBox:hover .highlightsText {
	color: #000000;
}

#divHighlights .highlightsBox .highlightsText p {
	display: inline;
}













/* -- footer -- */

#divFooterContainer {
	width: 100%;
	min-height: 83px;
	background-color: #555555;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
	opacity: 0;
}

#divFooter {
	font: 15px Verdana, Arial, Geneva;
	color: #999999;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0 auto;
}

#divFooter a, #divFooter span {
	font: 15px Verdana, Arial, Geneva;
	color: #999999;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 0 15px 0 0;
	display: inline-block;
}

#divFooter span.firstSpan {
	padding-right: 10px;
}

#divFooter a {
	padding-left: 10px;
	text-decoration: underline;
}

#divFooter a:hover {
	color: #ffffff;
	text-decoration: none;
}

#divFooter a.scrollToTop {
	width: 45px;
	height: 35px;
	background-image: url("../media/icon_top.gif");
	background-position: top center;
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding: 0;
}

#divFooter a.scrollToTop:hover {
	background-position: bottom center;
}

#divCredits {
	height: 30px;
	font: 13px Verdana, Arial, Geneva;
	color: #808080;
	text-align: center;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 10px auto 0 auto;
	clear: both;
}

#divCredits a {
	color: #808080;
}

#divCredits a:hover {
	color: #ffffff;
}

#divSeo {
	height: 20px;
	font-size: 13px;
	color: #555555;
	margin: 0 auto;
	clear: both;
	cursor: default;
}

#divSeo a {
	font-size: 13px;
	color: #555555;
}

#divSeo a:hover {
	color: #555555;
	cursor: default;
}