body {
	text-align: center;
	margin-top: 0px;
	background: #f2f1f1;
}
.select {
	position: absolute;
	width: 300px;
	height: 21px;
	padding: 0px 0 0 4px; margin: 4px;
	color: #000;
	font: normal 12px Arial, sans-serif; 
	border: 1px solid #d9d8d8;
	background: #FFF;
	overflow: hidden;
}
/*********** General ***********/

body,tr,th,td,input,select,textarea {
	font: normal 12px Arial, sans-serif;
}


ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 25px;	
}


a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#leftcol a, #rightcol a {
	text-decoration: none;
}
#leftcol a:hover, #rightcol a:hover {
	text-decoration: underline;
}

#topbackgroundrepeat {
	background: url(../../images/topbackgroundrepeat.gif) repeat-x 0px 0px;
}

/*********** End: General ***********/




/*********** Global additional classes ***********/

.f-left {
	float: left;
}
.f-right {
	float: right;
}
.clear {
	 padding-top: 5px;
}
.hidden {
	display: none;
}
.bold, strong {
	font-weight: bold;
}

.RegSectionTitle {
	COLOR: #000;

	FONT-WEIGHT: bold;
	padding-top: 10px
}
/*********** End: Global additional classes ***********/



/*********** Layout ***********/

/* container */
#container {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background: url(http://www.sammen.nl/shop/hoofd/rotate.php) no-repeat top right #f2f1f1;
}
/* header */
#header {
	
}
/* logo */
#top2 { width: 100%; height: 120px;
}
.logo {
	width:290px;
	padding-left: 16px; padding-top: 8px;
}
	/*#logo h1 {
		text-indent: -999em;
		background: url(../../images/logo.jpg) no-repeat bottom left;
		width: 500px;
	}*/
	#logo h1 a {
		display:block;
		overflow:hidden;
		height:100%;
	}
	
	#logo img {
		padding-top:10px;
		padding-left:20px;
		width: 280px;
	}
#search{
	float: left;
	margin-left: 16px; margin-top: 10px; margin-bottom: 10px;
	background: url('../../images/search.gif') no-repeat left;
	width:174px;
	height:34px;
	font-size: 13px;
}

#search input{
	margin-left:5px;
	margin-top:9px;
	background: none;
	border:0px;
	width: 135px; height: 16px;

}
#top3 {
	float:right; padding-right: 5px; padding-top: 30px; width: 174px;
}
/* topmenu */
#topmenu {	padding-top: 5px; height: 21px;
	background: url('../../images/topbackgroundrepeat.gif') repeat-x 0px 0px;
}
	#topmenu ul li {
		float: left;
		padding-left: 2px;
	}
	#topmenu ul li a {
		padding: 0px 5px;
		/* background-color: #e0e0e0; 
		background: url('../images/tab_bg.gif') repeat-x;	*/
		color: #fff;
		font-size:11px;
		text-decoration: none;
	}
	#topmenu ul li a:hover {
		/* background-color: #ff8f00; */
		/* color: #fff; */
	}
#topmenu2 { height: 50px;
}
/* navbar */
#navbar {
	height: 20px;
	padding: 5px 10px;
	background-color: #e0e0e0;	
	background: url('../images/head_linebg.gif') repeat-x;
	border: 1px solid #cb480c;
}



#langselect {
	float: right;
}

/* main area */
#main-wrapper {

}
#main {
	clear: both;
	margin: 10px 0 0 0;
}

#breadcrumbs {
	clear: both;
	/* text-transform: lowercase; */
	margin: 5px 0 0 160px;
	font-size: 10px;
	font-weight: normal;
} 


/* columns */
#leftcol {
	float: left;
	width: 171px;
	padding-left:19px;
}

#rightcol {
	float: left;
	width: 171px;
}

/* menu blocks */
.menublock {
	margin: 0 0 6px 0;
	line-height: 14px;
}
	.menublock h4 {
		/* background-color: #e0e0e0; */
		background: url('../../images/menutitle.gif') no-repeat;
		height: 27px;
		padding: 0 10px;
		line-height: 27px;
		color: #fff;
		font-family: Stag2;
		font-size: 14px;
		letter-spacing: 1pt;
	}
	.menublock h4 img {
		vertical-align: middle;
	}
.menucontent {
	padding: 5px 5px 10px 5px;
	background: url(../../images/menu_bg.png) top repeat-x;
}
	.menucontent ul {
		list-style: square inside;
	}
	.menucontent ul li {
		padding-left: 5px;
	}


