﻿body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	background: #fff;
	background-color: #39392a;
	margin: 0;
}

#shadow1 {
	width: 972px;
	border: 1px solid #2f2f23;
	border-top-width: 0;
	margin: 0 auto;
}

#shadow2 {
	width: 970px;
	border: 1px solid #28281d;
	border-top-width: 0;
	margin: 0 auto;
}

#page {
	width: 970px;	
}

#top {
	height: 146px;
	background-image: url('/images/tile_all.png');
	border-bottom: 1px solid #336633; 
}

ul#tabmenu {
	list-style-position: inside;
	float: right; 
	width: 400px; 
	height: 0; 
	margin-top: 36px;
}

ul#tabmenu li {
	display: inline;
	height: 30px;
}

ul#tabmenu li a {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	background-color: #fff;	
	background-image: url('images/gradient_grey.png');
	display: block;
	padding: 5px 5px 0 5px;
	height: 24px;
	float: left;
	margin-right: 5px;
	border: 2px solid #336633;
	border-bottom-width: 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	min-width: 70px;
	text-align: center;
}

ul#tabmenu li a:hover {
	/*border: 2px solid #fff;*/
	text-decoration: underline;
	color: Orange;
	border-bottom-width: 0;
}


#content {
	background-color: #fff;
	padding: 10px 10px 200px 10px;
}

h1 {
	font-size: 0.9em;	
	display: inline;
	margin: 0;
}

img {
	border: 0;
}

.textfield {
	background-color: #eeeeee;
	border: 1px solid silver;
	width: 300px;
}

input.button {
	border: 1px solid gray;
	background-color: #BFD0E0;
	font-size: 9pt;
}

.buttonarea {
	text-align: center;
	width: 300px;
}

.box {
	background-color: #D6E8F2;
	border: 1px solid #C0D6E2;	
	padding: 7px;
}

.box h3 {
	border-bottom: 1px solid black;
	font-size: 1.1em;	
	margin: 0 0 7px 0;
}

.status {
	background-color: #D6E8F2;
	border: 1px solid #C0D6E2;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 1px;
	display: block;
	width: 99%;
}

.floatstop {
	float: none;
	clear: both;	
	font-size: 0px;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}

h2 {
	font-size: 1.2em;
	
}

h3 {
	font-size: 1.0em;
	
}

.listview h2, h2.listview {
	margin: 0;
	display: inline;
	float: left;
}

.buttonarea a.button {
	float: none;
	text-decoration: none;	
	vertical-align: bottom;
	padding: 2px 6px;	
	background-color: #eee;
	border: 1px solid silver;
	width: 60px;
	font-weight: bold;
	color: #000;
}

.listview a.button {
	float: right;
	text-decoration: none;	
	vertical-align: bottom;
	padding: 2px 6px;
	border: 1px dotted silver;
	background-color: #eee;
	border-bottom-width: 0;
}

.listview a.button:hover {
	background-color: #BFD0E0;	
	border: 1px solid silver;
	border-bottom-width: 0;
}

a img {
	vertical-align: bottom;
	margin-right: 3px;
}

tr th 
{
	background-color: #eee;	
	font-weight: bold;
	border-bottom: 1px dotted silver;
	border-top: 1px dotted silver;
	cursor: pointer;
}

table.listview tbody tr td {
	border-bottom: 1px solid #eee;	
}

table.listview tbody tr td.odd {
	background-color: #F7F7F0;	
}

table.listview tbody tr td.category {
	background-color: #eee;
	border-bottom: 1px dotted gray;	
	cursor: pointer;
	font-weight: bold;
}

a {
	color: #455F72;	
}

a:hover {
	color: #000;	
}

#tagcloud {
	padding: 0 20px;
	text-align: center;	
}

#tagcloud a {
	margin: 8px;	
}


th.headerSortAsc { 
    background-image: url('/images/icons/asc.gif'); 
    background-repeat: no-repeat;
	background-position: center right;
} 

th.headerSortDesc { 
    background-image: url('/images/icons/desc.gif'); 
    background-repeat: no-repeat;
	background-position: center right;	
} 

#footer {
	background-color: #fff;
	text-align: center;	
	color: Silver;
}

.textad {
	float: right; 
	top: 0; 
	margin: 10px 20px 0 0; 
	width: 350px; 
	height: 70px; 
	color: #fff;	
}

.textad a {
	text-decoration: none;
}

#infobar {
	min-width: 0;  
	background-color: #eee; 
	border-bottom: 1px solid silver;	
}

a.buy {
	font-weight: bold;
	/*border: 1px solid black;	
	background-image: url('images/gradient_grey.png');*/
	font-size: 9pt;
	width: 60px;	
	color: #00ADE5;
	text-decoration: none;
	padding: 0px 4px;
}

/*
li#searchbox {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	float: left; 
	margin-right: 100px;		
}

li#searchbox .searchbox {
	background-image: url('images/gradient_grey.png');	
	color: #fff;
	border: 2px solid #336633;
}

li#searchbox a.searchbutton {
	
	border: 2px solid #336633;
	float: none;	
	display: inline;
}

li#searchbox a.searchbutton:hover {
	
	border: 2px solid #336633;
	float: none;	
	display: inline;
}


li#searchbox .searchbutton img {
	vertical-align: middle;
}*/
