/**
 * Reset
 */
* {
	margin: 0;
	padding: 0;
	outline-width: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

html,
body {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

table {
	border-color: #333333;
	border-collapse: collapse;
}

caption {
	margin-bottom: 0.5em;
	text-align: center;
}

th,
td {
	border: 0px solid #000000;
	text-align: left;
	vertical-align: top;
}

hr {
	height: 0;
	margin: 1em auto;
	border-width: 0;
	border-bottom: 1px dashed #333333;
}

p,
fieldset,
table,
pre { 
	margin-bottom: 5px;
}

fieldset {
	padding: 0.5em 1.5em;
	border: 1px solid #333333;
}

legend {
	padding: 0 0.5em;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

ul,
ol,
dl {
	position: relative; /* IE6 fix for disappearing background-images when the parent element of the list is relative and floated. */
	margin: 5px 0;
	padding-left: 3em;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 1em;
}

img {
	border-width: 0;
}

input,
textarea {
	padding: 2px;
}

optgroup,
option {
	padding-left: 0.5em;
}

pre,
code,
samp,
tt {
	font-family: Consolas, Courier New, Monospace;
}

a { text-decoration: underline; }
a:link { color: #00a0ff; }
a:visited { color: #00a0ff; }
a:hover { color: #00a0ff; text-decoration: underline; }
a:active {color: #00a0ff; outline-width: 1px; }


/**
 * Base font-sizes
 */
body { font-size: 13px; line-height: 1.308; }

h1 { font-size: 1.462em; margin: 1em 0; } /* Based on 13px body font-size, 1.462em makes 19px; */
h2 { font-size: 1.308em; margin: 1em 0; } /* Based on 13px body font-size, 1.308em makes 17px; */
h3 { font-size: 1.154em; margin: 1em 0; } /* Based on 13px body font-size, 1.154em makes 15px; */

h1:first-child,
h2:first-child,
h3:first-child {
	margin-top: 0;
}


/**
 * Layout
 */
html {
	background: #ffffff url(/images/themes/ocean_bestelkado_page.jpg) repeat-x left 110px;
}

body {
	background-color: transparent;
	color: #444444;
}

#print_content	{
	padding: 15px 0;
}

#wrapper {
	width: 1014px;
	/*width: 990px;*/
	margin: auto;
	padding-top: 5px;
	position: relative;
	z-index: 1;
}

	#header {
		position: relative;
		height: 70px;
	}
		
		#siteLogoLink {
			position: absolute;
			left: 0;
			top: 4px;
			display: block;
		}
		
			#siteLogo {
				display: block;
			}
	
		#userMenu {
			position: absolute;
			right: 0;
			top: 3px;
		}
		
			#userMenu a {
				text-decoration: none;
				color: #4f4f4f;
				font-size: 11px;
				padding: 0 5px;
				border-right: 1px solid #ccc;
			}
			
			#userMenu a:hover {
				color: #00a0ff;
				text-decoration: underline;
			}
			
			#customerServiceLinks a {
				text-decoration: none;
				color: #4f4f4f;
				display: block;
				clear: both;
				width: auto;
				padding: 4px 4px 4px 16px !important;
				background: transparent url('/scripts/images/block-link-arrow.png') no-repeat center left;				
			}
			
			#customerServiceLinks a:hover {
				color: #00a0ff;
				text-decoration: underline;
			}
		
		#recentlyViewedHeader {
			position: absolute;
			right: 0;
			top: 24px;
		}
		
			#recentlyViewedInfo,
			.recentlyViewedProduct,
			.historyNotice {
				float: left;
				margin-right: 4px;
			}
			
			.historyNotice {
				padding-top: 8px;
				font-size: 0.846em;
			}
			
				.recentlyViewedProduct {
					display: block;
					padding: 2px;
					border: 1px solid #e3e3e3;
				}
				
				.recentlyViewedProduct:hover {
					border-color: #2AAAFF;
				}
				
					.recentlyViewedProduct img {
						display: block;
					}
	
	#topMenu {
		height: 28px;
		/*background: #6B6B6B url(/images/bestelkado_bg_menu.jpg) repeat-x left top;*/
	}
	
	#bottomMenu {
		height: 28px;
	}
	
		.topMenuList,
		.bottomMenuList {
			float: left;
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
			.topMenuList li,
			.bottomMenuList li {
				float: left;
				padding-right: 2px;
				background: transparent url(/images/bestelkado_menu_separator.png) no-repeat right center;
			}	
						
				.topMenuList a	{
					float: left;
					display: block;
					padding: 5px 13px 5px 13px;
					font-weight: normal;
					text-decoration: none;
					color: #ffffff !important;
					font-size: 12px;
				}
				
				.bottomMenuList a {
					float: left;
					display: block;
					padding: 5px 6px;
					font-weight: normal;
					text-decoration: none;
					color: #ffffff !important;
					font-size: 12px;
				}				
				
				.topMenuList a:hover,
				.bottomMenuList a:hover {
					text-decoration: underline;
				}
				
				.bottomMenuList a {
					color: #333333 !important;
				}

	#topMenuListLast	{
		float: left;
	}
		#topMenuListLast li	{
			padding: 0 ;
		}
		#topMenuListLast li a	{
			padding: 5px 15px 5px 0;
		}	
		
	#main {
		margin-top: 17px;
	}
	
		#leftContent,
		#rightContent {
			position: relative;
			float: left;
			width: 164px; /* Use even width when using "relative absolute elements" to prevent IE6 1px gap bug. */
			height: 360px; /* IE6 min-height */
			padding: 16px 14px 16px 16px;
			background: #ffffff url(/images/themes/ocean_bestelkado_round_top.jpg) repeat-x left top;
		}
		
			.themeRoundLeft,
			.themeRoundRight {
				position: absolute;
				top: 0;
				width: 16px;
				height: 390px;
				background: transparent url(/images/themes/ocean_bestelkado_sides.jpg) repeat-x left top;
			}
			
			.themeRoundLeft {
				left: 0;
				background-position: left top;
			}
			
			.themeRoundRight {
				right: 0;
				background-position: right top;
			}
			
			.blockContent {
				margin-bottom: 2em;
			}
			 
			.sideBoxTitle {
				width: 145px;
				height: 20px;
				padding: 8px 11px 11px 6px;
				background: transparent url(/images/bestelkado_side_box.gif) no-repeat left top;
				text-align: center;
				font-weight: bold;
			}

			.sideBoxTitleGift {
				padding: 5px 0 10px 30px;
				background: transparent url(/images/bestelkado_icon_gift.gif) no-repeat left top;
				font-size: 1.154em;
				color: #333333;
				font-family: 'Nobile', arial, serif;
			}

			/** Left menu */
			.specTitleY strong {
				font-weight: normal;
				font-style: italic;
			}
			
			.subMenuList,
			.specBrowser {
				margin: 0.5em 0 1em 0;
				padding-left: 0; /*2em;*/
				list-style-type: none; /*circle;*/
			}
				
				.subMenuList ul li,
				.specBrowser ul li {
					padding-left: 26px;
					background: transparent url(/images/bestelkado_left_bullet.gif) no-repeat 13px 7px;
				}
				
					.subMenuList .active > a {
						font-weight: bold;
						color: #00a0ff;
					}
					
					.subMenuList .active > ul li a {
						color: #00a0ff;
					}
				
				.subMenuList ul {
					margin: 0;
					padding: 0;
					list-style-type: none;
				}
				
					.subMenuList ul li {
						padding-left: 13px;
						background-position: left 7px;
					}
			
			/* Category top products */
			.topProducts a {
				display: inline-block;
				width: 50px;
				height: 50px;
				margin: 0 2px 2px 0;
				border: 1px solid #d9d9d9;
			}
			
			.topProducts a:hover {
				border-color: #2AAAFF;
			}
			
			.topProducts a:active {
				border-color: #F85959;
				outline-width: 0;
			}
			
			.topProducts img {
				display: block;
			}
			
			/** Right menu */
			#searchBoxFields {
				width: 146px;
				height: 22px;
				padding: 6px 11px 11px 7px;
				background: transparent url(/images/bestelkado_side_box.gif) no-repeat left top;
			}
			
			#txtSearch,
			#btnSearch {
				vertical-align: middle;
			}
			
			#txtSearch {
				width: 113px;
				height: 17px;
				padding: 1px 2px 1px 2px;
			}
			
			#customerService {
				font-size: 0.846em;
				width:162px;
			}
			
			.rightMenuDocs {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			
				#customerServiceLinks a {
					display: block;
					padding: 5px;
					border-bottom: 1px solid #e3e3e3;
				}
		
		#shopContent {
			position: relative;
			float: left;
			width: 591px;
			/*width: 568px;*/
			height: 360px; /* IE6 min-height */
			padding: 17px;
			background: #ffffff url(/images/themes/ocean_bestelkado_round_top.jpg) repeat-x left top;
		}
		
		/* Modern browsers support min-height */
		#main > #leftContent,
		#main > #rightContent,
		#main > #shopContent {
			min-height: 360px;
			height: auto;
		}

	#footer {
		padding: 15px;
		text-align: center;
		font-size: 0.846em;
		border-top: 1px dashed #d1d1d1;
	}
	
		#footerLeft	 {
			float: left;
			padding: 15px 20px 0 100px;
			text-align: left;
		}
		#footerRight	 {
			float: right;
			padding: 0 75px 0 0;
		}		
	
	.clearFix {
		clear: both;
	}
	
	.alignCenter {
		text-align: center;
	}


