* { margin:0; padding:0; border:0; }

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#222;
	background-color:#E3E3E3;
}

html {
	overflow-y: scroll;
}

.strong {	
	font-weight:bold;
}

.hide { 
	display: none; 
}

.clear {
	clear: both; 
}

img {
	border: none;
}

.img-left {
	float:left;
	padding: 2px 8px 2px 0px;
}

.img-right {
	float:right;
	padding: 2px 0px 2px 8px;
}

.centro {
	text-align: center;
}

.direita {
	text-align:right;
}

.left {
	float:left;
}

.right { 
	float:right;
} 

a {
	color:#992707;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.obrigatorio {
	color:#9F310B;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

#main {
	background-repeat:repeat-x;
	background-image:url(../img/layout/bgSite.png);
	width:100%;
	min-height:710px;
}

#conteudo {
	width: 996px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

#conteudo .bordaSup {
	background-repeat:no-repeat;
	background-image:url(../img/layout/bordaSup.png);
	width:996px;
	height:6px;
}

#conteudo .bordaInf {
	background-repeat:no-repeat;
	background-image:url(../img/layout/bordaInf.png);
	width:996px;
	height:7px;
}

#conteudo .bordaCorpo {
	background-repeat: repeat-y;
	background-image:url(../img/layout/bordaCorpo.png);
	width:996px;
	height:auto;
}

#conteudo .espacamento {
	padding:0 12px 0 12px;
}

#topo {
	width:960px;
	height:75px;
}

#topo .logo {
	background-repeat:no-repeat;
	background-image:url(../img/layout/logoAlkenMotores.png);
	width:210px;
	height:79px;
	margin: 5px 0 0 8px;
	cursor:pointer;
	float:left;
}

#topoEsq {
	float:right;
	width:370px;
}

#menu ul {
	margin:0;
	padding:0;
	float:right;
	width:310px;
	height:29px;
	margin: -4px -10px 0 0;
}

#menu li {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
	float:left;
}

#menu .home a {
	display: block;
	background-image: url(../img/layout/bgMenu.png);
	background-position: 0px 0px;
	text-decoration: none;
	width:50px;	
	height:29px;
}

#menu .home a:hover {
	background-position: 0px 29px;
}

#menu .login a {
	display: block;
	background-image: url(../img/layout/bgMenu.png);
	background-position: -50px 0px;
	text-decoration: none;
	width:51px;	
	height:29px;
}

#menu .login a:hover {
	background-position: -50px 29px;
}

#menu .cadastro a {
	display: block;
	background-image: url(../img/layout/bgMenu.png);
	background-position: -101px 0px;
	text-decoration: none;
	width:71px;	
	height:29px;
}

#menu .cadastro a:hover {
	background-position: -101px 29px;
}

#menu .carrinho a {
	display: block;
	background-image: url(../img/layout/bgMenu.png);
	background-position: -172px 0px;
	text-decoration: none;
	width:70px;	
	height:29px;
}

#menu .carrinho a:hover {
	background-position: -172px 29px;
}

#menu .comprar a {
	display: block;
	background-image: url(../img/layout/bgMenu.png);
	background-position: -242px 0px;
	text-decoration: none;
	width:67px;	
	height:29px;
}

#menu .comprar a:hover {
	background-position: -242px 29px;
}

#menuLogado ul {
	margin:0;
	padding:0;
	float:right;
	width:310px;
	height:29px;
	margin: -4px -10px 0 0;
}

#menuLogado li {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
	float:left;
}

#menuLogado .home a {
	display: block;
	background-image: url(../img/layout/bgMenuLogado.png);
	background-position: 0px 0px;
	text-decoration: none;
	width:50px;	
	height:29px;
}

#menuLogado .home a:hover {
	background-position: 0px 29px;
}

#menuLogado .conta a {
	display: block;
	background-image: url(../img/layout/bgMenuLogado.png);
	background-position: -50px 0px;
	text-decoration: none;
	width:76px;	
	height:29px;
}

#menuLogado .conta a:hover {
	background-position: -50px 29px;
}

#menuLogado .carrinho a {
	display: block;
	background-image: url(../img/layout/bgMenuLogado.png);
	background-position: -126px 0px;
	text-decoration: none;
	width:71px;	
	height:29px;
}

#menuLogado .carrinho a:hover {
	background-position: -126px 29px;
}

#menuLogado .comprar a {
	display: block;
	background-image: url(../img/layout/bgMenuLogado.png);
	background-position: -197px 0px;
	text-decoration: none;
	width:67px;	
	height:29px;
}

#menuLogado .comprar a:hover {
	background-position: -197px 29px;
}

#menuLogado .sair a {
	display: block;
	background-image: url(../img/layout/bgMenuLogado.png);
	background-position: -264px 0px;
	text-decoration: none;
	width:45px;	
	height:29px;
}

#menuLogado .sair a:hover {
	background-position: -264px 29px;
}

#institucional {
	float:right;
	width:400px;
	padding: 15px 0 0 0;
	margin-right:-35px;
}

#institucional a {
	color:#222;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	font-family:Helvetica, Arial, Helvetica, sans-serif;
}

