/*Inicio do arquivo site.css*/
* {
	list-style-type		: none;
	list-style-image	: none;
	list-style-position	: outside;
	margin				: 0px;
	padding				: 0px;
	text-decoration		: none;
	font-family			: Arial,Helvetica,sans-serif;
	font-size			: 12px;
	font-style			: normal;
	font-variant		: normal;
	font-weight			: normal;
}

html,body {
	color				: #003399;
	/*background			: #BCA645 url( "/Imagens/bg.gif" ) repeat-x scroll 0px 0px;*/
	background			: #CC0000 url( "/Imagens/bg.gif" ) repeat-x scroll 0px 0px;
	_text-align			: center;
	margin				: 0px;
	padding				: 0px;
}

hr {
	background			: transparent url( "/Imagens/bg_pontilhado.gif" ) repeat-x scroll 0px 0px;
	height				: 1px;
	line-height			: 1px;
	border				: 0px none;
	margin				: 20px 0px 0px 0px;
	
}

pre.debug {
	float				: left;
	position			: fixed;
	top					: 0px;
	left				: 0px;
	font-size			: 8pt;
	max-height			: 300px;
	width				: 500px;
	overflow			: auto;
	border				: 1px dashed #666;
	background			: url( "/Imagens/debug.png" );
	z-index				: 10000;
	color				: #fff;
	padding				: 10px;
}

input {
	background			: #e7e9eb url( "/Imagens/inputbg.png" ) repeat-x scroll 0px 0px;
	border				: 1px solid #abaeb4;
	color				: #666666;
	text-align			: center;
}

.content {
	display				: block;
	width				: 770px;
	height				: 100px;
	margin				: 0 auto;
	text-align			: left;
	padding-left		: 25px;
}

	
#topo {
	display				: block;
	height				: 120px;
	width				: 770px;
	margin				: 0 auto;
	overflow			: hidden;
}

#meio {
	display				: block;
	margin				: 0 auto;
}

#topo #logo {
	background			: transparent url( "/Imagens/logo.png" ) no-repeat scroll 0 0;
	_background			: none;
	_filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="/Imagens/logo.png", sizingMethod='scale');
	height				: 90px;
	margin				: 10px 0;
	width				: 220px;
	float				: left;
}

#topo #logo h1 {
	margin				: 0px;
	padding				: 0px;
}

#topo #logo h2 {
	display				: none;
}

#topo #logo h1 a {
	float				: left;
	height				: 90px;
	overflow			: hidden;
	position			: absolute;
	text-indent			: -9999px;
	width				: 220px;
	margin				: 0px;
	padding				: 0px;
}

#topo #menu {
	float				: left;
	height				: 70px;
	margin				: 0px 0px 0px 2px;
}

#topo #menu ul.menu {
	float				: left;
	padding				: 0px;
	margin				: 0px;
	list-style			: none;
	height				: 70px;
	width				: 540px;
}

#topo #menu ul.menu li {
	float				: left;
}

#topo #menu ul.menu li a {
	background			: transparent url( "/Imagens/menu.gif" ) no-repeat scroll 0 0;
	display				: block;
	overflow			: hidden;
	text-indent			: -9999px;
	height				: 70px;
}

#topo #menu ul.menu li a.miEmpresa {
	width				: 106px; 
}

#topo #menu ul.menu li a.miEmpresa:hover {
	background-position	: 0 -76px;
}

#topo #menu ul.menu li a.miProdutos {
	background-position	: -110px 0;
	width				: 117px; 
}

#topo #menu ul.menu li a.miProdutos:hover {
	background-position	: -110px -76px;
}

#topo #menu ul.menu li a.miServiços {
	background-position	: -227px 0;
	width				: 116px; 
}

#topo #menu ul.menu li a.miServiços:hover {
	background-position	: -227px -76px;
}

#topo #menu ul.menu li a.miFAQ {
	background-position	: -343px 0;
	width				: 73px; 
}

#topo #menu ul.menu li a.miFAQ:hover {
	background-position	: -343px -76px;
}

#topo #menu ul.menu li a.miContato {
	background-position	: -416px 0;
	width				: 104px;
}

#topo #menu ul.menu li a.miContato:hover {
	background-position	: -416px -76px;
}

img.enviar {
	display				: block;
	float				: right;
	cursor				: pointer;
	margin				: 0px 30px 0px 0px;
}

