/* CSS Document */

/*Definicao de pagina e tags*/
html { 
font: normal 10px Verdana, Tahoma;
color:#FFFFFF;
} 
* { 
margin : 0; 
padding : 0; 
} 
ul { 
margin-left : 0; 
vertical-align : bottom; 
} 
li { 
list-style-type : none; 
} 
a { 
color : #FFFFFF; 
text-decoration : none; 
} 
a:hover { 
color : #EBEBEB; 
text-decoration : none; 
}
img { 
border : 0; 
} 
.clearer { 
clear : both; 
}
.left{
float:left;
}
.right{
float:right;
}
/* --x-- */

/* borda site */
.alinhasite{
width:778px;
height:1012px;
}
.borda{
text-align:center;
width:778px;
height:1012px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #EFEFEF;
border-bottom-color: #EFEFEF;
border-left-color: #EFEFEF;
}
/* \borda site */

/***********************************
******** Conteudo Global ***********
************************************/
/*topo do site*/
.topo { 
padding : 0px; 
} 
.baner { 
width : 778px;
height : 140px; 
margin : 0; 
padding : 0px; 
} 
/*Fim do topo*/

/*GLOBAL*/
.todoconteudo{
background: url(../img/printmeio.jpg) no-repeat;
width:775px;
height:600px;
padding: 0px;
margin: 0px;
font: normal 10px Verdana, Tahoma;
color:#FFFFFF;
}
/* FIM GLOBAL */

.meio{
width:775px;
height:570px;
font: normal 10px Verdana;
color:#FFFFFF;
margin-top:15px;
}
.meio .left{
padding-left:5px;
text-align:left;
width:200px;
height:579px;
}
.destaque{
width:198px;
height:252px;
}
.novidades{
width:200px;
height:300px;
}
.meio .right{
padding: 0px 5px 0px 5px;
text-align:left;
width:550px;
height:564px;
overflow:auto;
}
.meio .aalinha{
letter-spacing:1px;
line-height:15px;
font: normal 10px Verdana;
text-align:justify;
width:525px;
padding-left:10px;
}
.buscadestaque{
width:530px;
height:240px;
}
.buscatitulo{
background:url(../img/buscatitulo.png) no-repeat;
width:160px;
height:50px;
text-align:center;
vertical-align:middle;
font: bold 12px "Trebuchet MS";
color:#FFFFFF;
}
.buscafundo{
background:url(../img/buscafundo.png);
width:160px;
height:175px;
font: normal 10px Verdana;
color:#666666;
}

/* rodapé */ 
.rodape { 
width:775px;
height:242px;
}
.rodape2 {
width:775px;
height:30px;
}
/* Fim Rodapé */
/***********************************
*********** FIM Global *************
************************************/

/***********************************
**** CONFIG E FONTES GERAIS ********
************************************/
.titulo{
font: bold 20px "Trebuchet MS";
color:#FFFFFF;
}
.tituloprodutos{
font: bold 11px "Trebuchet MS";
color:#666666;
}
.textoprodutos{
font: bold 10px Verdana;
color:#666666;
}
.botaobranco{
background-color:#FFFFFF;
width:80px;
height:18px;
border-style:none;
font: bold 10px Verdana;
color:#666666; 
cursor:pointer;
}
.botaoorc{
background-color:#FFFFFF;
width:110px;
height:20px;
border-style:none;
font: bold 10px Verdana;
color:#666666; 
cursor:pointer;
}
.botaook{
background-color:#FFFFFF;
width:65px;
height:15px;
border-style:none;
font: bold 10px Verdana;
color:#666666;
text-align:center;
cursor:pointer;
}
.botaookbusca{
background-color:#666666;
width:80px;
height:15px;
border-style:none;
font: bold 10px Verdana;
color:#FFFFFF;
text-align:center;
cursor:pointer;
}
.botaobusca{
background-color:#FFFFFF;
width:65px;
height:18px;
border-style:none;
font: bold 10px Verdana;
color:#666666;
text-align:center;
cursor:pointer;
}
.claro {
	background-color: #FFFFFF;
}
.escuro {
	background-color: #EBEBEB;
}

/*Barra pesquisar do site */
.pesquisar {
	font: bold 10px Verdana, Tahoma;
	color: #666666;
}
.rodapetexto {
	font: bold 10px Verdana, Tahoma;
	color: #666666;
}
.rodapetexto2 {
	font: bold 10px Verdana, Tahoma;
	color: #FFFFFF;
}
.rodapetexto:hover {
	font: bold 10px Verdana, Tahoma;
	color: #333333;
}
.caixacerta {
	font-family: Tahoma,Verdana;
	font-size: 10px;
	color: #666666;
	height:11px;
	width:120px;
}
.textogray{
font: normal 11px "Trebuchet MS";
color:#FFFFFF;
}
/* \Barra pesquisar do site*/