#institucional a:hover {
	color:#444;
	text-decoration:underline;
}

#institucional li{
	display:inline;
	list-style:none;
	padding-left:5px;
}

#areaBusca {
	background-repeat:no-repeat;
	background-image:url(../img/layout/bgBarra.png);
	width:970px;
	height:57px;
	margin:0;
	*margin-top:8px;
}

#areaBusca .pesquisaSite {
	float:left;
	width:255px;
	background-repeat:no-repeat;
	background-image:url(../img/layout/bgSelect.png);
	height:30px;
	margin: 13px 0 0 18px;
}

#areaBusca .select {
	width:240px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	border:none;
	outline:none;
	background-color:#fff;
	color:#CF4505;
	margin:5px 0 0 8px;
	padding-top:2px;
}

#areaBusca .buscaPor {
	float:left;
	width:250px;
	background-repeat:no-repeat;
	background-image:url(../img/layout/bgInput.png);
	height:30px;
	margin: 13px 0 0 8px;
	font-size:14px;
}

#areaBusca .input {
	width:200px;
	*width:190px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	border:none;
	outline:none;
	color:#333;
	margin:5px 10px 0 8px;
}

#areaBusca .buscaEm {
	float:left;
	width:180px;
	background-repeat:no-repeat;
	background-image:url(../img/layout/bgSelectMenor.png);
	height:30px;
	margin: 13px 0 0 0px;
}

#areaBusca .selectMenor {
	width:160px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	border:none;
	outline:none;
	background-color:#fff;
	color:#CF4505;
	margin:5px 0 0 8px;
	padding-top:2px;	
}

#areaBusca .ofertas {
	float:right;
	width:257px;
	margin:-1px -4px 0 0;
	background-repeat:no-repeat;
	background-image:url(../img/layout/ofertas.png);
	height:57px;
	cursor:pointer;	
}

#bannerHome {
	width:972px;
	height:208px;
	padding: 10px 0 10px 0;
}

#conteudoMeio {
	width:972px;
}

#latEsq {
	width:216px;
	float:left;
	margin-left:-5px;
}

#latDir {
	width:175px;
	float:right;
	margin-right:-5px;
}

#meioSite {
	float:left;
	width:565px;
	margin-left:10px;
}

#produtosDestaque {
	margin-bottom:15px;
	width:565px;
}

#produtosPromocao {
	margin-bottom:15px;
	width:565px;
}

#meioSite .bordaSupDestaque {
	background-repeat:no-repeat;
	background-image:url(../img/box/destaqueSup.png);
	width:565px;
	height:50px;	
}

#meioSite .bordaSupPromocao {
	background-repeat:no-repeat;
	background-image:url(../img/box/promocaoSup.png);
	width:565px;
	height:50px;	
}

#meioSite .bordaSupEditavel {
	background-repeat:no-repeat;
	background-image:url(../img/box/destaqueSupEditavel.png);
	width:565px;
	height:50px;	
}

#meioSite .bordaSupPadrao {
	background-repeat:no-repeat;
	background-image:url(../img/box/destaqueSupPadrao.png);
	width:565px;
	height:50px;	
}

#meioSite .bordaTexto {
	padding: 13px 0 0 20px;
	font-size:20px;
	font-weight:bold;
	font-family:Helvetica, Arial, Helvetica, sans-serif;
	color: #fff;
}

#meioSite .bordaInf {
	background-repeat:no-repeat;
	background-image:url(../img/box/destaqueInf.png);
	width:565px;
	height:12px;	
}

#meioSite .bordaCorpo {
	background-repeat: repeat-y;
	background-image:url(../img/box/destaqueCorpo.png);
	width:565px;
	height:auto;
}

#meioSite .conteudo {
	padding:0 10px 0 10px;
}

#meioSite .item {
	float: left;
	width:30%;
	margin: 0 1% 20px 1%; 
	height:220px; 
}

#meioSite .imagemProduto {
	margin:0 0 15px 0;
}

#meioSite .nomeProduto {
	margin:0 0 4px 0;	
}

#meioSite a {
	color:#222;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	font-family:Helvetica, Arial, Helvetica, sans-serif;
}

#meioSite a:hover {
	text-decoration:none;
}

#meioSite .valorProduto {
	color:#CF4505;
	font-size:18px;
	font-weight:bold;	
	font-family:Helvetica, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}

#meioSite .codigoProduto {
	color:#555;
	font-size:10px;
	font-family:Helvetica, Arial, Helvetica, sans-serif;
}

#fotoProduto {
	margin: 15px 0 0 0;
	width:280px;
	float:left;
}

#fotoProduto p {
	margin: 0;
	padding:0;
	padding: 6px 0 6px 0;
	color:#B0B0B0;
	font-size:10px;
}

#fotoProduto .item {
	float:left;
	width:45px;
	padding: 0 5px 0 4px;
}

#fotoProduto .borda {
	border:1px solid #ccc;
}
 
#meioSite .fotoSup {
	background-repeat:no-repeat;
	background-image:url(../img/box/fotoProdutoSup.png);
	width:275px;
	height:34px;	
}

