﻿/*******************************************************/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 0 0 0;
/*	background-color:#e5e5e5;
*/}
input{
	font-size:10px;
}
select{
	font-size:10px;
}

.font_large{
	font-size:15px;
}
.font_middle{
	font-size:12px;
}
.font_small{
	font-size:11px;
}
.font_xsmall{
	font-size:10px;
}
/*******************************************************/

/* TOPO SITE */

#topo{
    border: 0px solid;
	width:940px;
    height:99px;
	text-align:center;
	background-image:url('../img/topo/back1.jpg');
    position:relative;
    z-index:100;
}

#topo a{
	color:#0099ff;
	text-decoration:none;
}

#logo{
    border:0px solid;
    float:left;
    position:absolute;
    top:10px;
    left:10px
}

#atendimento{
    border:0px solid;
    float:right;
    position:absolute;
    top:40px;
    left:250px
}

#meu_carrinho{
    border:0px solid;
    float:right;
    position:absolute;
    top:0px;
    left:765px
}

#menu_lojas{
    border:0px solid;
    float:right;
    position:absolute;
    width:390px;
    height:27px;
    top:70px;
    left:544px
}

#loja_sorocaba{
   	background-color:white;
    border:1px solid;
    border-color: #666666;
    float:right;
    position:absolute;
    width:397px;
    height:550px;
    top:96px;
    left:540px;
    display:none;
    font-size: 10px;
    color: #666666;
    z-index:100;
}

#loja_saopaulo{
   	background-color:white;
    border:1px solid;
    border-color: #666666;
    float:right;
    position:absolute;
    width:397px;
    height:550px;
    top:96px;
    left:540px;
    display:none;
    font-size: 10px;
    color: #666666;
    z-index:100;
}

#loja_campinas{
   	background-color:white;
    border:1px solid;
    border-color: #666666;
    float:right;
    position:absolute;
    width:397px;
    height:550px;
    top:96px;
    left:540px;
    display:none;
    font-size: 10px;
    color: #666666;
    z-index:100;
}

#loja_belohorizonte{
   	background-color:white;
    border:1px solid;
    border-color: #666666;
    float:right;
    position:absolute;
    width:397px;
    height:550px;
    top:96px;
    left:540px;
    display:none;
    font-size: 10px;
    color: #666666;
    z-index:100;
}

#menu_categorias_search{
    border: 0px solid;
	width:940px;
    height:32px;
	text-align:center;
    background-image:url('../img/topo/menu_categorias_search_back.jpg');
    z-index:0;
}

/* TOPO SITE */

/* TOPO BANNER CENTRAL PAGINA PRINCIPAL E MSG*/
#banner_topo{
    border: 0px solid;
	width:940px;
    z-index:0;
    margin: 4px 0 0 0;
    background-image:url('../banners/topo/banners.png');
}

#topo_2faixas{
    border: 0px solid;
	width:940px;
    height:29px;
    z-index:0;
    margin: 4px 0 0 0;
    background-image:url('../img/back_msgs.jpg');
}

#topo_2faixas a{
    text-decoration:none;
}

#topo_2faixas a:hover{
    text-decoration:underline;
    color:#848484;
}

/* TOPO BANNER CENTRAL PAGINA PRINCIPAL E MSG*/

/* LATERAL ESQUERDA*/
#esquerda{
    border: 0px solid;
	width:150px;
    z-index:0;
    margin: 4px 0 0 0;
    float: left;
}

#menu_esquerda span{
    font-size:13px;
    color:gray;
    margin:4px;
    font-weight:bold;
}

#menu_esquerda a{
	color:grey;
	text-decoration:none;
}

#menu_esquerda a:hover{
	color:#0099ff;
	text-decoration:none;
}

/* LATERAL ESQUERDA*/

/* CENTRO*/
#centro{
    border: 0px solid;
	width:786px;
    z-index:0;
    margin: 4px 0 0 0;
    left:150px;
    float:left;
}

#banner_central{
    border: 0px solid;
	width:786px;
	height:270px;
    z-index:0;
    background-image:url('../img/back_banner_central.jpg');
}

