/* accordion resets */
:focus { outline: 0; }
#extra ol, #extra ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

.capt,
.capb {
	height:4px;
	width:100%;
	z-index:100;
	margin:0px;
	padding:0px;
}
.capt {
	position:absolute;
}
.capb {
/*	margin-top:-19px;*/
margin:0;
}

.drawers-wrapper {
	position: relative;
	float:left;
	margin:0;
	/* dimensiones */
	width: 150px;
	height:450px;
}

/* labels styles */
.drawers {
	font-size:11px;
	line-height:1.3em;
	margin:0;
}
.drawer {
	font-size:11px;
	line-height:1.3em;
}

.drawer-handle {
	background:url(bg-accordion.png) no-repeat #FFF top left;
	color:#FFF;
	height:30px;
	line-height:30px;
	font-size:1.2em;
	padding:0 0 0 10px;
	width:140px;
	margin:0 0 4px 0;
}

.drawer-handle.open {
	font-weight:bold;
}

h2.drawer-handle span { } /* fix */

/* list styles */
.drawer ul {
	padding: 0;
	padding-bottom:0pt;
	margin:0;
}
.drawer li {
	border-bottom:1px solid #E5E5E5;
	line-height:16px;
	padding:6px 0pt;
}
.drawer-content ul {
	padding: 3px 0 0 0;
	margin:0;
}
.drawer-content li a {
	display:block;
	overflow:hidden;
}
.drawers a {
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

