@charset "utf-8";
/* CSS Document */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	}
	
	
.clearAll {
	clear:both;
	}	
	
	
/* layers */

#wrap {
	width:960px;
	margin:auto;
	background:url(../images/back_stripes.gif);
	}

#header {
	background-color:#FF4400;
	height: 45px;
	Overflow: hidden;	
}
	
#header_sitewide {
	float:right;
	padding: 0;
	color:#FFFFFF;
	font-size: 10px;
	}	
	
#header_sitewide a {
	text-decoration: none;
	color:#FFFFFF;
}
	
#gradient {
	background:url(../images/gradient.gif) repeat-x scroll 0 0;
	width: 960px;
	height: 10px;
	padding: 0 0 6px 0;
}
body.iframe #gradient, body.iframe #wrap{
	width: 980px;
}

/* navigation added */

#navigation {
	background-color:#000000;
	padding-left:10px;
	padding-right:10px;
	width: 940px;
	height: 26px;
	position: relative;
	z-index: 30;
}
#navigation a{
	background-repeat:no-repeat;
	display:block;
	float:left;
	height: 25px;
	position: relative;
	z-index: 30;
}
#navigation .slash{
	background-image:url(../images/slash.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width: 13px;
	height: 25px;
	position: relative;
	z-index: 30;
}
body.iframe #navigation {
	width: 960px;
}

#english a{
	background-image:url(../images/english.gif);
	width: 59px;
}
#contactinfo a{
	background-image:url(../images/contactinfo.gif);
	width: 190px;
}
#contactinfo a:hover{
	background-image:url(../images/contactinfoh.gif);
}

body.en #contactinfo a{
	background-image:url(../images/contactinfo_uk.gif);
	width: 190px;
}
body.en #contactinfo a:hover{
	background-image:url(../images/contactinfoh_uk.gif);
}
 

#dutch a{
	background-image:url(../images/dutch.gif);
	width: 48px;
}

#home a {
	background-image: url(../images/home.gif);
	width: 43px;
}

#home a:hover {
	background-image: url(../images/homeh.gif);
}

.dpnone{
	display:none;
}



/* / navigation */	


#shop_container {
	/*margin: 5px 0 0 0;*/
	padding: 0 10px 0 10px;
	background:url(../images/content_background.gif) repeat-y;
	}
	
	
#shop_container_two {
	/*margin: 5px 0 0 0;*/
	padding: 0 10px 0 10px;
	background:url(../images/content_background2.gif) repeat-y;
	}	
	

#shopcolum_left {
	float: left;
	background-color:#FFFFFF;
	width: 306px;
	margin: 0 11px 0 0;
	/*height: 970px;*/
	}
	
	
#shopcolum_double {
	float: left;
	width: 623px;
	margin: 0;
	/*height: 970px;*/
	}	

#shopcolum_middle {
	float: left; 
	background-color:#FFFFFF;
	width: 306px;
	margin: 0 11px 0 0;
	}
	
#shopcolum_right {
	float: left; 
	background-color:#FFFFFF;
	width: 306px;
	/*height: 970px;*/
	}
	
	

	
#shopcolum_intro {
	background:url(../images/back_stripes.gif) repeat-x bottom #FFFFFF;
	padding: 10px 20px 30px 20px;
	font-size: 11px;	
	
}	 


#shopcolum_intro h4 {
	color:#FF4400;
	font-size:13px;
	padding: 10px 0 0 0;
	margin: 0;
	}

#shopcolum_intro p {
	color:#FF4400;
	}
		
#shopcolum_detail {
	float: left;
	width: 623px;
	margin: 0 11px 0 0;
	background-color:#FFFFFF;
	}
	
#item_detail {
	padding: 20px;
	font-size: 11px; 
	background-color:#FFFFFF;
}

#item_detail a {
	color:#FF4400;
}

#item_archive {
	padding: 0 20px 20px 20px;
	font-size: 11px; 
	background-color:#FFFFFF;
}


#footer {
	margin: 10px 10px 0 10px;
	padding:  10px 10px 10px 20px;
	background-color:#FFFFFF;
	font-size: 11px;}

#footer a {
	color: #FF4400;
	text-decoration:none;
	}
	
	
