@charset "UTF-8";

/* {{{ Sections List */
div#sections-list {
	background-color: #d1d9e1;
	background-image: url("../images/bkg-bar-azure.png");
	background-repeat: repeat-x;
	clear: both;
	color: #000;
	height: 2em;
	width: 100%;
}
div#sections-list a:link,
div#sections-list a:visited,
div#sections-list a {
	background-color: transparent;
	color: #184465;
}
div#sections-list div.lateral-empty {
	float: left;
	height: 2em;
	width: 7%; /* See IE6 */
}
div#sections-list div.content {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 2em;
	text-transform: uppercase;
	width: 86%; /* See IE6 */
}
div#sections-list div.content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#sections-list div.content ul li:first-child {
	border-left-style: none;
}
div#sections-list div.content ul li {
	border-left: #a0b3c3 0.12em dotted;
	float: left;
	height: 2em;
	line-height: 2.1em;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 19.8%;
}
div#sections-list div.content ul li.selected {
	font-style: italic;
}
/* }}} */
/* {{{ Down Sections List */
div#down-sections-list {
	width: 100%;	
}
div#down-sections-list div.lateral-empty {
	background-color: #dbdbdb;
	color: #000;
	float: left;
	height: 1.2em;
	padding: 0.5em 0;
	width: 6%;
}
div#down-sections-list div.lateral-border-empty {
	background-color: #d4d4d4;
	color: #000;
	float: left;
	height: 1.2em;
	padding: 0.5em 0;
	width: 1%; /* See IE6 */
}
div#down-sections-list div.content {
	float: left;
	font-size: 0.95em;
	width: 86%;
}
div#down-sections-list div.content ul.empty {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#down-sections-list div.content ul.empty li.first-child {
	border-left-style: none;
}
div#down-sections-list div.content ul.empty li {
	border-left: #a0b3c3 0.12em dotted;
	float: left;
	height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 19.8%;
}
/* Breadcrumb */
div#down-sections-list div.content div#breadcrumb {
	float: left;
	font-size: 0.9em;
	padding: 0.5em 0;
	width: 70%;
}
div#down-sections-list div.content div#breadcrumb ul.breadcrumb-menu {
	list-style-type: none;
	padding: 0;
}
div#down-sections-list div.content div#breadcrumb ul.breadcrumb-menu li {
	float: left;
	padding: 0 0.5em;
}
div#down-sections-list div.content div#back {
	float: right;
	font-size: 0.9em;
	padding: 0.5em;
	text-align: right;
	width: 15%;
}
/* }}} */