#meioSite .fotoInf {
	background-repeat:no-repeat;
	background-image:url(../img/box/fotoProdutoInf.png);
	width:275px;
	height:10px;	
}

#meioSite .fotoCorpo {
	background-color:#F1EEE5;
	width:275px;
	height:auto;
	padding: 8px 15px 0 23px;
	width:238px;
} 

#meioSite .fotoMoldura {
	background-repeat:no-repeat;
	background-image:url(../img/box/fotoMoldura.png);
	width:238px;
	height:238px;
	padding: 2px 0 0 2px;
} 

#valorProduto {
	float:right;
	width:260px;
	margin-top:15px;
}

#valorProduto .descontoValor {
	color:#575757;
	font-size:15px;
	margin-bottom: 0px;
}
	
#valorProduto .valor {
	color:#CF4505;
	font-size:23px;
	font-weight:bold;
	margin-bottom: 2px;
}	
	
#valorProduto .txtPor {
	color:#737373;
	font-size:19px;
	font-weight:bold;
}	
	
#valorProduto .codigoProduto {			
	color:#B0B0B0;
	font-size:10px;
	margin-bottom: 4px;
}	

#valorProduto .fabricante {			
	color:#676;
	font-size:10px;
}

#valorProduto .nomeFabricante {			
	color:#A0310B;
	font-size:10px;
}

#valorProduto .botaoComprar {
	margin: 15px 0 0 0;
}

#valorProduto .botaoIndisponivel {
	margin: 25px 0 0 0;
}

#meioSite .descricaoImg {
	background-repeat:no-repeat;
	background-image:url(../img/box/descricaoSup.png);
	width:545px;
	height:34px;
	margin: 15px 0 10px 0px;
} 

#meioSite .txtDescricao {
	padding: 0 0 8px 8px;
	line-height:130%;
	font-size:12px;
	color:#333;
}

#meioSite .semProdutos {
	padding: 15px 0 60px 0;
}

#meioSite .detalheMarca {
	padding: 15px 0 30px 0;
}

#meioSite .nomeMarca {
	font-weight:bold;
	color:#A7330A;
}

#meioSite .detalheBusca {
	padding: 15px 0 30px 0;
}

#meioSite .nomeBusca {
	font-weight:bold;
	color:#A7330A;
}

#meioSite .pagContato {
	padding: 10px 0px 2px 8px;	
}

#boxContatoDados {
	width:95%;
}

#boxContatoDados a {
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#A1310B;
}

#boxContatoDados .areaEndereco {
	background:url(../img/layout/imgEndereco.png);
	background-repeat:no-repeat;
	min-width: 135px;
	min-height:35px;
	float:left;
	width:250px;
	padding: 44px 0 0 0;
	line-height:150%;
}

#boxContatoDados .areaTelefone {
	background:url(../img/layout/imgTelefone.png);
	background-repeat:no-repeat;
	min-width: 135px;
	min-height:35px;
	float:right;
	width:250px;
	padding: 40px 0 0 2px;
}

#boxContatoDados .areaMail {
	background:url(../img/layout/imgMail.png);
	background-repeat:no-repeat;
	min-width: 135px;
	min-height:35px;
	float:right;
	width:250px;
	padding: 40px 0 0 2px;
}

#boxContatoDados .boxFormulario {
	background-color:#F5F5F5;
	border: 1px solid #F0F0F0;
	padding: 20px;
	margin: 10px 0 10px 0;
}

#boxContatoDados .areaFormulario {
	padding: 0px 10px 10px 10px;
	background:url(../img/layout/imgFormulario.png);
	background-repeat:no-repeat;
	min-width: 135px;
	min-height:35px;	
}

#boxContatoDados .input {
	width: 300px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	color:#444;
	height:18px;
	font-weight:bold;
	margin:5px 0 20px 0px;
	outline:none;
}

#boxContatoDados .textarea {
	width: 300px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	color:#444;
	height:80px;
	font-weight:bold;
	margin:5px 0 20px 0px;
	outline:none;
}

#boxContatoDados .alerta {
	background:url(../img/box/bgAlerta.png);
	background-repeat:no-repeat;
	width:305px;
	height:36px;
	padding: 10px 0 0 35px;
	color:#BD7F04;
	font-size:13px;
	margin: 8px 0 10px 0px;
}

#boxContatoDados .sucesso {
	background:url(../img/box/bgSucesso.png);
	background-repeat:no-repeat;
	width:305px;
	height:36px;
	padding: 10px 0 0 35px;
	color:#419739;
	font-size:13px;
	margin: 8px 0 10px 0px;
}

#bgAvise {
	padding: 50px 15px 10px 15px;
	background:url(../img/box/bgAvise.png);
	background-repeat:no-repeat;
	width: 300px;
	min-height:256px;	
}

#bgAvise p {
	margin:0;
	padding:0;
	margin: 7px 0 14px 0;
}

#bgAvise .input {
	width: 280px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #efefef;
	color:#444;
	height:18px;
	font-weight:bold;
	margin:5px 0 8px 0px;
	outline:none;
}

#bgAvise .btnFechar {
	width:80px;
	float:left;
	margin-top:6px;	
}