/**
 * Page presentation
 */
/** Front page */
#frontPageDoc {
	text-align: center;
}


/** Product list */
#categoryDetails td {
	padding: 0;
	vertical-align: top;
}

#breadCrumb {
	padding-top: 4px;
	margin-bottom: 10px;
}

	.breadcrumbTitle {
		font-size: 1em;
	}

#pageNavigationTop {
	padding: 4px;
	border: 1px solid #cccccc;
	border-top: 3px solid #999999;
	background-color: #f3f3f3;
	font-size: 0.846em;
}

	#pageNavigationTop a,
	#pageNavigationTop span {
		display: block;
		padding: 4px 5px;
		border: 1px solid #e3e3e3;
		background-color: #ffffff;
		text-decoration: none;
	}
	
	#pageNavigationTop a {
		color: #333333 !important;
	}
	
	#pageNavigationTop a:hover {
		border-color: #2AAAFF;
	}

	.page-nav-2 {
		float: left;
	}
	
	.page-nav-2 a,
	.page-nav-2 span {
		float: left;
		margin-right: 2px;
		
	}
	
	.page-nav-2 .active {
		background-color: #666666 !important;
		color: #ffffff;
		border-color: #333333;
	}

	#sortType {
		float: right;
		margin-left: 2px;
	}
	
	#displayType {
		float: right;
	}
		
		#displayViewBlock { padding-right: 24px !important; background: url(/scripts/images/blockview.gif) no-repeat right center; }
		#displayViewList { padding-right: 24px !important; background: url(/scripts/images/listview.gif) no-repeat right center; }

