body {
	margin: 0px;
	padding: 0px;
}

.produto_bg{
	background-image: url(imagem/produto_bg.jpg);
	background-repeat: repeat-x;
}

.top_bg {
	background-image: url(imagem/top_bg.jpg);
	background-repeat: repeat-x;
}
.main_bg {
	background-image: url(imagem/main_bg.jpg);
	background-repeat: repeat-x;
}
#rodape_bg {
	background-image: url(imagem/rodape_bg.jpg);
	background-repeat: repeat-x;
	background-color: #DCDEC9;
	background-position: top;

	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:20px;
}
#rodape {
	background-image: url(imagem/top_bg.jpg);
	background-repeat: repeat-x;
	height:50px;
	width:100%;
	clear: both;
	overflow: hidden;
	margin-top:7px;
	background-color: #DCDEC9;
   }
   
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ADAC8F;
	text-indent: 5px;
	text-transform: uppercase;
	height: 30px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	line-height: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	color: #ADAC8F;
	height: 30px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	line-height: 30px;
	text-indent: 5px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #CC9900;
}
.alert {
	color: #CC0000;
	font: italic 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.nome_produto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.preco_produto{
	color: #666633;
	font: bold 16px Arial, Helvetica, sans-serif;
}
.preco_dividido{
	color: #CC9900;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.preco_de{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #957507;
}

#P_LISTA{
	height:110px;
	cursor: pointer;
}

/* Formulario  */

.textfieldRequiredMsg, 
.textfieldMinCharsMsg,
.textfieldInvalidFormatMsg, 
.textfieldValidMsg {
	display: none;
}

.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinCharsState .textfieldMinCharsMsg,
{
	display: block;
	color: #CC0000;
	font: italic 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding:3px;
}

input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
 {
	background-color: #FF9F9F;
}

.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}