#bgAvise .btnEnviar {
	width:80px;
	float:right;
	margin-top:6px;
}

#pagInstitucional {
	padding: 10px 0px 2px 8px;
}

#pagInstitucional p {
	margin-bottom: 6px;
	line-height:130%;
	font-size:13px;
	color:#333;
}

#pagInstitucional a {
	color:#992707;
	text-decoration:none;
	text-transform:none;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#pagInstitucional a:hover {
	text-decoration:underline;
}

#pages {
	margin:auto;
	padding:3px;
	width:415px;
	margin-top:25px;
	padding-top:0px;
}

#pages ul {
	list-style-type:none;
}

#pages li {
	display:inline;
	margin:0 5px 0 0;
}

#pages li a {
	border:medium none;
	color:#000;
	font-size:11px;
	padding:4px;
	text-decoration:none;
	text-transform:none;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

#pages li a:hover {
	border:medium none;
	color:#222;
	font-size:11px;
	text-decoration:underline;
}

#pages li.nolink {
	border:medium none;
	color:#444444;
	font-size:11px;
	padding:4px;
}

#pages li.current {
	border:medium none;
	color:#C02121;
	font-size:11px;
	font-weight:bold;
	padding:4px;
}

#latEsq .catSup {
	background-repeat:no-repeat;
	background-image:url(../img/box/catSup.png);
	height:40px;
	width:216px;
}

#latEsq .catCorpo {
	background-repeat: repeat-y;
	background-image:url(../img/box/catCorpo.png);
	height: auto;
	width:216px;
	padding-top:5px;
}

#latEsq .catInf {
	background-repeat:no-repeat;
	background-image:url(../img/box/catInf.png);
	height:30px;
	width:216px;
}

#latEsq .categorias {
	padding: 0 8px 0 14px;
}

#latEsq .nomeCat {
	margin: 7px 0 0px 6px;
	background:url(../img/box/linha1.png);
	background-repeat:no-repeat;
	width:180px;
	height:22px;
	background-position:bottom left;
}

#latEsq a.nomeCatLink {
	color:#9F310B;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-family:Helvetica, Arial, Helvetica, sans-serif;
}

#latEsq a.nomeCatLink:hover {
	text-decoration:underline;
}

#categoriaItens ul {
	margin:0;
	list-style:none;
	padding:0;
}

#categoriaItens li {
	margin-left:10px;
	line-height:170%;
	list-style:none;	
}

#categoriaItens a {
	color:#333;
	font-size:13px;
	text-decoration:none;
	font-family:Helvetica, Arial, Helvetica, sans-serif;
}

#categoriaItens a:hover {
	text-decoration:underline;
}

#subcategoriaItens ul {
	margin:0;
	list-style:none;
	padding:0;
}

#subcategoriaItens li {
	margin-left:20px;
	line-height:150%;
	list-style:none;
	background:url(../img/box/linha2.png);
	background-repeat:no-repeat;
	width:140px;
	height:22px;
	background-position:bottom left;
	padding-top:3px;			
}

#subcategoriaItens a {
	color:#555;
	font-size:12px;
	text-decoration:none;
	font-family:Helvetica, Arial, Helvetica, sans-serif;
}

#subcategoriaItens a:hover {
	text-decoration:underline;
}

#latEsq .conteudo {
	width:200px;
	margin-left:8px;
}

#latEsq .publicidade {
	margin: 5px 0 15px 0;
}

#latDir .ofeSup {
	background-repeat:no-repeat;
	background-image:url(../img/box/ofeSup.png);
	height:41px;
	width:167px;
}

#latDir .ofeCorpo {
	background-repeat: repeat-y;
	background-image:url(../img/box/ofeCorpo.png);
	height: auto;
	width:167px;
	padding-top:5px;
}

#latDir .ofeInf {
	background-repeat:no-repeat;
	background-image:url(../img/box/ofeInf.png);
	height:10px;
	width:167px;
	margin-top:-10px;
	*margin-top:-5px;
}

#latDir .ofertas {
	padding: 0 8px 0 8px;
}

#latDir .item {
	width:150px;
	margin: 6px 0 10px 0px;
	border:1px solid #E8E3D9;
	padding:8px;
	width:134px;
	background-color:#fff;
}

#latDir a {
	color:#A1310B;
	font-size:12px;
	text-decoration:underline;
	font-family:Helvetica, Arial, Helvetica, sans-serif;
	line-height:150%;
}

#latDir a:hover {
	text-decoration:none;
}

#latDir .conteudo {
	width:165px;
	margin-top:10px;
}

#latDir .publicidade {
	margin: 5px 0 15px 0;
}

#rodape {
	margin: 15px 0 15px 0;
}

#rodape .bordaSup {
	background-repeat:no-repeat;
	background-image:url(../img/layout/rodapeSup.png);
	height:14px;
	width:996px;
}

#rodape .bordaCorpo {
	background-repeat: repeat-y;
	background-image:url(../img/layout/rodapeCorpo.png);
	height: auto;
	width:996px;
	padding-top:5px;
}

#rodape .bordaInf {
	background-repeat:no-repeat;
	background-image:url(../img/layout/rodapeInf.png);
	height:18px;
	width:996px;
}

