html, body {
	height: 100%;
	background-color: #FFF;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	margin: 0;
}
img{
	border: 0;
}
a{
	border: 0;
	color: #ee3424;
	text-decoration: none;
}
a:hover{
	border: 0;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-weight:bold;
	letter-spacing: -1px;
	line-height: 95%;
}
h1{
	font-size: 36px;
	color: #F30;
}
h2{
	font-size: 24px;
	color: #F30;
}
h3{
	font-size: 18px;
	color: #F00;
}
h4{
	font-size: 24px;
	color: #333;
}
h5{
	font-size: 18px;
	color: #333;
}
h6, h6 a{
	font-size: 14px;
	color: #333;
}

/****************************** ESTILOS GERAIS ***************************/
.floatleft{
	float:left;
	}
.floatright{
	float:right;
	}
.clearfloat{
	clear: both;
	}
.branco{
	color: #FFF;
	}
.laranja{
	color: #ee3424;
	}
.cinzaescuro{
	color: #333;
	}
.cinzaclaro{
	color: #999;
	}
/***************************** ESTRUTURA ****************************/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px; /* the bottom margin is the negative value of the footer's height */
}
#main {
	width: 1080px;
	margin: 0 auto 30px auto;
}
#top {
	position: relative;
	height: 350px;
	}
#top-photo {
	width: 1050px;
	margin: 0 auto;
	}
#content {
	width: 1050px;
	margin: 0 auto;
	}
#content-title {
	padding: 25px 15px 15px 15px;
	background:#333;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	}
#content-left {
	width: 260px;
	float: left;
	position:relative;
	}
#content-right {
	width: 770px;
	float:right;
	}
	
#content-right-left {
width: 370px;
float:left;
margin-top: 30px;
}

.content-right-left {
	float: left;
    margin: 30px 20px 0 0;
    width: 240px;
	}
	
#content-right-leftbig {
	width: 585px;
	float:left;
	margin-top: 30px;
	line-height: 130%;
	}
#content-right-right {
	width: 370px;
float:right;
margin-top: 30px;
	}
	
.content-right-right {
width: 240px;
float:left;
margin: 30px 0 0 0;
}

#content-right-rightmini {
	width: 155px;
	float:right;
	margin-top: 30px;
	}

/***************************** MENU ****************************/
#top-menu {
	position:absolute;
	top: 15px;
	width: 1050px;
	height: 40px;
	padding: 13px 15px;
	background: url(../images/background-menu.png) no-repeat;
	}
#mainmenu{
	float: left;
	margin: 0 0 0 15px;
	}
#mainmenu ul{
	padding: 0;
}
#mainmenu li{
	float:left;
	margin: 0 3px;
	list-style: none;
	font-size:18px;
	font-weight:bold;
	}
#mainmenu li a{
	color:#333;
	padding:7px;
	background:#FFF;
	}	
#mainmenu li a:hover{
	color: #FFF;
	background:#ee3424;
	}
#pesquisa{
	float:right;
	margin: 5px 0 0 15px;
	}
input.search {
	width: 126px;
	height: 22px;
	font-size: 10px;
	color: #666;
	border-style: none;
	cursor: text;
	padding: 0 30px 2px 10px;
	margin-left: 0 !important;
	background: url(../images/background-search.png) 0 0 no-repeat;
}
#idiomas{
	float: right;
	margin: 3px 0 0 15px;
	}
#idiomas ul{
	padding-left: 0;
}
#idiomas li{
	float:left;
	font-size:11px;
	font-weight:bold;
	list-style: none;
	margin: 0;
	}
#idiomas li a{
	color: #666;
	padding: 5px;
	background:#FFF;
	}
#idiomas li a:hover, #idiomas li a.active{
	color: #FFF;
	background:#666;
}
	
/************************** MENU PRODUTOS + ACCORDEON *************************/
#menu-produtos{
	width: 245px;
	position:absolute;
	margin: 0 0 0 10px;
	top: -80px;
	}
#produtos-top-shadow{
	height: 7px;
	background: url(../images/background-menulat-top.png) no-repeat ;
	}
#produtos-middle-shadow{
	background: url(../images/background-menulat-middle.png);
	padding: 0 7px 7px 7px;
	}
#produtos-bottom-shadow{
	height: 10px;
	background: url(../images/background-menulat-bottom.png) no-repeat ;
	}
#produtos-top{
	padding: 15px;
	background:#ee3424;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	}
	
	#produtos-list {
	margin: 10px 20px;
	}
.accordionButton {	
	display: block;
	padding: 10px 10px 10px 15px;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	font-weight:bold;
	color: #333;
	border-bottom: thin solid #CCC;
	cursor: pointer;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 0 10px;
	}
.accordionContent {	
	display: none;
	border-bottom: thin solid #CCC;
	}