#maincontent {
	float: left;
	width: 621px;
	margin: 0px 19px 20px 19px;
}
/* content blocks */
.contentblock {
	clear: both;
	line-height: 16px;
	padding-bottom: 0px;
	border-top: none;
	margin-bottom: 10px;
	text-align: justify;
	background: url('../../images/bgproduct.png') top left;
}

	.contentblock h1 {
		height: 32px;
		padding: 0 20px 1px 8px;
		line-height: 32px;
		color:#fff;
		/* background-color: #e0e0e0; */
		/*background-color: #d7e4ef;*/
		background: url('../../images/dialogtitle.gif') no-repeat 3px 3px;
		font-family: Stag;
		font-size: 15px;
		letter-spacing: 1pt;
	}
	.contentblocknws h1 {
		height: 32px;
		font-weight: bold;
		font-size: 13px;
		padding: 0 20px 1px 8px;
		line-height: 32px;
		color:#fff;
		/* background-color: #e0e0e0; */
		/*background-color: #d7e4ef;*/
		background: url('../../images/dialogtitlenws.gif') no-repeat 3px 3px #ededed;
	}
	.contentblockvid h1 {
		height: 32px;
		font-weight: bold;
		font-size: 13px;
		padding: 0 20px 1px 8px;
		line-height: 32px;
		color:#fff;
		/* background-color: #e0e0e0; */
		/*background-color: #d7e4ef;*/
		background: url('../../images/dialogtitlevid.gif') no-repeat 3px 3px #ededed;
	}
		.contentblocklm h1 {
		height: 32px;
		font-weight: bold;
		font-size: 13px;
		padding: 0 20px 1px 8px;
		line-height: 32px;
		color:#fff;
		/* background-color: #e0e0e0; */
		/*background-color: #d7e4ef;*/
		background: url('../../images/dialogtitlelm.gif') no-repeat 3px 3px;
	}
	 .contentblocknws h1.content_title {
		padding-left: 20px;
		margin-top: -3px;
		letter-spacing: 2pt;
		font-family: Stag2;
	}

	
.contentblock_list h1{
		background: url('../../images/dialogtitle.gif') no-repeat 3px 3px;
		height: 32px;
		font-weight: bold;
		font-size: 13px;
		line-height: 32px;
		color:#fff;
		padding-left:20px;
}


.content {
	padding: 5px 10px 0px 10px;
	font-size: 12px;
	text-align: justify;
	
}
	.content p {
		margin: 0 0 5px 0;
	}
	#static-page .content ul {
		list-style: disc;
		list-style-position: outside;
		margin: 0 0 0 25px;			
	}

.content_list {
	padding-top:1px; padding-left: 10px;
}

/* login */
#login input.logintextfield {
	width: 145px;
	margin-bottom: 5px;
}

#tagcloud { line-height: 22px;}
#tagcloud a { color: #2f1f1b; }
#tagcloud a:hover { color: #900;
}
#tagcloud2 { line-height: 22px;}
#tagcloud2 a { color: #632e21; }
#tagcloud2 a:hover { color: #F90;
}

/* footer */
#footer {
	clear: both;
	background: 
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	color: #fff;
	text-align: justify;
	background: url(../../images/footer_background.gif) repeat-x;
	height: 39px;
	
}
#footer a { color: #fff; text-decoration: none;}
#footer a:hover { color: #fff; text-decoration: underline;}

	#copyright {
		text-align: center; color: #FFF;
	}
		#copyright a { color: #FFF; text-decoration: none;
	}
	#footermenu {
		text-align: center; padding-top: 10px;
	}
	#footermenu a { color: #FFF; text-decoration: none;
	}
		#footer ul li {
			float: left;
		}
		#footer ul li a {
			text-decoration: none;
		}
		#footer ul li a:hover {
			text-decoration: underline;
		}



/*********** End: Layout ***********/

		
/*********** Productlist ***********/

.productlist-page {
	width: 656px;
	margin: 0 auto;
	text-align: center;
}


.content_list ul.productlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
ul.productlist li {
	float: left;
	display: inline;
	width: 177px;
	height:210px;
	margin: 0 10px 18px 0;
	padding: 10px;
	text-align: center;
	background: url('../../images/listblock.gif') no-repeat top left;
}
ul.productlist li.productlist-first-in-row {
	clear: both;
}

ul.productlist li.productlist-last-in-row {
	margin-right: 0;
}

.productlist h2 {
	height: 30px;
}
.productlist h2 a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.productlist-thumb {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
		border:1px solid #6f6f6f;
}
.productlist-thumb img {
	width: 100px;
	height: 100px;

}
.product_thumbnail {
}

.productlist-price-vanaf {
		font-weight: normal;
	color: #858585;
	font-size: 11px; line-height: 10px; height: 13px;
}

.productlist-listprice {
	text-decoration: line-through; 
}
.productlist-price {

	font-weight: bold;
	color: #ff8f00;
	font-size: 15px;
	line-height: 20px;
}

