/* ESTILOS PARA A LOJA */
* 
{ 
	margin: 0px;
	padding: 0px;
}
html, body
{
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left; /*mantém o conteúdo do body alinhado à esquerda*/
	height: 100%;
}

.fundoDiv
{
	width: 850px;
	height: 490px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.menu
{
	position: absolute;
	z-index: 1;
	margin: 0px;
	top: 110px;
	/* left: 128px;*/
	left: 118px;
	width: 50px;
}

.site
{
	position: absolute;
	z-index: 2;
	margin: 0px;
	top: 100px;
	left: 270px;
	width: 730px;
	height: 420px;
	background-color: #666666;
	filter:alpha(opacity=95); 
	-moz-opacity: .95; 
	opacity: .95;
}

.rodape
{
	position: absolute;
	z-index: 3;
	margin: 0px;
	top: 525px;
	left: 270px;
	width: 730px;
	height: 40px;
	text-align: right;
}

.logoLoja
{
	position: absolute;
	z-index: 3;
	margin: 0px;
	top: 10px;
	left: 280px;
}

.tdCategoria
{
	/*background-color: #333333;*/
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #E4E4E4;
	font-family: verdana;
	font-size: 12pt;
	width: 300px;
	cursor: pointer;
}

.tdSubCategoria
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12pt;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12pt;
	width: 280px;
	cursor: pointer;
}

.tituloMenu
{
	width: 400px;
	padding-bottom: 10px;
	padding-left: 28px;
	text-align: left;
	font-size: 12pt;
	font-weight: normal;
	color: #DDDDDD;
}

.divMioloMenu
{
	padding-top: 40px;
	width: 95%;
	height: 95%;
}

.combo
{
	color: #666666;
	font-family: verdana;
	font-size: 8pt;
	width: 50px;
}

.divCategorias
{
	width: 100%;
	height: 330px;
	overflow: auto;
}

.tituloPagina
{
	font-family: arial;
	font-size: 26pt;
	padding-top: 30px;
}
a.linkSubCategsWhite:link
{
	text-decoration: none;
	color: #EFEFEF;
}
a.linkSubCategsWhite:visited
{
	text-decoration: none;
	color: #EFEFEF;
}
a.linkSubCategsWhite:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	background: #AAAAAA;
}
a.linkSubCategsWhite:active
{
	text-decoration: none;
	color: #D0C70F;
}

a.linkSubCategsYellow:link
{
	text-decoration: none;
	color: #D0C70F;
	font-weight: bold;
}
a.linkSubCategsYellow:visited
{
	text-decoration: none;
	color: #D0C70F;
	font-weight: bold;
}
a.linkSubCategsYellow:hover
{
	text-decoration: underline;
	color: #D0C70F;
	background: #F8F5D6;
	font-weight: bold;
	border: 1px solid #D3B60C;
}
a.linkSubCategsYellow:active
{
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
}

a.linkSubCategsBigRed:link
{
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
}
a.linkSubCategsBigRed:visited
{
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
}
a.linkSubCategsBigRed:hover
{
	text-decoration: underline;
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
}
a.linkSubCategsBigRed:active
{
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
}

a.linkSubCategsBlack:link
{
	text-decoration: none;
	color: #666666;
	border: 1px solid #FFFFFF; /*para não dar conflito de estilo*/
}
a.linkSubCategsBlack:visited
{
	text-decoration: none;
	color: #666666;
	border: 1px solid #FFFFFF; /*para não dar conflito de estilo*/
}
a.linkSubCategsBlack:hover
{
	text-decoration: none;
	color: #666666;
	border: 1px solid #AAAAAA;
}
a.linkSubCategsBlack:active
{
	text-decoration: none;
	color: #666666;
	border: 1px solid #FFFFFF; /*para não dar conflito de estilo*/
}

a.linkWithoutEffects:link
{
	text-decoration: none;
	color: #000000;
}
a.linkWithoutEffects:visited
{
	text-decoration: none;
	color: #000000;
}
a.linkWithoutEffects:hover
{
	text-decoration: none;
	color: #000000;
}
a.linkWithoutEffects:active
{
	text-decoration: none;
	color: #000000;
}

.linksSubCategorias
{
	position: absolute;
	width: 600px;
	color: #FFFFFF;
	line-height: 17px;
	z-index: 5;
	margin: 0px;
	top: 83px;
	left: 285px;
	
}

.imgProdutoBig
{
	border: 5px solid #999999;
	border-style: double;
	width: 320px;
	height: 250px;
}

.dadosProduto
{
	width: 340px;
	height: 210px;
	overflow: auto;
	color: #FFFFFF;
	font-size: 10pt;
	padding-left: 10px;
}

.nomeProduto
{
	width: 340px;
	padding-top: 3px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

.mainProduto
{
	padding-left: 5px;
}

.thumbProd
{
	border: 2px solid #333333;
	width: 110px;
	height: 86px;
	text-align: center;
	cursor: pointer;
}

.thumbCateg
{
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	width: 140px;
	height: 100px;
	color: #FFFFFF;
}

.tdThumbStyle
{
	width: 116px;
	height: 92px;
}

.produtosThumb
{
	padding-left: 60px;
	padding-top: 0px;
}

.buttonWhite
{
	color: #666666;
	font-weight: bold;
	font-size: 10pt;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

.buttonLink
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	font-size: 10pt;
	border: 0px;
	background-color: #666666;
}


.mainCesta
{
	padding-left: 5px;
	padding-bottom: 10px;
}

.fieldCart
{
	color: #666666;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	padding: 2px;
	font-family: verdana;
	font-size: 8pt; 
	text-align: center;
}

.titleCart
{
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
}

.contentCart
{
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.msgErro
{
	color: #F96C70;
	font-weight: bold;
	font-size: 10pt;
	padding: 4px;
}

.loginSenha
{
	width: 230px;
	position: absolute;
	z-index: 6;
	margin: 0px;
	top: 10px;
	left: 760px;
	color: #999999;
}

.styleLogin
{
	border: 1px solid #666666;
	color: #999999;
	font-size: 10px;
}

.btOkLogin
{
	border: 1px solid #999999;
	color: #333333;
	font-weight: bold;
	background-color: #EFEFEF;
	height: 18px;
	font-size: 10px;
	width: 26px;
}

.btLogoff
{
	border: 1px solid #999999;
	color: #333333;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 18px;
	font-size: 10px;
}

.windowEnd
{
	color: #FFFFFF;
	background-color: #3D74AB;
	border: 1px solid #FFFFFF;
	width: 300px;
	height: 200px;
	position: absolute;
	top: 50px;
	left: 220px;
}

.windowNewPassword
{
	color: #FFFFFF;
	background-color: #3D74AB;
	border: 1px solid #FFFFFF;
	width: 450px;
	height: 170px;
	position: absolute;
	z-index: 20;
	top: 150px;
	left: 390px;
}