/* ===== GENERAL ===== */

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font: 12px Arial, sans-serif;
	text-align: center;
}
.clear:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clear { display: inline-block; }
* html .clear { height: 1%; }
.clear { display: block; }

.left {
	float: left;
}
.right {
	float: right;
}

a {
	color: #FF0000;
}

/* ===== FORMS ===== */

input.field {
	width: 220px;
	padding: 4px;
	background: #F4F4F4;
	font: 12px Arial,sans-serif;border-size: 1px;
}
textarea {
	width: 220px;
	padding: 4px;
	background: #F4F4F4;
	font: 12px Arial,sans-serif;
}
input.button {
	background: #022939;
	border: 2px solid #022939;
	color: #FFF;
	padding: 2px;
	font: 12px Arial,sans-serif;
}
html>body input.button {
	padding: 3px 4px;
}

/* ===== MAIN ===== */

div#container {
	padding: 91px 0px 0px 0px;
	background: transparent;
	text-align: center;
}

div#wrapper {
	margin: 0 auto;
	padding: 0px 0px;
	width: 760px;
	
}
html>body div#wrapper {
	width: 760px;
}
div#menu {
	margin: 10px 0px 0px 0px;
}
div#header {
	padding: 15px 20px;
}
div#content {
	padding: 20px 20px 0px 20px;
	font-size: 1.1em;
}
div#content div.left {
	
	width: 200px;
}
div#content div.right {
	
	width: 500px;
}
div#footer {
	border-top: 3px solid #AAA;
	background: #000;
	font-size: 0.9em;
	color: #AAA;
	line-height: 24px;
	text-align: center;
}

/* ===== HEADER ===== */

div#header h1 {
	padding: 10px 0px 0px 0px;
	font-size: 3.1em;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
}
div#header h1 a {
	text-decoration: none;
	color: #000;
}
div#header h2 {
	font-size: 1.6em;
	font-weight: normal;
	text-align: left;
}
div#header h2 a:hover {
	text-decoration: none;
}

div#header div.box {
	margin: 0px 0px 10px 0px;
}

/* ===== SEARCH ===== */

div.search {
	padding: 0px 0px 10px 0px;
	text-align: left;
}

/* ===== TOP MENU ===== */

div.topmenu {
	height: 45px;
	margin: 0px;
	padding: 0px;
	background: #000;
}
div.topmenu ul {
	list-style-type: none;
}
div.topmenu li {
	float: left;
}
div.topmenu li a {
	display: block;
	padding: 0px 15px;
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	line-height: 45px;
	text-decoration: none;
	outline: none;
}
div.topmenu li a.on {
	background: #FF0000;
}
div.topmenu li a:hover {
	background: #444444;
}
div.topmenu li a.on:hover {
	background: #FF0000;
}

/* ===== CONTENT ===== */

div#content {
	line-height: 26px;
}
div#content h1 {
	margin: 10px 0px 20px 0px;
	font-size: 2.4em;
	font-weight: normal;
	text-align: left;
}
div#content div.box {
	margin: 0px 0px 10px 0px;
}
div#content div.left {
	text-align: left;
}
div#content div.left div.imgbox {
	text-align: center;
}
div#content div.left div.imgbox img {
	border: 4px solid #E0DDDA;
}
div#content div.right {
	text-align: left;
}

/* ===== KEYWORDS ===== */

ul.keywords {
	list-style-type: none;
	line-height: 36px;
	font-size: 1em;
}
ul.keywords li a {
	display: block;
	height: 1%;
	margin: 0px 0px 2px 0px;
	padding: 0px 15px;
	border-bottom: 1px solid #AAA;
	background: #EEE;
	color: #000;
	text-decoration: none;
	outline: none;
}
ul.keywords li a:hover {
	border-bottom: 1px solid #000;
	background: #000;
	color: #FFF;
}

/* ===== SEARCHES ===== */

ul.searches {
	list-style-type: none;
	line-height: 36px;
	font-size: 1em;
}
ul.searches li a {
	display: block;
	height: 1%;
	margin: 0px 0px 2px 0px;
	padding: 0px 15px;
	border-bottom: 1px solid #AAA;
	background: #EEE;
	color: #000;
	text-decoration: none;
	outline: none;
}
ul.searches li a:hover {
	border-bottom: 1px solid #000;
	background: #000;
	color: #FFF;
}

/* ===== TAGS ===== */

div.tags {
	padding: 10px 20px;
	line-height: 32px;
	font-family: Arial;
	text-align: justify;
}
div.tags ul {
	list-style-type: none;
}
div.tags li {
	 display: inline;
}
div.tags li a {
	padding: 0px 6px 0px 0px;
	line-height: 26px;
	color: #666;
}
div.tags li a:hover {
	text-decoration: none;
}

/* ===== BOTTOM MENU ===== */

div.bottommenu {
	margin: 6px 0px 10px 0px;
	text-align: center;
	font-size: 1.1em;
}
div.bottommenu ul {
	list-style-type: none;
}
div.bottommenu li {
	display: inline;
	margin: 0px;
}
div.bottommenu li a {
	margin: 0px 6px 0px 0px;
	padding: 4px 0px;
	color: #EEE;
	text-decoration: none;
	outline: none;
}
div.bottommenu li a.on {
	
}
div.bottommenu li a:hover {
	border-bottom: 1px dotted #EEE;
}
div.bottommenu li a.on:hover {
	border-bottom: none;
	
}

/* ===== RSS ===== */

div.rss {
	
}
div.rss div.title {
	margin: 0px;
	font-size: 1.4em;
}
div.rss div.title a {
	background: #000;
	color: #FFF;
	text-decoration: none;
}
div.rss div.title a:hover {
	text-decoration: underline;
}
div.rss div.description {
	margin: 10px 0px 10px 0px;
}

/* ===== eBAY ===== */

div.ebay {
	
}
div.ebay div.title {
	margin: 0px;
	font-size: 1.4em;
}
div.ebay div.title a {
	background: #000;
	color: #FFF;
	text-decoration: none;
}
div.ebay div.title a:hover {
	text-decoration: underline;
}
div.ebay div.description img {
	margin: 0px 10px 0px 0px;
}