.product:hover {
	border-color: #2AAAFF !important;
}

	.product h2 {
		height: 52px;
		margin-bottom: 0;
		overflow: hidden;
		font-size: 1em;
		font-weight: normal;
	}

	.product_price_simple { }
	.product_view_price_currency { font-size: 1.462em; margin-right: 10px;  }
	.product_view_price_euros { font-size: 1.462em; font-weight: bold;  }
	.product_view_price_comma { font-size: 1.462em; }
	.product_view_price_cents { font-size: 0.846em; vertical-align: super; /*text-top;*/ }

/** Product view */
.products-table {
	border-collapse: separate;
}



/* Old */
table.products-table td.product {
	width: 200px;
	min-height: 120px;
	border: 1px solid #cccccc;
	-moz-border-radius: 6px;
}

table.products-table tr.product-row td { padding: 10px; }
table.products-table tr.product-row td td { padding: 0; } /* because child selector > doesn't work in ie6 */
.products-table tr.product-row-footer td { border-bottom: 1px solid #999999; }

div.product-box-container {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
}

	table.product-box { width: 100%; height: auto; }
	table.product-box td, table.product-box th { padding: 6px; font-size: 11px; }
	table.product-box tr.header th h2 a { text-align: left;font-size: 13px; font-weight: bold; text-decoration: none; color: #00A0FF !important; }
	table.product-box td.price { text-align: left; font-size: 12px; font-weight: bold; }

table#product-details td { padding: 5px; vertical-align: top; }
table#product-details td td { padding: 0; }

/* >= Start: ShoppingBasket() => */
#CPshoppingBasket { width: 100%; }
#CPshoppingBasket td, #CPshoppingBasket th { padding: 2px; border-bottom: 1px dashed #999999; }
#CPshoppingBasket th { font-weight: bold; }
#CPshoppingBasket .product { height: 42px; padding-left: 10px; }
/* <= End: ShoppingBasket() =< */

.CPyouAreAt { margin-bottom: 5px; }
.CPpageNav { background-color: #f3f3f3; border: 1px solid #cccccc; border-top: 3px solid #999999; }
.CPpageNav { width: 100%; }
.CPpageNav td { padding: 4px; }
.CPpageNav a, .CPpageNav span {
	display: block;
	float: left;
	margin: 0 2px;
	padding: 3px;
	background-color: #ffffff;
	text-decoration: none;
}

.CPpageNav a { border: 1px solid #F4E2DD; color: #000000; }
.CPpageNav a:hover { border: 1px solid #E8C1B7; background-color: #CCCCCC; color: #ffffff; }
.CPpageNav span { border: 1px solid #cccccc; color: #999999; }

.CPhighlight { color: #000000; background-color: #ffff66; }
.CPbox1 { border: 1px solid #cccccc; margin: auto; }
.CPbox2 { /* Table on 10_logon.asp */
	background-color: #F3F3F4;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: left;
}
.CPbox2 td { padding: 4px; }

.subcat, .subcatOver {
	padding: 0px;
	background-color: transparent;
	border-bottom: 1px #9CC7F7 dotted;
	vertical-align: middle;
}
.subcatOver { background: #f4f4f4; cursor:pointer; }

.CPpayStep { font-weight: bold; color: #ff6600; } /* langGenStepX */

.CPprodImg { width: 250px; text-align: }
.CPprodImgDiv { width: 210px; height: 210px; margin: auto; }
.CPthumbImgDiv div { display: block; width: 36px; height: 36px; margin: 4px 3px; border: 1px solid black; cursor: pointer; float: left; }
.CPprodInfo { padding: 0 10px; }
.CPpriceMsg { color: #5B7EB6; }
.CPprodDescHead { color: #333333; }
.CPrelatedProd { width: 100%; margin-top: 10px; background-color: #f3f3f3; border: 1px solid #999999; border-width: 1px 0 1px 0; }
.ProdContentHead { margin-bottom: 3px; font-weight: bold; color: #333333; }

#table-cart td { padding: 2px; }
#table-cart tr.row-footer td { border-bottom: 1px dashed #999999; }
#table-cart tr.table-cart-footer td { border-bottom: 1px solid #999999; }
.CPgenHeadingsOut td { border-bottom: 1px solid #999999; }
#tab1 { width: auto; padding-bottom: 5px; border-bottom: 1px dashed #999999; }
#tab2 { width: auto; padding-top: 5px; border-top: 1px solid #999999; }
.CPchocTxt { height: 26px !important; }

/* >= Start: SpecBrowser Horizontal => */
#specbrowser { width: auto; height: 40px; }
#specbrowser li { display: inline; }
#specbrowser li a { display: inline-block; width: auto; padding: 5px; border: 1px solid; border-color: #cccccc #666666 #666666 #cccccc; background-color: #f3f3f3; color: #000000; }
#specbrowser li.active a { border-color: #666666 #cccccc #cccccc #666666; background-color: #aaaaaa; color: #ffffff; }
/* <= End: SpecBrowser Horizontal <= */
/* <==== End: Shop classes ================================================< */


/* >==== Start: Global class library ======================================> */
.empty { font-size: 0px; line-height: 0px !important; }
.hover { cursor: pointer !important; }
.full-width { width: 100% !important; }
.auto-width { width: auto !important; }
.auto-margin { margin-left: auto !important; margin-right: auto !important; }
.no-border { border: none !important; }
.plain { border-width: 0 !important; background-color: transparent !important; }

.block { display: block !important; }
.inline { display: inline !important; }
.visible { display: block !important; visibility: visible !important; }
.hidden { display: none !important; visibility: hidden !important; }
.relative { position: relative !important; }
.absolute { position: absolute !important; }

.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }

.vtop { vertical-align: top !important; }
.vmiddle { vertical-align: middle !important; }
.vbottom { vertical-align: bottom !important; }

.float-left { float: left !important; }
.float-right { float: right !important; }
.clear-right { clear: right !important; }
.clear-both { clear: both !important; }

.italic { font-style: italic !important; }
.bold { font-weight: bold !important; }
.small-caps { font-variant:small-caps !important; }
.uppercase { text-transform: uppercase !important; }
.lowercase { text-transform: lowercase !important; }
.underline { text-decoration: underline !important; }

.wrap { white-space: normal !important; }
.nowrap { white-space: nowrap !important; }

.x-small {width: 50px; }
.small {width: 100px; }
.medium {width: 150px; }
.large {width: 200px; }
.x-large {width: 250px; }

.input-button {width: 100px; height: 18px; }
.input-upload {border: 1px solid black; }
/* <==== End: Global class library ========================================< */

.kadofooter{
	height: 23px;
	border: 1px solid #ACB8E6;
	background-color: #f5f5f5;
	background-image: url(/images/BG_veilig_bestellen.jpg);
}

/* Product Price - Text Label */
.CPprodPriceT { font-size: 12px; }

/* Product Price - Price Value */
.CPprodPriceV { font-size: 14px; color: #00A0FF; }

/* Product List Price - Text Label */
.CPprodLPriceT {}

/* Product List Price - Price Value */
.CPprodLPriceV { text-decoration: line-through; }

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {}
/* Product Short Description (Detail page only) */
.CPprodDescDet {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0;
	FONT-SIZE: 15px;
	color: #444444;
	margin: 0 !important;
	font-weight: 700;	
}
.CPprodDescDet strong {
	FONT-SIZE: 15px;
	color: #444444;
	margin: 0 !important;
	font-weight: 700;
}
.prodlistpricing	{
	color: #00A0FF;
	font-weight:bold;
	font-size:14px;
}
/**
 * Themes
 */
/** Ocean */
#themeOcean {
	background-image: url(/images/themes/ocean_bestelkado_page.jpg);
}

#themeOcean #leftContent,
#themeOcean #rightContent,
#themeOcean #shopContent {
	background-image: url(/images/themes/ocean_bestelkado_round_top.jpg);
}

#themeOcean .themeRoundLeft,
#themeOcean .themeRoundRight {
	background-image: url(/images/themes/ocean_bestelkado_sides.jpg);
}

/** Lime */
#themeLime {
	background-image: url(/images/themes/lime_bestelkado_page.jpg);
}

#themeLime #leftContent,
#themeLime #rightContent,
#themeLime #shopContent {
	background-image: url(/images/themes/lime_bestelkado_round_top.jpg);
}

#themeLime .themeRoundLeft,
#themeLime .themeRoundRight {
	background-image: url(/images/themes/lime_bestelkado_sides.jpg);
}

/** Yellow */
#themeYellow {
	background-image: url(/images/themes/yellow_bestelkado_page.jpg);
}

#themeYellow #leftContent,
#themeYellow #rightContent,
#themeYellow #shopContent {
	background-image: url(/images/themes/yellow_bestelkado_round_top.jpg);
}

#themeYellow .themeRoundLeft,
#themeYellow .themeRoundRight {
	background-image: url(/images/themes/yellow_bestelkado_sides.jpg);
}

/** Love */
#themeLove {
	background-image: url(/images/themes/love_bestelkado_page.jpg);
}

#themeLove #leftContent,
#themeLove #rightContent,
#themeLove #shopContent {
	background-image: url(/images/themes/love_bestelkado_round_top.jpg);
}

#themeLove .themeRoundLeft,
#themeLove .themeRoundRight {
	background-image: url(/images/themes/love_bestelkado_sides.jpg);
}



#cartbutton	{
	padding: 0 !important;
}

#bestel_knop	{
	padding: 0 !important;
}

#inputprodview	{
	vertical-align:middle;
}