#miolo{
    border: 0px solid;
	width:632px;
	height:100%;
    z-index:0;
    float:left;
}

#miolo_outlet{
    border: 0px solid;
	width:782px;
	height:100%;
    z-index:0;
    float:left;
}


#direita{
    border: 0px solid;
	width:150px;
	height:1080px;
    z-index:0;
    float:right;

}

#banners_direita{
    border: 0px solid;
    z-index:0;
    margin: 0 0 7px 0;
}
/* CENTRO */


/* PRODUTOS */
#produtos{
	height:100%;
	width:100%;
	float:left;

}
#produtos span.preco{
	color: #F76213;
}
#produtos h1{
	text-align: left;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	font-size:12px;
	margin:0 0 0 0;
}
#produtos ul {
	margin-top: 20px;
	margin-left:0px;
	margin-right:0px;
	height:100%;
}

#produtos li {
	list-style:none;
	font: 11px arial;
	color: #646464;
	width: 24%;
	height: 280px;
	float: left;
	text-align: center;
}

#produtos a {
	text-decoration:none;
	color:#646464;
}
#produtos a:hover {
	text-decoration:underline;
}

#produtos p{
	width:90%;

}
/* PRODUTOS */

/* PRODUTOS SEARCH*/
#produtos_search{
	height:100%;
	width:100%;
	float:left;

}
#produtos_search span.preco{
	color: #F76213;
}
#produtos_search h1{
	text-align: left;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	font-size:12px;
	margin:0 0 0 0;
}
#produtos_search ul {
	margin-top: 20px;
	margin-left:0px;
	margin-right:0px;
	height:100%;
}

#produtos_search li {
	list-style:none;
	font: 11px arial;
	color: #646464;
	width: 24%;
	height: 320px;
	float: left;
	text-align: center;
}

#produtos_search a {
	text-decoration:none;
	color:#646464;
}
#produtos_search a:hover {
	text-decoration:underline;
}

#produtos_search p{
	width:90%;

}
/* PRODUTOS SEARCH*/

/* HISTORICO NAVEGACAO*/
#navegacao{
	width:100%;
	float:left;
	text-align:left;
	margin-top:50px;
	margin-bottom:50px;
}
#navegacao h2{
	font-size:13px;
	color:#666;
	background-color:#f5f5f5;
	padding:2px 5px 2px 0;
	margin:5px;
}
#navegacao h3{
	font-size:11px;
	color:#666;
	margin-bottom:5px;
}

#navegacao ul{
	height:100%;
	margin:5px;
}

#navegacao li{
	width:23%;
	float:left;
	margin:0 5px 0 5px;
	height:100%;
	list-style:none;
}
#navegacao dl{
	width:100%;
	height:100%;
	margin:0px;

}
#navegacao dd{
	width:100%;
	height:100%;
	margin:0px;
	font-size:11px;
	color:#111;
}
#navegacao a{
	color:#222;
	text-decoration:none;
}
#navegacao a:hover{
	color:#222;
	text-decoration:underline;
}
/* HISTORICO NAVEGACAO*/


/* RODAPE */
#rodape{
    background-image:url('../img/back_rodape.jpg');
    width: 940px;
    height: 271px;
}
#rodape a{
    color:#666;
    text-decoration:none;
}
#rodape a:hover{
    color:#0099ff;
	text-decoration:underline;
}
/* RODAPE */

/* BANNER ROTATIVO CATEGORIAS STREET, OFF-ROAD e CASUAL*/
#banner_rotativo_categorias{
    border:0px solid;
    width:940px;
}
/* BANNER ROTATIVO CATEGORIAS STREET, OFF-ROAD e CASUAL*/

/* MENU CATEGORIAS */
#menucategorias {
    border:0px solid;
    font: 12px Arial, sans-serif;
    padding: 1px;
    color: #000000;
    position:relative;
}

