/*
 Copyright (c) 2004-2005, Nickolay Ponomarev <asqueella at gmail dot com>
 You may use and/or modify this style if you want, though.
*/

body {
	font-family: Tahoma, sans-serif;
}

div.lastupd, div.useragent {
	padding: 10px;
}

h3 {
	padding-left: 1em;
	font-size: 8pt;
	font-weight: normal;
	color: #777;
}

span.hdr {
	font-weight: bold;
	color: #000;
}

h3 > span.hdr {
	font-size: 14pt;
	text-decoration: underline;
}

div.extensions, div.themes, div.plugins {
	border: 1px solid #222;
	width: 45%;
	margin: 15px 0 15px 0;
	padding: 15px;
	background-color: #fdfdfd;
}

a {
	color: #558;
	text-decoration: none;
}
a:visited { color: #999; }
a:hover[href] { text-decoration: underline; }


ul { padding-left: 1em; }
li { list-style-type: none; }
li:before { content: "- " }


div.extensions { float: left; }
div.themes { float: right; }
div.plugins { float: right; }

div.bottomnote { clear: both; }

