/* by vitorgga */
a, a:link, a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FFEB00;
	cursor: pointer; cursor: hand;
}

body {
	background: #141518 url('design/background.jpg') repeat-x top;
}

body, table, input, textarea, select, button {
	color: #FFFFFF;
}

hr {
 border: 1px solid #F8F2F2;
 height: 1px;
 clear: both;
}

input, select, textarea {
	background: #5A606D;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
input[type=checkbox], input[type=radio] {
	border: 0px solid;
	background: none;
}
button {
	background: #000000;
	border: 1px solid #555E74;
	color: #FFFFFF;
	font-weight: bold;
}

h1, h2, h3 { clear: both; }
h1 {
	background: url("design/h1.gif") no-repeat left center;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma;
	padding: 6px 0px 8px 30px;
}
h1 a, h1 a:visited, h1 a:active, h1 a:link, h1 a:hover {
	color: #FFFFFF;
}

h2 {
	background: #333333;
	color: #FFFFFF;
	font-size: 13pt;
	padding: 2px;
	font-weight: normal;
}
h2 a, h2 a:visited, h2 a:active, h2 a:link, h2 a:hover {
 color: #FFFFFF;
}

h3 {
	color: #CCCCCC;
	font-size: 20pt;
	padding: 4px 0px;
	margin: 0px 0px 0px 0px;
}
h3 a, h3 a:visited, h3 a:active, h3 a:link, h3 a:hover {
	color: #CCCCCC;
}


#tinymce, #tinymce p, #tinymce div, .rte_documento, .rte_documento p, .rte_documento div {
 margin: 10px 0px 0px 0px;
 text-align: justify;
 text-indent: 20px;
 line-height: 150%; 
}

.banners * {
 margin: 4px;
}
.banners_vertical {
 text-align: center;
}
.banners_vertical * {
 margin-bottom: 10px; 
}
.banners_vertical a:hover img {
 filter: Alpha(opacity=75);
 opacity: 0.75;
}

.error {
 padding: 6px;
 border:1px solid #FFCC00;
 background-color: #FFFFCC;
 font-weight:bold;
 display: none;
}
.alerta {
 border: 1px solid red;
 background: #F2F2F2;
}

a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:200px; z-index: 999;} 
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}  

.item {
 border-bottom: 1px solid #CCCCCC;
 cursor: pointer; cursor: hand;
}
.item:hover {
 background: #F2F2F2;
 border-bottom: 1px solid #50788C;
 color: #000000;
}

#conteudo {
	padding: 5px;
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

.menu {
	position: absolute;
	margin: 92px 0px 0px 0px;
	width: 980px;
	text-align: center;
}
.menu * {
	vertical-align: middle;
	color: #FFFFFF;
}
.menu a {
	display: inline-block;
	padding: 7px 15px;
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.menu a:hover {
	background: #40454F;
	color: #FFEB00;
	text-decoration: none;
}

.menu_lateral {
	background: #212027 url('design/menu_topo.jpg') no-repeat left top;
	padding: 5px;
	margin: 2px 0px;
}
.menu_lateral a {
	display: block;
	padding: 4px 4px 4px 5px;
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma;
	font-weight: normal;
	font-size: 9pt;
	color: #F2F2F2;
	text-transform: uppercase;
}
.menu_lateral a img {
	margin: 0px 10px;
	width: 15px;
	height: 17px;
}
.menu_lateral a:hover {
	background-color: #000000;
	color: #FFEB00;
	text-decoration: none;
}

.rodape_desenv {
	margin: 0px;
}

.rodape {
	padding: 0px 8px;
	color: #FFFFFF;
	font-size: 8pt;
}

.lateral_links a {
 padding: 4px 10px;
 margin: 2px 0px;
 display: inline-block;
}

.inicial {
	color: #597789;
}
.inicial a {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
}

.paginas a {
	padding: 10px;
	display: inline-block;
	font-size: 10pt;
	font-weight: bold;	
}
.paginas a:hover {
	background: #333333;
}

.produto {
	float: left;
	width: 33%;
	margin: 10px 0px;
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid #333333;
	text-align: left;
	padding: 10px 0px;
}
.produto_imagem {
	background: #FFFFFF;
	height: 200px;
	text-align: center;
}
.produto_imagem table, .produto_imagem table td {
	width: 100%;
	height: 100%;
	text-align: center;
}
.produto_titulo {
	font-weight: bold;
	padding: 2px 0px;
	font-size: 10pt;
	height: 36px;
	overflow-y: hidden;
}
.produto_preco {
	color: #FFEB00;
	font-size: 16pt;
}
.produto a {
	display: block;
}

.produto2 {
	width: 22%;
}
.produto2 .produto_imagem {
	height: 100px;
}


.produtolist {
	display: block;
	width: auto;
	height: 140px;
	clear: both;
	text-align: left;
}
.produtolist .produto_imagem {
	width: 90px;
	text-align: center;
	float: left;
}

#site_carrinho {
	text-align: center;
	line-height: 90%;
	vertical-align: middle;
}
#site_carrinho b {
	color: #FFEB00;
}