html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	background: url(/images/back_image.gif) ;
  	font: 12px/16px "Georgia", "Times New Roman", Times, serif; /* "Lucida Grande", Verdana, Sans-serif; */
   	color: #ccc;
}

#background {
	background: url(/images/back.jpg) repeat-x center top;
 	padding: 0;
	margin: 0;
	width:100%;
}

#wrapper {
	background: url(/images/body.gif) repeat-y center top;
 	padding: 0;
	width:100%;
	text-align: center;
}
#header {
	background: url(/images/header.gif) no-repeat top center;
	vertical-align: top;
	padding-top: 0px;
	width: 100%;
	min-height: 500px;
}
#language {
	width: 850px;
	height:85px;
	background:url(/images/popshop_logo.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin: 0 auto;
	text-align: right;
	vertical-align: bottom;
}

#content {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	display: block;
	padding: 0px;

}

#footer {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 0px;
	background: url(/images/footer.gif) no-repeat center;
	width: 100%;
	height: 200px;
	text-align: center;
}

#leftcol {
	display: inline;
	clear: left;
	float: left;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	width: 200px;
}

#rightcol {
	display: inline;
	float: left;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	width: 200px;
}

#bodycol {
	float: left;
	margin: 0;
	margin-left: 10px;
	padding: 0px;
	width: 410px;
}

div .box {
	float: left;
	display: block;
	margin: 0;
	margin-bottom: 10px;
	padding: 5px;
	width: 190px;
	border-top: 1px #130000 solid;
	border-left: 1px #130000 solid;
	border-bottom: 1px #fc5050 solid;
	border-right: 1px #fc5050 solid;
	background-image:url(/images/back_content.gif);
	text-align: left;
}

.tablehead {font-family: Helvetica, Arial, sans-serif; font-size: 14px; color: #230000; font-weight: bold; }

#bodycol div.box {
	width : 400px;
	border-bottom: 1px #fc5050 solid;
	border-right: 1px #fc5050 solid;
} 

div .separate {
	clear: both;
	margin: 0 auto;
	padding: 0;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #d57300;
	max-width: 830px;
}
#price {
	margin: 5px;
	font-size:14px;
	float: right;
	font-weight: bold;
	color: #d57300;
	}

/* content layout */
h1, .name {
	clear: both;
	margin: 5px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #e89600;
	text-shadow:#130000 0 1px 1px;
	text-align: right;
/*	text-transform: uppercase; */
	}

h2 {
	margin: 0 0 10px;
	padding: 3px;
	clear: both;
/*	height: 25px;
	min-height: 25px; */
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bolder;
	color: #230000;
	text-align:left;
	text-shadow:#ffd986 0 1px 1px;
	text-transform: uppercase; 
	text-decoration: none;
	background-image:url(/images/back_title.gif);
	border-left:1px #2e0000 solid;
	border-top:1px #2e0000 solid;
	border-bottom:1px #e7bd70 solid;
	border-right:1px #e7bd70 solid;
	vertical-align: middle;
}

.name {
	font-size: 12px;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
	color: #e89600;
	height: auto;
	text-align:left;
	vertical-align:bottom;
}


h3 {
	margin: 0;
	font-size: 100%;
	color: #f00;
	}
h4 {
	margin: 0 0 .25em;
	color:#0000CC;
	}
p {
	margin: 0 0 .75em;
	display: block;
	}
br {
	/*clear: left;*/
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

li {
	margin: 10px;
	margin-left: 0px;
	padding: 0;
	list-style: url(/images/bullet.gif) ;
	}

a, li {
	border: none;
	text-decoration: none;
}

img {
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img.flag {
	margin: 2px;
	margin-left: 0px;
	margin-right: 10px;
	float: right;
	padding: 1px;
	border: 1px solid #fff;
}

img.frame  {
	margin: 5px;
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	padding: 5px;
	background-image:url(/images/back_image.gif);
	border-right:1px #130000 solid;
	border-bottom:1px #130000 solid;
	border-top:1px #fc5050 solid;
	border-left:1px #fc5050 solid;
}

img.wide {
	margin: 0;
	padding: 0;
}

img.icon {
	margin: 0;
	float: right;
}

img.miniicon {
 	margin: 0px;
	margin-top: 5px;
	float: none;
}

/* navigation */

#navigation ul
{
	margin: 10px;
	text-align: center;
	display: block;
	list-style: none;
	padding: 2px;
	border: 1px #000 solid;
	height: 20px;
	width: 820px;
	border-top: 1px #130000 solid;
	border-left: 1px #130000 solid;
	border-right: 1px #d5c9ba solid;
	border-bottom: 1px #d5c9ba solid;
	background-image:url(/images/navigation_back.gif);
}

#navigation li
{
	float:left ;
	margin: 0px;
	list-style: none;
	
}

#navigation li a
{
	margin: 0px;
	margin-left: 2px;
	height: 14px;
	padding: 2px;
	float: left;
	width: 94px;
	display: block;
	color: #d57300;
	border: none;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background: url(/images/navigation_back.gif);
	background-position:top center;
	
	border-top: 1px #d5c9ba solid;
	border-left: 1px #d5c9ba solid;
	border-right: 1px #130000 solid;
	border-bottom: 1px #130000 solid;

	
}

#navigation li a:hover
{
	background: url(/images/navigation_back.gif);
	background-position:top center;
	border-top: 1px #130000 solid;
	border-left: 1px #130000 solid;
	border-right: 1px #d5c9ba solid;
	border-bottom: 1px #d5c9ba solid;

}


/* Hide from IE5-Mac \*/
#navigation li a
{
	float: none;
	font-family: Verdana, Arial, sans-serif;
	text-transform:lowercase;
	font-weight:bolder;
	font-size: 12px;
	color: #230000;
	text-shadow:#af936f 0 1px 1px;
}

/* Link Styles
----------------------------------------------- */
a:link {
	color: #fff;
	text-decoration: none;
	}
a:visited {
	color: #fff;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
	}


a.band, a.band:visited {
	color: #bbb;
	text-decoration: none;
	border-bottom: 0px;
	position: relative;
	left: 15px;
}
a.band:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
	position: relative;
    /* geen verspringing voor links */
    left: 15px;
}

a.letter {
	color: #aaa;
	text-decoration: none;
	border-bottom: 0px;
	position:relative;
	left: 5px;
}



a:link img,
a:visited img,
a:hover img {
	border: 0;
	background: none;
	}
#logo a:hover,
a.img:hover {
	border-bottom: 0;
	}



a.name {
	text-decoration: none;
	border:none;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bolder;
	color: #e89600;
	text-align:left;
	text-shadow:#130000 0 1px 1px;
	background:none;
}
a.name:visited {
	color: #e89600;
	font-weight: bolder;
}
a.name:hover {
	color: #e7bd70;
	border:none;
	text-decoration: none;
	background:none;
}


/* FORMS AND ELEMENTS*/
label
{
	width: 120px;
	float: left;
	text-align: right;
	display: block;
	color:#FFFFFF;
	text-transform:uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	padding-right:10px;
	margin: 5px;
}


input, select, textarea {
	color: #ccc;
	margin: 5px;
	background: #230000;
	border: 1px solid #e89600;
	font-family:Georgia, "Times New Roman", Times, serif;
}

fieldset {
border: 1px solid #ccc;
padding: 0px;
}

legend {
background: #000;
border: 1px solid #ccc;
padding: 2px 6px
}