/* START Subcategories w/ images prodlist */
ul.prodlist-subcategories-img {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	ul.prodlist-subcategories-img li {
		float: left;
		width: 117px;
		height: 124px;
		margin: 3px;
		padding: 3px;
		border: 1px solid #cccccc;
		background-color: #ffffff;
		color: #2D5E96;
		overflow: hidden;
	}
	
	ul.prodlist-subcategories-img li img {  }

	ul.prodlist-subcategories-img li a,
	ul.prodlist-subcategories-img li span {
		display: block;
		width: auto;
		background-color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		outline: 0;
	}

	ul.prodlist-subcategories-img li.active { border-color: 1px solid #333333; background-color: #e9e9e9; }
	ul.prodlist-subcategories-img li:hover { border-color: #666666; }
/* END Subcategories w/ images prodlist */

#prodview_wrapper_inner	{
	padding: 0 10px 10px 0px!important;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:571px;
    height:270px;
    margin:0 auto;
    margin-top:10px;
}

#slider {
	position:relative;
    width:571px;
    height:246px;
	background: url(/components/nivoslider/loading.gif) no-repeat 50% 50%;
	border: 1px solid #cccccc;
}

#slider:hover	{
	border-color: #666666;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-25px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/components/nivoslider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/components/nivoslider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px 10px;
	margin:0;
	font-size: 14px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*====================*/

/* usp */

div.box-content-usp {
	width: 163px;
	font-size: 11px;
}

#usp_box,
#usp_box_left	{
	position: relative;
	border: 1px solid #bcbcbc;
	padding:15px 5px 5px 5px;
	margin-bottom:10px;
	z-index: 12;
}

