/* fulltext */
/* template: fulltext */

div#about {
	margin: 1em auto 0 auto; padding: 0;
	width: 93%;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
	text-align: justify;
}

/* semi-detail - crumb navigation */
div#navig {
	float: left;
	margin: 0 0 1em 0; padding: 0 20px;
	font-size: 0.7em;
	width: 80%;
}
div#navig a { color: #000; }

div#navig_icons{
	float: right;
	width: 10%;
	padding-right: 10px;
	text-align: right;
}
div#navig_icons img{
	border: none;
}

/* fulltext - main part */
div#center h2 {}

/* fulltext - listArrows */
div.listArrows {
	border: 1px solid #c2c2c2; border-top-width: 0px;
	width: 100%;
	color: #000; background: #f6cf80;
	font-size: 0.7em;
}
div.listArrows p {
	margin: 0; padding: 0 0 0 0.3em; border: 0;
	background: #f6cf80;
	font-size: 1em;
}
div.listArrows ul { margin: 0; padding: 0; }
div.listArrows li {
	list-style: none;
	margin: 0 0.3em 0 0em; padding: 0 0.4em 0 0.4em;
	display: inline;
}
div.listArrows li.current {
	border: 1px dotted #c2c2c2;
	background: #fff;
}
div.listArrows li a {
	color: #000;
	text-decoration: none;
}
div.listArrows img { border: 0; }

div#about p {margin: 0;}
div#about dl {margin-top: 1em;}
div#about dt {}
div#about dd {margin-bottom: 0.3em;}