#footer a:hover {
	color: #000000;
	text-decoration:none;
	}
	
	
.clear_bottom {
	clear:both;
	height: 20px;
	}	




.shop_item {}


h3.item_title  {
		text-transform:uppercase;
		font-size: 13px;
		padding: 0 0 5px 0;
		margin: 0;
		color: #FF4400;

		}	
		
h2.item_title  {
		text-transform:uppercase;
		font-size: 18px;
		padding: 0 0 5px 0;
		margin: 0;
		color: #FF4400;

		}		
		

.item_image {
	/*float:left;*/
	border: 1px dotted #FF4400;
	margin: 0 0 10px 0;
/*	position:relative;*/
	}

.item_txt {
	padding: 0 0 15px 15px;
/*	position:relative;*/
	}
	
.item_txt p {
	margin: 0;
	padding: 5px 0 5px 0;
	}	
	
	
.item h4 {
	margin: 0;
	padding: 0;
	}	
	
.item p {
	margin: 0;
	padding: 0 0 10px 0;
	}		
	
.item_image_block {
	margin: 0 15px 15px 0;
	float:left;
/*	position:relative;*/
	}	
	
	
.item_image_block_right {
	width: 190px;
	}
	
	
	
	
.bestel_item {
	background-color:#00CCFF;
	text-transform:uppercase;
	color:#FFFFFF;
	float:right;
	padding: 3px;
	font-weight:bold;
		position:relative;
	}	
	
.bestel_item a {
	color:#FFFFFF;
	text-decoration:none;
	}	
	
.bestel_item_archive {
	
	text-transform:uppercase;
	color:#FFFFFF;
	padding: 3px;
	background-color:#00CCFF;
	font-weight:bold;
	text-align:center;
	margin: 10px 0 0 0;
	}	
	
.bestel_item_archive a {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 11px;
	}
	
	
	
.bestel_item_uitverkocht {
	background-color:#CCCCCC;
	text-transform:uppercase;
	color:#000000;
	padding: 3px;
	font-weight:bold;
	text-align:center;
	}	
/*	
.bestel_item_uitverkocht a {
	color:#000000;
	text-decoration:none;
	}	*/
	

/* styles */

	
	
.shop_item_shirt, 
.shop_item_shirt_double {
	padding: 0 20px 20px 20px;
	/**/
	}
	

	
	
	
.shop_item_shirt_double_bottom {
	background:url(../images/bottom_stripes.gif) bottom repeat-x;
	height:5px;
	clear:both;
}

.shop_item_shirt_archive {
	background:url(../images/bottom_stripes.gif) bottom repeat-x;
	height:5px;
	clear:both;
	margin: 0 0 10px 0;
}


.shop_item_image img {
	border: 1px dotted #FF4400;
	}
	
.shop_item_txt {
	font-size: 11px;
	padding: 5px 0 10px 0;
	background:url(../images/bottom_stripes.gif) bottom repeat-x;
	}
	
	
.shop_item_txt h3,
.shop_item_txt_small h3 {
		text-transform:uppercase;
		font-size: 11px;
		padding: 0;
		margin: 0;
		}
		
.shop_item_txt h3 a,
.shop_item_txt_small h3 a {	
		text-decoration: none;
		color:#000000;
		}
		
.shop_item_txt h3 a:hover,
.shop_item_txt_small h3 a:hover {	
		text-decoration: none;
		color:#FF4400;
		}			
		
		
.shop_item_txt_small {
	font-size: 11px;
	padding: 0 0 10px 0;
	}	


.read_more {
	display:block;
	color:#FF4400;
	text-decoration:none;
	text-align:right;
	padding: 0 15px 0 0;
	background:url(../images/read_more_bullet.gif) no-repeat right;
	}
	
.read_more:hover {
	color:#000000;
	background:url(../images/read_more_bullet_hover.gif) no-repeat right;
	}	




.about_more {
	display:block;
	color:#FF4400;
	text-decoration:none;
	/*text-align:right;*/
	padding: 5px 0 5px 0;
	font-weight:bold;
	}
	
	
.about_more a {
	color:#FF4400;
	text-decoration:none;
	padding: 0 15px 0  0;
	text-transform:uppercase;
	background:url(../images/read_more_bullet.gif) no-repeat right;	
	}
	
