@charset "utf-8";
/* CSS Document */

/******************************************
    
    LUIZ - 09/08/2011 - Adaptado do CSS
    estrutura por região 

 ******************************************/

.caixa_por_favorito{
	position:relative;
	float:left;
	width:762px;
	border:1px solid #CCCCCC;
	margin-top:28px;
	}
	
.cabecalho_favorito{
	position:relative;
	float:left;
	width:749px;
	height:10px;
	margin-left:6px;
	margin-top:6px;
	}
	
.caixa_select_favorito{
	position:relative;
	float:left;
	margin-left:15px;
	margin-top:6px;
	width:734px;
	font-size:16px;
	color:#333333;
	font-family:Arial;
	line-height:1.90em;
	}
	
#select_favorito{
	width:450px;
	float: right;
	padding: 5px 6px;
	font-weight: bold;
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	cursor: pointer;
	background-color:#FFFFFF;
	border:0px;
	border:1px solid #CCCCCC;
	}
	
#favorito_rodape{
	position:relative;
	float:left;
	width:762px;
	height:10px;
	}


/**************************************
 LUIZ - 09/08/2011 - INCLUIDO 
 **************************************/	
.comporta_conteudo_favorito{
	position:relative;
	float:left;
	width:762px;
	overflow:hidden;
	}
