/* CSS Document */

body {
	font-family:verdana;
	font-weight: bold;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-align:center ;
	background-color:#999;
	color:#666;
}

h1, h2, h3, p {
	margin-top:3px;
	margin-bottom:3px;
	padding:0px;
}

form {
	margin:0px;
	padding:0px;
}

h1 {
	font-size:16px;
	color:#666 ;
	font-weight:bold;
	height:16px;
	margin-top:10px;
	margin-bottom:10px;
}

a {
	color:#999 ;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

h1 a {
	color:#333 ;
}

h2 {
	font-size:14px ;
}

h3 {
	font-size:13px ;
}

h4 {
	font-size:12px;
	padding-left:20px;
	height:10px;
}

td {
	font-size:11px;
}

p {
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

img {
	border:none ;
}

span.destaca {
	background-color:yellow ;
}

input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	vertical-align:middle;
	padding:2px;
	border:1px solid #ffcc33;
}

input.button {
	border:1px solid #ffcc33 ;
	background-color:#ffffff;
	font-weight:bold;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#666;
	padding-left:2px;
	padding-right:2px;
}

input.button-remover {
	border:1px solid #ffcc33 ;
	background-color:#ffffff;
	font-weight:bold;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#666;
	padding-left:1px;
	padding-right:1px;
}

input.button-orcamento {
	width:100%;
}

input.ficha {
	background-color:#cecece;
	color:#cc0000;
}

input.text {
	border:1px solid #ffcc33;
}

input.image, input.radio {
	border:none ;
}

input.checkbox {
	border:none ;
}

textarea {
}

p.preco {
	color:#cc0000 ;
	font-size:12px ;
}

#principal {
	width:770px;
	text-align:left;
	margin:auto;
	background-color:#fff;
}

#finaleira {
	width:770px;
	height:100%;
}
			
#flash {
	width:770px;
	height:225px;
}

#menu-institucional {
	height:23px;
	background-image:url('../images/bg_menu_cima.gif');
}

#menu-institucional a {
	line-height:23px;
	display:table-cell;
	vertical-align:middle;
	color:#ffcc33;
	text-decoration:none;
	background-image:url('../images/sp_menucima.gif');
	background-position:right;
	background-repeat:no-repeat;
	padding-right:6px;
	padding-left:4px;
	font-size:11px;
	float:left;
}

#menu-institucional a:hover {
	color:#fff;
}

#menu-produtos-geral {
	float:left;
	width:185px;
	font-size:14px;
	font-weight:bold;
	xborder:1px solid;
}

#menu-produtos-geral ul,li {
	padding:0px;
	margin:0px;	
	list-style-type:none ;	
}

#menu-produtos-geral li.top {
	background-image:url('../images/sp_menuprodutos.gif');
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:1px;
}

#menu-produtos-geral li.top img {
	height:1px;
}

/**
 * ultimo item do menu de cima nao tem a borda 
*/
#menu-produtos-geral li.last {
}

#menu-produtos-geral li.top ul {
	display:none;
	position:absolute;
	left:0;
}

#menu-produtos-geral li.top a {
	color:#666;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	font-size:14px;
	display:block;
	margin:0px;
}

#menu-produtos-geral li.top a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#ffcc33;
}

#menu-produtos-geral li.over ul {
	display:block;
	xmargin-top:10px;
}

#menu-produtos-geral li.sub {
	background-color:#94acdc;
	width:135px;
	text-align:left;
}

#menu-produtos-geral li.sub a {
	padding-top:1px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:1px;
}

#menu-produtos-geral li.sub a:hover {
	background-color:#a9bce4;
}

#buscar {
	float:right;
	width:192px;
	height:23px;
	background-image:url('../images/bg_buscar.gif');
}

#buscar input {
	border:none;
}

#conteudo-meio {
	padding:0px;
	margin:0px;
	float:left;
	width:554px;
	margin-left:22px;
}

#conteudo-institucional {
}

#cadastro {
	background-color:#eee;
}

#texto-home {
	background-image:url('../images/bg_txt_home.gif');
	background-repeat:no-repeat;
	background-position:top left;
}

#texto-home h1 {
	padding-left:20px;
	padding-top:10px;
}

#texto-home p {
	padding-right:20px;
	font-weight:normal;
}

.texto-laranja {
	color:#ff9900;
}

div.degrade {
	background-image:url('../images/bg_hist_navg.gif');
	background-repeat:no-repeat;
	padding-top:3px;
	margin-top:10px;
}

div.degrade h1 {
	padding-left:20px;
	color:#000;
	padding-top:10px;
}

#newsletter {
	float:right;
	height:94px; /*104px*/
	width:175px; /*190px*/
	background-image:url('../images/bg_degradecinsa.gif');
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:5px;
	padding-top:10px;
}

#newsletter p{
	padding-left:30px;
	font-size:10px;
}

#sugestoes {
}

table.carrinho {
	width:97% ;
	border-collapse:collapse ;	
	margin:auto;
}

table.carrinho td {
	border-bottom:1px dotted ;
	padding:5px ;
}

table.carrinho th.sub {
	background-color:#cecece;
}

table.carrinho th {
	border-bottom:1px dotted #999;
	padding-bottom:3px;
	text-transform:uppercase;
	color:#000;
}


