@charset "ISO-8859-1";
/* CSS Document */
	
#warning {
	position:absolute;	  
	width:100%;
	height:50px;
	background:#900;
	z-index:9999;
	text-align:center;
	color:#CCC;
	font-size:18px;
	line-height:50px;
	font-weight:bold;
	}


#menu_laranja{
	background:#ea8c00;
	color:#FFF;
	font-size:12px;
	text-align:right;
	height:25px;
	line-height:25px;
	}
	
#menu_laranja_footer{
	background:#ea8c00;
	color:#FFF;
	font-size:12px;
	text-align:center;
	height:25px;
	line-height:25px;
	}
	
#menu_laranja_footer a{	
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	}
	
#menu_laranja_footer a:hover{	
	color:#333;
	font-size:12px;
	text-decoration:underline;
	}
	
.txt_verde{
	color:#4B3C00;
	}
	
.txt_verde a{
	color:#4B3C00;
	text-decoration:none;
	}

.titproduto{
	color:#4B3C00;
	font-size:11px;
	}
	
.titproduto a{
	color:#4B3C00;
	font-size:11px;
	text-decoration:none;
	}
	
.titproduto a:hover{
	color:#4B3C00;
	text-decoration:underline;
	}
	
.titproduto_detalhe{
	color:#4B3C00;
	font-size:13px;
	font-weight:bold;
	}
	
.vl_de{
	font-size:11px;
	color:#666;
	}

.vl_por{
	font-size:12px;
	color:#ea8c00;
	}
	
.vl_bol{
	font-size:11px;
	color:#000;
	}
	
.vl_normal{
	font-size:12px;
	color:#ea8c00;
	}

.frases{
	background:#4B3C00;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	height:30px;
	line-height:30px;
	}
	
.mensagens{
	background:#FC3;
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	height:30px;
	line-height:30px;
	}

.barra_laranja{
	background:#ea8c00;
	color:#FFF;
	font-size:14px;
	text-align:left;
	height:20px;
	line-height:20px;	
	}
	
.barra_laranja b{
	background:#ea8c00;
	color:#FFF;
	font-size:14px;
	text-align:left;
	height:20px;
	line-height:20px;	
	}
	
.barra_verde{
	background:#4B3C00;
	color:#FFF;
	font-size:14px;
	text-align:left;
	height:20px;
	line-height:20px;	
	}
	
.barra_verde b{
	background:#4B3C00;
	color:#FFF;
	font-size:14px;
	text-align:left;
	height:20px;
	line-height:20px;	
	}
	
.barra_mostarda{
	background:url(../imgs/bg_menu_off.jpg) repeat-x;
	height:25px;
	line-height:25px;
	color:#4B3C00;
	}
	
.barra_verde_carrinho{
	background:#4B3C00;
	color:#FFF;
	font-size:12px;
	height:30px;
	line-height:30px;	
	}
	
.produto_carrinho{	
	color:#4B3C00;
	font-size:10px;	
	}
	
.totcarrinho{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	}

.texto12{
	font-size:12px;
	}
	
.texto12verde{
	font-size:12px;
	color:#4B3C00;
	background:#FFF;
	}
	
.texto12verde td{
	font-size:12px;
	color:#4B3C00;
	line-height:22px;
	}
	
.texto12verde td b{
	font-size:11px;
	color:#333;
	font-weight:normal;
	}
	
.texto12verde td .text{
	height:18px;
	font-size:12px;
	border:1px solid #f90;
	}
	
.texto12laranja{
	font-size:12px;
	color:#f90;
	background:#FFF;
	}
	
.texto12laranja td{
	font-size:12px;
	color:#f90;
	line-height:22px;
	}
	
.texto12laranja td b{
	font-size:11px;
	color:#333;
	font-weight:normal;
	}
	
.texto12laranja td .text{
	height:18px;
	font-size:12px;
	border:1px solid #4B3C00;
	}
	
.texto_vermelho{
	color:#900;
	}
	
.carrinho_select{
	height:22px;
	width:300px;
	font-size:14px;
	}

form input[type=text],input[type=password],select{
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #4B3C00;
	color:#4B3C00;
	}
	
form input[type=submit],input[type=button]{
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #4B3C00;
	color:#4B3C00;
	}
	
form textarea{
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #4B3C00;
	color:#4B3C00;
	}
