﻿body {
	background: url(../images/background.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

form {
	margin: 0;
	padding: 0;
}

.sitecontainer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	padding-left: 10px;
}

.logo {
	height: 106px;
}

.menu {
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #8e596a;
}

.menu a {
	text-decoration: none;
	color: #8e596a;
}

.menu a.active {
	color: Red;
}

.menu a:hover {
	text-decoration: underline;
}

.mainmenu {
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #7a0026;
	margin-top: 22px;
	padding-left: 10px;
	padding-bottom: 25px;
	height: 20px;
}

.mainmenu a {
	text-decoration: none;
	color: #7a0026;
}

.mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mainmenu ul li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 20px;
}

.mainmenu .active a {
	color: Red;
}

.mainmenu a:hover
{
	text-decoration: underline;
}

.faixacentral {
	clear: both;
}

.conteudo {
	float: left;
	width: 725px;
	padding-right: 10px;
	border-right: 1px dashed #ccc;
	margin-right: 10px;
	padding-left: 15px;
}

.conteudo a {
	text-decoration: none;
	color: #7a0026;
}

h1 {
	font-size: 30px;
	color: #7a0026;
	font-family: Arial, Verdana;
	font-weight: normal;
	margin-top: 0;
}

h2 {
	font-size: 25px;
	color: #7a0026;
	font-family: Arial, Verdana;
	font-weight: normal;
	margin-top: 30px;
}

.produtos {
	border-collapse: collapse;
	margin-bottom: 40px;
}

.produtos td {
	padding: 6px;
	border: 1px solid #d6d6d6;
	vertical-align: bottom;
}

.produtos .top td {
	border: 1px solid red;
	background: #f8f4ca;
	vertical-align: bottom;
}

.produtos img {
	border: none;
}

.produtos .preco {
	float: right;
	font-size: 16px;
	color: Red;
}

.produtos .preco a{
	color: Red;
	text-decoration: none;
}

.produtos .nome {
	color: #00aeef;
	padding-top: 3px;
}

.produtos .nome a{
	color: #00aeef;
	text-decoration: none;
}

.produtos .foto {
	text-align: center;
}

.produtos .info {
	width: 168px;
}

.colunaDireita {
	width: 174px;
	float: right;
	background: url(../images/right-bg.gif);
	font-size: 11px;
	color: #666;
	margin-right: 10px;
}

.colunaDireita .title {
	background: url(../images/right-title.gif);
	height: 32px;
	color: White;
	padding: 3px 0 0 10px;
}

.cart .content {
	text-align: center;
	margin-bottom: 20px;
}

.login .content {
	padding: 5px 10px 0 10px;
}

.login .content div {
	margin-top: 5px;
}

.login input {
	width: 95px;
	float: right;
	font-size: 12px;
}

.login img {
	float: right;
	border: none;
}

.clearer {
	clear: both;
}

.topvendas .content {
	text-align: center;
}

.topvendas .content img {
	margin-bottom: 10px;
	border: 1px solid #c9c4c5;
}

.footer 
{
	clear: both;
	background: url(../images/footer-bg.gif) top left repeat-x #63001f;
	padding: 10px 10px 0 10px;
}

.footer .coluna {
	float: left;
	color: #fed696;
	border-right: 1px solid #7f1a39;
	padding-right: 10px;
	margin-right: 10px;
	width: 22%;
	font-size: 11px;
}

