html, body {
	background: #eeeeee;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
}
form {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
	font-size: 15px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.menu {
	background: url(/images/top.png) no-repeat right top;
	color: #fff;
	padding: 5px;
}
.menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

td, div, th {
	font-size: 11px;
}
.varer td, .varer th {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-align: left;
}
.varer th {
	background: #eae7d6;
}
.varer h1 {
	font-size: 11px;
	margin: 0px;
}
.varer a {
	font-weight: bold;
}
.leftmenu { text-decoration: none; }

#list_header ul {
	border-top: 2px solid #333;
	border-bottom: 2px solid #000;
	background: #333;
}

#list_items {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-top: -45px;
	padding: 0;
	list-style-type: none;
	background-color: #eee;
	font-size: 13px;
	height: 20px;	
}

#list_items li {
	float: left;
	margin: 0;
	display: block;
	padding-right: 5px;
	width: 125px;
	overflow: auto;
}

.list-heading{
	background-color: #7c869d;
}

.list-items{
	background-color: #eee;
}

.list-title{
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	height: 30px;
	color: #eee;
	padding: 8px;
	border: 0;
	text-align: center;
}

.list-item{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	height: 30px;
	padding: 8px;
	border: 0;
	color: black;
	text-align: center;
}
