body {
	background: black;
	color: #ffe400;
	font-family: verdana, arial, sans-serif;
	text-align: left;
}

a { color: #ffe400; }
a:hover { color: #f0b300;}

li, ul, div {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#menu {
	position: relative;
	height: 400px;
	width: 150px;
	margin-bottom: -400px;
	top: 0px;
	left: 0px;
	z-index: 30;
}

#main {
	position: relative;
	height: 400px;
	width: 650px;
	margin-left: 210px;
	top: -55px;
	left: 0px;
	z-index: 10;
}

#footer {
	position: relative;
	height: 20px;
	width: 650px;
	margin-left: 210px;
	top: -30px;
	left: 0px;
	z-index: 12;
}

#footer a {
	text-decoration: none;
	font-size: 12px;
	font-family: courier, fixed, monospace;
}

#placeholder {
	margin: auto;
	width: 900px;
	height: 600px;
	background: url(../images/background.jpg);
}

#hej {
	z-index: 31;
	top: 20px;
	left: 20px;
	position: relative;
	display: none;
}

#logo {
	z-index: 31;
	top: 450px;
	left: 480px;
	top: 30px;
	left: 30px;
	margin-bottom: 20px;
	position: relative;
}

#menu ul, #top_menu ul {
	list-style: none;
}

#menu ul, #top_menu ul {
	margin-top: 40px;
	margin-left: 30px;
}

#menu li {
	border-bottom: 1px solid #f0b300;
	border-top: 1px solid #f0b300;
	margin-bottom: 3px;
	font-size: 13px;
	width: 150px;
	padding: 3px;
}
#menu a, #top_menu a {
	text-decoration: none;
	color: #ffe400;
}
#menu a {
	display: block;
	width: 144px;
}

#menu li:hover, #menu a:hover{
	background: #ffe400;
	color: black;
}
#top_menu ul {
	position: relative;
	top: -135px;
	left: 710px;
	font-size: 13px;
	height: 60px;
	margin-bottom: -60px;
}

#top_menu li {
	display: inline;
}

#cart_icon {
	margin-bottom: -4px;
	margin-right: 4px;
}

#club_icon {
	margin-bottom: -5px;
	margin-right: 2px;
}

#list {
	margin-left: 30px;
}

#content {
	width: 660px; height: 420px; overflow: auto;
}

#print {
	background: url(/images/printer2.png) no-repeat;
	width: 48px;
	height: 48px;
	border: none;
	behavior: url(style/iepngfix.htc);
	position: absolute;
	top: 15px;
	right: 15px;
}
