body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-color:#FFFFFF}
a:link {color:#333333; text-decoration:none}
a:visited {color:#333333; text-decoration:none}
a:hover { color:gray; text-decoration:none }
a:active { color:#333333; text-decoration:underline }
.fonte_menu { font-family: Tahoma ; font-size: 8.5pt; font-weight: normal}
.submenu { font-family: Tahoma ; font-size: 8.5pt}
.menubarra { background-color: #FFFFFF}
.fontecategoria { font-family: Verdana ; font-size: 8pt; color: #000000; font-weight: bold}
.menubusca { background-color: #F2F2F2}
.menubuscacampos { background-color: #F2F2F2}
.fontebarra { font-family: Arial ; font-weight: normal; font-size: 8.5pt; color: #FFFFFF}
.fontebarra2 { font-family: Verdana ; font-weight: bold; font-size: 8pt; color: #666666}
.fontegeral { font-family: Verdana ; font-weight: normal; font-size: 8.5pt; color: #000000}
.fontebusca { font-family: Verdana ; font-weight: bold; font-size: 8pt; color: #000000}
.fonteofertas { font-family: Tahoma ; font-size: 8pt; color: #000000}
.fontealerta { font-family: Verdana ; font-size: 8.5pt; color: red; font-weight:bold}
.select { font-family: Verdana ; font-size: 8.5pt; color: #00000}
.baixo { font-family:"Arial Narrow", Tahoma, Arial; font-size:8; color:#FFFFFF}
.barra_top_verde {
	font-family: Arial ; 
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(img/bg_verde.jpg);
	height: 42px;
	font-weight: bold;	
}
.table_menu {
	text-align: center;
	font-family: "Arial Narrow";
	color: #B0B0B0;
	font-weight: bold;
	font-size: 15px;
}
.table_menu td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.table_menu a:link,.table_menu a:visited, .table_menu a:active  {
	color: #B0B0B0;
}
.table_menu a:hover {
	color: #E5921A;
}
.tit_cabecalho {
	background-color: #EFEFEF;
	border: 1px #D5D3D4 solid;
	color: #315031;
	font-weight: bold;
	font-family: Arial;
	font-size: 15px;
	padding: 5px;
}
.div_tit_produto h2, .div_tit_produto h1  {
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	padding: 4px;
	margin: 0px;
	color: #235A3D;
}
.div_desc_produto {
	color: #352C2F;
	font-family: Arial;
	font-size: 10px;
	padding: 3px;
}
.div_foto_produto {
	text-align: center;
	padding: 4px;
}
.div_preco_produto {
	text-align: center;
	color: #8A8A8A;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.div_preco_produto span {
	color: #E5921A;
	font-size: 15px;
}

.div_preco_produto_det {
	text-align: left;
	color: #8A8A8A;
	font-family: Arial;
	font-size: 13px;
	padding: 5px;
	padding-bottom: 20px;
}
.div_preco_produto_det span {
	color: #E5921A;
	font-size: 17px;
	font-weight: bold;
}
.td_produto, .td_ult_produto {
	border-bottom: 1px #C3C3C3 dashed;
	padding: 4px;
}
.td_produto {
	border-right: 1px #C3C3C3 dashed;
}
.div_pos_produto {
	color: #373737;
	font-weight: bold;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	padding: 6px;
}
.descricao_produto {
	font-family: Arial;
	font-size: 11px;
	vertical-align: top;
}
.descricao_produto div {
	padding-top: 15px;
}
#div_carrinho {
 	background: url(img/bt_carrinho.gif); 
	background-repeat: no-repeat;
	width: 170px;
	height: 29px;
	font-family: Arial;
	padding-top: 5px;
	font-weight: bold;
	color: #666666;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {

height:150px;
font-size: 12px;
font-family: Arial;
margin:0px 0 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:190px;
}
/* style the list items */
.menu li {
background:#EFEFEF url(shade.gif);
height:26px;
/* for IE7 */
float:left;
}
.menu li.sub {background-color:#EFEFEF;} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:190px;
color:#000;
text-indent:5px;
border:0px solid #fff;
border-width:0 1px 1px 1px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:190px; w\idth:191px;}
/* style the link hover */
* html .menu a:hover {color:#efa; background:#6B9E8B; position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#efa; background:#aa7;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#efa; background:#aa7;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:150px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
.menu_indique {
	font-family: tahoma ; 
	font-size: 10px;
	color: #999999;
}
.FormCampo {
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
}
.FormLabel {
	text-align: right;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
.FormBotao {
	text-align: center;
	background-color: #e5e5e5;
	font-family: Verdana;
	font-size: 11px;
}
.texto {
	font-family: Verdana;
	font-size: 12px;
}
.FormTitulo {
	text-align: left;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	background-color: #e5e5e5;
	padding: 6px;
}
.divDetalheProduto {
	width: 450px;
	position: absolute;
	margin-top: 15px;
	border: 1px solid black;
	background-color: #FFFFFF;
	z-index: 99999;
	padding: 10px;
}
