/* Default CSS Stylesheet for a new Web Application project */

font 
{
	font-family: Verdana;
	font-weight: normal;
	}

.categoria_titulo
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 9pt;
	text-decoration:none;
	text-align:center;
	color: #333333;
	}

.categoria 
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	font-size: 9pt;
	text-decoration:none;
	text-align:center;
	color: #333333;
	}

.index
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	text-decoration:none;
	color: #373936;
	}

.menu_cadastro
{
	font-family: Tahoma, Verdana ;
	font-weight: normal;
	font-size: 8pt;
	text-decoration:none;
	color: #000000;
	}

.menu_superior
{
	font-family: Tahoma, Verdana ;
	font-weight: normal;
	font-size: 8pt;
	color: #efefef;
	}

a.detail
{
	font-family: Tahoma, Verdana ;
	font-weight: normal;
	font-size: 9pt;
	text-decoration:none;
	color: #c82f2a;
	}

a.detail:hover
{
	text-decoration:underline;
	}

a.menu
{
	font-family: Tahoma, Verdana ;
	font-weight: normal;
	font-size: 7pt;
	text-decoration:none;
	color: #ffffff;
	}

a.menu:hover
{
	color: #ffcc00;
	}

a.menu_cadastro
{
	font-family: Verdana ;
	font-weight: bold;
	font-size: 12pt;
	text-decoration:none;
	color: #c82f2a;
	}

a.menu_cadastro:hover
{
	text-decoration:underline
	}

a.menu_superior
{
	font-family: Tahoma, Verdana ;
	font-weight: normal;
	font-size: 7pt;
	text-decoration:none;
	color: #efefef;
	}

a.menu_superior:hover
{
	color: #ffcc00;
	}

a 
{
	text-decoration: none;
	color: #000000;
	}

a.detalhe
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	font-size: 8pt;
	text-decoration:none;
	text-align:center;
	color: #000000;
	}

a.detalhe:hover
{
	text-decoration: underline;
	color: #fe0002;
	}

a.destaque 
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 9pt;
	text-decoration:none;
	text-align:center;
	color: #333333;
	}

a.destaque:hover
{
	text-decoration: underline;
	color: #373936;
	}

a.destaque_texto
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
	text-decoration:none;
	color: #333333;
	}

a.destaque_texto:hover
{
	text-decoration: underline;
	color: #373936;
	}

a.history
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
	text-decoration:none;
	color: #bd2426;
	}

a.history:hover
{
	text-decoration: underline;
	color: #373936;
	}

a.index
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
	text-decoration:none;
	color: #bd2426;
	}

a.index:hover
{
	text-decoration: underline;
	color: #373936;
	}

a.pesquisa
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	text-decoration:none;
	color: #ffffff;
	}

a.pesquisa:hover
{
	text-decoration: underline;
	}

.preco 
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	font-size: 8pt;
	color: #fe0002;
	}

.preco_produto
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #fe0002;
	}

.preco_simbolo
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	}

.preco_avista
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
}
	
.cssPromotion
{
	display: block;
	margin: 0 auto; 
	cursor: hand;
	position: relative;
	top: 40%;
	z-index: 120;
}