body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background:#fff;
	color:#000;
	min-width:600px;
}

a {
	color:blue;
}

a:visited {
	color:purple;
}

a:hover {
	color:red;
}

div.navigation {
	position:absolute;
	left:10px;
	width:200px;
	top:30px;
	margin:0;
	padding:0;
}

div.rightcolumn {
	position:absolute;
	top:0px;
	left:213px;
	right:30px;
}

div.content {
	position:relative;
	padding:0;
	margin:0;
	margin-top:10px;
	margin-bottom:3px;
	min-height:180px;
}

div.children {
	float:left;
	position:relative;
	padding:0;
	margin:0;
	padding-left:2px;
}

/* ------------ the navigation tree --------------- */

div.navigation div.level {
	clear:both;
	float:right;
	position:relative;
	margin:0;
	margin-top:2px;
	padding:0px;
	padding-left:1px;
	padding-right:3px;
	padding-bottom:4px;
	text-align:right;
}

div.navigation div.toplevel {
/*
	padding-top:2px;
	padding-bottom:5px;padding-right:1px;
	padding-left:1px;*/
}

div.navigation div.level div.item {
	padding:0;
	margin:0;
	margin-left:2px;
	float:left;
	position:relative;
	line-height:0;
}

div.navigation div.level div.dummy {
	padding:0;
	margin:0;
	width:36px;
	height:36px;
	/*background:green;*/
	margin-left:2px;
	float:left;
	position:relative;
	line-height:0;
}

div.navigation div.toplevel div.item {
	float:none;
	position:relative;
	text-align:right;
	line-height:normal;
	margin-top:1px;
}

div.navigation div.rootlevel div.item {
	line-height:normal;
}

div.navigation div.level img {
	vertical-align:middle;
	border:2px solid;
	margin:0;
}

div.navigation div.toplevel img {
	margin-left:2px;
}

div.navigation div.need1 {
	min-width:28px; /* 36 * 0 + 28*/
}
div.navigation div.need2 {
	min-width:64x; /* 36 * 1 + 28*/
}
div.navigation div.need3 {
	min-width:100px; /* 36 * 2 + 28 */
}
div.navigation div.need4 {
	min-width:136px; /* 36 * 3 + 28 */
}

div.sel {
	background:orange;
}

div.sel a img, div.sel a:visited img {
	color:orange;
}

div.sel a:hover, div.sel a:hover img {
	color:yellow;
}

/* ------------- various points ------------ */

div.navigation div.level div.point {
	position:absolute;
	right:50%;
	width:3px;
	top:-5px;
	height:7px;
	z-index:2;
	background-image:url('/chrome/bottom-bracket-point');
	background-repeat:no-repeat;
}

div.navigation div.toplevel div.point {
	position:absolute;
	top:50%;
	right:-9px;
	height:3px;
	width:7px;
	z-index:2;
	background-image:url('/chrome/left-bracket-point');
	background-repeat:no-repeat;
}

div.children div.point {
	position:absolute;
	left:40px;
	width:3px;
	top:-4px;
	height:7px;
	z-index:2;
	background-image:url('/chrome/top-bracket-point')
}

/* ------------- bottom-bracket ------------ */

div.navigation div.bottom {
	position:absolute;
	left:2px;
	right:2px;
	bottom:0px;
	height:3px;
	z-index:1;
	background-image:url('/chrome/bottom-bracket-bar');
	background-repeat: repeat-x;
}

div.navigation div.left {
	position:absolute;
	left:-1px;
	width:3px;
	bottom:0px;
	height:10px;
	z-index:2;
	background-image:url('/chrome/bottom-bracket-left');
	background-repeat:none;
}

div.navigation div.right {
	position:absolute;
	right:-1px;
	width:3px;
	bottom:0px;
	height:10px;
	z-index:2;
	background-image:url('/chrome/bottom-bracket-right');
	background-repeat:none;
}

/* ------------- left-bracket ------------ */

div.content div.left {
	position:absolute;
	top:2px;
	bottom:2px;
	left:0px;
	width:3px;
	z-index:1;
	background-image:url('/chrome/left-bracket-bar');
	background-repeat: repeat-y;
}

div.content div.top {
	position:absolute;
	top:-1px;
	height:3px;
	left:0px;
	width:10px;
	z-index:2;
	background-image:url('/chrome/left-bracket-top');
	background-repeat:none;
}

div.content div.bottom {
	position:absolute;
	bottom:-1px;
	height:3px;
	left:0px;
	width:10px;
	z-index:2;
	background-image:url('/chrome/left-bracket-bottom');
	background-repeat:none;
}

/* ------------- top-bracket ------------ */

div.children div.top {
	position:absolute;
	left:2px;
	right:2px;
	top:0px;
	height:3px;
	z-index:1;
	background-image:url('/chrome/top-bracket-bar');
	background-repeat: repeat-x;
}

div.children div.left {
	position:absolute;
	left:-1px;
	width:3px;
	top:0px;
	height:10px;
	z-index:2;
	background-image:url('/chrome/top-bracket-left');
	background-repeat:none;
}

div.children div.right {
	position:absolute;
	right:-1px;
	width:3px;
	top:0px;
	height:10px;
	z-index:2;
	background-image:url('/chrome/top-bracket-right');
	background-repeat:none;
}

/* ------------- content tweaks ------------ */
div.content div.end {
	width:10px;
	height:1px;
	padding:0;
	margin:0;
}
div.content .title {
	background:lightblue;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:20px;
}
div.content .time {
	margin-top:-20px;
	margin-left:5px;
	text-size:small;
	background:lightblue;
	padding:2px;
	float:right;
}

div.content p {
	margin-left:5px;
}
div.content h1, div.content h2, div.content h3, div.content h4 {
	padding-left:5px;
}

div.content div.picture {
	margin-left:20px;
	margin-right:20px;
	width:160px;
	float:left;
}
div.content div.picture p {
	margin:0;
	padding:0;
}
div.content div.picture h2 {
	margin:0;
	padding:0;
	margin-bottom:3px;
}
div.content img {
	margin-left:5px;
}
div.content div.endpicture {
	clear:both;
}

div.content div.download {
	padding-left:10px;
}

div.content div.download img {
	vertical-align:middle;
	padding:0;
	margin:0;
	margin-right:5px;

}

div.content div.download p {
	padding:0;
	margin:0;
	margin-left:30px;
	margin-bottom:0.5em;
}
div.content div.download p.md5 {
	color:gray;
}

div.content img.news-icon {
	float:left;
}

div.content div.news-item {
	position:relative;
	padding-left:10px;
}

div.content img.item-icon {
	float:left;
	margin-right:2px;
	margin-left:-2px;
}
div.content span.item-time {
	display:block;
	float:right;
}

div.content h2.item-title {
	background:#ddf;
	margin-left:-10px;
}

/* ------------- children list ------------ */
div.children div.child {
	padding:1px;
	padding-top:4px;
	margin:0;
	display:block;
	float:left;
	padding-right:20px;
}
div.children img {
	vertical-align:middle;
	border:2px solid;
	margin-right:2px;
}
div.children div.end {
	clear:both;
}
