html
{	
	font: 12px/16px Arial, Helvetica, sans-serif;
	min-height: 100%;
	margin-bottom: 0.1px;
}

body
{
	background: url(../img/bg_page.jpg);
	height:100%;
	position:relative;
	color: #fff;
}

.unsichtbar,
.sef
{	position:absolute;
	top:-5000em;
	left:-5000em;
	overflow:hidden;
	text-indent:-5000em;
	margin: 0;
}

p {
	line-height: 16px;
}

/* 
	CONTAINER
*/
#container
{	position:relative;
	height:100%;
	
}

/* 
	HEADER/TITLE/BRANDING
*/

#branding
{
	background: url(../visuals/header.gif) no-repeat;
	height:160px;
	z-index:90;
	position:relative;
}

#branding h1
{	
	overflow:hidden;
	margin:0 auto 0 auto;
	position:relative;
	top:24px;
	font-weight: bold;
	display: none;
}

#headline
{
	background-repeat:repeat-x;
}
#headerbar
{	width:760px;
	margin:0 auto;
	position:relative;
	top:0;
}
#headerbar p
{	margin:0;
	padding:0;
}
#headline img.metabild
{   margin-top:0;
}


/* 
	NAVIGATION
*/
#navwrap
{
	padding: 3px 0 0 0px;
}

#navigation
{
	background: url(../img/bg_nav1st.jpg) repeat-x;
	height: 17px;
	padding: 5px 0 0 20px;
	width: 760px;
}
#navigation2
{
	background: url(../img/bg_nav2nd.jpg) repeat-x;
	height: 17px;
	border-bottom: 2px solid #000000;
	padding: 3px 0 0 0px;
	width:780px;
}

#navigation ul {
	display: inline;
}

#navigation li {	
	float: left;
}

#navigation li a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	display:block;
	padding: 0 5px;
	text-transform: uppercase;
}

#navigation li.active a {
	color: #ffdd00;
}

#navigation li a:hover {
}
#navigation ul li, #navigation ul {
	display: inline !important;
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
}
#navigation ul li a, #navigation ul li a {
	color: #fff;
}
.nav3rd {
	display: none;
}
#navigation ul li {
	display: inline;
}
#navigation a {
	text-indent: -5000px;
	display: block;
	float: left !important;
	margin: -5px 0 0 0;
	height: 20px;
}

a#News {
	background: url(../img/nav/news.png) no-repeat;
	background-position: 0 -20px;
	width: 40px;
}
a#News:hover {
	background: url(../img/nav/news.png) no-repeat;
	background-position: 0 0;
	width: 40px;
}
a#Artists {
	background: url(../img/nav/artists.png) no-repeat;
	background-position: 0 -20px;
	width: 59px;
}
a#Artists:hover {
	background: url(../img/nav/artists.png) no-repeat;
	background-position: 0 0;
	width: 59px;
}
a#Media {
	background: url(../img/nav/media.png) no-repeat;
	background-position: 0 -20px;
	width: 48px;
}
a#Media:hover {
	background: url(../img/nav/media.png) no-repeat;
	background-position: 0 0;
	width: 48px;
}
a#Merch {
	display: none;
}
a#Merch:hover {
	display: none;
}
a#Skins {
	background: url(../img/nav/skins.png) no-repeat;
	background-position: 0 -20px;
	width: 48px;
}
a#Skins:hover {
	background: url(../img/nav/skins.png) no-repeat;
	background-position: 0 0;
	width: 48px;
}
a#Shop {
	background: url(../img/nav/shop.png) no-repeat;
	background-position: 0 -20px;
	width: 35px;
	margin-right: 0 !important;
}
a#currentShop, a#Shop:hover {
	background: url(../img/nav/shop.png) no-repeat;
	background-position: 0 0;
	width: 35px;
	margin-right: 0 !important;
}
a#Forum {
	background: url(../img/nav/forum.png) no-repeat;
	background-position: 0 -20px;
	width: 46px;
}
a#Forum:hover {
	background: url(../img/nav/forum.png) no-repeat;
	background-position: 0 0;
	width: 46px;
}
a#Kontakt {
	background: url(../img/nav/kontakt.png) no-repeat;
	background-position: 0 -20px;
	width: 64px;
}
a#Kontakt:hover {
	background: url(../img/nav/kontakt.png) no-repeat;
	background-position: 0 0;
	width: 64px;
}
a#Releases {
	background: url(../img/nav/releases.png) no-repeat;
	background-position: 0 -20px;
	width: 71px;
}
a#Releases:hover {
	background: url(../img/nav/releases.png) no-repeat;
	background-position: 0 0;
	width: 71px;
}
a#Dates {
	background: url(../img/nav/dates.png) no-repeat;
	background-position: 0 -20px;
	width: 43px;
}
a#Dates:hover {
	background: url(../img/nav/dates.png) no-repeat;
	background-position: 0 0;
	width: 43px;
}
a#Supporter {
	background: url(../img/nav/support.png) no-repeat;
	background-position: 0 -20px;
	width: 79px;
}
a#Supporter:hover {
	background: url(../img/nav/support.png) no-repeat;
	background-position: 0 0;
	width: 79px;
}