.usp	{
	position: relative;
	font-size:11px;
	color:#494949;
	font-family:Arial, Helvetica, sans-serif;
}
.usp a	{
	color:#494949;
	text-decoration:none;
}

#usp_item1,
#usp_item2,
#usp_item3,
#usp_item4,
#usp_item5,
#usp_item6{
	position: relative;
	height:42px;
	padding:6px 0 0 35px;
	/*cursor: pointer;*/
}

#usp_item1:hover,
#usp_item2:hover,
#usp_item3:hover,
#usp_item4:hover,
#usp_item5:hover,
#usp_item6:hover {
	/*color:#5FAFE0;*/
}

#usp_item1 { background:url(/images/usp_icon1.jpg) no-repeat left top; }
#usp_item2 { background:url(/images/usp_icon2.jpg) no-repeat left top; }
#usp_item3 { background:url(/images/usp_icon3.jpg) no-repeat left top; }
#usp_item4 { background:url(/images/usp_icon4.jpg) no-repeat left top; }
#usp_item5 { background:url(/images/usp_icon5.jpg) no-repeat left top; }
#usp_item6 { background:url(/images/usp_icon6.jpg) no-repeat left top; }

#subcontent1,
#subcontent2,
#subcontent3,
#subcontent4,
#subcontent5,
#subcontent6 {
	position:absolute;
	visibility: hidden;
	border: 9px solid #bcbcbc;
	background-color: white;
	width: 300px;
	padding: 8px;
	z-index: 15;
}