#rodape .conteudo {
	padding: 0 25px 0 25px;
}

#rodape .infoA {
	width:21%;
	margin-right:2%;
	float:left;
}

#rodape .infoB {
	width:21%;
	margin-right:2%;
	float:left;
}

#rodape .infoC {
	width:25%;
	margin-right:2%;
	float:left;
}

#rodape .infoD {
	width:23%;
	float:right;
	text-align:right;
	padding: 30px 0 0 0;
	font-size:11px;
}

#rodape .titulo {
	font-size:15px;
	font-weight:bold;
	color:#343434;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
}

#rodape a {
	color:#676;
	text-decoration:none;
	font-size:12px;
	line-height:150%;
	font-weight:bold;
}

#rodape a:hover {
	text-decoration:underline;
}
	
#rodape .imagem {	
	background-repeat:no-repeat;
	background-image:url(../img/layout/formasPgto.png);
	height:74px;
	width:251px;
	margin: 15px 0 0 0;
}

#rodape .logo {	
	background-repeat:no-repeat;
	background-image:url(../img/layout/logoMercadonet.png);
	height:26px;
	width:166px;
	margin: 10px 0 0 0;
	cursor:pointer;
	float:right;
}

#pagCarrinho {
	padding:15px 0 0 5px;
}

#pagCarrinho .bordaEsq {
	border-left: 1px solid #D7CED7;
}

#pagCarrinho .bordaDir {
	border-right: 1px solid #D7CED7;
}

#pagCarrinho .espacamento {
	padding:10px;
}

#pagCarrinho .bordaBottom {
	border-bottom: 1px solid #D7CED7;
}	

#pagCarrinho a {
	font-weight:normal;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#pagCarrinho .valorUnitario {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#212121;
}	
	
#pagCarrinho .valorTotal {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#212121;
	font-weight:bold;
}	

#pagCarrinho .qtdProduto {
	width:25px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #efefef;
	color:#333;
	height:18px;
	outline:none;
	text-align:center;
}	

#pagCarrinho .cepA {
	width:40px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	color:#333;
	height:16px;
	outline:none;
	text-align:center;
}

#pagCarrinho .cepB {
	width:28px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	color:#333;
	height:16px;
	outline:none;
	text-align:center;
}

#pagCarrinho .texto {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#454545;
}

#pagCarrinho .bgTabela {
	background-color:#F7F7F7;
}

#pagCarrinho .cidadeFrete {
	font-size:13px;
	font-weight:bold;
	color:#222;
}

#pagCarrinho .detalheFrete {
	font-size:12px;
	color:#222;
	line-height:125%;
}

#pagCarrinho .cidadeFrete {
	font-size:13px;
	font-weight:bold;
	color:#222;
}

#pagCarrinho .espacamentoFrete {
	padding:10px 0px 10px 12px;
}

#pagCarrinho .valorFrete {
	font-size:13px;
	color:#222;
}	

#pagCarrinho .textoTotal {
	font-weight:bold;
	color:#222;
	font-size:13px;
}

#pagCarrinho .valorTotal {
	font-weight:bold;
	color:#CE4505;
	font-size:14px;
}

#pagCarrinho .btnLimpar {
	float:left;
	width:205px;
	margin-top:20px;
}

#pagCarrinho .btnContinuar {
	float:left;
	width:160px;
	margin-top:20px;	
}

#pagCarrinho .btnFinalizar {
	float:right;
	width:170px;
	margin-top:20px;	
}

#pagCarrinho .textoVazio {
	font-size:12px;
	color:#222;
	line-height:125%;
}

#pagCarrinho a.carrinhoVazio {
	color:#CD4505;
	font-weight:bold;
	text-transform:none;
	font-size:12px;
	line-height:150%;
}

#login {
	padding: 15px 10px 10px 10px;
}

#login .areaLogin {
	float: left;
	width:260px;
}

#login .areaCadastro {
	float: right;
	width:250px;
}

#login .imgLogin {
	background-image:url(../img/layout/imgLogin.png);
	background-repeat:no-repeat;
	width:206px;
	height:45px;
	margin-bottom:14px;
}

#login .input {
	width: 240px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight:bold;
	color:#A1310B;
	height:18px;
	margin:5px 0 2px 0px;
	outline:none;
}

#login .btnSenha {
	float:right;
	margin: 3px 12px 0px 0;
}

#login .textoLogin {
	padding:10px 0 0px 0;
}

#login .boxNovoCadastro {
	background-color:#EAEAEA;
	width:98%;
	padding:8px;
	border: 1px solid #E1E1E1;
	color:#111;
	font-size:12px;
	line-height:130%;
}

#login .imgNovoCadastro {
	background-image:url(../img/layout/txtNovoCadastro.png);
	background-repeat:no-repeat;
	width:220px;
	height:22px;
	margin-bottom:10px;
}

#login .btnNovoCadastro {
	padding: 14px 0 10px 0;
}

#login .alerta {
	background:url(../img/box/bgAlertaLogin.png);
	background-repeat:no-repeat;
	width:244px;
	height:36px;
	padding: 10px 0 0 35px;
	color:#BD7F04;
	font-size:13px;
	margin: 8px 0 -5px 0px;
}