.productlist-details {
	display: block;
	clear: left;
	padding: 8px 0 10px 0;
}
.productlist-nav {
	clear: both;
	margin-bottom: 10px;
}
.productlist-resultpages {
	float: left;
	margin-bottom: 10px;
}
.productlist-resultpages ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
	border: 1px solid #e0e0e0;
}
.productlist-resultpages ul li.descr {
	border: none;
}
.productlist-resultpages ul li.act {
	font-weight: bold;
	background-color: #e0e0e0;
}
.productlist-orderby {
	float: right;
}
.productlist-orderby ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
}

.productlist-orderby ul li.act {
	font-weight: bold;
}

/*********** End: Productlist ***********/




/*********** Productdetail ***********/

#productdetail {
	position: relative; padding-left: 5px; padding-top: 4px;
}
#productdetail h2 { 
	margin: 15px 0;
	font-weight: bold;
	font-size: 13px;
}
#productdetail ul {
	list-style: square inside;
}
#productdetail-leftcol {
    float: left;
	width: 230px;
	min-height: 465px;
}
#productdetail-rightcol {
    float: left;
	width: 347px;
	padding-left:10px;
}
#product-thumb {
	/*float: left;*/
	
	text-align: center;
	margin: 4px 4px 4px 4px;
}
#product-detailbg { background: url('../../images/product_detailbg.gif') no-repeat; width: 220px; height: 220px; float: left;
}
#product-thumb img{
	width:213px; height: 213px;
}

#product-info {
	/*float: right;*/
	text-align: justify;
	font-size: 12px;

}
#product-info h1{
	background:none;
	color:#000;
	line-height:18px;
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
	font-size: 15px;
	min-height: 46px;
	
}

.cart-product-info {
	float: left;
	width: 490px;
	padding-left: 10px;
	padding-right: 10px;

}
.cart-product-info h1{
	background:none;
	color:#000;
	font-weight:bold;
	height:60px;
}
#product-info li {
	margin-left: 14px;
}

#productdetail-table {
	margin-top: 20px;
}
	#productdetail-table td {
		vertical-align: middle;
		padding: 2px;
	}
/*
.discount-img {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 5px;
	margin-right: 5px;
	width: 57px;
	height: 57px;
	background: transparent url(../../images/save_money.gif) no-repeat;
}
.discount-img div {
	position: relative;
	padding: 25px 0 0 13px;
	color: #fff;
	font-weight: bold;
}
*/

.productdetail-lbl {
	font-weight: bold;
	font-size: 14px;
}
#product_price {
	font-weight: bold;
	font-size: 14px;
	color: #ff8f00;
}
.product-listprice {
	text-decoration: line-through;
}
/*
.product-buy {
	float: right;
}
.product-buy input {
	background-color: #ff8f00;
	color: #fff;
	font-weight: bold;
	width: 100px;
	height: 30px;
}
*/
.product-fulldescr {
	clear: both;
}


td.customer-options-descr {
	vertical-align: top;
	padding: 3px 0 0;
	font-size: 13px; padding-top:
}

.optionsblok { height:30px; width:327px; background:#ffffff;padding-top: 4px 4px 4px 8px;border:1px #ffb600 solid; }

td.customer-options-descr2 {
	vertical-align:middle;
	padding: 5px 1px 1px 6px; margin-right: 30px;
	font-size: 13px; background: url(../../images/bgaantal.gif) no-repeat left top;
}
td.customer-options-value {
	vertical-align: top; width: 327px;
	font-size: 13px;
}


/*********** Menu addons ***********/
#today_news {
	padding: 0 0 3px 0; text-align: justify; font-size: 11px;color: #333;
}


td.FormButton { 
	padding: 10px 10px 0 0;
	font-weight: bold;
}
/*********** End: Menu addons ***********/




/*********** Cart ***********/

#cart-items-wrapper {
	clear: both;
	margin: 2px 2px 15px 0px; background: #FBFBFB;
}

#cart-items-wrapper h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}

.cart-item  {
	position: relative;
	width: 100%;

	min-height: 100px;
	height: auto !important;
	height: 100px;
	
	overflow: hidden;
	clear: both;
	padding: 5px 0;
	border-bottom: 5px solid #ededed;
}
.cart-thumb {
	float: left;
	width: 81px;
	height: 81px;
	overflow: hidden;
	text-align: center;
	padding: 0 0px 0px 5px;
	

}
.cart-thumb img {
	width: 75px;
	height: 75px;
	border: 1px solid #999;
}
.cart-product-price {
	font-weight: bold;
	font-size: 14px;
	color: #ff8f00;
	
}

/*********** End: Cart ***********/



/*********** Buttons ***********/

/* general button style */



a.adv_button {
	color: #fff;
	padding: 5px;
	border-top: none;
	text-decoration: none;
	font-weight: bold;
	height:25px;
}
a.adv_button:hover {
	text-decoration: underline;
}