.accordionContent ul {
	list-style:none;
	margin:0;
	padding:0;
}
.accordionContent li {
	font-weight:bold;
	margin: 0;
	display:block;
}
.accordionContent li a{
	font-size:11px;
	padding: 5px 5px;
	display:block;
	background:none;
	border-bottom: none;
}
.accordionContent li a:hover{
	color: #FFF;
	background:#F30;
}

	
/************************ HOMEPAGE ************************/
.highlight-header{
	height:25px;
	padding: 8px;
	margin-bottom: 15px;
	background:url(../images/baloon.png) no-repeat;
	color: #FFF;
	font-size:14px;
	font-weight: bold;
}
.highlight-body{
	
}

.newsHome {
}

.newsHome-title {
    color: #FF3300;
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    letter-spacing: -1px;
    margin: 0 0 10px;
}

.newsHome-text {
    height: 70px;
    margin-bottom: 10px;
}

.newsHome-button {
      margin-top: 30px;
}

.newsHome-button a {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    width: 40px;
}

.newsHome-button a:hover {
    background: none repeat scroll 0 0 #FF3300;
}

.newsHome-more {
    border-top: 1px solid #999999;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 7px;
    text-align: right;
}

.newsHome-more a {
    color: #666666;
}

.newsHome-more a:hover {
    color: #333333;
}

#carousel {
    height: 280px;
    margin: 0 auto;
    overflow: scroll;
    padding: 0;
    width: 240px;
}
#carousel ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 1500px;
}
#carousel li {
    display: inline;
    float: left;
}

.textholder {
    font-size: small;
    padding: 6px;
    text-align: left;
}

/***************************** PRODUTOS ****************************/
#produtoslist{
	
	}
	/*
.produto-item {
	width: 90px;
	height: 170px;
	font-weight:bold;
	padding: 0 12px 10px 12px;
	margin: 0 0 20px 0;
	float: left;
	border-bottom: #999 dotted thin;
}*/
.produtosFamily{
border-bottom: solid #999 5px;
margin: 25px 0;
}

.produto-item {
width: 90px;
height: 170px;
font-weight:bold;
padding: 15px 12px;
margin-bottom:10px;
float: left;
border-top: #999 dotted thin;
}

.produto-item-photo {
	width: 106px;
	height: 100px;
	padding-bottom: 10px;
	
	}
.produto-item-photo img {	
	vertical-align:bottom;
}

.produto-item-photo a, .produto-item-photo a:hover{
	border: medium solid #FFF;
	display: block;
    position: relative;
	}
.produto-item-photo a:hover{
	border: medium solid #F30;
	}
.produto-item-photo span.play {
	background-image: url(../images/stockout_splash.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	top: -5px;
	left: 55px;
	position: absolute;
	border: none;
}
.produto-item-familia{
	font-size:10px;
	}
.produto-item-nome {
	color: #F30;
	font-size:12px;
	}
.produto-item-nome a:hover{
	color: #333;
	text-decoration:none;
	}

.ad-gallery span.stockout{
	background-image: url(../images/stockout_splash-big.png);
	background-repeat: no-repeat;
	width: 85px;
	height: 85px;
	top: -10px;
	left: 280px;
	position: absolute;
	z-index: 10;
	}
#produto-ref{
	min-width:100px;
	display: table;
	background:#CCC;
	padding: 5px 10px 3px 8px;
	color:#222;
	font-size:14px;
	font-weight:bold;
	}	
.produto-text{
	font-size:12px;
	margin: 10px 0;
	}
.produto-label{
	width: 120px;
	color: #FFF;
	font-weight:bold;
	font-size:12px;
	background: #666;
	padding: 5px 10px;
	margin-top: 25px;
	}
.produto-detalhes{
	border-top: #666 solid thin;
	padding: 10px 0;
	}
.produto-detalhes-left{
	width: 175px;
	float: left;
	}
.produto-detalhes-right{
	width: 175px;
	float: right;
	}
.produto-caract{
	color: #333;
	font-size:12px;
	font-weight:bold;
	}
.produto-lojas{
	padding: 10px 0;
	margin: 10px 0;
	border-bottom:#999 dotted thin;
	}
.produto-sugest{
	width: 50px;
	height: 50px;
	float: left;
	margin: 5px;
	}
.produto_detalhe-video {
	width:120px;
	height: 90px;
	margin: 0 10px 10px 0;
	float:left;
}
.produto_detalhe-video a {
    display: block;
    position: relative;
}
.produto_detalhe-video span.play {
	background-image: url(../images/video_play.png);
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	top: 20px;
	left: 35px;
	position: absolute;
}

/*////////////////////// LATERAL DIREITA //////////////////////*/
.caixamenu{
	background:#DDD;
	margin-bottom:30px;
	padding: 15px;
	border-top: #F30 solid 5px;
	}
