html, body{
	height: 100%;
	min-height: 100%;
} 

body {
		margin: 0;
		padding: 0;
		font-family: arial;
		font-size:11px;
		color:#828282;
		background-color:#CCCCCC;		
	}

.btn_menu{
	position: absolute; 
	z-index:10000;
}

.btn_menuActive{
	position: absolute; 
	display:none;
}


.ac9{
	color:#828282;
	font-family: arial;
	font-size:9px;
	padding: 5px 0 5px 0;
}

.aa9{
	color:#4f8bca;
	font-family: arial;
	font-size:9px;
	padding: 5px 0 5px 0;
}


.av9{
	color:#b22a1d;
	font-family: arial;
	font-size:9px;
	padding: 5px 0 5px 0;
}


.al9{
	color:#dd8826;
	font-family: arial;
	font-size:9px;
	padding: 5px 0 5px 0;
}

.av11{
	color:#b22a1d;
	font-family: arial;
	font-size:11px;
	padding: 5px 0 5px 0;
}

.aa11{
	color:#4f8bca;
	font-family: arial;
	font-size:11px;
	padding: 5px 0 5px 0;
}


.al11{
	color:#dd8826;
	font-family: arial;
	font-size:11px;
	padding: 5px 0 5px 0;
}

.al15{
	color:#dd8826;
	font-family: arial;
	font-size:15px;
	padding: 5px 0 5px 0;
}


.ab12{
	color:#ffffff;
	font-family: arial;
	font-size:12px;
	padding: 5px 0 5px 0;
}


.ac11{
	color:#828282;
	font-family: arial;
	font-size:11px;
	padding: 5px 0 5px 0;
}

.av13{
	color:#b22a1d;
	font-family: arial;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bolder;	
}

.al13{
	color:#dd8826;
	font-family: arial;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bolder;
}

.aa13{
	color:#4f8bca;
	font-family: arial;
	font-size:13px;
	padding: 5px 0 5px 0;
}



.av15{
	color:#b22a1d;
	font-family: arial;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bolder;	
}



.aa15{
	color:#4f8bca;
	font-family: arial;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bolder;
}



.av11_2{
	color:#b22a1d;
	font-family: Arial;
	font-size:11px;
	padding: 0 0 5px 0;
}
.icons_home{
	color:#d87613;
	font-family: arial;
	font-size:10px;
	background-image: url('../images/txt_bomba.gif');
	height:30px;
	text-decoration: none;
	padding-left:0px;
	padding-right:1px;
}

a{
	text-decoration: none;
	color:#3d8fcb;
	
}

a:hover{

}


.abtn_image, abtn_image:hover, abtn_image:active, abtn_image:visited {
    background: none;
    border: none;
    padding: 0;
	color:#FFFFFF;
}



.comentario{
	color:#868686;
	font-family: arial;
	font-size:11px;
	text-align:left;
}

.link_c{
	color:#868686;
	text-decoration: underline;
}

.sobre{
	color:#4a4a4a;
	font-family: arial;
	font-size: 13px;
}
select {
	color:#d87613;
	font-family: arial;
	font-size:10px;
	padding-left:5px;
}


span.login input{
	background: none;
	border: none;
	width: 130px;
	height: 16px;
	background-color: #a9a9a9;
	} 

div#divGrupos , .divComboEstadoL, .divComboCidadeL,.divComboEstadoV, .divComboCidadeV, div#divComboProduto{
	color:#FFFFFF;
}

#comboAssuntos{color:#4f8bca;font-weight:normal;}
#pop_comboAssuntos{color:#414141;font-weight:normal;}

a#comboGrupos, a#comboEstado, a#comboCidade, a#comboProduto{
	color:#FFFFFF;
	font-weight:normal;
}

a#comboGrupos:hover , a#comboEstado:hover, a#comboCidade:hover, a#comboProduto:hover{
	font-weight:bold;
}


a.menuLateral{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
}

