body {
	background:#CCCCCC;
	margin:0;
	background:#FFFFFF;
	color:#000000;
	overflow-x:hidden;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#tamanho-minimo {
	width:1000px;
}
#geral {
	width:100%;
	margin:0;
}
#topo {
	width:100%;
}
#topo-imagem {
	width:100%;
	background:url(../images/topo-back.jpg) repeat-x top;
	height:212px;
}
#menu {
	width:100%;
	float:left;
	height:40px;
	background:url(../images/menuback.jpg) repeat-x bottom;
}
#menu ul {
	width:999px;
	padding:0;
	margin:0 auto;
	list-style:none;
}
#menu li {
	float:left;
}
#menu ul li a {
	display:block;
	padding:5px;
	font-weight:bold;
	font-size:17px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	margin-top:5px;
}
#menu ul li a:hover {
	text-decoration:underline;
}
#menu ul li a.bulets {
	font-weight:bold;
	font-size:14px;
	color:#003300;
}
#conteudo {
	height:1500px;
	margin:0;
	float:left;
	width:100%;
	
}
#lateral-esquerda {
	width:20%;
	background:#DEDEDC;
	height:1480px;
	float:left;
	margin:0;
	padding:10px;
	position:absolute;
}
#lateral-produtos h2 {
	margin:0;
	margin-top:5px;
	font-size:14px;
	color:#333333;
}
#lateral-produtos h3 {
	margin:0;
	margin-left:15px;
	margin-top:3px;
	font-size:13px;
	color:#333333;
}
#pagina {
	width:75%;
	height:1400px;
	background:#FFFFFF;
	float:left;
	margin:0;
	padding:10px;
	position:absolute;
	left:23%;
}
#conteudo-pagina {
	float:left;
	padding:10px;
	height:100%;
}
#lateral-direita {
	width:150px;
	border-left:1px solid #CCC;
	float:right;
	position:relative;
	background:#DEDEDC;
	padding:10px;
}
#lateral-esquerda label {
	float:left;
	width:200px;
	padding-top:5px;
}
#lateral-esquerda label input {
	width:190px;
	margin-top:5px;
	font-size:14px;
	border:1px solid #605F5E;
	background:#ADACAB;
	color:#000000;
}
#lateral-esquerda label.submits input {
	width:70px;
	height:25px;
	border:1px solid #605F5E;
	background:#ADACAB;
	color:#000000;
	font-weight:bold;
}



#lateral-categorias ul {
	padding:0;
	margin:0 auto;
	
	list-style:none;
}
#lateral-categorias li {
	float:left;

}
#lateral-categorias li.subcat a {
	padding-left:25px;
	color:#666666;
}
#lateral-categorias ul li a {
	width:220px;
	display:block;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#333333;
	text-align:left;

}
#lateral-categorias ul li a:hover {
	text-decoration:underline;
}

#lateral-categorias-dir ul {
	padding:0;
	margin:0 auto;
	list-style:none;
}
#lateral-categorias-dir li {
	float:left;
}
#lateral-categorias-dir li.subcat {
	padding-left:25px;
}
#lateral-categorias-dir ul li a {
	width:180px;
	display:block;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#333333;
	text-align:left;
}
#lateral-categorias-dir ul li a:hover {
	text-decoration:underline;
}

#rodape {
	width:100%;
	height:80px;
	background:#333333;
	float:left;
	vertical-align:top;
	Z-Index:1;
	
}
#rodape p,a {
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;

}

#menu-rodape {
	margin:0;
	position:relative;
	width:100%;
}

#menu-rodape ul {
	width:410px;
	padding:0;
 	float:right;
	list-style:none;
}
#menu-rodape li {
	float:left;
}
#menu-rodape ul li a {
	display:block;
	padding:5px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	margin:1px;
}
#menu-rodape ul li a:hover {
	text-decoration:underline;
}
#menu-rodape ul li a.bulets {
	font-weight:bold;
	font-size:12px;
	color:#538335;
}

.titulo {
	color:#2F6FA6;
	font-weight:bold;
	font-size:20px;
}
.titulo-pagina {
	color:#FF8000;
	font-weight:bold;
	font-size:20px;
}

.nome-produto {
	display:block;
	font-size:12px;
	color:#0000000;
	font-weight:bold;
}

.preco-produto {
	
	font-size:17px;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}

.produtos-link {
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}
.nome-produto-destaque {
	font-size:16px;
	color:#0000000;
	font-weight:bold;
}
.listagem-produtos-destaque {
	width:205px; 
	margin:5px; 
	cursor:pointer; 
	padding:5px;
	height:180px;
}
.listagem-produtos {
	display:block;
	width:215px;

	margin:5px; 
	float:left; 
	cursor:pointer; 
	padding:5px;
	position:relative;
}

#produto-destaque {
	cursor:pointer;

}
#pagina-texto {
	width:100%;	
}
label select {
	width:507px;
	margin-top:5px;
}

