/* CSS Document */
html{
/*	background:url(../gfx/bg1px.jpg) center top repeat-y;*/
	font-family:Tahoma;	
	font-size:11px;
	text-align:justify;
	color:#8d8f90;

}
body{
	margin:0px auto; 
	background:url(../gfx/bg.jpg) left top no-repeat;
	line-height:18px;
	background-color:#FFFFFF;
}


#geral{
/*	margin:0px auto;*/
	width:990px;
}

#topo{
	width:990px;
	height:193px;

}

#conteudo{
	position:absolute;
	margin-top:320px;
	padding-left:30px;
	padding-top:20px;
	padding-right:20px;
}

#rodape{
	clear:both;
	margin-left:-30px;

}
#noticias{
	position:absolute;
	width:660px;
	height:460px;
	margin-left:30px;
	margin-top:25px;
	padding-right:10px;
	overflow-y:auto; overflow-x:hidden; scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#303030;
	scrollbar-base-color:#c7c7c7;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF; 
}

.data{
	color:#FFFFFF; 
	font-size:11px;
	font-weight:normal;
}
.data:hover{
	color:#FFFFFF; 
}

.titulo{
	font-size:12px ;
	color:#6ca314;
	text-align:left;
	font-weight:bold;
}
.tituloProduto{
	font-size:18px ;
	color:#6ca314;
	font-weight:bold;
}
.colorTitulo{
	color:#6ca314;
}


#emptyDiv{
	clear:both;
	height:10px;
	padding-top:10px;
	padding-bottom:10px;

}

.link{
	font-size:11px;
	font-weight:normal;
}
.normalFont
{
	font-family: Tahoma;
	font-size:11px;
	color:#a6a8a9;
	font-weight:normal;

}

a{ 
	text-decoration:none;
	font-family: Tahoma;
	font-size:12px;
	color:#6ca314;
	font-weight:bold;
}

a:hover {
	color:#6ca314;
}
input, textarea{
	border:#dedede solid 1px;
	background-color:#FFFFFF;
	color:#1b3a4c;
	
}

#hover img{
	display:none;
}

.normal #hover{
	display:none;
}

.hover #normal{
	display:none;
}

.hover{
	margin-bottom:-3px;
	cursor:pointer;
}

img{border:0px;}
img,input{ /*IE sucks! must have a code to make png alpha opacity works*/
 filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ?
	  this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="gfx/blank.gif").substr(0,0)
	 :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="gfx/blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}