@charset "utf-8";

/* --------------------------------------------------------------------
 *
 * Filename:		associados.css
 * Description:		Arquivo de regras da lista de associados
 * Version:			1.0.0 (2009-07-03)
 * Website:			http://www.aesul.com.br/
 * Author:			Luiz R. Albano Jr. - iDesk Informática
 *
 * == STRUCTURE =======================================================
 *
 * Page width: 900px (static)
 * Number of columns: 03
 * -------------------------------------------------------------------- */
 
.lista-associados {
	width:514px;
	margin:auto;
	text-align:left;
}

#center-content div.lista-associados p { margin:0 0 0 0; }

#center-content div.lista-associados .lista-title {
	position:relative;
	background:url(images/title-section-associados.png) no-repeat;
	margin:10px 0 0 0;
	padding:3px 0 0 13px;
	color:#4B86A5;
	font-weight:bold;
	font-size:18px;
	height:22px;
	cursor:hand;
	cursor:pointer;
}

.lista-associados .lista-title a { display:block; }

.lista-associados .lista-title span {
	position:absolute;
	top:0;
	right:10px;
	display:inline-block;
	color:#333;
	font-size:9px;
	font-weight:normal;
}


.associado {
	position:relative;
	width:514px;
	border-bottom:1px solid #FFF;
}

div.associado .logo-associado {
	float:left;
	width:195px;
	height:90px;
}

div.associado .logo-associado a { border:0; }

div.associado .excerpt {
	width:295px;
	height:90px;
	float:left;
	padding:5px 0 0 0;
}

#center-content div.associado .excerpt h3 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	border:0;
}

div.associado .excerpt p { font-size:11px; }

div.associado .expand,
div.associado .collapse {
	width:24px;
	height:90px;
	float:right;
	vertical-align:bottom;
	background:url(images/associado-expand.png) no-repeat bottom center;
}

div.associado .collapse { background:url(images/associado-collapse.png) no-repeat bottom center; }

div.associado .details { 
	padding:20px 5px 10px 8px;
	clear:both;
}

.linha-par { background:#D8D6C7; }
.linha-impar { background:#E2E0D5; }