/* CSS Document */
body
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
color:#000000;
margin-left:40px;
}

.topo_loja
{
	font-size:10px;
	color:#000000;
}

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

div.GrayRule 
{
    border: 0;
	height: 1px;
	color: #b3b3b3;
	background-color: #b3b3b3;
	text-align:center;
	margin-left:0px;
	width:98%;
	margin-top:7px;
	margin-bottom:0px;
}

div.GrayRule hr 
{    /* for CSS1 browsers */
      display: none;
}

div.GrayRule * 
{     /* for CSS2 browsers */
      display: none;
}

.home_destaque_texto
{
	font-size:11px;
	color:#000000;
	/*letter-spacing:-1px;*/
}

.home_texto
{
	font-size:11px;
	color:#000000;
	line-height:17px;
}

.home_texto_link
{
	font-size:11px;
	color:#000000;
	line-height:17px;
	text-decoration:none;
}

.home_texto_link a
{
	font-size:11px;
	color:#000000;
	line-height:17px;
	text-decoration:none;
}

.home_texto_link:hover
{
	font-size:11px;
	color:#000000;
	line-height:17px;
	text-decoration:underline;
}

.home_texto_destaque
{
	font-size:16px;
	line-height:21px;
}

.menu_home_top
{
	font-size:10px;
	color:#808080;
}

.menu_home_top_links
{
	font-size:10px;
	color:#808080;
	text-decoration:none;
}

.menu_home_top_links a
{
	font-size:10px;
	color:#808080;
	text-decoration:none;
}

.menu_home_top_links:hover
{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

.form_linha
{
	height:22px; 
	background-color:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	color:#808080;
	font-size:11px;
	text-transform:lowercase;
}

.form_caixa
{
	background-color:#f2f2f2;
	height:16px;
	padding-top:4px;
	border:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

.form_submit_botao
{
	background-color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height:22px;
	width:126px;
	border:none;
	text-transform:uppercase;
	text-align:left;
	font-size:10px;
	margin-left:0px;
	padding-left:7px;
	vertical-align:middle;
}

.form_reset_botao
{
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#808080;
	height:22px;
	width:126px;
	border: solid 1px #808080;
	text-transform:uppercase;
	text-align:left;
	font-size:10px;
	margin-left:0px;
	padding-left:0px;
	padding-left:7px;
	vertical-align:middle;
}

.form_texto
{
	font-size:9px;
	color:#808080;
}




.max-height-div-menu-right
{
   height: expression( this.scrollHeight > 14 ? "14px" : "auto" ); /* sets max-height for IE */
   max-height: 14px; /* sets max-height value for all standards-compliant browsers */
}

.max-height-div-destaque
{
   height: expression( this.scrollHeight > 18 ? "18px" : "auto" ); /* sets max-height for IE */
   max-height: 18px; /* sets max-height value for all standards-compliant browsers */
}

.max-height-div
{
   height: expression( this.scrollHeight > 490 ? "490px" : "auto" ); /* sets max-height for IE */
   max-height: 490px; /* sets max-height value for all standards-compliant browsers */
}