body {
	background-color:#fff;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:80%;
}
h1, h2 {
	font-weight:normal;
	margin:0 0 0.2em 0;
	padding:0;
}
h1 {
	border-bottom:1px solid #aaa;
	font-size:140%;
}
h2 {
	font-size:130%;
}
img {
	border:0;
}
p {
	margin:0 0 1em 0;
}
ul {
	list-style:square outside;
	margin:0 0 1em 0;
	padding:0 0 0 1.8em;
}
li {
	padding-bottom:0.07em;
}
table {
	width:100%;
}
th {
	background-color:#eee;
	text-align:center;
}
form {
	margin:0.5em 0 1em 0;
}

a:link, a:active, a:hover { color:#00d; }
a:visited { color:#228; }

a:link.sps, a:hover.sps, a:active.sps, a:visited.sps { color:#559; padding:0 1px; text-decoration:none; }
a:link.ext, a:hover.ext, a:active.ext, a:visited.ext { color:#a00; cursor:help; padding:0 1px; text-decoration:none; }

.hide { display:none; }

img.thumb {
	clear:right;
	float:right;
	border:1px solid #888;
	margin:1px 0 2px 8px;
}

td.l { text-align:left; }
td.c { text-align:center; }
td.r { text-align:right; }
td.mm { width:400px; }

table#pack {
	border-collapse:collapse;
}
table#pack img {
	display:block;
}


/* layout */

div#wrapper {
	margin:auto;
	min-width:600px;
	max-width:1000px;
}

div#titlebar {
	background:#252 url("img/bar.png") repeat-x scroll top center;
	color:#fff;
	height:52px;
	position:relative;
}
div#titlebar div.left {
	padding:0 0 0.5em 0.5em;
	position:absolute;
	bottom:0;
	left:0;
}
div#titlebar div.right {
	padding:0 0.5em 0.5em 0;
	position:absolute;
	right:0;
	bottom:0;
}
div#titlebar div a {
	color:#fff;
}

div#navbar {
	background-color:#eee;
}
div#navbar div.left {
	float:left;
	padding:0.3em 0 0.3em 0.5em;
	text-align:left;
}
div#navbar div.right {
	padding:0.3em 0.5em 0.3em 0;
	text-align:right;
}

div#inner-wrapper {
	position:relative;
	margin:0.3em 0.5em 0 0.5em;
}

div#inner-wrapper div#menu {
	position:absolute;
	top:0;
	left:-0.5em;
	width:10em;
}
div#inner-wrapper div#menu div.minibar {
	background:#252 url("img/minibar.png") repeat-x scroll top center;
	color:#fff;
	height:26px;
	line-height:26px;
	text-align:center;
	vertical-align:middle;
}
div#inner-wrapper div#menu div.minibar b {
	font-weight:normal;
}
div#inner-wrapper div#menu div.section {
	background-color:#eee;
	border:1px solid #ddd;
	border-top:0;
	margin:0 0 0.3em 0;
	padding:0 0 0.2em 0;
}
div#inner-wrapper div#menu div.section a {
	display:block;
	padding:0.2em 0.5em 0.1em 0.5em;
}
div#inner-wrapper div#menu div.section a:hover {
	background-color:#fff;
}

div#inner-wrapper div#content.shoved {
	padding:0 0 0 10em;
}
div#inner-wrapper div#content a:hover {
	background-color:#eee;
}

/* kate: tab-width 4; */