/**
 * Reset
 */
* {
	margin: 0;
	padding: 0;
	outline-width: 0;
	font-size: 100%;
	font-family: "Segoe UI", "Lucida Sans Unicode", "DejaVu Sans", "Trebuchet MS", Verdana, Arial, Tahoma;
}

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;
	padding: 0.5em;
	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: 1em;
}

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: 1em 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: #2A7FFF; }
a:visited { color: #2A7FFF; }
a:hover { color: #2AAAFF; }
a:active {color: #F85959; 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 70px;
}

body {
	background-color: transparent;
	color: #444444;
}

#wrapper {
	width: 1078px;
	/*width: 990px;*/
	margin: auto;
}

	#header {
		position: relative;
		height: 70px;
	}
		
		#siteLogoLink {
			position: absolute;
			left: 0;
			top: 4px;
			display: block;
		}
		
			#siteLogo {
				display: block;
			}
	
		#userMenu {
			position: absolute;
			right: 0;
			top: 0;
		}
		
			#userMenu a {
				margin: 0 5px;
				text-decoration: none;
			}
			
			#cartLink {
				padding-left: 22px;
				background: transparent url(/images/winkelwagen.gif) no-repeat left center;
			} 
			
				#userMenu a img {
					vertical-align: middle;
				}
		
		#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,
				.bottomMenuList a {
					float: left;
					display: block;
					padding: 5px 7px;
					font-weight: normal;
					text-decoration: none;
					color: #ffffff !important;
				}
				
				.topMenuList a:hover,
				.bottomMenuList a:hover {
					text-decoration: underline;
				}
				
				.bottomMenuList a {
					color: #333333 !important;
				}
	
	#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 5px 10px 30px;
				background: transparent url(/images/bestelkado_icon_gift.gif) no-repeat left top;
				font-size: 1.154em;
				/*font-weight: bold;*/
				/*font-family: "Segoe Script";*/
				font-style: italic;
				color: #333333;
			}

			/** 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 li,
				.specBrowser li {
					padding-left: 26px;
					background: transparent url(/images/bestelkado_left_bullet.gif) no-repeat 13px 7px;
				}
				
					.subMenuList .active > a {
						font-weight: bold;
					}
				
				.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: 656px;
			/*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: 10px 0;
		text-align: center;
		font-size: 0.846em;
	}
	
		#footerTop,
		#footerBottom {

		}
	
	.clearFix {
		clear: both;
	}
	
	.alignCenter {
		text-align: center;
	}


/**
 * Page presentation
 */
/** Front page */
#frontPageDoc {
	margin-bottom: 10px;
	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: #499AFF !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: #499AFF; }

/* 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 {
	FONT-SIZE: 18px;
	color: #499AFF;
	margin: 0 !important;
}

.prodlistpricing	{
	color: #499AFF;
	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: #2aaaff; }
	ul.prodlist-subcategories-img li:hover a { text-decoration: underline; }
/* END Subcategories w/ images prodlist */