#login .sucesso {
	background:url(../img/box/bgSucessoLogin.png);
	background-repeat:no-repeat;
	width:244px;
	height:36px;
	padding: 10px 0 0 35px;
	color:#419739;
	font-size:13px;
	margin: 8px 0 -5px 0px;
}

#login .erro {
	background:url(../img/box/bgErroLogin.png);
	background-repeat:no-repeat;
	width:244px;
	height:36px;
	padding: 10px 0 0 35px;
	color:#A82828;
	font-size:13px;
	margin: 8px 0 -5px 0px;
}

#login .btnForm {
	float:left;
	width:66px;
	margin-top:10px;	
}

#login .btnVoltar {
	float:left;
	width:180px;
	margin-top:10px;
}

#cadastro {
	padding: 15px 10px 10px 10px;
	font-size:12px;
	color:#333;
}

#cadastro .imgCadastro {
	background-image:url(../img/cliente/imgFacaCadastro.png);
	background-repeat:no-repeat;
	width:209px;
	height:45px;
	margin-bottom:35px;
}

#cadastro .imgSuaConta {
	background-image:url(../img/cliente/imgSuaConta.png);
	background-repeat:no-repeat;
	width:350px;
	height:45px;
	margin-bottom:10px;
}

#cadastro .imgTipoCadastro {
	background-image:url(../img/cliente/imgTipoCadastro.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 30px 0 20px 0;
}

#cadastro .imgInfoPessoal {
	background-image:url(../img/cliente/imgInfoPessoal.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 30px 0 20px 0;
}

#cadastro .imgInfoPessoalDados {
	background-image:url(../img/cliente/imgInfoPessoal.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 20px 0 20px 0;
}

#cadastro .imgInfoPessoalCliente {
	background-image:url(../img/cliente/imgInfoPessoal.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 10px 0 20px 0;
}

#cadastro .imgDadosAcesso {
	background-image:url(../img/cliente/imgDadosAcesso.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 30px 0 20px 0;
}

#cadastro .imgLocalizacao {
	background-image:url(../img/cliente/imgLocalizacao.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 30px 0 20px 0;
}

#cadastro .imgNewsletter {
	background-image:url(../img/cliente/imgNewsletter.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 30px 0 20px 0;
}

#cadastro .imgEndereco {
	background-image:url(../img/cliente/imgEndereco.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: -10px 0 20px 0;
}

#cadastro .imgEnderecoEntrega {
	background-image:url(../img/cliente/imgEnderecoEntrega.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: -10px 0 20px 0;
}

#cadastro .imgEnderecoCliente {
	background-image:url(../img/cliente/imgEnderecoEntrega.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 0px 0 20px 0;
}

#cadastro .espacamento {
	padding: 0 10px 0 10px;
}

#cadastro .indSeta {
	background:url(../img/cliente/seta.png);
	background-repeat:no-repeat;
	min-width:14px;
	height:20px;
	padding-left: 20px;
	margin-bottom:6px;
}

#cadastro .input {
	width: 350px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight:bold;
	color:#A1310B;
	height:18px;
	margin:7px 0 12px 0px;
	outline:none;
}

#cadastro .inputCPF {
	width: 90px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight:bold;
	color:#A1310B;
	height:18px;
	margin:7px 0 12px 0px;
	outline:none;
}

#cadastro .inputRG {
	width: 100px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight:bold;
	color:#A1310B;
	height:18px;
	margin:7px 0 12px 0px;
	outline:none;
}

#cadastro .selectSexo {
	width: 110px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight:bold;
	color:#A1310B;
	margin:7px 0 12px 0px;
	outline:none;	
}

#cadastro .selectEstado {
	width: 200px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight:bold;
	color:#A1310B;
	margin:7px 0 12px 0px;
	outline:none;	
}

#cadastro .selectTipo {
	width: 250px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight:bold;
	color:#A1310B;
	margin:7px 0 12px 0px;
	outline:none;	
}

#cadastro .inputTel {
	width: 110px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight:bold;
	color:#A1310B;
	height:18px;
	margin:7px 0 12px 0px;
	outline:none;
}

#cadastro .inputNumero {
	width: 60px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight:bold;
	color:#A1310B;
	height:18px;
	margin:7px 0 12px 0px;
	outline:none;
}

#cadastro .inputCEP {
	width: 90px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight:bold;
	color:#A1310B;
	height:18px;
	margin:7px 0 12px 0px;
	outline:none;
}

#cadastro .inputData {
	width: 100px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight:bold;
	color:#A1310B;
	height:18px;
	margin:7px 0 12px 0px;
	outline:none;
}

#cadastro .inputCNPJ {
	width: 120px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight:bold;
	color:#A1310B;
	height:18px;
	margin:7px 0 12px 0px;
	outline:none;
}

#cadastro .inputEstadual {
	width: 120px;
	height:24px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight:bold;
	color:#A1310B;
	height:18px;
	margin:7px 0 12px 0px;
	outline:none;
}