#caixa-gamas{
	}
#caixa-gamas ul{
	font-size:11px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	list-style-type: none;	
	}
#caixa-gamas ul li{
	padding: 7px 0;
	border-bottom:#666 thin dotted;
	font-weight:bold;
	}
#caixa-gamas ul li a{
	color:#333;
	}
#caixa-gamas ul li a:hover{
	color: #F00;
	}
	
#caixa-options{
	}
#caixa-options ul{
	font-size:11px;
	font-weight:bold;
	margin: 0;
	padding: 5px 0;
	list-style-type: none;	
	}
#caixa-options ul li{
	color:#333;
	padding: 3px 0;
	font-weight:normal;
	}
#caixa-menu{
	}
#caixa-menu ul{
	font-size:11px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	list-style-type: none;	
	}
#caixa-menu ul li{
	padding: 10px 18px;
	border-bottom:#666 thin dotted;
	background:url(../images/bullet1.png) no-repeat 0 8px;
	list-style-position: inside;
	list-style-type: none;
	}
#caixa-menu ul li a{
	color:#333;
	}
#caixa-menu ul li a:hover{
	color:#F00;
	text-decoration:none;
	}
.caixamenu-area{
	color: #333;
	font-weight:bold;
	padding-top: 7px;
	border-bottom:dotted thin #666;
	display:block;
	}
.select {
	position: absolute;
	width: 160px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #333;
	font: 12px/21px arial,sans-serif;
	background: url(../images/select.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.checkbox, .radio {
	width: 12px;
	height: 12px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	cursor: pointer;	
	float: left;
}

.checkbox_text
{
float: left;
  width: 106px;
  margin-left: 0;
}
.checkbox.checked, .radio.checked {
	background-position: 0px -24px;
}

input.button{
	color:#FFF;
	font-family: 'helvetica', arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	background-color:#F30;
	border: 0;
	padding: 5px;
	cursor: pointer;	
	}
input.button-orange{
	color:#FFF;
	font-family: 'helvetica', arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	background-color:#F30;
	border: 0;
	padding: 5px;
	cursor: pointer;	
	}

.caixapoio{
	background:#F30;
	margin-bottom:30px;
	padding: 15px;
	border-top: #333 solid 5px;
	}
input.user{
	color: #333;
	width: 115px;
	border:0;
	background:#FFF;
	padding: 3px 5px;
	margin: 3px 0;
	}
input.button{
	color:#FFF;
	font-family: 'helvetica', arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	background-color:#333;
	border: 0;
	padding: 5px;
	cursor: pointer;	
	}
#menuapoio{
	}
#menuapoio ul{
	font-size: 11px;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
	}
#menuapoio li{
	border-bottom: thin dotted #666666;
	font-weight: bold;
	padding: 10px 0;
	list-style-image: url(../images/arrow.png);
	list-style-position: inside;
	}
#menuapoio li a{
	color:#333;
	}
#menuapoio li a:hover{
	color:#F30;
	}
	
/*///////////////////////// APOIO ////////////////////////////*/
.movelar-artigo{
	padding-bottom: 5px;
	margin: 10px 0;
	border-bottom:#CCC thin dotted;
	}
.movelar-artigo_title{
	padding: 5px 0;
	width: 500px;
	float:left;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	}

.movelar-artigo_title a{
	color:#333;
	}
.movelar-artigo_title a:hover{
	color: #FFF;
	display:block;
	background:#F30;

	}
.movelar-artigo_link{
	padding-bottom: 5px;
	float:right;
	}
.movelar-artigo_link a{
	vertical-align: 2px;
	color:#333;
	}
.movelar-artigo_link a:hover{
	color:#F30;
	text-decoration:none;
	}
	
/*//////////////////////////////////// NAVEGA��O ///////////////////////////////////*/
.navigationbar{
	margin: 30px 0;
	font-weight:bold;
	color:#333;
	font-size:11px;
	padding: 10px 0;
	text-align: right;
	border-top:#999 solid thin;
	border-bottom:#999 solid thin;
	}
.navigationbar a{
	padding: 5px 7px;
	color: #333;
	background:#eaeaea;
	margin-left: 5px;
	}
.navigationbar a:hover{
	color: #FFF;
	background:#F30;
	text-decoration: none;
	}
.navigationbar-active{
	color:#FFF;
	background:#666;
	padding: 5px 8px;
	margin-left: 5px;
	}
/*////////////////////// PHOTOS & VIDEO //////////////////////*/
.list-photo {
	width: 110px;
	border-bottom:#333 5px solid;
	margin: 0 7px 20px 0;
	float: left;
	background:#CCC;
	}
.list-photo-img {
	width:110px;
	height: 110px;
	}
.list-photo-title {
	height: 40px;
	padding: 10px 5px;
	font-size:12px;
	font-weight:bold;
	}