.footer .coluna span
{
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.footer .ultimacoluna {
	float: right;
	color: #fed696;
	text-align: right;
	width: 23%;
	font-size: 12px;
}

.footer strong {
	color: White;
}

.thumbs {
	text-align: right;
	float: right;
	width: 333px;
	clear: both;
}

.thumbs img {
	width: 15%;
	margin-left: 10px;
	border: 1px solid #ccc;
}

.bigfoto {
	float: right;
	border: 1px solid #c9c4c5;
	clear: both;
}

.div_big_foto
{

}

.descricao {
	border-bottom: 3px double #c9c4c5;
	padding-bottom: 20px;
	width: 360px;
}

.comprar {
	margin-top: 20px;
}

.comprar td {
	padding-right: 10px;
	padding-bottom: 3px;
}

.comprar th {
	text-align: left;
	font-size: 120%;
	padding-bottom: 5px;
}

select {
	font-size: 11px;
}

.botaocomprar {
	position: relative;
	left: 140px;
	bottom: 20px;
	width: 75px;
}

.botaocomprar img {
	border: none;
}

.comprar .preco {
	font-size: 24px;
	padding-top: 6px;
	color: Red;
}

.relacionado {
	width: 360px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c4c5;
}

.relacionados {
	width: 360px;
	border-top: 1px solid #c9c4c5;
	margin-bottom: 30px;
	padding-top: 10px;
}

.relacionado strong {
	color: #333;
}

.relacionado .preco {
	color: Red;
	font-weight: bold;
}

.relacionado img {
	float: right;
	border: 1px solid #c9c4c5;
	margin-left: 10px;
}

.div_img_htm
{
	position: absolute;
	z-index: 100;
	left: 350px;
}

.table_produtos
{
	border: thin red solid;
	width: 100%;
}

.table_produtos a
{
	text-decoration: none;
}

.table_produtos img
{

}

.error
{
	display:none;
	color:Red;
	font-size: 10px;
	padding-left: 5px;
}

.everything
{
	width: 90%;
}

.registro
{
	width: 100%;
}

.registro .subth
{
	width: 148px;
	text-align: right;
}

.submenu
{
	background: #fafafa;
	border-bottom: 1px dashed #ddd;
	height: 22px;
	padding: 5px 0 0 10px;
	margin-bottom: 20px;
}

.submenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.submenu a
{
	text-decoration: none;
	color: #7a0026;
}

.submenu .active a {
	color: Red;
}

.submenu ul li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 20px;
}

.cart_table {
	border-collapse: collapse;
}

.cart_table td {
	border: 1px solid #ddd;
	padding: 3px;
}

.cart_table th {
	border: 1px solid #ddd;
	background: #eee;
	padding: 3px;
}

.cart_table input {
	width: 99%;
}

.mensagem_sucesso {
	text-align: center;
	width: 80%;
	color: green;
	margin-left: auto;
	margin-right: auto;
}

.mensagem_erro
{
	text-align: center;
	width: 80%;
	color: red;
	margin-left: auto;
	margin-right: auto;
}

.tabela_pagamento
{
	margin-top: 10px;
	width: 100%;
}

.tabela_pagamento th
{
	border: 1px solid #ddd;
	background: #eee;
}

.tabela_pagamento td
{
	border: 1px solid #ddd;
	padding: 3px;
}

.table_trans_banc
{
	border: thin gray solid;
	width: 100%;
	text-align: left;
}

.warning_cc
{
	font-size: 10px;
	color: red;
}

.warning_cc table
{
	width: 100%;
	border: thin red dotted;
}

.botaogenerico a {
	background: url(../images/botaogenerico.gif) top left repeat-x #81010e;
	font-size: 10px;
	text-decoration: none;
	color: White;
	border: 1px solid #b0b0b0;
	padding: 0px 8px 0px 8px;
}

.botao_gnr
{
	background: url(../images/botaogenerico.gif) top left repeat-x #81010e;
	font-size: 12px;
	text-decoration: none;
	color: White;
	border: 1px solid #b0b0b0;
	padding: 0px 8px 0px 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.titulo_cat_pesq {
	background: #b9b9b9;
	font-size: 140%;
	padding-top: 20px;
	margin-top: 20px;
	color: white !important;
}

.paginas_amarelas
{
	padding-top: 100%;
	vertical-align: bottom;
	background: white;
	text-align: right;
}

.tabela_historico
{
	border: 1px solid #C2C2C2;
	width: 100%;
	border-collapse: collapse;
}

.tabela_historico th
{
	border: 1px solid #666666;
}


.tabela_historico td
{
	border: 1px solid #C1C1C1;
	padding-right: 5px;
	padding-left: 5px;
}

.td_ini
{
	text-align: center;
}

.tr_class
{
	margin-bottom: 10px;
}

.ultimo_td
{
	margin-bottom: 10px;
}

.new_submenu
{
	background: #fafafa;
	border-bottom: 1px dashed #ddd;
	min-height: 22px;
	padding: 5px 0 0 0px;
	margin-bottom: 20px;
}

.new_submenu a
{
	text-decoration: none;
	color: #7a0026;
}

.new_submenu .active a 
{
	color: Red;
}

.table_newsubmenu
{
	margin-left: 5px;
	margin-right: 5px;
	border-collapse: collapse;
}

.table_newsubmenu td
{
	text-align: left;
	width: 13%;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	padding-bottom: 3px;
	padding-top: 2px;
}