/* action buttons for cart items */
.cart-item a.adv_button {
	color: #fff;
	padding: 5px;
	border-top: none;
	text-decoration: none;
	font-weight: bold;
	font-size:10px;
	height:25px;
}

.cart-item a.adv_button:hover {
	text-decoration: underline;
}
/*
#rightcol input, #leftcol input {
	margin-bottom: 5px;
}
*/

input, select {
	margin-bottom: 5px;
}

/*********** End: buttons ***********/


/* categories */

.custom_cat {
	margin-bottom:15px;
}

#categories ul {
	/*list-style-image: url('../images/category_bullet.gif');*/
}
#leftcol ul li, #rightcol ul li {
	line-height: 20px;

}

/* Subcategories page */
.subcategorylist li {
	float: left;
	padding: 20px;
}
.subcategorylist h2 {
	font-weight: bold;
}
.maincat-descr {
	margin-bottom: 10px;
	padding:10px;
	color: #000;
	text-align: justify;
	background: #ededed;
	font-size: 12px;
	width: 600px; min-height: 93px;
}
.maincat-icon {
	float: left;
	padding: 0 10px 10px 0;
}


/* modules */
.bestsellers { background: url('../../images/bestsellersbg.gif') top left no-repeat; height: 210px; width: 601px;}
.bestsellers2 { background: url('../../images/bestsellersbg1.gif') top left repeat-y; width: 600px;}
ol#bestsellers li { font-size: 11px; font-weight: bold; 
}
li.bestsellers-with-img {
	margin: 0px; float: left; vertical-align: middle; 
}
li.bestsellers-with-img .bestseller-content { line-height: 20px;height:30px; width: 550px; margin-bottom: 10px; 
}
li.bestsellers-with-img .bestseller-content img{ position:relative;top:10px;border:1px solid #6f6f6f; height: 30px; width: 30px; 

}
.bestsellers-content h2 {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.bestseller-content h2 a {
	text-decoration: none;	font-size: 11px;
	font-weight: bold; 

}
.bestseller-content h2 a:hover {
	font-weight: bold;
	text-decoration:underline;
}
.productlist-price-bestsellers {
	font-weight: bold;
	color: #ff8f00;
	font-size: 11px;
}
/* modules */

/*
#dialog-message-inner {
	position: relative;
}
.dialog-message-close {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 5px;
	margin-right: 5px;
}
*/


.cart-total-table td {
	padding: 5px;
	text-align: right;
}

.cart-total-table td font.FormButton {
	text-align: left;
}
.customer_details { font-weight: bold; }
.Message
{
padding:5px; font-size: 90%;
}


#ticket-service { position: relative; } 

#ticketservice ul { border: 0px; list-style: none; height: 112px; padding: 0px; } 

#ticketservice li.error { color: #f00; } 
#ticketservice #toggleticketservice { overflow: hidden; position: absolute; right: 10px; top: 12px; width: 1px; height: 1px; text-indent: 20px; outline: none; } 

#ticketservice {background: url(../../modules/Ticketservice/bannerbg.gif) no-repeat; height: 120px; width: 620px;padding:9px 4px 2px 7px;font-size:24px;color:#eb6b4d; }

#banner { width:395;text-align:center;padding-top:0px;text-decoration:none;color:#73001b; font-family: Stag; } 
#banner a { text-decoration:none;color:#73001b;} 
#tickets { height:96px; width:620px;padding: 10px 2px 2px 85px; }

.news_style{
display:none; width: 600px;
}
.news_show
{
width:620px;
height:125px;
overflow: auto;	
}
.buttondiv
{
width: 3px;
padding: 0;
border: 0px solid gray;
border-top:none;
height:1px;
}
.ManufacturersItem { padding-top: 4px; padding-left: 10px;
}
.eventinfo {width:180px;text-align:left;padding: 5px 5px 5px 30px; background: #CCC; float: left;
}
.eventinfo2 {width:365px;text-align:left;padding: 0px 5px 5px 0px; float: right; text-align: justify; }

@font-face {
    font-family: Stag;
    src: url(http://www.sammen.nl/shop/fonts/Stag-SemiboldItalic.otf) format("truetype");
}
@font-face {
    font-family: Stag2;
    src: url(http://www.sammen.nl/shop/fonts/Stag-Book.otf) format("truetype");
}
#uitleg {font-family: Stag2; color: #70001a; font-size: 10pt; letter-spacing: 1pt;
}
#divdash { 	background: url(../../images/cat_div.gif) repeat-x 50% 50%; padding: 5px; }

.balk {
    width:327px;
    height:53px;
	text-align: left;
	/*background: #fff; border: solid 1px #cccccc;*/
	background: url(../../images/pricebg.gif) no-repeat left center; 
	margin-top: 10px; padding-left: 12px; padding-top: 20px; 
	z-index: 100;
}