.about_more a:hover {
	color:#000000;
	background:url(../images/read_more_bullet_hover.gif) no-repeat right;
	}	



.archive {
	font-size: 11px;
	margin: 5px 20px 10px 20px;
	background:url(../images/bottom_stripes.gif) bottom repeat-x;
	padding: 0 0 10px 0;
	}


h3.shop_item_title  {
		text-transform:uppercase;
		font-size: 13px;
		padding: 0 0 5px 0;
		margin: 0;
		color: #FF4400;
		}

.shop_item_small {
	float:left;
	width: 130px;
}
		
.first {
	padding: 0 5px 0 0;
}
		
		
	
	
h2 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	margin: 0px 0px 5px 0px;
	padding: 15px 0 15px 20px;
}
	
	

	
	
#shopcolum_full {	
	background-color:#FFFFFF;
	width: 940px;
	margin: 0 11px 0 0;
	height: 970px;
	}
	
body.iframe #shopcolum_full{
	width: 960px;
}

form {
	margin: 0;
	padding: 0;
}
	
#mailing_list {
	padding: 20px;
	font-size: 11px;
	background:url(../images/back_stripes.gif) repeat-x;
	clear: both;
	}	
	
#mailing_list h3 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	margin: 0px 0px 5px 0px;
	padding: 5px 0 0 0;
	color:#FF4400;
}	
	


#mailing_list label {	
	float: left;
	width: 60px;
	}
	
#mailing_list input {
	display: block;
	margin: 4px 0 0 0;
	
	}	

.mailinglist_field {
}
	
.mailinglist_field input {
	width: 195px;
	border: 1px #000000 solid;
	}	

.submitbutton {
	display: block;
	text-align:right;
	padding: 0 5px 0 0;
	background-color:#CCCCCC;
	margin: 0 0 20px 0;
	}
	
.submitbutton input {
	background-color:#FF4400;
	border: 1px #FF4400 solid;
	padding:2px;
	color:#FFFFFF;
	font-size: 10px;
	font-weight:bold;
	text-transform:uppercase;
	float:right;
	}	
	
	
/*------------------------------------
Begin Expand-collapse
--------------------------------------*/

.SpotlightBox {
	display: block;
	float:left;
	width: 440px;
	}

h3.trigger {
	padding: 0 15px 0 0;
	margin: 0 0 5px 0;
/*	height: 30px;*/
/*	line-height: 30px;*/
/*	width: 220px;*/
	font-size: 10px;
	font-weight: bold;
/*	float: left;*/
	color: #FF4400;
	cursor:pointer;
	text-align:right;
	text-transform:uppercase;
	background: url(../images/arrow-down.gif) no-repeat 100% 50% transparent;
}

h3.trigger.active {
	color: #666666;
	background: url(../images/arrow-up.gif) no-repeat 100% 50% transparent;
}

h3.trigger a {
	text-decoration: none;
	display: block;
}



.toggle_container {
	margin: 0;
	padding: 0 0 15px 0;
/*	overflow: hidden;*/
	/*width: 225px;*/
	/*clear: both;*/
	
}

.toggle_container a {
	color: #FF4400;
	text-decoration:none;
}
/* Toegevoegd 29-09-2009 Sam en coen */


#shopcolum_right a.normal {
	display:block;
	color:#FF4400;
	text-decoration:none;
	padding: 0 15px 0 15px;
	background:url(../images/read_more_bullet.gif) no-repeat left;
	margin: 0 0 0 15px;
	font-size: 11px;
	}	
	
#shopcolum_right p,
#shopcolum_middle p,
#shopcolum_left p{
	margin: 0;
	}	
	
#shopcolum_middle a.normal {
	display:block;
	color:#FF4400;
	text-decoration:none;
	padding: 0 15px 0 15px;
	background:url(../images/read_more_bullet.gif) no-repeat left;
	margin: 0 0 0 15px;
	font-size: 11px;
}

#shopcolum_left a.normal {
	display:block;
	color:#FF4400;
	text-decoration:none;
	padding: 0 15px 0 15px;
	background:url(../images/read_more_bullet.gif) no-repeat left;
	margin: 0 0 0 15px;
	font-size: 11px;
}
	