/*Inicio do arquivo carrinho.css*/
div#controle {
	background		: transparent url( "/Imagens/controle.png" ) no-repeat;
	_background		: transparent url( "/Imagens/controleIE6.png" ) no-repeat;
	width			: 525px;
	_width			: 535px;
	height			: 60px;
	padding			: 0px 0px 0px 10px;
	float			: left;
	margin			: 0px 0px 0px 15px;
	overflow		: hidden;
}

div#controle.nocart {
	background		: none;
}

div#controle div#carrinho {
	margin			: 10px 10px 0px 0px;
	float			: right;
	width			: 140px;
	height			: 32px;
	z-index			: 10000;
}

div#controle div#carrinho a.vercarrinho {
	display			: block;
	color			: #003399;
	overflow		: hidden;
	width			: 110px;
	_width			: 130px;
	height			: 32px;
	_width			: 130px;
	padding			: 0px;
	padding			: 2px 0px 0px 30px;
	overflow		: hidden;
	z-index			: 10000;
	background		: transparent url( "/Imagens/cart_ico.png" ) no-repeat;
	_background		: none;
	_filter			: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="/Imagens/cart_ico.png", sizingMethod='scale');
	font-weight		: bolder;
	
}

div#controle div#carrinho img {
	float			: left;
	width			: 29px;
	height			: 30px;
	text-decoration	: none;
	border			: 0px none;
}

div#controle div#carrinho p {
	float			: left;
	width			: 100px;
	vertical-align	: middle;
	font-weight		: bold;
	margin			: 0px 0px 0px 4px;
}

div#controle div#carrinho span.carrinho_total_itens {
	color			: #FF0000;
}

#meio div.meio_caixa.conteudo div.box_carrinhoprodutos h2 {
	background			: transparent url( "/Imagens/tituloCarrinho.png" ) no-repeat scroll 0 0;
	height				: 42px;
	text-indent			: -9999px;
	font-size			: 10px;
	line-height			: 10px;
	margin				: 0px 0px 10px 8px;
}
#meio div.meio_caixa.conteudo div.box_carrinhoprodutos p.carrinho_vazio {
	margin				: 10px 0px 0px 10px;
	font-size			: 12px;
	font-weight			: bolder;
}

div.box_carrinhoprodutos table {
	margin				: 0px 0px 0px 8px;
	width				: 750px;
}

div.box_carrinhoprodutos table tr {
	height				: 45px;
}

div.box_carrinhoprodutos table thead {
	color				: #ffffff;
}

div.box_carrinhoprodutos table thead tr {
	border-top			: 1px solid #cc0000;
	background			: #cc0000 url( "/Imagens/carbar.png" ) repeat-x top left;
}

div.box_carrinhoprodutos table thead tr th {
	font-weight			: bolder;
	text-align			: center;
}

div.box_carrinhoprodutos table thead tr th.tdesc {
	width				: 310px;
}

div.box_carrinhoprodutos table thead tr th.tquantidade {
	width				: 110px;
}

div.box_carrinhoprodutos table thead tr th.tremover {
	width				: 110px;
}

div.box_carrinhoprodutos table thead tr th.tpreco {
	width				: 110px;
}

div.box_carrinhoprodutos table thead tr th.ttotal {
	width				: 110px;
}

div.box_carrinhoprodutos table tbody tr {
	margin				: 1px 0px 0px 0px;	
}

div.box_carrinhoprodutos table tbody tr td {
	border-bottom		: 1px dashed #dadada;
	text-align			: center;	
}
div.box_carrinhoprodutos table tbody tr td.tdesc {
	text-align			: left;
	padding-left		: 3px;
}
div.box_carrinhoprodutos table tbody tr td.tdesc strong {
	font-weight			: bolder;
}
div.box_carrinhoprodutos table tbody tr td.tquantidade input {
	width				: 25px;
}
div.box_carrinhoprodutos table tbody tr td.tremover img.excluir {
	cursor				: pointer;
}
div.box_carrinhoprodutos table tfoot tr {
	height				: 30px;
}
div.box_carrinhoprodutos table tbody tr td.ttotal,
div.box_carrinhoprodutos table tfoot tr td.total {
	background-color	: #e6e6e6;
}
div.box_carrinhoprodutos table tfoot tr td.total {
	font-weight			: bolder;
}

