/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#indexbox {
	position: relative;
	top: 0;
	left: 0;
	width: 670px; 
	margin-left: 250px;
	margin-bottom: 10px;
	height: 21px;
	background: #B3E8EF;
	font-size: 8pt;
}
#indexbox h4 {
	font-weight: bold;
	text-align: right;
	padding-top: 6px;
}
#indexbox ul {
	position: absolute;
	margin: 0 0 2px 0;
	height: 21px;
	width: 130px;
	top: 0;
	overflow: hidden;
	background: #20BFD5 url(../images/icn_fullarrow.png) no-repeat 100% -2px;
}
#indexbox ul.byletter {
	left: 0px;
}
#indexbox ul.bydate {
	left: 140px;
}
#indexbox ul li {
	margin: 0;
	float: left;
	padding: 4px 5px 4px 5px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
#indexbox ul li a {
	display: block;
	text-align: center;
	color: white;
}
#indexbox ul li a:hover {
	color: #485259;
}

#indexbox ul li.important {
	background: #20BFD5;
}
#indexbox ul li.title {
	width: 120px;
}