/* 
	CONTENT
*/
#content {
	width: 530px;
	min-height: 550px;
	margin: 10px 0 0 0;
	padding: 20px;
}
*html #content {
	width: 530px;
	height: 550px;
	margin: 10px 0 0 0;
	padding: 20px;
}
#mainbody {	
	margin: 0;
	padding:0;
}
#mainbody h1,
#mainbody h2 {
	font-weight: bold;
	padding: 0 0 8px 0;
}

#mainbody a {	
	color: #ffdd00;
}

#mainbody h3 { 
    padding: 0;
    margin: 0;
    color:#ffdd00;
	text-transform: none;
}
#mainbody h4
{	margin: 0;
	color:#ffdd00;
}

#mainbody p {
	margin:20px 0 0 0;
	line-height: 16px
}



/* 
	TABLES
*/

#mainbody table
{
 	border:2px solid #444444;
    border-collapse:collapse;
	margin: 30px 0 0 0;
	padding: 0;
}
#mainbody table th
{  
 	border:2px solid #444444;
    padding:5px 8px 5px 8px;
    text-align:center;
    color:#FFFFFF;
}
#mainbody table th.head
{	font-weight:bold;
}
#mainbody table .inforow th
{	background:none;
	color: #ffffff;
	text-align:right;
}
#mainbody table td
{
 	border:2px solid #444444;
    padding:5px 8px 10px 8px;
}
#mainbody table td.last
{	text-align:right;
}



/* 
	MINIBASKET
*/
div.minibasket
{	
/*	background: url(../_img/basket.gif) no-repeat;
	background-position: 0px -3px;
*/	color:#FFFFFF;
}

div.minibasket h4 {
}

div.minibasket a {
	color: #ffdd00 !important;
	line-height: 16px;
}

/* 
	SIDENAV
*/
#sidenav
{	position: absolute;
	right: 0;
	top: 180px;
	width: 202px;
	padding: 0;
}
#sidenav h4
{	background-image:url(../_img/navbg.jpg);
	background-color:#333333;
	background-position:bottom left;
	padding: 5px;
	color:#FFFFFF;
	text-align:left;
	border-top:1px solid #ffdd00;
	border-bottom:1px solid #ffdd00;
	margin: 30px 0 10px 0;
	font-size:0.9em;
	font-weight:bold;
}
#sidenav a
{	color:#333333;
}


/*
	MINILOGIN
*/
#sidenav .minilogin form
{	padding:0 0 5px 0;
}
#sidenav .minilogin p
{	padding:0 0 5px 0;
	text-align:left;
	font-size:0.9em;
}
#sidenav .minilogin p a {
	color: #ffdd00; 
}

#sidenav .minilogin form input
{	margin:0 0 5px 0;
}