#menucategorias  ul{
    color: #2c3745;
    display: block;
    font-weight: normal;
    padding: 0 0 0 0;
    text-decoration: none;
    width: 149px;
}
#menucategorias_titulo{
    background-image:url(../img/menucategorias/top.jpg);
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}


#menucategorias  a:link {
    background: #F5F5F5;
    border-right: 1px solid #CCC;
    border-left: 1px solid #ccc;
    color: #666;
    text-decoration: none;
    padding: 5px;
    display: block;
}

#menucategorias  a:visited {
    background: #F5F5F5;
    border-right: 1px solid #CCC;
    border-left: 1px solid #ccc;
    color: #666;
    text-decoration: none;
    padding: 5px;
    display: block;
}
#menucategorias  a:hover {
    background: #efefef;
    color: #0099ff;
}

/* MENU CATEGORIAS */


/* MENU CATEGORIAS NOVO*/
#menucategorias_novo {
    border:0px solid;
    font: 12px Arial, sans-serif;
    padding: 1px;
    color: #000000;
    position:relative;
}

#menucategorias_novo  ul{
    color: #2c3745;
    display: block;
    font-weight: normal;
    padding: 0 0 0 0;
    text-decoration: none;
    width: 149px;
}

#menucategorias_novo_titulo{
    background-image:url(../img/menucategorias/top_novo.jpg);
    line-height: 28px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}


#menucategorias_novo  a:link {
    background: white;
    border-right: 1px solid #CCC;
    border-left: 1px solid #ccc;
    color: #0000FF;
    text-decoration: none;
    padding: 2px;
    display: block;
}

#menucategorias_novo  a:visited {
    background: white;
    border-right: 1px solid #CCC;
    border-left: 1px solid #ccc;
    color: #0000FF;
    text-decoration: none;
    padding: 2px;
    display: block;
}
#menucategorias_novo  a:hover {
    background: #efefef;
    color: black;
    font-weight:bold;
}

/* MENU CATEGORIAS NOVO*/


/* MENU CATEGORIAS OUTLET */
#menucategorias_outlet {
    border:0px solid;
    font: 12px Arial, sans-serif;
    padding: 1px;
    color: #000000;
    position:relative;
}

#menucategorias_outlet  ul{
    color: #2c3745;
    display: block;
    font-weight: normal;
    padding: 0 0 0 0;
    text-decoration: none;
    width: 149px;
}


#menucategorias_titulo_outlet{
    background-image:url(../img/outlet/top.jpg);
    height: 6px;
    width:150px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#menucategorias_titulo_outlet_middle{
    background-image:url(../img/outlet/middle.jpg);
    line-height: 8px;
    width:150px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color:white;
}

#menucategorias_outlet  a:link {
    background-image:url(../img/outlet/middle.jpg);
    color: white;
    width:130px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right:10px;
    display: block;
}

#menucategorias_outlet  a:visited {
    background-image:url(../img/outlet/middle.jpg);
    width:130px;
    color: white;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right:10px;
    display: block;
}
#menucategorias_outlet  a:hover {
    background: white;
    color: black;
}
/* MENU CATEGORIAS OUTLET*/


/* FILTROS DENTRO DAS CATEGORIAS */
#filtros{
	width:100%;
	float:left;
	/*background-color:#F5F5F5;*/
	font-weight:bold;
	margin:0 0 20px 0;
	text-align:left;
}
#filtros span{
	margin:2px 5px 2px 5px;
}


#filtros h2{
	width:100%;
   	text-align: left;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px 0 6px 0;
	color:#666;
	font-size:12px;
	margin:0 0 0 0;

}
#filtros ul.itens{
	width:100%;
	float:left;
	margin:0px;
	text-align:left;
}
#filtros li{
	float:left;
	list-style:none;
	padding:5px;
}
#filtros a{
	color:#666;
	text-decoration:none;
}
#filtros a:hover{
	color:#666;
	text-decoration:underline;
}

#ordenar_marca{
	position: absolute;
	width:150px;
	float:none;
	text-align: left;
	list-style:none;
	list-style-position: outside;
	background-color:#323232;
	color: #000000;
	padding: 5px;
	color: #fff;
	display:none;
}