#cadastro .textarea {
	width: 350px;
	height:50px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight:bold;
	color:#A1310B;
	margin:7px 0 12px 0px;
	outline:none;
}

#cadastro .imgDireita {
	float:right;
}

#cadastro .btnForm {
	margin: 20px 0 10px 10px;
}

#cadastro .btnSalvar {
	float:left;
	width:66px;
	margin-top:10px;	
}

#cadastro .btnVoltar {
	float:left;
	width:289px;
	margin:10px 0 0 10px;
}

#cadastro a {
	color: #B13807;
	font-size:12px;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
}

#cadastro .tipoEndereco {
	font-size:13px;
	font-weight:bold;
}

#cadastro p {
	margin:0;
	padding:0;
	margin: 6px 0 10px 0;
}

#cadastro .btnContinuar {
	float:left;
	width:66px;
	margin-top:10px;	
}

#cadastro .btnNovoEndereco {
	float:left;
	width:270px;
	margin:10px 0 0 10px;
}

#cadastro .linhaEndereco {
	background-color:#A6A6A6;
	width:340px;
	height:1px;
	margin: 10px 0 10px 0;
}

#cadastro .alerta {
	background:url(../img/cliente/bgAlerta.png);
	background-repeat:no-repeat;
	width:500px;
	height:36px;
	padding: 10px 0 0 35px;
	color:#BD7F04;
	font-size:13px;
	margin: 8px 0 -10px 0px;
}

#cadastro .sucesso {
	background:url(../img/cliente/bgSucesso.png);
	background-repeat:no-repeat;
	width:500px;
	height:36px;
	padding: 10px 0 0 35px;
	color:#419739;
	font-size:13px;
	margin: 8px 0 -10px 0px;
}

#cadastro .erro {
	background:url(../img/cliente/bgErro.png);
	background-repeat:no-repeat;
	width:500px;
	height:36px;
	padding: 10px 0 0 35px;
	color:#A82828;
	font-size:13px;
	margin: 8px 0 -10px 0px;
}

#cadastro .alertaEsp {
	background:url(../img/cliente/bgAlerta.png);
	background-repeat:no-repeat;
	width:500px;
	height:36px;
	padding: 10px 0 0 35px;
	color:#BD7F04;
	font-size:13px;
	margin: 8px 0 10px 0px;
}

#cadastro .sucessoEsp {
	background:url(../img/cliente/bgSucesso.png);
	background-repeat:no-repeat;
	width:500px;
	height:36px;
	padding: 10px 0 0 35px;
	color:#419739;
	font-size:13px;
	margin: 8px 0 10px 0px;
}

#cadastro .erroEsp {
	background:url(../img/cliente/bgErro.png);
	background-repeat:no-repeat;
	width:500px;
	height:36px;
	padding: 10px 0 0 35px;
	color:#A82828;
	font-size:13px;
	margin: 8px 0 10px 0px;
}

#pedido {
	padding: 15px 10px 10px 10px;
	font-size:12px;
	color:#333;
}

#pedido .imgDetalhePedido {
	background-image:url(../img/pedido/imgDetalhePedido.png);
	background-repeat:no-repeat;
	width:250px;
	height:45px;
	margin-bottom:25px;
}

#pedido .imgFormaPagamento {
	background-image:url(../img/pedido/imgFormaPagamento.png);
	background-repeat:no-repeat;
	width:350px;
	height:45px;
	margin:25px 0 25px 0;
}

#pedido .imgInfoPedido {
	background-image:url(../img/pedido/imgInfoPedido.png);
	background-repeat:no-repeat;
	width:350px;
	height:45px;
	margin-bottom:25px;
}

#pedido .espacamento {
	padding: 0 10px 0 0px;
}

#pedido .bgCinza {
	background-color:#DFDFDF;
	width:300px;
	height:20px;
	padding:6px 0 3px 6px;
	border-bottom:1px solid #fff;	
}

#pedido .bgBranco {
	background-color: #efefef;
	width:300px;
	height:20px;
	padding:6px 0 3px 6px;
	border-bottom:1px solid #fff;
}

#pedido .imgValorProduto {
	background:url(../img/pedido/produto.png);
	background-repeat:no-repeat;
	min-width:30px;
	min-width:20px;
	padding-left:25px;
}

#pedido .imgFreteProduto {
	background:url(../img/pedido/frete.png);
	background-repeat:no-repeat;
	min-width:30px;
	min-width:20px;
	padding-left:25px;
}

#pedido .imgTotalProduto {
	background:url(../img/pedido/total.png);
	background-repeat:no-repeat;
	min-width:30px;
	min-width:20px;
	padding-left:25px;
}

#pedido .textoProduto {
	font-weight:bold;
	font-size:12px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

#pedido .valorProduto {
	font-weight:bold;
	color:#B13807;
	font-size:13px;	
	font-family:Arial, Helvetica, sans-serif;	
}

#pedido .valorProdutoDestaque {
	font-weight:bold;
	color:#B13807;
	font-size:15px;	
	font-family:Arial, Helvetica, sans-serif;	
}