/*
	BREAD
*/
#bread
{	padding:5px 0 5px 0;
	margin:10px 0 0px 0;
	font-size:0.86em;
}
#bread img
{	margin:0 8px 0 8px;
}
#bread a
{	color:#ffdd00;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}



/*
	CATEGORY PAGE
*/
#page-category h1,
h1 {
	font-size:1.8em;
	color:#ffdd00;
	margin: 0 0 30px 0;
}
#page-category .product,
.product
{	border:2px solid #444444;
	width:500px;
	min-height: 120px;
	padding: 5px;
	margin: 0 10px 20px 0 !important;
	overflow:hidden;
	position: relative;
}
#page-category .catEmpty
{	padding:20px 0px 30px 0px;
	text-align:left;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	margin: 5px 0 !important;
	padding:0 !important;
	color: #ffdd00;
}
#page-category .product h2,
.product h2 {
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	margin: 5px 0 !important;
	padding:0 !important;
	color: #ffdd00;
}
#page-category .product h2 a,
.product h2 a
{	text-decoration:none;
	color: #ffdd00;
}
#page-category .product table,
#page-category .product table tr,
#page-category .product table tr td,
.product table,
.product table tr,
.product table tr td
{	text-align: left;
	vertical-align:top;
	padding: 2px !important;
	border: none !important;
	margin: 0 !important;
}
#page-category .product a,
.product a
{	width:100%;
	display:block;
}
#page-category .product img,
.product img {	
	margin:0 !important;
	border: 2px solid #444;
}

#page-category .product h4,
.product h4
{	font-weight:bold;
	margin: 0 !important;
}
#page-category .product p,
.product p {	
	margin: 0 !important;
	line-height: 18px !important;
}
#page-category .product p.price,
.product p.price {	
	background: #ffdd00;
	border-left: 2px solid #444;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	color: #000000;
	font-weight: bold;
	text-align:center;
	padding: 4px auto !important;
}
#page-category .product .shortdesc,
.product .shortdesc {	
	margin: 10px 0 20px 10px !important;
}
#page-category .product strong,
.product strong {
	font-weight: bold;
	color: #ffdd00;
}
#page-category .metatext
{	padding: 20px 0 30px 0;
}


/*
	PRODUCT PAGE
*/
#shopPage-p {
}
#shopPage-p h1 {
	font-size:12px;
	margin: 0 0 10px 0;
	color:#22211D;
}
#amount
{	width:32px;
}
#prodimage {
	float:left;
	margin: 2px 20px 0 2px;
}
#prodimage img{
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
}
.desc h3
{	font-weight:bold;
	font-size:1em;
	padding:10px 0 0 0;
}
.proddetails
{	margin: 0 20px 0 0;
	border: 2px solid #444;
	padding: 20px 0;
}
.p-price
{	text-align:left;
	margin: 10px 10px 10px 0;
	padding: 20px 0 30px 0;
	color:#ffdd00;
}
.priceinfo
{	clear:left;
	color:#666666;
	font-size:0.76em;
	text-align:right;
	margin:30px 0 0 0;
	border-top:1px solid #ffdd00;
	padding:10px 20px 0 0;
}
#prodthumbs
{	text-align:center;
}
#prodthumbs img
{	margin:10px 20px 0 10px;
}

#shopPage-p p.pager
{	clear:left;
	text-align:center;
	padding:20px 0 0px 0;
}
#shopPage-p p.pager a
{	text-decoration:none;
	font-size:0.86em;
	font-weight:bold;
	margin:0 20px 0 20px;
	color:#ffdd00;
}
#shopPage-p p.pager a:hover
{	color: #ffffff;
}
#shopPage-p .variations h3
{	font-weight:bold;
	padding:15px 0 7px 0;
	display:block;
}
#shopPage-p .variations p.prodopt
{	margin:0 0 10px 30px;
	font-size:0.9em;
}
#shopPage-p .variations p.prodopt input
{	margin:0 10px 0 0;
}
#shopPage-p p.calcPrice
{	margin:30px 0 20px 0;
	font-weight:bold;
}
#shopPage-p p.calcPrice span
{	font-weight:normal;
}

/*
	SHOP NAVIGATION
*/

/*level1*/
#sidenav .categories ul
{	border-top:1px solid #ffdd00;
}
#sidenav .categories li
{	text-align:left;
	background-color:#ffffff;
	padding:3px 4px 1px 4px;
	border-bottom:1px solid #ffdd00;
	font-size:0.9em;
}
#sidenav .categories li a
{	color:#000000;
	text-decoration:none;
	display:block;
	text-align:left;
	padding:2px 2px 3px 2px;
}
#sidenav .categories li a:hover
{	color:#444444;
font-weight: bold;
}
#sidenav .categories li.active a
{	font-weight:bold;
}
/* reset level 2*/
#sidenav .categories li li
{	background-color:#ffdd00;
	border-bottom:1px solid #ffdd00;
	font-weight:normal;
	padding:0;
}
/* level 2 */
#sidenav .categories li ul
{	margin-bottom:10px;	
}
#sidenav .categories li li
{	font-size:1em;
}
#sidenav .categories li li a
{	color: #444444;
	text-align:left;
}
#sidenav .categories li li a:hover
{	background-color:#444444 !important;
	color: #ffdd00;
	background-image:none;
}
#sidenav .categories li.active li.active a
{	background-color:#444444;
	color: #ffdd00;
	font-weight:bold;
}

/* level 3 */
#sidenav .categories li li li
{	font-size:0.9em;
}
#sidenav .categories li li li a
{	color:#333333;
	padding:2px;
}
#sidenav .categories li.active li.active li a
{	background-color:#FFFFFF;
}
#sidenav .categories li.active li.active li.active a
{	background-color:#F0F0F0;
}
#sidenav .categories li li li a:hover
{	background-color:#F0F0F0;
}