div.box_carrinhoprodutos table tfoot tr td {
	text-align			: center;
}
div.box_carrinhoprodutos table tfoot tr td.ttotal {
	background-color	: #cc0000;
	color				: #ffffff;
	font-weight			: bolder;
}
div.box_carrinhoprodutos table tfoot tr td.fechar {
	background			: transparent url( "/Imagens/fechar.png" ) no-repeat;
	text-indent			: -999999px;
	cursor				: pointer;
}

div.box_carrinhoprodutos table tfoot tr.frete {
	background-color	: #cccccc;
}
div.box_carrinhoprodutos table tfoot tr td.outros {
	text-align			: right;
	padding-right		: 3px;
}
div.box_carrinhoprodutos table tfoot tr.frete td.tdesc {
	text-align			: left;
	color				: #ffffff;
	font-weight			: bolder;
	padding-left		: 3px;
}

div.box_carrinhoprodutos table tfoot tr td.tdesc input#cep1 {
	margin-left			: 5px;
}

div.box_carrinhoprodutos table span.flecha {
	background			: url( "/Imagens/flechinha.gif" ) no-repeat;
	padding-left		: 14px;
	font-weight			: bold;
	text-transform		: capitalize;
	cursor				: pointer;
	color				: #003399;
}

div.box_carrinhoprodutos table span.flecha a {
	text-decoration		: none;
	color				: #003399;
}

/*Inicio do arquivo banners.css*/
div#banners div.banner {
	margin-left		: -25px;
	clear			: both;
	overflow		: hidden;
}

/*Inicio do arquivo rodape.css*/
#rodape {
	display				: block;
	background			: transparent url( "/Imagens/bg_rodape.gif" ) no-repeat scroll center center;
	color				: #CC0000;
	height				: 30px;
	line-height			: 20px;
	margin				: 10px 0px 15px 0px;
	padding				: 0px;
	width				: 770px;
	height				: 40px;
}

#rodape ul {
	margin				: 0px;
	padding				: 10px 0px 0px 10px;
	width				: 750px;
	height				: 30px;
}

#rodape ul li {
	float				: left;
	margin-right		: 5px;
	width				: auto;
}

#rodape ul li a {
	color				: #CC0000;
	float				: left;
	line-height			: 20px;
}

#rodape ul li a:hover {
	color				: #999999;
}



#rodape ul li.credito {
	float				: right;
	margin				: 3px 0px 0px 0px;
	width				: 85px;
}

#rodape ul li.credito a {
	float				: left;
	background			: transparent url( "/Imagens/visualcom.gif" ) no-repeat scroll 0 0;
	width				: 85px;
	line-height			: 0px;
	height				: 16px;
	
}

#rodape ul li.credito a span {
	visibility			: hidden;
	height				: 0px;
	line-height			: 0px;
}

#rodape ul li a.pt {
	background			: transparent url( "/Imagens/bandeiras.jpg" ) no-repeat scroll 0 0;
	height				: 25px;
	margin				: 0;
	overflow			: hidden;
	text-indent			: -9999px;
	width				: 23px;
}

#rodape ul li a.en {
	background			: transparent url( "/Imagens/bandeiras.jpg" ) no-repeat scroll -25px 0;
	height				: 25px;
	margin				: 0;
	overflow			: hidden;
	text-indent			: -9999px;
	width				: 23px;
}

#rodape ul li a.es {
	background			: transparent url( "/Imagens/bandeiras.jpg" ) no-repeat scroll -48px 0;
	height				: 25px;
	margin				: 0 10px 0 0;
	overflow			: hidden;
	text-indent			: -9999px;
	width				: 23px;
}

/*Inicio do arquivo caixa.css*/
div.topo_caixa_md {
	position	: relative;
	background	: transparent url( "/Imagens/conteudoTop01.gif" ) no-repeat scroll 0 0;
	font-size	: 1px;
	height		: 10px;
	line-height	: 1px;
	width		: 770px;
	margin-top	: 10px;
}

div.meio_caixa_md {
	float		: left;
	background	: #FFFFFF url( "/Imagens/bg_pontilhado_02.gif" ) repeat-y scroll 515px 0;
	min-height	: 465px;
	width		: 770px;
}

div.base_caixa_md {
	position	: relative;
	background	: transparent url( "/Imagens/conteudoBot01.gif" ) no-repeat scroll 0 0;
	clear		: both;
	font-size	: 1px;
	height		: 10px;
	line-height	: 1px;
	width		: 770px;
}

