﻿.ItemTituloVertical
{
	background:#e9b927;
	color:White;
	font-family:Verdana;
	font-size:medium;
	font-style:inherit;
	font-weight:bold	
}

.ItemNome
{
	color:Black;
	font-family:Verdana;
	font-size:small;
	font-weight:bold	
}

.ItemInformacao
{
	color:Black;
	font-family:Verdana;
	font-size:12px
}

.Preco
{
	color:Red;
	font-family:Verdana;
	font-size:14px;
	font-style:inherit;
	font-weight:bold			
}

.PrecoDe
{
	color:Black;
	font-family:Verdana;
	font-size:12px;
	font-style:inherit;
	text-decoration:line-through;
	font-weight:bold
}

.ItemTituloHorizontal
{
	background:#e9b927;
	color:White;
	font-family:Verdana;
	font-size:small;
	font-style:inherit;
	font-weight:bold	
}

.ItemNomeHorizontal
{
	color:Black;
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold	
}

.ItemInformacaoHorizontal
{
	color:Black;
	font-family:Verdana;
	font-size:11px
}

.PrecoHorizontal
{
	color:Red;
	font-family:Verdana;
	font-size:12px;
	font-style:inherit;
	font-weight:bold			
}

.PrecoDeHorizontal
{
	color:Black;
	font-family:Verdana;
	font-size:10px;
	font-style:inherit;
	text-decoration:line-through;
	font-weight:bold
}