#usp_box .usp:hover #subcontent1 { visibility: visible; top: 100%; left: -110%; }
#usp_box .usp:hover #subcontent2 { visibility: visible; top: 100%; left: -110%; }
#usp_box .usp:hover #subcontent3 { visibility: visible; top: 100%; left: -110%; }
#usp_box .usp:hover #subcontent4 { visibility: visible; top: 100%; left: -110%; }
#usp_box .usp:hover #subcontent5 { visibility: visible; top: 100%; left: -110%; }

#usp_box_left .usp:hover #subcontent1 { visibility: visible; top: 100%; left: 10%; }
#usp_box_left .usp:hover #subcontent2 { visibility: visible; top: 100%; left: 10%; }
#usp_box_left .usp:hover #subcontent3 { visibility: visible; top: 100%; left: 10%; }
#usp_box_left .usp:hover #subcontent4 { visibility: visible; top: 100%; left: 10%; }
#usp_box_left .usp:hover #subcontent5 { visibility: visible; top: 100%; left: 10%; }

/* multishhopbar */
#multishopbar	{
	height:35px;
	background: url(/media/img/multishopbar_back.gif) repeat-x scroll left top;
}

#multishopbar_inner	{
	width: 1010px;
	margin: 0 auto;
	height: 35px;
}

#multishopbar #multishopbar_inner ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	height: 35px;
	position: relative;
	z-index: 51;
}

#multishopbar #multishopbar_inner ul li  {
	position: relative;
	z-index: 10;
	float: left;
	height: 35px;
}

#multishopbar_inner a  {
	display: block;
	height: 35px;
	float: left;
}

#multishopbar_inner span	{
	display: none;
}

#multishopbar_inner li .sub	{
	display: none;
	position: absolute;
	left: 0;
	top: 35px;
	height: 29px;
	z-index: 101;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-top: 0;
}

#multishopbar_inner li:hover .sub	{
	display: block;
}

/* /end multishopbar */
.prodlist_header {
	height: 60px;
}

.prodlist_header a {
	display: block;
}

#frontPageDoc h1	{
	margin: 10px 0 0;
	text-align: left;
	font-size: 18px;
}

#account_content td	{
	padding: 2px;
}
.newStamp, .saleStamp {
    background-color: #00A0FF !important;
}
#bestelkado_top_usp	{
	padding: 0 0 0 100px;
	display: inline-block;
}
#feestdagenzaterdag	{
	width: 163px;
	height: 270px;
	left: 0;
    position: absolute;
    top: 311px;
    z-index: 0;
}
.cust_service_faq_box td, #cust_service_faq_menu td, .CPbox_logon td, #account_menu td, .table_order_v2 td	{
	padding: 15px;
}
.table_order_v2 td	{
	padding: 5px;
}
.custservice_header strong, #wishlist_container div	{
	color: #444444;
	font-size: 15px !important;
	font-weight: 700 !important;
}