div.topo_caixa_me {
	position	: relative;
	background	: transparent url( "/Imagens/conteudoTop02.gif" ) no-repeat scroll 0 0;
	font-size	: 1px;
	height		: 10px;
	line-height	: 1px;
	width		: 770px;
	margin-top	: 10px;
}

div.meio_caixa_me {
	float		: left;
	background	: #FFFFFF url( "/Imagens/bg_pontilhado_02.gif" ) repeat-y scroll 255px 0;
	min-height	: 465px;
	width		: 770px;
}

div.base_caixa_me {
	position	: relative;
	background	: transparent url( "/Imagens/conteudoBot02.gif" ) no-repeat scroll 0 0;
	clear		: both;
	font-size	: 1px;
	height		: 10px;
	line-height	: 1px;
	width		: 770px;
}

div.topo_caixa {
	position	: relative;
	background	: transparent url( "/Imagens/conteudoTop03.gif" ) no-repeat scroll 0 0;
	font-size	: 1px;
	height		: 10px;
	line-height	: 1px;
	width		: 770px;
	margin-top	: 10px;
}

div.meio_caixa {
	float		: left;
	background	: #FFFFFF none repeat scroll 0 0;
	width		: 770px;
}

div.base_caixa {
	position	: relative;
	background	: transparent url( "/Imagens/conteudoBot03.gif" ) no-repeat scroll 0 0;
	clear		: both;
	font-size	: 1px;
	height		: 10px;
	line-height	: 1px;
	width		: 770px;
}

/*Inicio do arquivo box.css*/
div.meio_caixa_md h4, div.meio_caixa h4 {
	margin				: 0 0 5px;
	text-transform		: uppercase;
}

div.boxg {
	float				: left;
	min-height			: 465px;
	padding				: 0px 7px 0 10px;
	width				: 497px;
	_width				: 515px;
}

div.boxp {
	float				: left;
	padding				: 0px 7px 0px 10px;
	_padding			: 0px 0px 0px 10px;
	width				: 237px;
}

div.meio_caixa div.box {
	padding				: 0 8px;
}

div.grupo h4 {
	padding				: 10px 0 0;
	font-weight			: bolder;
	font-size			: 12px;
}

div.grupo p {
	margin				: 0px;
	padding				: 0px;
	text-align			: justify;
	
}

/*Inicio do arquivo produtos.css*/
#meio div.meio_caixa.conteudo {
	min-height		: 170px;
}
#meio div.meio_caixa.conteudo div.box_produtos ul {
	display			: block;
	margin			: 0px;
	padding			: 0px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul li {
	display			: block;
	float			: left;
	margin-left		: 10px;
	_margin-left	: 4px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul li a img {
	border			: 0px none;
	text-decoration	: none;
}

#meio div.meio_caixa.conteudo div.box_produtos p.produtos_vazio {
	margin				: 10px 0px 0px 10px;
}