#paginador {
	text-align:center ;
	float:right;
	font-size:18px;
}

#paginador a {
	padding-left:2px;
	padding-right:2px;
	font-weight:bold;
}

div.item-list {
	border-top:1px dotted #666;
	width:543px;
	clear:both;
}

div.item-list-container {
	margin-bottom:5px;
	padding-top:5px;
}

div.item-list img.produto {
	border:1px solid #999;
	float:left;
	margin-right:5px;
}

div.item-list a {
	xpadding-left:5px;
}

div.item-list a:hover {
	text-decoration:underline;
}

div.item-list a:hover img.produto {
	border:1px solid #ffcc33;
}

div.item-list strong {
	xpadding-left:5px;
	color:#999;
}

div.item-list strong.referencia {
}

div.item-list strong.titulo {
	color:#000;
}

div.mat-list {
	float:left ;
	text-align:center;
	border-bottom:1px dotted #666;
	margin-bottom:5px;
	margin-top:5px;
	width:50%;
	height:105px;
}

div.mat-list-container {
	width:240px;
	float:left;
}

div.mat-list img {
	border:1px solid #999;
	float:left;
}

div.mat-list a {
}

div.mat-list strong {
	float:left;
	padding-left:5px;
	color:#999;
}

div.mat-list strong.referencia {
}

div.mat-list strong.titulo {
	color:#000;
}

div.sug-list {
	float:left ;
	text-align:center;
	padding-bottom:20px;
	width:50%;
}

div.sug-list a {
	color:#333;
	cursor:pointer;
}

div.sug-list-container {
	text-align:left;
	width:345px;
	margin:auto;
	border:1px solid #999;
	background-image:url('../images/bg_box_baixo.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	cursor:pointer;
}

div.sug-list img {
	float:left;
	border:0px;
	width:100px;
	height:100px;
}

div.sug-list strong {
	padding:0px;
	margin:0px;
	display:block;
	width:240px;
	float:right;
	color:#666;
	padding-left:5px;
}

div.sug-list a strong.titulo {
	background-image:url('../images/bg_box_titulo.gif');
	background-repeat:repeat-x;
	height:26px;
	line-height:26px;
	color:#000;
}

div.sug-list a:hover strong.titulo {
	background-image:url('../images/bg_box_titulo_over.gif');	
}

div.sug-list a:hover strong {
	color:#000;
	font-weight:bold;
}

div.sug-list strong.referencia {
}

div.sug-list strong.linha {
}

div.box-cinza {
	background-color:#ddd;
	padding:5px;
}

p.faixa-preco {
	display:block;
	xborder:1px solid;
	line-height:15px;
	height:15px;
}

p.faixa-preco a{
	font-size:10px;
	line-height:15px;
	display:block;
}

p.faixa-preco span{
	display:block;
	float:right;
}

p.faixa-preco img{
	float:left;
	xheight:15px;
}

#rodape {
	margin-top:10px;
	clear:both;
	text-align:left;
	font-size:12px;
}

#rodape *{
	font-family:verdana;
	color:#666;
}

#rodape a{
	xcolor:white ;
}

#rodape #powered {
	float:right ;
}

#barra-powered {
	font-size:12px;
	background-color:#000; 
	font-weight:bold;
	padding:2px;
}

#rodape div.extra-info {
}

#rodape div.extra-info p{
	padding-left:15px;
	height:10px;
	font-size:10px;
}

.ajax-load {
	padding-left:20px;
	height:18px;
}

.erro {
	background-color:#FFFFCC ;
	border:2px solid #FFCC00 ;	
	padding:5px ;
}

.erro p {
	color:#003399 ;
	padding:3px ;
}

.sucesso {
	background-color:#ccffff;
	border:2px solid #99cccc;	
	padding:5px ;
}

.sucesso p {
	color:#003399 ;
	padding:3px ;
}

div.frescura img{ 
	border:none; 
}

div.frescura { 
	background-image: url('../images/overlay.png'); 
}

* html div.frescura{
	background-color: #333;
	background-color: transparent;
	xbackground-image: url(blank.gif);
	xfilter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}

div.frescura {
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;				
	z-index:1000;
}

div.frescura div.frescura-img {
	padding:20px;
	background-color:#fff;
	width:20px;
	height:0px;
	text-align:center;
	position:absolute;
}

div.frescura div.frescura-close {
	xtext-align:right;
	clear:both;
	background-color:#333;
	padding-top:2px;
	padding-bottom:4px;
	xpadding-right:2px;
	text-align:right;
}

div.frescura div.frescura-close a{
	color:#333;
	background-color:#fff;
	xpadding-left:5px;
	xpadding-right:5px;
	xpadding-top:2px;
	xpadding-bottom:2px;
	margin:5px;
	font-size:10px;
}

table.grid {
	border-collapse:collapse;
	width:100%;
}

table.grid th{
	background-color:#ffffff;
	color:#666;
	font-size:10px;
	padding:4px;
	border-bottom:2px solid #dddddd;
	text-align:left;
}

table.grid td{
	border-bottom:1px solid #dddddd;
	background-color:#ffffff;
	padding:4px;
}
