﻿/* CSS layout */

body{

	padding: 0px 0 3px 0;
	margin:0px;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-align:left;
	color: #666666;
	background: #fff url('../ImgTopo/Fundo.jpg') repeat-x scroll;  /* #3B3B3B - Fundo2.jpg  */ 
	background-position: center top;
		
}

#Cabecalho{

	background-image: url('../img_Corpo/FundoCabecalho.jpg');


}


#menu {
	margin: 0px;
	padding: 0px;
}

#menu a{
	width: 99%;
	height: 18px;
	text-align: left;
	text-decoration: none;
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;



}

#menu a:link{
	color: #00386F; 
}

#menu a:hover {
	color: #00386F;
	text-decoration: none;

}

#menu a:visited {
	color: #00386F;

}



#Pagina{
	color: #666666;
	background: #ffffff;
	padding:0px;
	margin:0px;
	background: white;
	width: 989px;
	text-align:left;
}


#menuEsquerdo{
	width: 200px;
	vertical-align: top;
	text-align:left;
	background: #FAEDC3;
	font-family: Tahoma, Trebuchet MS;
}

#Conteudo{
	/* background: gray; */
	width: 999px;
	vertical-align: top;
	text-align:left;
	font-size: 12px;
}

#ConteudoInternoPagina{
	font-size: 12px;
	text-align:left;
	font-family:  Arial;
	vertical-align: middle;
	margin-left: 5px;

}

#ConteudoInternoPagina a:link{
	color:	orange; 
	text-decoration: none;
}

#ConteudoInternoPagina a:hover {
	color:	orange; 
	background-color:#eee;
	text-decoration: none;
	font-weight: bold;


}

#ConteudoInternoPagina a:visited {
	color:	orange; 
	text-decoration: none;

}


#ConteudoInterno{
	font-size: 12px;
	text-align:center;
	font-family:  Arial;
}


#ConteudoInterno a:link{
	color:	orange; 
	text-decoration: none;
}

#ConteudoInterno a:hover {
	color:	orange; 
	background-color:#eee;
	text-decoration: none;
	font-weight: bold;


}

#ConteudoInterno a:visited {
	color:	orange; 
	text-decoration: none;

}

#ConteudoInternoDetalhe{
	font-size: 12px;
	text-align:left;
	font-family:  Arial;
}


#CarrinoResumido{
	color: #009900;  /* #CC0000 */
	font-size: 20px;
	font-family:"Trebuchet MS";
	font-weight: bold;
	text-align:center;
	
}

#Rodape {
	background: #CC0000;  /* #009900 */
	color: #ffffff;
}

#textoRodape{
	color: #ffffff;
	font-size: 12px;
	font-family:"Trebuchet MS";
	height: 28px;
}


#textoRodapeInstrucoes{
	color: black;
	font-size: 11px;
	font-family:"Trebuchet MS";
	text-align: left;
	background: #ccc;  /* #eee; */
	height: 44px;
}

#FormaPgtos{
	color: blue;
	font-size: 11px;
}




.fundopadrao {
	background-color: #eeeeee;
	color: #333333;	
	font-family: Trebuchet MS, Tahoma;
	font-size: 15px;
	border: 1px dotted #666666;
	}


.fundocheio {
	background-color: #cccccc;
	color: #003399;	
	font-family: Trebuchet MS, Tahoma;
	font-size: 15px;
	border: 1px dotted red;
	}


#titPagina{
	font-size: 16px;
	text-align: left;
	font-family: "Trebuchet MS", "Tahoma", "Arial";
	color: #253A8D;
}


/* ### Carrinho ****/
.carrinhoTotalCep{
	color: #CC0000;
	font-size: 16px;
}


.botao{
	border-right: #999999 1px solid;
	BORDER-TOP: #dddddd 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	BORDER-LEFT: #dddddd 1px solid;
	COLOR: #009900;  /* E77817 */
	BORDER-BOTTOM: #999999 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	HEIGHT: 26px;
	BACKGROUND-COLOR: #FFFFFF;
	
}