#meio div.meio_caixa.conteudo div.box_produtos h2 {
	background			: transparent url( "/Imagens/titulosProdutos.gif" ) no-repeat scroll 0 0;
	height				: 42px;
	text-indent			: -9999px;
	font-size			: 10px;
	line-height			: 10px;
	margin				: 0px 0px 10px 8px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item h4.lista {
	display				: block;
	width				: 237px;
	height				: 15px;
	text-align			: center;
	font-size			: 12px;
	margin				: 0px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item span.lista {
	display				: block;
	height				: 29px;
	width				: 237px;
	margin				: 4px 0px 0px 0px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item span.lista a {
	background			: transparent url( "/Imagens/vejaMais.gif" ) no-repeat scroll 0 0;
	display				: block;
	text-indent			: -9999px;
	width				: 61px;
	height				: 29px;
	margin				: 0px 0px 0px 90px;
	padding				: 0px;
	font-size			: 10px;
	overflow			: hidden;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item span.preco {
	display				: block;
	line-height			: 10px;
	width				: 237px;
	margin				: 10px 0px 0px 0px;
	text-align			: center;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo {
	display				: block;
	height				: 380px;
	width				: 750px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.imagem {
	background			: transparent url( "/Imagens/caixaProdutosEsquerda.gif" ) no-repeat;
	display				: block;
	float				: left;
	width				: 500px;
	_width				: 505px;
	height				: 375px;
	_height				: 379px;
	padding				: 5px 0 0 5px;
	margin				: 0px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.imagem span.navegador {
	display				: block;
	width				: 495px;
	line-height			: 50px;
	font-size			: 13px;
	font-weight			: bold;
	color				: #cc0000;
	text-align			: center;
	vertical-align		: middle;
	margin				: 5px 0px 0px 0px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa {
	background			: transparent url( "/Imagens/caixaProdutosDireita.gif" ) no-repeat;
	display				: block;
	float				: right;
	width				: 230px;
	_width				: 235px;
	height				: 370px;
	_height				: 379px;
	margin				: 0px 0px 0px 10px;
	padding				: 10px 0px 0px 5px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa h3.produto_grupo {
	display				: block;
	font-size			: 12px;
	font-weight			: bolder;
	text-transform		: uppercase;
	color				: #14498E;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa h4.produto_linha {
	display				: block;
	font-size			: 10px;
	font-weight			: bold;
	text-transform		: uppercase;
	color				: #14498E;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa h5.produto_nome {
	display				: block;
	font-size			: 14px;
	font-weight			: bold;
	text-transform		: uppercase;
	color				: #cc0000;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_preco_normal {
	display				: block;
	font-size			: 10px;
	font-weight			: bold;
	text-transform		: uppercase;
	text-decoration		: line-through;
	color				: #14498E;
	margin				: 20px 0px 0px 0px;
	width				: 220px;
	height				: 10px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_preco_normal span.produto_preco_valor {
	color				: #cc0000;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_preco,
#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_preco_promocional {
	display				: block;
	font-size			: 16px;
	font-weight			: bold;
	text-transform		: uppercase;
	color				: #14498E;
	margin				: 0px;
	width				: 220px;
	height				: 25px;
	border-bottom		: 1px dashed #14498E;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_preco {
	margin				: 20px 0px 0px 0px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_preco span.produto_preco_valor,
#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_preco_promocional span.produto_preco_valor {
	color				: #cc0000;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_cor,
#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_quantidade,
#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_tamanho {
	display				: block;
	width				: 220px;
	height				: 52px;
	margin				: 10px 0px 0px 0px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_quantidade {
	border-bottom		: 1px dashed #14498E;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_cor {
	height				: 92px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_cor label span.produto_label,
#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_quantidade label span.produto_label,
#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_tamanho label span.produto_label {
	display				: block;
	width				: 198px;
	height				: 20px;
	font-size			: 12px;
	font-weight			: bold;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_tamanho label select.produto_input_tamanho {
	display				: block;
	width				: 222px;
	height				: 26px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_quantidade label input.produto_input_quantidade {
	display				: block;
	width				: 217px;
	height				: 18px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_cor label select.produto_input_cor {
	display				: block;
	width				: 130px;
	float				: right;
	margin				: 20px 0px 0px 0px;
}
#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa span.produto_cor label img {
	display				: block;
	width				: 70px;
	height				: 70px;
	float				: left;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa a#botao_comprar {
	display				: block;
	width				: 220px;
	height				: 52px;
	cursor				: default;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.topo span.caixa a#botao_comprar img.botao_comprar_img {
	display				: block;
	width				: 116px;
	height				: 37px;
	float				: left;
	margin				: 12px 0px 0px 55px;
	text-decoration		: none;
	border				: 0px none;
	cursor				: pointer;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.base {
	margin				: 18px 0px 0px 0px;
	display				: block;
	width				: 750px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.base h6 {
	display				: block;
	height				: 18px;
	width				: 745px;
	border-bottom		: 1px dashed #cc0000;
	font-size			: 16px;
	color				: #CC0000;
	margin				: 5px 0px 8px 0px;
	text-transform		: uppercase;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.base h4.margem_topo {
	margin				: 20px 0px 8px 0px;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.base span.tamanho_item {
	display				: block;
}

#meio div.meio_caixa.conteudo div.box_produtos ul.produtos_lista li.produtos_item.detalhes div.base img.cor_item {
	width				: 50px;
	height				: 50px;
}

img.hide {
	display				: none;
	visibility			: hidden;
}

img.show {
	cursor				: pointer;
}

img.la {
	float				: left;
}

img.ra {
	float				: right;
}

img.la,img.ra {
	width				: 25px;
	height				: 26px;
	margin				: 10px 0px 0px 0px;
	cursor				: pointer;
}