.list-photo-title a{
	color:#333;
	}
.list-photo-title a:hover{
	color:#F30;
	}


/*////////////////////// ONDE COMPRAR //////////////////////*/
#lojas-resultados{
	padding: 20px 0;
	margin: 20px 0;
	border-top: #999 solid thin;
	}
.lojas-resultados-title{
	max-width: 200px;
	padding: 5px;
	color:#FFF;
	background:#F30;
	font-size:18px;
	font-weight:bold;
	}

.loja-list{
	padding-bottom: 20px;
	margin: 20px 0;
	border-bottom: #666 thin dotted;
	}
.loja-logo{
	padding-right: 15px;
	margin-right: 15px;
	border-right: #999 solid thin;
	float: left;
	}
.loja-info{
	float: left;
	}

	
/*********************** FOOTER ***********************/
.footer, .push {
	height: 110px; /* .push must be the same height as .footer */
}
#footer-color {
	height:100%;
	background:#333;
}
#footer-content {
	width:1080px;
	margin: 0 auto;
	padding-top: 20px;
	color:#FFF;
	font-size:11px;
}
#footer-content a{
	color:#FFF;
}
#footer-content a:hover{
	color:#ee3424;
}
.footer-info_left{
	float:left;
	padding-right: 25px; 
	}
.footer-info_right{
	float:right;
	text-align:left;
	margin-left: 60px;
	}

/********************* INFINITE CAROUSEL **********************/
.carousel {
	margin: 0 auto;
	width: 370px;
	height: 280px;
	padding: 0;
	overflow: scroll;
}
.carousel ul {
	list-style: none;
	width: 1500px;
	margin: 0;
	padding: 0;
	position: relative;
}
.carousel li {
	display: inline;
	float: left;
}
.textholder {
	text-align: left;
	font-size: small;
	padding: 6px;
}

/********************* ESTILOS DE TEXTO **********************/
.branco-title {
	margin: 0 0 10px 0;
	font-weight:bold;
	letter-spacing: -1px;
	font-size: 21px;
	color: #FFF;
}
.branco-text{
	font-size: 11px;
	color: #FFF;
}
.branco-text a{
	color: #FFF;
}
.branco-text a:hover{
	color: #333;
	text-decoration:underline;
}
.grey-title{
	font-weight:bold;
	font-size: 14px;
	color: #333;
}
.grey-title a{
	color: #333;
}
.grey-title a:hover{
	color: #000;
}
.verticalignsuper{
	vertical-align: super;
}
.small{
	font-size:10px;
}


.newsList {
    border-top: 1px dotted #999999;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 10px;
}

.newsList a {
    color: #666666;
}

.newsList a:hover {
    color: #FF3300;
}

/********* MODAL FINANCIAMENTO *********/
.fin-opened{
	overflow: hidden;
}
#financiamento{
	float: right;
	font-size: 9px;
	font-weight: bold;
	margin-left: 15px;
	color: #666;
	}
#financiamento img{
	width: 360px;
	padding: 2px 0;
}

#financiamento_new {
    float: right;
	font-size: 9px;
	font-weight: bold;
	margin-left: 15px;
	color: #666;
    margin-top: -15px;
}

#financiamento_new img{
	width: 355px;
}

#financiamento-modal{
	position: relative;
	width: 960px;
	background: #FFF;
	padding: 25px;
	border-radius: 15px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}
#fin-close{
	position: absolute;
	right: 10px;
	top: 10px;
	}
#fin-close img{
	width: 36px;
}
.finance-logos{
	padding: 0;
}
.finance-logos li{
	display: inline-block;
	padding-right: 15px;
	list-style: none;
}
.objective-list{
	padding: 5px 15px;
}

/* The Modal (background) */
.fin-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding: 5% 0; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 90%; /* Full height */
    overflow: scroll; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.fin-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.fin-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.fin-close:hover,
.fin-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* Tabs */
ul.tab {
    list-style-type: none;
	height: 83px;
    margin: 0;
    padding: 0;
	padding-left: 10px;
    border-bottom: 1px solid #ccc;
}
ul.tab li {
	float: left;
	}
ul.tab li a {
    display: inline-block;
    color: #666;
	width: 265px;
	height: 54px;
	background-color: #EEE;
    padding: 14px 16px;
    text-decoration: none;
	border: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
    transition: 0.3s;
    font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-left: 5px;
}

ul.tab li a:hover {
	height: 54px;
	background-color: #666;
	border: 1px solid #666;
	border-bottom: none;
	color: #FFF;
	}

ul.tab li a:focus, ul.tab li a.active {
	height: 54px;
	background-color: #FFF;
	color: #333;
	border-bottom: none;
	}

.tabcontent {
    display: none;
	margin-top: 30px;
}
#fin-one{
	display: inherit;
}
#fin-two{
}