
/******************
Definies do gerais
******************/

html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
.texto_rodape
{
        font-family:Tahoma;
        font-size:8px;
        color: #efefef;
        text-decoration: none;
}

#table {
width: 100%;
height: 100%;
display: table;
background: #FFFFFF;
}

#cell {
vertical-align: middle;
display: table-cell;
_position: absolute;
_top: 50%;
}

#conteudo {
width: 778px;
margin: auto;
padding: 20px;
border: 0px;
_position: relative;
_top: -40%;
}

body {


float:left;
vertical-align: top;
margin-right:0px; /* Todo mundo entende */
*margin-right:0px; /* IE6 e IE7 entendem */
_margin-right:0px; /* IE6 entende */
}

img {
border: 0px;
}

.titulo_02
{ 
	font-family: tahoma;
	font-size: 10px;
	color: #C40000;
	text-decoration: none;
	}
	
.mostrapreco
{ 
	font-family: tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	}

.titulo
{ 
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #DD0000;
	text-decoration:none;
	margintop:10px;
}

.texto
{ 
	font-family: Tahoma;
	font-size: 10px;
	color: #828282;
	text-decoration: none;
	font-weight: bold;
}

.texto_end
{ 
	font-family: Tahoma;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.texto_preco
{
	font-family: Tahoma;
	font-size: 10px;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

a.comprar:link, a.comprar:visited
{ 
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.comprar:hover, a.comprar:active
{ 
	font-family: Tahoma;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a.rodape:link, a.rodape:hover
{
        font-family: Tahoma;
        font-size:8px;
        color:#efefef;
        text-decoration:none;
}
a.rodape:active, a.rodape:visited
{
         font-family: Tahoma;
         font-size:8px;
         color: #efefef;
         text-decoration:none;
}


/******************
Definies do MENU
******************/

a:link
{ 
	font-family: tahoma;
	font-size: 10px;
	color: #D20000;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{ 
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #D20000;
	text-decoration:none;
}

a:hover, a:active
{ 
	font-family: tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #999999;
	text-decoration: none;

}

