<!--
/* Links*/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
/* Título da página Novidades*/
.style1 {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 36px;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
}
.style4 {
  text-align: center;
  margin-top: 0em; 
  margin-bottom: 0em;
  font-weight: bold;
  font-size: 11px;
  font-family: Tahoma;
  color: #FFFFFF;
 } 

/* Fonte dos menus inferiores info redundante mais completa na def. do li*/
.style5 {
	color: #999999;
	font-weight: bold;
}
/* Fonte do Copyright*/
.style25 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}
.style37 {color: #999999}
.style39 {
	font-family: Tahoma;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
/* Estrutura da tabela, celulas e descrição dos produtos*/
table, td
{
    border-color: #999999;
    border-style: solid;
}

table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}
.tableamb
{
    padding:0; 
	border:0; 
	margin:0;
}
td
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #FFFFFF;
}
.tdamb
{
    padding:0; 
	border:0; 
	margin:0;
}
td.img
{
  width: 158px;
  height: 158px;
  text-align: center;
}	
td.img img
{
  display: inline;
  border: 1px solid #ffffff;
 }	 
div.desc
{
  text-align: center;
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 9px;
  font-family: Tahoma;
  color: #666666;
}
div.desc p
{
  text-align: center;
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 9px;
  font-family: Tahoma;
  color: #666666
  }
div.perg
{
  text-align: justify;
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 9pt;
  font-family: Tahoma;
  color: gray;
}
div.perg p
{
  text-align: justify;
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 9pt;
  font-family: Tahoma;
  color: gray;
  }
.sepgr
{
    height: 20px;
}
.separador
{
height: 6px;
}
.maisam
{
display: block;
width: 70px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 0;
border-left-width: 0;
text-decoration: none;
/*background: url(menubg.gif) center center repeat-x;*/
background: none;
color: #999999;
font: bold 11px Tahoma;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

-->