@charset "utf-8";
* html img/**/ {  
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="img/blank.gif").substr(0,0)  
)  
:  
this.runtimeStyle.filter=""  
)  
);  
}

body {background:#FFF url(../img/bg.jpg) repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666; padding:0; margin:0;}

img {padding:0; border:0; margin:0;}
form {padding:0; border:0; margin:0;}
p {padding:0; margin:0;}
p.navegacao {padding-bottom:5px; margin-bottom:8px; border-bottom:1px solid #E1E1E1;}
p.verde {color:#6fa200; padding:7px 0 6px 0;}
p.verde2 {color:#6fa200;}
p.verde3 {color:#6fa200; margin-bottom:5px;}
p.preco {color: #FF0000; font-size:16px;}
p.lista {padding:0 20px 0 20px;}
p.titulos {font-size:26px; font-weight:bold; letter-spacing:-1px; color:#660099; padding-top:10px}
p.subtitulos {font-size:11px; color:#660099; padding-bottom:5px; margin-bottom:10px; border-bottom:1px solid #E1E1E1;}
p.subtitulos2 {font-size:11px; color:#660099; padding-bottom:5px; margin-bottom:5px; border-bottom:1px solid #E1E1E1;}
p.produto {padding:5px;}

a:link,a:visited {text-decoration:none; color:#666;}
a:hover {text-decoration:underline; color:#6fa200;}

a.link_branco:link,a.link_branco:visited {text-decoration:underline; color:#999;}
a.link_branco:hover {text-decoration:none; color:#999;}

#topo{width:1000px; margin:0 auto;}
#topoesquerda {width:255px; height:148px; float:left;}
#topodireita {width:450px; height:108px; padding-top:40px; float:right; background:url(../img/bg_barra.gif) bottom right no-repeat;}

#colpri {width:10%; float:left;}

#colsec {width:10%; float:right;}

#colconteudo {width:80%;}

#rodape{width:auto;height:166px;background:url(../img/rodape_bg.gif) repeat-x;clear:both;}
#rodapecont {width:1000px; padding-top:15px; margin:0 auto;}

.campo_busca_capa {background:url(../img/bg_campo.jpg); height:13px; width:309px; padding:8px 10px 12px 10px; border:0; font-size:14px; font-weight:bold; color: #666;}
.bt_busca { margin-bottom:-11px; margin-left:-4px; _margin-bottom:-4px; }


