@charset "utf-8";
/* CSS Document */
body{
	background:#000;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#333;
}
img{border:none;}
a{text-decoration:none;}
p{margin:0;}


div#centro{
	width:962px;
	margin-left:auto;
	margin-right:auto;
}
div#topo{
	width:962px;
	height:120px;
	background:url(../img/menu.jpg) 0 14px no-repeat;
}
div#idioma{
	width:400px;
	padding-left:10px;
	padding-top:3px;
	height:27px;
	float:right;
	background:url(../img/background_topo.jpg) 0 0 repeat-x;
	border-right:1px solid #666;
	border-left:1px solid #666;	
	border-bottom:1px solid #666;		
}
div#total_carrinho{
	float:left;
	font-size:14px;
	padding-top:3px;
	margin-left:10px;
}
div#total_carrinho a{
	color:#900;
}
div#bandeiras_idioma{
	float:right;
	margin-right:10px;
}
div#bandeiras_idioma a{
	margin-right:10px;
}
div#menu{
	height:60px;
	width:712px;
	float:left;
	margin-top:4px;
	padding-left:250px;
}

#simpleTooltip { 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 7px; 
	padding-right: 7px; 
	border: 1px solid #A6A7AB; 
	background: #F2F3F5; 
	color:#333; 
	text-align:center; 
}

div#opcoes{
	float:left;
	width:450px;
	height:60px;
}

div#busca{
	float:right;
	width:250px;	
	height:38px;
	padding-top:17px;
}
/* Input Localizar */
input.localizador{
	background:url(../img/busca_input.gif) 0 0 no-repeat;
	height:25px;
	border:none;
	width:140px;
	padding-left:17px;	
	padding-top:7px;
	font-style:italic;
	float:left;
	color:#333;
}

div#banner{
	background:url(../img/fundo_banner.jpg) 0 0 repeat-x;
	height:231px;
	width:962px;
	margin-top:5px;
}
div#conteudo{
	width:962px;
	min-height:250px;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:10px;
}
div#rodape{
	width:962px;
	height:41px;
	margin-bottom:5px;
	background:url(../img/footer.jpg) 0 0 no-repeat;
}
div#submenu{
	height:30px;
	text-align:right;
	color:#FFF;
	width:962px;
}
div#submenu a{
	color:#FFF;
}
div#t_news{
	font-size:15px;
	color:#FFF;
	padding-top:8px;
	padding-left:10px;
	float:left;
	margin-right:10px;
}
div#c_input{
	padding-top:8px;
	float:left;
}
input.news{
	font-style:italic;
	color:#333;
}

