/* TOP RIGHT BOTTON LEFT */

/* VERMELHO BARATIX: #e5211a 
   AMARELO ESCURO:   #e7b00e
   AMARELO MEDIO:    #f2cc5b
   AMARELO CLARO:    #f9e9bb   
   VERDE MSG SUCESSO #00a54f
   80% preto = rgb(62,59,54) ou #3E3B36
   cinzento claro = rgb(177,183,177)
   laranja claro (x background) = #fef1ba
   azul escuro, edicao de campos R - 144  G - 214 B - 233
   
*/

.tops 
{
  width:320px;
	padding: 0px;
	margin: 0px auto;	
	text-align: center; 
  padding: 4px;
  
  border-collapse:Seperate; 
  
}
table.top1 
{  
	border: 1px solid rgb(177,183,177);
	background-color: rgb(255,255,160);/*#F0F0F0;*/ 
}
table.top2
{
	border: 1px solid rgb(177,183,177);
	background-color: #F0F0F0;
}

.tops .title 
{
  font-size:13px;
  font-weight: bold;
}
.tops .from_price 
{
  font-size:11px;
  font-weight: bold;
}


.tops .description 
{
  font-size:11px;
  width:170px;
  text-decoration:none;
}
.tops .description a 
{
  text-decoration:none;
  color: #3E3B36;
}
.tops .description a:hover 
{
  text-decoration:underline;
}
.tops .price 
{
  font-size: 11px;
  width:55px; 
  color: #FF9900; 
  font-family: Verdana
  border: 1px solid black;
  background: white;
  padding: 3px;
}