#ordenar_marca li{
	float:none;
	width:150px;
}

#ordenar_marca a{
  text-decoration: none;
  color: #fff;
}

#ordenar_marca a:hover{
  text-decoration: underline;
  color: #fff;
}
/* FILTROS DENTRO DAS CATEGORIAS */

/* PAGINACAO */
#paginacao{
	width:100%;
    float:left;
	text-align:center;
	font-size:13px;
	color:#ff6600;
	margin:20px 0 20px 0;
}
#paginacao a{
	color:#000000;
	text-decoration:none;

}
#paginacao a:hover{
	color:#000000;
	text-decoration:underline;
}
/* PAGINACAO */

/* MIOLO PRODUCT */
#detalhes_superior{
	float:left;
    width:100%;
}
#detalhes_superior h2{
	font-size:16px;
	margin:15px 0 15px 0;
	text-align:left;

}
#detalhes_superior h3{
	letter-spacing:1px;
    text-align: left;
	padding:6px;
	color:#666;
	font-size:12px;
}

#detalhes_superior h4{
	font-size:11px;
	font-weight:normal;
	margin:0 0 0 10px;
	text-align:left;
}

#detalhes_superior hr{
	color:#ccc;
}
#detalhes_superior a{
	text-decoration:none;
	color:#333;
}
#detalhes_superior a:hover{
	text-decoration:underline;
	color:#0099ff;
}
#detalhes_imagem{
    width:50%;
	height:100%;
	float:left;
}
#detalhes_imagem ul{
	margin:0 0 0 0;
	width:100%;
	height:100%;
	text-align:left;
}
#detalhes_imagem li{
	margin:0 0 0 0;
	width:100%;
	height:100%;
	list-style:none;
	float:left;
	text-align:left;
}
#detalhes_imagem li.img_large{
	margin:0 0 0 0;
	width:100%;
	list-style:none;
	float:left;
	text-align:center;
}

#detalhes_produto{
	height:100%;
	width:50%;
	text-align:center;
	float:left;
}
#detalhes_produto h2{
	font-size:16px;
	font-weight:bold;
	color:#333333;
}

#detalhes_produto dd.botao_svc_left{
	margin:0px;
	float:left;
	text-align:left;

}
#detalhes_produto dd.botao_svc_right{
	margin:0px;
	float:right;
	text-align:right;

}

#detalhes_produto dd.preco_detalhes{
    position:relative;
    left:0px;
    top:50px;
    font-size:11px;
	float:left;
	text-align:left;
	margin:10px 0 10px 0;
	width:65%;
	height:100%;
}


#detalhes_produto dd.botao_presente{
	float:left;
	text-align:left;
	margin:0px;
	width:49%;
}

#detalhes_produto dd.botao_amigo{
	float:left;
	text-align:left;
	margin:0px;
	width:49%;
}

#detalhes_produto dd.botao_frete{
	float:right;
	text-align:right;
	margin:0px;
	width:48%;
}
#detalhes_produto dd.botao_suporte{
	text-align:left;
	margin:0px;
}

#detalhes_produto dl.parcelamento{
	margin:0px 0px 0px 0px;
	list-style: none;
	list-style-position: outside;
}
#detalhes_produto dd.pag{
	width:24.32%;
	margin:0px 0px 0px 0px;
	float:left;
	background-color:#F5F5F5;
	text-align:center;
	border:1px #FFF solid;
	color:#666;
	list-style: none;
	list-style-position: outside;
}

#detalhes_produto ul.det{
	margin:0 0 0 0;
	height:100%;
	width:380px;
	text-align:left;
	float:left;
}

#detalhes_produto ul{
	margin:0 0 0 0;
	height:100%;
	width:380px;
	text-align:left;
	float:right;
}

#detalhes_produto li{
	margin:0 0 0 0;
	width:100%;
	height:100%;
	list-style:none;
	float:left;
	text-align:left;
}

