@charset "utf-8";

/* geral */
* { margin: 0; padding: 0; list-style: none; vertical-align: baseline; border: none; }
body { font: 11px Arial, Verdana }
#container { width: 782px; margin: 0 auto; padding-bottom: 50px; padding-top: 5px; }

/* top */
#top { width: 763px; }
	#top_left {width: 183px; float:left;}
		#logo { margin-left:20px; float:inherit; }
		#ajuda { margin-top:10px; float:inherit;}
	#top_right {width: 580px; float:right;}
		#banner {height: 70px;  }
		#menu { height: 25px;  background: #333333; }
			#itens_menu { margin: 5px 0 0 5px; float:left; padding-left:6px; padding-top:2px}
		#top_extra { height: 25px; background: #ffcc00;  }
			#saudacao { margin:5px 0 0 5px; font-size: 12px; font-weight: bold; color:#000000; float:left; }
			#top_login { margin-top:5px; float:right; }	
			#menu_logado {margin-top:5px; float:right; }	
		#central { height:140px; }

/* conteúdo */
#content { width: 761px; padding-top: 10px; }
#content_branco { width: 761px; background: #ffffff; }

/* bottom */
#bottom { width: 763px; float:left;}
	#rodape { height: 15px; padding-top: 10px;  text-align:center; color: #333333;  }
	#selos { height: 80px;  padding-top: 10px;  text-align:center; background: #ffffff;  }

/* default */
#home_left { width: 183px; float:left}
	#lances { height: 192px;}
	#indicacao { height: 217px; margin-top:12px; background: url(../Images/indicacao.gif) no-repeat; }
	#pedido { height: 50px; margin-top:8px; }
#home_center { width: 660px; float:left; background: url(../Images/lista_lotes.gif) no-repeat; padding-top: 35px; }
#home_right { width: 100px; float:right; position: relative}
	#videos { height: 630px; background: url(../Images/lista_videos.gif) no-repeat; padding-top: 45px; }

/* resultados */
#resultados_left { width: 513px; float:left}
#depoimentos_right { width: 250px; float:right}

.destaque
{
	font: bold 12px Arial, Verdana;
	
	}
.horalote
{
	font-size: 10px;
	color: black;
	font-family: Arial;
	width: 100px;
	padding-bottom: 10px;
}
.txtVideo
{
	font-size: 9px;
	color: #333333;
	font-family: Arial;
	padding-bottom: 2px;
	line-height: 9px;
}
.descricao
{
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.titulo
{
	font: bold 11px Arial, Verdana;
	color: window;
	background-color: appworkspace;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
}
.ajuda
{
	font: 11px Arial, Verdana;
	color: threeddarkshadow;
}
.geral
{
	font: 11px Arial, Verdana;
	color: black;
}
select
{
	border:1px solid #CCC;
	font: 11px Arial, Verdana;
}
input 
{
	border:1px solid #CCC;
	font: 11px Arial, Verdana;
}

a
{
	text-decoration: none;
	color: black;
}

textarea
{ 	border:1px solid #CCC;
	font: 11px Arial, Verdana;

}