/*
	SHOP MENÃ
*/
div#shopnav
{	margin:10px 0 30px 0;
	padding:20px 10px 10px 10px;
	border-top:1px solid #ffdd00;
}
div#shopnav ul
{	text-align:left;
	font-size:0.9em;
}
div#shopnav li
{	padding:0 0 10px 0;
}
div#shopnav ul li a {
	color: #ffdd00;
}


/*
	ACCOUNT
*/
#page-account-update table
{	width:100%;
}
#page-account-update td
{	text-align:center;
}
tr.order_OPEN td
{	background-color:#FFFFE8;
}
tr.order_PROCESS td
{	background-color:#B9FFCB;
}
tr.order_FRAUDULENT td
{	background-color:#FFCAB8;
}
tr.order_SENT td
{	background-color:#CAFFF4;
}
tr.order_CANCELLED td
{	background-color:#FFCAB8;
}

#page-account-update .order
{	padding:0 0 0 30px;
}

#page-account-update div.orderdetails h3
{	padding:10px 0 10px 0;
}
#page-account-update div.orderdetails pre
{	white-space:pre;
	font-size:0.65em;
	font-family:"Monaco","Lucida Console","Courier New",monospace;
	overflow:auto;
	border:1px solid #ffdd00;
	padding:10px;
	margin:0 0 30px 0;
}





/*
	WARENKORB
*/
#page-basket strong
{	font-weight:bold;
	font-size:0.9em;
}
#page-basket table
{	width:520px;
	clear:left;
}
#page-basket table td
{	font-size:0.9em;
}
#page-basket input.button
{	margin-top:15px;
}
div.addresses
{	float:left;
	width:600px;
	margin:15px 0 0 0;
}
div.addresses h3
{	font-weight:bold;
	font-size:0.9em;
}
div.addresses div
{	float:left;
	margin:0 40px 0 0;
}
div.addresses input
{	margin:20px 0 0 0;
}



/* 
	FORMS
*/
/* Formulare */

form.formation
{	margin: 15px 0 20px 0;
	padding: 0;
	font-size:0.8em;
	width:98%;
}


form.formation fieldset
{	border: none;
	padding: 0;
	float:left;
	width:100%;
	margin:0 0 20px 0;


}


form.formation legend
{	font-weight: bold;
	font-size: 1.15em;
	padding: 0 5px 0 0;
	margin-left: -5px;
	background-color: transparent;
	color: #878376;
}
form.formation label 
{	width:9em;
	float:left;
	margin:0.2em 0 0.6em 0;
}
form.formation h3
{	font-size:1em;
	margin:20px 0 10px; 0;
}

form.formation p.radio,
form.formation p.checkbox
{	width:9em;
	float:none !important;
	margin:0.2em 0 0.6em 0;
	font-size: 1em;
	color: #000000;
}

form.formation label.radio,
form.formation label.checkbox
{	float: none;
	margin:0 0 5px 5px;
	width: auto;
}

form.formation input.radio,
form.formation input.checkbox
{	float: left;
	width: auto;
	margin: 0 0.4em 8px 0;
	border: none;
	background:none;
}

div.checkset,
div.radioset
{	margin-bottom: 10px;
	margin-left:9em;
}
			

form.formation input,
form.formation select, 
form.formation textarea 
{	float:left;
	margin:0.3em 5px 0.6em 0;
	padding: 2px;
	border: 1px solid #ffdd00;
	background-color: #f8f8f8;
	font-family:Arial, sans-serif;
	font-size:1.07em;
}
			
form.formation input.text
{	background:none;
	background-color:#FFFFFF;
}
		
form.formation input.text,
form.formation input
{	margin-top: 0;
	width: 70%;
}

form.formation textarea 
{	width: 70%;
	height:140px;
}
form.formation input.button,
form.formation input.submit
{	width:150px;
}

/* search box */
#rexsale_search
{	background-image:url(../_img/navbg.jpg);
	background-color:#333333;
	background-position:bottom left;
	padding:5px 13px 6px 13px;
	color:#FFFFFF;
	text-align:center;
	border-top:1px solid #ffdd00;
	border-bottom:1px solid #ffdd00;
	margin:30px 0 10px 0;
	font-size:0.9em;
	font-weight:bold;
}
#rexsale_search input
{	margin-top:4px;
	margin-bottom:4px;
}