label {
	float:left;
	width:500px;
	padding-top:5px;
}
label input {
	width:500px;
	margin-top:5px;
}
label textarea {
	width:500px;
	height:50px;
	margin-top:5px;
}
#contato label .submit {
	float:left;
	border:0;
	background:#005E8A;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
	width:100px;
}
.categorias-produtos {
	width:200px;
	cursor:pointer;
	float:left; 
	margin:5px; 
	padding:5px;
}


#botoes-produto a {
	display:block;
	border: 1px solid #409FF4;
	color:#FFFFFF;
	background:#005FB4;
	float:right;
	font-size:15px;
	padding:5px;
	margin-top:5px;
	margin-left:5px;
}
#botoes-produto a:hover {
	text-decoration:underline;
}
#descricao-produto {
	margin:5px;
	width:97%;
	border:1px solid #CCC;
	padding:5px;
	float:left;
	overflow:auto;
	overflow-x:hidden;
}
span.highlights {
	display:block;
	font-size:15px;
	background:#005FB4;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	float:left;
	margin:5px;
}

#produtos-rela {
	margin:5px;
	width:97%;
	border:1px solid #CCC;
	padding:5px;
	float:left;
}

#produtos-relacionados {
	width:100%;
	float:left;
}

#indique {
	position:absolute;
	color:#FFFFFF; 
	border:1px solid #409FF4;
	background:#005FB4; 
	width:400px;
	height:350px; 
	Z-index:1;
	padding:5px;
	display:none;
}


#simular_frete {
	position:absolute;
	color:#FFFFFF; 
	border:1px solid #409FF4;
	background:#005FB4; 
	width:400px;
	height:220px; 
	Z-index:1;
	padding:5px;
	display:none;
}

.titulo-pops {
	color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
	float:left;
}
.close-pops {
	float: right;
	font-size:14px;
	font-weight:bold;
}
.pops-submits {
	border:0;
	width:100px;
	height:25px;
	background:#004080;
	color:#FFFFFF;
	font-weight:bold;
}
label.pops {
	width:400px;
}
label.pops input {
	width:390px;
	border:0;
	font-size:16px;
}
label.pops textarea {
	width:390px;
}

#paginacao {
	width:100%;
	float:left;
	margin-top:20px;
}
#paginacao ul {
	padding:0;
	margin:0;
	margin-right:2px;
	list-style:none;
}
#paginacao li {
	float:left;
}
#paginacao ul li a {
	display:block;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	color:#15619F;
	width:25px;
	height:20px;
	text-align:center;
}
#paginacao ul li span {
	display:block;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	color:#FF0000;
	width:25px;
	height:20px;
	text-align:center;
}
#paginacao ul li a:hover {
	text-decoration:underline;
}
#formulario-cadastro {
	width:650px;
	border:1px solid #CCCCCC;
	padding:5px;
	background:#004080;
	color:#FFFFFF;
	margin:auto;
	position:absolute;
}
#formulario-cadastro label {
	width:650px;
}
#formulario-cadastro label input {
	width:650px;
	font-size:18px;
	border:0;
}
.submit-button {
	color:#004080;
	font-size:18px;
	font-weight:bold;
	float:right;
	margin:5px;
}
.asterisco {
	color:#FF3300; 
	font-size:18px; 
	font-weight:bold
}
#cadastro p {
	font-size:15px;
}
#cadastro p a {
	font-size:17px;
	font-weight:bold;
	color:#004080;
}
#steps {
	width:800px;
	height:40px;
}
#steps img {
	float:left;
}
#carrinho-produtos a {
	color:#000000;
}
#carrinho-produtos table th {
	border:1px solid #F4F4F4;
	background:#F4F4F4;
}
#carrinho-produtos table td {
	border:1px solid #F4F4F4;
	background:#F4F4F4;
}
#total-carrinho {

	float:right;
	font-size:16px;
	font-weight:bold;
}
#simular_frete_fix{
	color:#FFFFFF; 
	border:1px solid #409FF4;
	background:#005FB4; 
	width:400px;
	height:220px; 
	Z-index:1;
	padding:5px;
}
#botoes-carrinho {
	float:right;
}
#avisos {
	position:absolute; 
	display:none; 
	z-index:1; 
	width:400px;
	height:100px; 
	margin:auto; 
	border:1px solid #FF0000; 
	background:#FFF0F0; 
	color:#FF0000; 
	font-weight:bold;
}
#avisos a {
	display:block; 
	width:50px;  
	font-size:15px; 
	background:#FF0000; 
	color:#FFFFFF;
}
.detalhes {
	position:absolute; 
	width:730px;
	height:500px;
	background:#FFFFFF;
	border:3px solid #004080;
	padding:5px;
}
.fechar {
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#333333;

	float:right;
	padding:5px;
	width:80px;
	background:url(../sistema/imagens/logout.png) no-repeat center right;
}
.descricao-detalhes {
	width:100%;
	overflow-x:hidden;
	overflow-y:auto;
	height:440px;
}
.descricao-detalhes  h1 {
	float:left;
	width:130px;
	color:#333333;
	font-size:16px;
}
.descricao-detalhes  h2 {
	float:left;

	color:#003366;
	font-weight:bold;
	font-size:16px;
}