#detalhes_produto li.a{
	color:#333;
	text-decoration:none;
}
#detalhes_produto li.a{
	color:#333;
	text-decoration:underline;
}

#detalhes_produto li.separa{
	margin:30px 0 0 0;}


#detalhes_produto li.top{
	text-align:center;
	margin:10px 0 0 0;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	font-size:12px;
	margin:0 0 0 0;
}

#detalhes_produto li.item{
	margin:0 0 0 0;
	width:100%;
	height:100%;
	list-style:none;
	float:left;
	color:#333333;
	background-color:#000;
}

#detalhes_produto ul.parcelamento{
	width:300px;
	margin:0 0 0 0;
}
#detalhes_produto li.pag{
	width:146px;
	margin:0 0 0 0;
	float:left;
	text-align:center;
	border:2px #000 solid;
	background-color:#f5f5f5;

}

#detalhes_produto span.avista{
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	text-align:left;

}

#FreteGratis{
	position: absolute;
    width: 305px;
	height:280px;

	display:none;
	background-color:#fff;
}

#regulamento{
	font-size:11px;
	padding:15px;
	background-color:#fff;
	border:1px #ccc solid;
}


#regulamento h1{
	text-align: left;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	font-size:12px;
	margin:0 0 0 0;
}

#detalhes_descricao{
	width:100%;
	float:left;
	margin:30px 0 0 0 ;
	text-align:left;
}

#detalhes_descricao h2{
	font-size:11px;
	border-bottom:1px #ccc solid;
	text-align:left;

}

#detalhes_descricao p{
	margin:5px 0 0 0;
	text-align:left;
}

#detalhes_relacionados{
	width:100%;
	float:left;
	margin:30px 0 0 0 ;
}

#detalhes_relacionados h2{
	font-size:11px;
	border-bottom:1px #ccc solid;
	text-align:left;

}

#detalhes_relacionados p{
	margin:5px 0 0 0;
	text-align:left;

}
#compretb{


}
#compretb p {
  text-align:center;
}
#compretb li {
  list-style:none;
}
#compretb a{
  color:black;
  text-decoration:none;
}
#compretb a:hover{
  color:black;
  text-decoration:underline;
}
#detalhes_associado{
	background-color:#f8f8f8;
	border-bottom:1px #ccc solid;
}
#detalhes_associado h2.associado_titulo{
	text-align: center;
	background-image:url('../img/barra_gray.gif');
	font-size:12px;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	margin:0 0 0 0;
}
#detalhes_associado li.txt_associado{
	float:left;
	margin:10px 0 0 2px;
	width:195px;
	list-style:none;
}

#detalhes_associado li.img_associado{
	float:right;
	margin:5px 0 0 0;
	width:100px;
	list-style:none;
}
#detalhes_associado p{
	margin:0px;
}

#detalhes_associado span.miuda_associado{
	font-size:9px;
	color:#666;
}


#detalhes_associado span.preco_associado_de{
	font-size:12px;
	color:#666;
}

#detalhes_associado span.preco_associado_por{
	font-size:12px;
	color:#f00;
}

#detalhes_associado a{
	font-size:12px;
	color:#333;
	text-decoration:none;
}

#detalhes_associado a:hover{
	font-size:12px;
	color:#333;
	text-decoration:underline;
}


/* MIOLO PRODUCT */

/* TOP 10 MAIS VENDIDOS */
#maisvendidos h1{
	text-align: left;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	font-size:12px;
	margin:0 0 0 0;
}
#maisvendidos{
	width:100%;
	margin:0 0 0 0;
	float:left;
}
#maisvendidos dl{
	height:100%;
	width:100%;
	margin:15px 0 15px 0;

}
#maisvendidos dd{
	margin:5px 0 5px 0;
	border-right:1px #ccc dashed;
	float:left;
	width:62px;
	text-align:center;
}
#maisvendidos p{
	margin:0px;
}
#maisvendidos h3{
	margin:0px;
	color:#333;
}
#maisvendidos img{
	border:0px;
}