div#divMain{
	z-index:1000;
    background-image: url(../images/transparent.png);
    background-repeat: repeat;
    display:none;
    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top:0;
    left:0;
    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;
	height:auto;
	min-height:100%;

	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
     
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');

}

div#divLoading{
	z-index:1003;
    background-image: url(../images/transparent.png);
    background-repeat: repeat;
    display:none;
    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top:0;
    left:0;
    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;

	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

#divLoadingPop{
	z-index:1003;
    background-image: url(../images/transparent.png);
    background-repeat: repeat;
	display:none;
    /*set the div in the top-left corner of the screen*/
    position:absolute;
    /*set the width and height to 100% of the screen*/
    width:320px;
    height:257px;

	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

div#divLoadingProdutos{
	z-index:1003;
	display:none; 
	height:450px;
	width:500px;
	position:absolute;

	background-image: url(../images/transparent.png);
	background-repeat: repeat;

	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

div#divLoadingPDV{
	z-index:1003;
	display:none; 
	width: 250px; 
	height: 150px; 
	position:absolute;

	background-image: url(../images/transparent.png);
	background-repeat: repeat;

	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}


div#divLoadingAssistencia{
	z-index:1003;
	display:none; 
	width: 500px; 
	height: 200px; 
	position:absolute;

	background-image: url(../images/transparent.png);
	background-repeat: repeat;

	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

.divLoadingPDVCombo{
	z-index:1003;
	display:none; 
}


div#imgLoading{
	position:absolute;
	text-align:center;
 	left:50%;
	top:50%;
	margin-left:-48px;
	margin-top:-48px;
}


.divProdutoZoom{
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-250px;
	z-index:20000;
}

.divPopContato{
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	margin-top:-180px;
	z-index:20000;
}


div#listPDVR{
	width: 250px; 
	height: 150px; 
	overflow-y: scroll; 
	scrollbar-arrow-color:#777777; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color:#FFFFFF;
}
.scrollBars{
	scrollbar-arrow-color:#777777; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color:#FFFFFF;
}

.contato{
/*	background:transparent url(../images/bg_contato.gif) repeat scroll center center; */
	background-color:#4a81be;
	border:medium none;
	height:16px;
	width:215px;
}
.popContato{
	background-color:#a1a1a1;
	border:medium none;
	height:16px;
	width:215px;
}
/*
input{
/*	background:transparent url(../images/bg_contato.gif) repeat scroll center center; 
	width:215px;
	border:medium none;
	height:16px;
	color:#FFFFFF;
}
*/
div#td_produtos p{ margin:0 0 0 0;}

#divOndeEncontrar #ultimos{ z-index:99999;}


#produto_titulo{
	color:#009900;
	font-size:20px;
	font-weight:bolder;
	letter-spacing:1px;
	margin-bottom:10px;
}

#produto_caracteristicas{}
#produto_caracteristicas #titulo{ font-size:16px; color:#000000; font-weight:bolder; letter-spacing:1px; margin-bottom:5px;}
#produto_caracteristicas #tabela table{border-spacing:0px; border-color:#94969a; border-style:solid; border-width:1px; border-right-width:0px; border-bottom-width:0px;}
#produto_caracteristicas #tabela th{ border-color:#94969a; border-style:solid; border-width:1px; border-left-width:0px; border-top-width:0px;padding:5px; background-color:#e5e6e7; color:#404040; text-indent:5px;}
#produto_caracteristicas #tabela td{ border-color:#94969a; border-style:solid; border-width:1px; border-left-width:0px; border-top-width:0px;padding:5px; color:#404040;}

.fixedMenu{position: absolute; top:360px; width: 250px; height: 450px; z-index: 876; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;}
.fixedDestaque{position: absolute; top:360px; width: 206px; height: 450px; z-index: 876; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;}
.fixedBanner{position: absolute; top:202px; width: 990px; height: 158px; z-index: 876; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;}
.fixedHeader{position: absolute; top:0px; width: 990px; height: 202px; z-index: 876; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;}