#pedido .valorFinal {
	font-weight:bold;
	color:#B13807;
	font-size:13px;	
	font-family:Arial, Helvetica, sans-serif;	
}	
	
#pedido  .bgA {
	background-color:#efefef;
}

#pedido  .bgB {
	background-color:#F8F8F8;
}

#pedido .textoDesconto {
	font-size:12px;
	color:#444;
}

#pedido .btnContinuar {
	margin-top:25px;	
}

#pedido .imgDetalhesPedido {
	background-image:url(../img/pedido/imgDetalhesPedido.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 30px 0 20px 0;
}

#pedido .imgResumoPedido {
	background-image:url(../img/pedido/imgResumoPedido.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 0px 0 20px 0;
}

#pedido .imgEnderecoEntrega {
	background-image:url(../img/pedido/imgEnderecoEntrega.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 0px 0 20px 0;
}

#cadastro .imgEnderecoCliente {
	background-image:url(../img/cliente/imgEndereco.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 0px 0 20px 0;
}

#cadastro .imgAlterarSenha {
	background-image:url(../img/cliente/imgAlterarSenha.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 0px 0 20px 0;
}

#pedido .imgDiscriminacaoValores {
	background-image:url(../img/pedido/imgDiscriminacaoValores.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 30px 0 20px 0;
}

#pedido .imgPagamento {
	background-image:url(../img/pedido/imgPagamento.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 30px 0 20px 0;
}

#pedido .imgEndereco {
	background-image:url(../img/pedido/imgEnderecoEntrega.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 30px 0 20px 0;
}

#cadastro .imgMeusPedidos {
	background-image:url(../img/cliente/imgMeusPedidos.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: -10px 0 20px 0;
}

#cadastro .imgMeusPedidosInfo {
	background-image:url(../img/cliente/imgMeusPedidos.png);
	background-repeat:no-repeat;
	width:500px;
	height:30px;
	margin: 25px 0 20px 0;
}

#pedido .espacamentoTabela {
	padding: 6px;
}

#pedido .stausAguardando {
	font-weight:bold;
	color:#AE5700;
}

#pedido .stausPago {
	font-weight:bold;
	color: #309C56;
}

#pedido .stausCancelado {
	font-weight:bold;
	color: #C00;
}

#pedido .stausPendente {
	font-weight:bold;
	color: #498372;
}	

#pedido .numeroPedido {
	color: #B13808;
	font-size:12px;
	font-weight:bold;
}

#pedido .valorFinal {
	color: #B13807;
	font-weight:bold;
	font-size:14px;
}

#pedido .bgTitulo {
	background-color:#F1EEE5;
}

#pedido .bgProduto {
	background-color:#fff;
}

#pedido .bordaFinal {
	border-bottom: 1px solid #ccc;
}

#pedido .bgTotal {
	background-color:#efefef;
}

#pedido .textoTitulo {
	color:#555;
	font-size:11px;
	font-weight:bold;
}

#pedido a {
	color: #B13807;
	font-size:12px;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
}

#pedido .textoProdutoQtd {
	color:#555;
}

#pedido .textoProdutoValor {
	color:#222;
}

#pedido .textoProdutoSubtotal {
	color:#222;
	font-weight:bold;
}	

#pedido .textoProdutoFinal {
	font-weight:bold;
	color:#B13807;
	font-size:14px;
}

#pedido .imgValordoPagamento {
	background:url(../img/pedido/pagamento.png);
	background-repeat:no-repeat;
	min-width:30px;
	min-width:20px;
	padding-left:25px;
}

#pedido .boxDadosPagamento {
	background-color:#E2ECFA;
	border: 1px solid #C6D9FB;
	padding: 10px;
	width:400px;
	color:#444;
	font-size:12px;
	line-height:150%;
	margin: 15px 0 10px 0;
}

#pedido .boxDadosEndereco {
	background-color:#fff;
	border: 1px solid #efefef;
	padding: 10px;
	width:400px;
	color:#444;
	font-size:12px;
	line-height:150%;
	margin: 15px 0 10px 0;
}

#pedido .textoModalidadePgto {
	font-size:14px;
	color:#333;
	font-family:Helvetica, Arial, Helvetica, sans-serif;
	padding-bottom:8px
}

#pedido .textoInfoPgto {
	font-size:12px;
	font-weight:bold;
	color:#222;
}

#pedido .textoInfoEndereco {
	font-size:12px;
	font-weight:bold;
	color:#333;
}

#pedido .btnForm {
	margin-top:25px;
}

#pedido .btnMinhaConta {
	float:left;
	width:66px;
	margin-top:20px;	
}

#pedido .btnVoltar {
	float:left;
	width:293px;
	margin-top:20px;
}

#pedido .btnVoltarEndereco {
	float:left;
	width:180px;
	margin-top:20px;
}

#pedido .linhaPedido {
	background-color:#A6A6A6;
	width:340px;
	height:1px;
	margin: 20px 0 20px 0;
}

#pedido .btnDetalhePedido {
	margin: 15px 0 0 0;
}

#pedido .btnEndereco {
	margin: 20px 0 0 0px;
	float:left;
}	

#pedido .btnApagar {
	margin: 15px 0 0 0;
}