#maisvendidos a{
	color:#666;
	text-decoration:none;
}
#maisvendidos a:hover{
	color:#666;
	text-decoration:underline;
}
/* TOP 10 MAIS VENDIDOS */


/* BASKET - CARRINHO */
#miolo_basket{
    border: 0px solid;
    width:940px;
	height:100%;

}
#miolo_basket h2{
	height:15px;

}
#miolo_basket ul{
	font-size:11px;
	margin:0 0 0 0;
	height:100%;
}

/* BASKET - CARRINHO */

/* LOGIN */
#miolo_login{
    border:0px solid;
	width:940px;
}

#login_main{
    border:1px solid;
	width:370px;
	margin:0 10px 0 10px;
	border-color:#e3e3e3;

}


#login_main ul{
	margin:10px;
	background-color:#fff;
	height:90px;

}
#login_main li{
	float:left;
	list-style:none;
	padding:3px;
	height:20px;

}
#login_main li.value_form{
	width:250px;
	text-align:left;
}
#login_main li.title_form{
	width:60px;
	text-align:right;
	color:#666;
	font-weight:bold;
}
#login_main li.botao_form{
	width:95%;
	text-align:right;
}

#login_main h1 {
	text-align: left;
    color:#333333;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	font-size:12px;
	margin:0 0 0 0;
	width:358px;

}

#login_main form{
	margin:0px;
}

/* LOGIN */


/* LOGIN PEDIDO*/
#login_main_pedido{
    border:1px solid;
	width:670px;
	margin:0 10px 0 10px;
	border-color:#e3e3e3;

}


#login_main_pedido ul{
	margin:10px;
	background-color:#fff;
	height:90px;

}
#login_main_pedido li{
	float:left;
	list-style:none;
	padding:3px;
	height:20px;

}
#login_main_pedido li.value_form{
	width:250px;
	text-align:left;
}
#login_main_pedido li.title_form{
	width:60px;
	text-align:right;
	color:#666;
	font-weight:bold;
}
#login_main_pedido li.botao_form{
	width:95%;
	text-align:right;
}

#login_main_pedido h1 {
	text-align: left;
    color:#333333;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	font-size:12px;
	margin:0 0 0 0;
	width:658px;

}

#login_main_pedido form{
	margin:0px;
}

/* LOGIN PEDIDO*/



/* CADASTRO CLIENTE */

#dados_cadastro{
	list-style:none;
	margin:0 0 30px 0;
	background-color:#f5f5f5;
	height:100%;
	text-align:left;
	float:left;
	width:96%;
}

#dados_cadastro li.dados_titulo{
	list-style:none;
	font-size:11px;
	float:left;
	width:25%;
	text-align:right;
	font-weight:bold;
	padding:5px;
	float:left;
	margin:0px;
}
#dados_cadastro li.dados_volume{
	list-style:none;
	font-size:11px;
	float:left;
	width:70%;
	padding:5px;
	border-bottom:1px #c5c5c5 solid;
	float:left;
	margin:0px;
}


#dados_cadastro h1{
	background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:2px 5px 2px 5px;
	color:#666;
	font-size:12px;
	margin:10px 0px 10px 0px;
	border:1px #c5c5c5 solid;
	float:left;
	width:96%;

}

#dados_cadastro input{
	font-size:10px;
}
#dados_cadastro select{
	font-size:10px;
}

/* CADASTRO CLIENTE */


/* ENDERECO CLIENTE */

#address_main div{
	float:left;
	width:379px;
	margin:0 10px 0 10px;
    border: 1px solid;
    border-color:#e9e9e9;
}
#address_main ul{
	margin:10px;
	background-color:#fff;
	height:100%;
}
#address_main li{
	float:left;
	list-style:none;
	padding:3px;
	height:20px;
	width:330px;
}
#address_main li.value_form{
	width:260px;
	text-align:left;

}
#address_main li.title_form{
	width:80px;
	text-align:right;
}
#address_main li.botao_form{
	width:95%;
	text-align:right;
}
#address_main h1 {
	text-align: left;
    color:#333333;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	font-size:12px;
	margin:0 0 0 0;
	width:367px;

}

