body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: sans-serif, serif, arial, sans-serif, serif;
	
	font-size: 9pt;
	color: #000;
}

a {
	text-decoration: none;	
	border: none;
	color: #777;
	font-size: 8pt;
}
strong {
	color: #777;
}

h1 {
	position: relative;
	color: #000	;
	margin: 0 auto;
	padding-left: 5px;
	text-align: left;
	height: 16px;
	margin-top: 30px; 
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
}
h2 {
	position: relative;
	color: #fff;
	
	/*background-image: url(../images/menu-bar-large.gif);*/
	
	margin: 0 auto;
	padding-left: 5px;
	text-align: left;
	background-color: #000;
	height: 64px;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: normal;
}

form {
	padding-left: 10px;
	padding-right: 10px;
	font-family: sans-serif, serif, arial, sans-serif, serif;
}

select {
	padding-left: 10px;
	font-family: sans-serif, serif, arial, sans-serif, serif;
	font-size: 8pt;
	
}

input {
	padding-left: 10px;
	padding-right: 10px;
	font-family: sans-serif, serif, arial, sans-serif, serif;
	font-size: 8pt;
}	

textarea {
	padding-left: 10px;
	padding-right: 10px;
	font-family: sans-serif, serif, arial, sans-serif, serif;
	font-size: 8pt;
}	

p.content {
	position: relative;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	//top: 7px;
	font-size: 8pt;
	z-index: 0;
}

.menu-v {
	position: relative;
	margin: 0 auto; 
	float: left;
	text-align: center;
	padding: 2px;
	width: 100%;
	top: 10px;
	color: #000;
	z-index: 0;
}

.menu-v strong {
	color: #000;
}

.menu-v a:hover {
	color: #ff2314;
	font-size: 13pt;
	
}

.menu-h {
	position: relative;
	margin: 0 auto; 
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	top: 1px;
	color: #999;
	z-index: 1;
}

.menu-h strong {
	color: #fff;
}

.menu-h a:hover {
	color: #ff2314;
}

.collectie {
	position: relative;
	margin: 0 auto; 
	float: left;
	text-align: center;
	padding: 2px;
	width: 100%;
	top: 30px;
	color: #999;
	z-index: 0;
}

.collectie a:hover {
	color: #ff2314;
}

.nav-bar-location {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.nav-bar {
	position: relative;
	text-decoration: none;
	background-color: #fff;
	margin-left: 0px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 8pt;
	color: #000;
	z-index: 0;
}

.nav-bar a:hover {
	color: #ff2314;	
	font-weight: bold;
}

.red {
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	font-size: 8pt;
	color: #F01;
	font-weight: bold;
}

.green {
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	font-size: 8pt;
	color: #0a1;
	font-weight: bold;
}

.content_bold {
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	font-size: 8pt;
	color: #000;
	font-weight: bold;
}


.content_collection {
	margin: 0 auto;
	padding-left:10px;
	text-align: left;
	font-size: 8pt;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

.text_div {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	z-index: 0;
}

.collection_div {
	position: relative;
	margin-top: 20px; /*was 20 */
	margin-bottom: 10px;
	margin-left: 1px;
	text-align: center;
	width: 134px;
	height: 610px;
	float: left;
	z-index: -10;
}

.collection_img {
	position: absolute;
	margin-top: 15px;
	width:  134px;
	text-align: center;
	top: 100px;
	left: 0px;
	z-index: -10;
}

.collection_txt {
	position: absolute;
	margin-left: 0px;
	width: 134px;
	top: 43px;
	left:  0px;
	text-align: right;
	z-index: 0;
}

.collection_details {
	position: absolute;
	top: 21px;
	left: 43px;
	background-color: #fff;
	z-index: -1;
}

.collection_info {
	position: absolute;
	top: 270px;
	left: 0px;
	background-color: #eee;
	color: #000;
	width: 133px;
	height: 300px;	
	z-index: -10;	
	border-right: solid 1px #ddd;
	border-top: solid 1px #ddd;
}

.collection_info h1 {
	margin: 0 auto;
	text-align: left;
	padding-top: 5px;
	color: #000;


}

.collection_buttons {
	position: absolute;
	top: 2px; /*was zero */
	float: left;
	left: 0px;
	z-index: -1;
}

.collection_back {
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: 0;
	
}

.collection_popup {
   position: absolute; 
   top: 80px; /*was 80 */
   left: 220px;
   border: solid 2px;
   background-color: #fff
   padding: 25px;
   z-index: 10;
   visibility:hidden;
}

.spotlight_popup {
   position: absolute; 
   top: 20px; /*was 80 */
   left: -280px;
   border: solid 1px;
   background-color: #fff
   padding: 125px;
   z-index: 10;
   visibility:hidden;
}

/*CSS small cart settings */
#cart_c {
	position: relative;
	top: -5px;
}

/*CSS settings for site frame */
#background_frame {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 817px;
	z-index: 0;	
}

/*CSS settings for big banner */
#banner {
	position: absolute;
	/*background-image: url(../images/placeholder.jpg);*/
	background-color: #000;	 
	width: 640px;
	height: 426px;
	left: 0px;
	top: 36px; /* was 36 */
	z-index: -10;
}

/*CSS settings for shopping cart */
#shopping-cart {
	position: absolute;
	background-image: url(../images/winkelmandje.gif);
	width: 178px;
	height: 141px;
	left: 640px;
	top: 36px;
	z-index:-20;
}

/*CSS settings for side vertical menu */
#menu-v {
	position: absolute;
	/*background-image: url(../images/spotlight.gif);
	background-repeat: no-repeat; */
	background-color: transparent;	
	text-align: left;
	width: 178px;
	height: 285px;
	left: 640px;
	top: 183px;
	z-index: -10;
}

/*CSS settings for top horizontal menu */
#menu-h {
	position: absolute;
	opacity:.85;filter: alpha(opacity=85); -moz-opacity: 0.85;
	background-color: #000;
	text-align: left;
	width: 640px;
	height: 20px;
	top: 36px;
	left: 0px;
	z-index: 0;
}

/*CSS settings for left column */
#spotlight {
	position: absolute;
	background-image: url(../images/spotlight.gif);
	background-repeat: no-repeat;
	width: 178px;
	height: 280px;
	left: 640px;
	top: 183px;
	text-align: center;
	z-index:0;
}

#spotlight H1 {
	text-align: center;
	/*margin: 0px;*/
}

/*CSS settings for left column */
#left-c {
	position: absolute;
	width: 500px;
	top: 452px;
	left: 0px;
	z-index: -10;
}

/*CSS settings for right column */
#right-c {
	position: absolute;
	width: 316px;
	top: 452px;
	left: 501px;
	z-index: -10;
}

/*CSS settings for right column (shop) */
#left-c-shop {
	position: absolute;
	width: 817px;
	float: left;
	top: 482px;
	left: 0px;
	z-index: -10;
}

/*CSS settings for right column (shop)*/
#right-c-shop {
	position: absolute;
	width: 516px;
	top: 462px;
	left: 301px;
	z-index: -10;
}

/*CSS settings for logo banner on top of site */
#logo {
	position: absolute;
	background-image: url(../images/bc_logo_grey.jpg);
	text-align: left;
	height: 21px;
	width: 160px;
	top: 7px;
	left: 7px;
	z-index: -10;
}


	