#address_main form{
	margin:0px;
}


#address_passos{
	width:100%;
	margin:50px 0 50px 0;
}

#address_passos dd{
	width:24.9%;
	float:left;
	margin:0px;
}

/* ENDERECO CLIENTE */

/* RECUPERAR SENHA */

#contato_main{
	margin:30px 0 0 0;
	padding:10px;
}
#contato_main h1{
	text-align: left;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	font-size:12px;
	margin:0 0 0 0;
}
#contato_main h2{
	font-size:11px;
	margin:0px;
}

#contato_main hr{
	color:#666;
	margin:0px;
}

#contato_main a{
	color:#333;
	text-decoration:none;
}
#contato_main a:hover{
	color:#333;
	text-decoration:underline;
}



#contato_main p{
		margin:0px 30px 30px 30px;
		color:#333;
}

/* RECUPERAR SENHA */

/* CLOSE - FINALIZAR PEDIDO */

#close_main{
	width:100%;
	text-align:left;
	float:left;
	background-color:#f5f5f5;
}
#close_main h1{
	text-align: left;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	font-size:12px;
	margin:0 0 0 0;
}
#close_main h2{
	font-size:11px;

}
#close_main p{
	color:#666;
	margin:0px;

}

/* CLOSE - FINALIZAR PEDIDO */

/* AVISE-ME */

#avise_me{
	list-style:none;
	margin:0px;

}
#avise_me li{
	list-style:none;
	margin:0px;
}
/* AVISE-ME */


/* FOTOLOG */
#fotolog{
	height:100%;
	width:95%;
}

#fotolog ul {
	margin-top: 20px;
	margin-left:0px;
	margin-right:0px;
	height:100%;
}

#fotolog li {
	list-style:none;
	font: 11px arial;
	color: #646464;
	width: 25%;
	height: 135px;
	float: left;
	text-align: center;
}

/* FOTOLOG */

/* FAQ - INFORMACOES */
#faq {
	text-align:left;
    font-size:11px;
}

#faq a{
	color:#666;
	text-decoration:none;
}
#faq a:hover{
	color:#0099ff;
	text-decoration:none;
}

/* FAQ - INFORMACOES */

/* hotsites */
#hotsites{
	height:100%;
	width:100%;
	float:left;

}
#hotsites span.preco{
	color: #F76213;
}
#hotsites h1{
	text-align: left;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	font-size:12px;
	margin:0 0 0 0;
}
#hotsites ul {
	margin-top: 20px;
	margin-left:0px;
	margin-right:20px;
	height:100%;
}

#hotsites li {
	list-style:none;
	font: 11px arial;
	color: #646464;
	width: 33%;
	height: 280px;
	float: left;
	text-align: center;
}

#hotsites a {
	text-decoration:none;
	color:#646464;
}
#hotsites a:hover {
	text-decoration:underline;
}

#hotsites p{
	width:90%;

}
/* hotsites */

/* Banner Principal - Carrousel */
#carrossel{
   width:750px;
   height:250px;
   overflow:hidden;
   margin:0 auto;
}

#carrossel ul{
   list-style:none;
}
#carrossel ul li{
   float:left;
   display:inline;
}
/* Banner Principal - Carrousel */

/* TOP 5 MAIS VENDIDOS FEMININO */
#maisvendidos_fem h1{
	text-align: left;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	font-size:12px;
	margin:-5px 0 0 0;
}
#maisvendidos_fem{
	width:100%;
	margin:0 0 0 0;
	float:left;
}
#maisvendidos_fem dl{
	height:100%;
	width:100%;
	margin:0 0 30px 120px;

}
#maisvendidos_fem dd{
	margin:5px 0 5px 0;
	border-right:1px #ccc dashed;
	float:left;
	width:62px;
	text-align:center;
}
#maisvendidos_fem p{
	margin:0px;
}
#maisvendidos_fem h3{
	margin:0px;
	color:#333;
}
#maisvendidos_fem img{
	border:0px;
}

#maisvendidos_fem a{
	color:#666;
	text-decoration:none;
}
#maisvendidos_fem a:hover{
	color:#666;
	text-decoration:underline;
}
/* TOP 10 MAIS VENDIDOS */

/* p_hotsites */
#p_hotsites{
	height:100%;
	width:100%;
	float:left;

}
#p_hotsites span.preco{
	color: #F76213;
}
#p_hotsites h1{
	text-align: left;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	font-size:12px;
	margin:0 0 0 0;
}
#p_hotsites ul {
	margin-top: 20px;
	margin-left:0px;
	margin-right:0px;
	height:100%;
}

#p_hotsites li {
	list-style:none;
	font: 11px arial;
	color: #646464;
	width: 24%;
	height: 250px;
	float: left;
	text-align: center;
}

#p_hotsites a {
	text-decoration:none;
	color:#646464;
}
#p_hotsites a:hover {
	text-decoration:underline;
}

#p_hotsites p{
	width:90%;

}
/* p_hotsites */


/* hotsites_5 */
#hotsites_5{
	height:100%;
	width:100%;
	float:left;

}
#hotsites_5 span.preco{
	color: #F76213;
}
#hotsites_5 h1{
	text-align: left;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	font-size:12px;
	margin:0 0 0 0;
}
#hotsites_5 ul {
	margin-top: 20px;
	margin-left:0px;
	margin-right:0px;
	height:100%;
}

#hotsites_5 li {
	list-style:none;
	font: 11px arial;
	color: #646464;
	width: 20%;
	height: 250px;
	float: left;
	text-align: center;
}

#hotsites_5 a {
	text-decoration:none;
	color:#646464;
}
#hotsites_5 a:hover {
	text-decoration:underline;
}

#hotsites_5 p{
	width:90%;

}
/* hotsites_5 */

/* MENU SITE */
#classe {
    background-image:url('../img/menu/back_classe.jpg');
    width:141px;
    height:17px;
    color:white;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    line-height: 17px;
}

#grupo {
    margin-top:4px;
    width:142px;
    color:#004691;
    font-size: 11px;
    font-family: Arial;
    line-height: 15px;
}

#grupo a {
    color:#004691;
    text-decoration: none;
}

#grupo a:hover {
    color:#004691;
    text-decoration: underline;
}

#grupo a:visited {
    color:#004691;
    text-decoration: none;
}
/* MENU SITE */


#filtros_saldos_balanco a{
	color:#red;
	text-decoration:none;
}
#filtros_saldos_balanco a:hover{
	color:#red;
	text-decoration:underline;
}

/* PAGINACAO FOTOLOG LS2*/
#paginacao_fotolog_ls2{
	width:100%;
	float:left;
	text-align:center;
	font-size:13px;
	color:#ff6600;
	margin:5px 0 5px 0;
}
#paginacao_fotolog_ls2 a{
	color:#000000;
	text-decoration:none;

}
#paginacao_fotolog_ls2 a:hover{
	color:#000000;
	text-decoration:underline;
}
/* PAGINACAO FOTOLOG LS2*/

/* PRODUTOS FACEBOOK*/
#produtos_facebook{
	height:100%;
	width:100%;
	float:left;

}
#produtos_facebook span.preco{
	color: #F76213;
}
#produtos_facebook h1{
	text-align: left;
    background-image:url('../img/barra.jpg');
	background-repeat:repeat-x;
	padding:6px;
	color:#666;
	font-size:12px;
	margin:0 0 0 0;
}
#produtos_facebook ul {
	margin-top: 20px;
	margin-left:0px;
	margin-right:0px;
	height:100%;
}

#produtos_facebook li {
	list-style:none;
	font: 11px arial;
	color: #646464;
	width: 33%;
	height: 280px;
	float: left;
	text-align: center;
}

#produtos_facebook a {
	text-decoration:none;
	color:#646464;
}
#produtos_facebook a:hover {
	text-decoration:underline;
}

#produtos_facebook p{
	width:90%;

}
/* PRODUTOS FACEBOOK */


