/* Smart things to include in your CSS library/framework:
 * A “mass reset” of default browser styles. For example, setting margin and padding to 0 on all elements, turning off borders on framesets and images, etc.
 * Aligning the type to a consistent baseline. This includes things like setting the margins on block level elements like paragraphs, headers, and lists to the same value as (or some multiple of) the base line-height setting for the site.
 * Creating basic styles for forms.
 * Creating a few CSS classes I always use, such as .hide (where I set the display value to none) and .mute (which I set to a smaller type size and sometimes a lighter color).
 */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
}

html, body {
	background-color: #353535;
	font-size: 12px;
	color: #e1e1e1;
	text-transform:lowercase;
}

#sitemap {
	color:#000000 !important;
	padding:10px;
	text-align: justify;
	text-decoration: none;
	width:933px;
}

#sitemap a {
	text-decoration: none;
	padding: 5px;
}

form, img { border: 0; }
option { padding-left: 5px; }
input { font-size: inherit; }

th, td {
	text-align: left;
	vertical-align: top;
}

input[type="text"], input[type="password"] {
	height: 14px;
	padding: 2px;
	border: 1px solid #4e4c41;
	background-color: #fcfcfc;
}

textarea { border: 1px solid #4e4c41; background-color: #fcfcfc; font-size: 100%; }

input[type="button"], input[type="submit"] {
	height: 18px;
	background-color:#666666;
	border:none;
	color:#ffffff;
	padding:1px 5px 5px;
	cursor:pointer;
	font-size:10px;
}

a:link { color: #dddddd; outline: none; }
a:visited { color: #dddddd; }
a:hover { color: #EC008C; }
a:active { color: #EC008C; }

ul, ol { list-style-position: outside; margin: 0.5em 1.5em; }

h1 { font-size: 140%; }
h2 { font-size: 110%; }
h3 { font-size: 14px; font-weight: bold; color:#ffffff; margin-bottom: 10px; text-transform:lowercase; }
.section_header { color:#ffffff; text-transform:lowercase;}
#tblWhishList	{
	text-transform:lowercase; 
}


/* >==== Start: Layout ====================================================> */
#wrapper {
	position: relative;
	width: 942px;
	min-width: 942px;
	margin: auto;
	background: #353535;
}

#wrapper-small {
	position: relative;
	width: 1000px;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto;
	background: #ffffff url(/media/img/header-bg-x.png) repeat-x top;
	border: 1px solid #e3e3e3;
	border-width: 0 1px;
}


	#header {
		/*
		position: relative;
		width: auto;
		height: 199px;
		*/
		background: #353535 url(/media/img/sos-body-header.jpg) no-repeat left top;
		color: #ffffff;
	}
	
		#header-left { position: absolute; top: 0; left: 0; width: 17px; height: 170px; background: url('/media/img/header-left.jpg') no-repeat top left; }
		#header-right { position: absolute; top: 0; right: 0; width: 17px; height: 170px; background: url('/media/img/header-right.jpg') no-repeat top right; }

		#header-top {
			width: 100%;
			height: 133px;
		}
		
		#header-bottom {
			white-space: nowrap;
			color: #dddddd;
			border-top: solid 1px #606060;
			border-bottom: solid 1px #606060;
			padding: 7px 0;
			text-transform:none;
		}
		
		#logo-shop {
			float: left;
		}
		
		#sub-header-items {
			height: 26px;
			border-bottom: 1px solid #606060;
			padding: 0 0 0 10px; 
			font-size: 10px;
			color: #dddddd;
		}
		
		#breadcrumbs {
			width: 400px;
			float: left;
			margin:4px 0 0;
		}
		
		#usermenu {
			position:absolute;
			top:70px;
			left:460px;
			font-size: 10px;
		}
	
			#usermenu a {
				font-size: 10px;
				color: #FFFFFF;
				text-decoration:none !important;
			}
			
			#usermenu a:hover {
				text-decoration:underline !important;
			}
			
		
		#usermenu2 {
			position:absolute;
			right:20px;
			top:24px;
			font-size: 10px;
			text-align:right;
		}
		
		#usermenu2 ul {
			margin: 0;
			padding: 0;
		}
	
		#usermenu2 a {
				font-size: 10px;
				color: #FFFFFF;
				text-decoration:none !important;
		}
		
		#usermenu2 a:hover {
			text-decoration:underline !important;
		}
			
		#usermenu2 ul li {
			padding:2px 0 0 0;
			list-style-type:none !important;
		}
		
		
		#sessieonthouder	{
			position:absolute;
			top:32px;
			left:460px;
		}
		
			#sessieonthouder a {
				color: #FFFFFF;
				text-decoration:none !important;
			}
			
			#sessieonthouder a:hover {
				color: #FFFFFF;
				text-decoration:underline !important;
			}
			
/* START dropdown menu */
		#categories {
			
		}
		
			#subCategories {
				background-color: #ec008c;
			}
		
			#subCategories ul {
				margin: 0 0;
				font-size: 0.9em;
			}
			
			#subCategories .active a {
				/*color: black !important;*/
				text-decoration: underline !important;
			}
/* END dropdown menu */
		
		#zoekbox {
			float: right;
			width: 204px;
			height: 19px;
			margin:3px 0;
		}
		#breadcrumb	{
			float:left;
			padding-top:6px;
			color:#dddddd;
			width: 390px;
		}
	
		#klantenservicenummer	{
			float:left;
			padding:6px 25px 0 0;
			color:#dddddd;
		}
		
		#breadcrumb a	{
			color:#dddddd !important;
		}
	
		#input-zoeken-container {
			float: right;
			width: 169px;
			height: 28px;
			margin: 14px 25px 0 0;
		}
		
				#socialbookmarks	{
			float:left;
			font-weight: bold;
			color: #ffffff;
			width: 120px;
			margin-right: 20px;
		}
		
		#socialbookmarks span	{
			display: none;
		}
		
			#twitter	{
				background:url(/media/img/twitter.gif) no-repeat scroll left top;
				width: 18px;
				height: 18px;
				float: right;
				display: block;
				margin: 4px 3px 0 0;
			}
			
			#facebook	{
				background:url(/media/img/facebook.gif) no-repeat scroll left top;
				height: 18px;
				width: 18px;
				float: right;
				display: block;
				margin: 4px 3px 0 0;
			}
			
			#hyves	{
				background:url(/media/img/hyves.gif) no-repeat scroll left top;
				width: 19px;
				height: 18px;
				float: right;
				display: block;
				margin: 4px 3px 0 0;
			}
U
	
	#page-banner {
		position: relative;
		width: auto;
		height: 50px; 
		margin: 10px;
		padding: 0px 15px 5px 15px;
		text-align: right;
		font-size: 85%;
		line-height: 16px;
		color: #dddddd;
	}
	
		#page-banner-left { position: absolute; top: 0; left: 0; width: 9px; height: 76px; background: url('/media/img/page-banner-left.png') no-repeat top left; }
		#page-banner-right { position: absolute; top: 0; right: 0; width: 9px; height: 76px; background: url('/media/img/page-banner-right.png') no-repeat top right; }
		#page-banner-image { float:left; background:url(../img/ipod-gear-banner.png); width:605px; height:64px;}
	
	#main {
		position: relative;
		width: auto;
		min-width: 942px;
		height: 200px;
		color: #e1e1e1;
		background: url(../img/line-bg-y.jpg) center repeat-y;
	}
	
	#wrapper > #main {
		height: auto;
		min-height: 200px;
	}
	

		#column-left { float: left; width:266px; padding-right:10px; }
		#shop-content { float: left; margin-bottom: 0px; font-size: 85%; background: #353535; padding:10px 10px 0; width:942px; text-transform:none; min-height:475px;}
		#column-right { float: right; width: 170px; margin-left: 0px; }
		
		#shop-content a { color: #dddddd  }
		#shop-content a:hover { color: #EC008C }
		
		.categoryheader	{
			font-weight:bold;
			padding:20px 10px 10px;
		}

/*
		#column-left { position: absolute; width: 170px; top: 0; left: 10px; }
		#column-right { position: absolute; width: 170px; top: 0; right: 10px; }
		#shop-content { width: auto; margin: 0 180px 10px 180px; font-size: 85%; }
*/

	#footer {
		position: relative;
		text-align: center;
		font-size: 85%;
		color: #999999;
		padding: 30px 0;
		border-top: 1px solid #606060;
		background: #353535 url(../img/sos-footer.jpg) left 10px no-repeat;
	}
	
	#footer a {
		color: #999999 !important; 
	}
	
	#footer a:hover { color: #EC008C !important; }

/* >==== End: Layout ======================================================> */


/* >==== Start: Presentation ==============================================> */
#header h3 span { display: none; }
#header h3 a {
	display: block;
	height:119px;
	width:412px;
	outline:none;
}

input#input-zoeken {
	width: 193px; 
	height: 15px; 
	padding:2px 4px 0;
	border: 1px solid #666666;
	color: #dddddd;
	background-color:#353535;
	font-size:10px;
}

div#header-bottom a, div#header-bottom span {
	margin-right: 20px;
	text-decoration: none;
	float: left;
	text-align: center;
	padding: 4px 10px;
	color:#dddddd;
}
#header-bottom a:link { color: #dddddd; outline: none; }
#header-bottom a:hover,
#header-bottom a.active {color: #FFFFFF; background: #EC008C; }
#header-bottom a:active { color: #ffffff; }
div#page-banner a {	color: #dddddd; }

div.side-box {
	height: auto;
	margin-bottom: 10px;
}

	div.box-head-blue,
	div.box-head-silver {
		width: auto;
		height: 22px; /* 28px = 22 + 3 padding-top + 3 padding-bottom */
		padding: 3px 5px;
		font-size: 110%;
		font-weight: bold;
	}
	div.box-head-blue {background: #36669a url('../img/head-top.png') no-repeat top left; color: #FFFFFF; visibility:hidden }
	div.box-head-silver { background: #e8e8e8 url('../img/skype-head-bg.jpg') no-repeat top left; color: #FFFFFF; visibility:hidden }
	div.box-content {
		width: auto;
		height: 1%;
		padding: 10px 0 0 0;
		background: transparent;
		white-space: wrap;
		font-size: 85%;
	}
	div.afhaalbalie { text-align: center; color: #435073 !important; }
	img#sb-logo { margin-bottom: 10px; }

div#footer img#betaal-methoden { margin: 15px 0 10px 0; }


div#doc-box {
	width: auto;
	margin: 10px;
	padding: 8px;
	border: 1px solid #cccccc;
	text-align: left;
}
	div#doc-box h2 {
		margin-bottom: 0;
		font-size: 15px;
		color: #2c5ea9;
	}
 
	div#doc-box a { color: #2c9bde; }
	div#doc-box a:hover { color: #4db7f7; }
 
	div#doc-box ul {
		list-style-position: inside;
		margin-left: 0;
	}
		div#doc-box ul li {
			list-style-image: url(/media/img/check_green.gif);
		}
/* >==== End: Presentation ================================================> */


/* >==== Start: Shop classes ==============================================> */
/* START Categories top menu */
ul.menu-categories {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border:none;
}

	ul.menu-categories li {
		position: relative;
		z-index: 500;
		display: block;
		float: left;
		margin-right: 5px;
		list-style: none;
	}
	ul.menu-categories li a {
		display: block;
		float: left;
		margin: 0 !important;
		text-decoration: none;
		font-weight: normal;
		color:#606060;
	}
	ul.menu-categories li.active a { background: #EC008C; color: #ffffff !important; }
	ul.menu-categories li a:hover { background: #EC008C;}
	
	ul.menu-categories li ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 10;
		margin: 0;
		padding: 0;
		background-color: #f0f0f0;
		border:none;
	}
	ul.menu-categories li:hover ul { display: block; border: 1px solid #666666; border:none; }

	ul.menu-categories li ul li { float: none; margin: 0; width: 200px; }
	ul.menu-categories li ul li a,
	ul.menu-categories li.active ul li a {
		display: block;
		float: none !important;
		padding: 5px;
		background-color: #666666;
		white-space: nowrap;
		color: #dddddd !important;
		text-align: left !important;
	}
	ul.menu-categories li ul li a:hover { background-color: #EC008C; color: #ffffff !important; }
/* END Categories top menu */

/* START Categories top menu2 */
ul.menu-categories2 {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border:none;
}

	ul.menu-categories2 li {
		position: relative;
		z-index: 500;
		display: block;
		float: left;
		margin-right: 5px;
		list-style: none;
	}
	ul.menu-categories2 li a {
		display: block;
		float: left;
		margin: 0 !important;
		text-decoration: none;
		font-weight: normal;
		color:#606060;
	}
	ul.menu-categories2 li.active a { background: #EC008C; color: #ffffff !important; }
	ul.menu-categories2 li a:hover { background: #EC008C;}
	
	ul.menu-categories2 li ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 10;
		margin: 0;
		padding: 0;
		background-color: #f0f0f0;
		border:none;
	}
	ul.menu-categories2 li:hover ul { display: block; border: 1px solid #666666; border:none; }

	ul.menu-categories2 li ul li { float: none; margin: 0; width: 200px; }
	ul.menu-categories2 li ul li a,
	ul.menu-categories2 li.active ul li a {
		display: block;
		float: none !important;
		padding: 5px;
		background-color: #666666;
		white-space: nowrap;
		color: #dddddd !important;
		text-align: left !important;
	}
	ul.menu-categories li ul li a:hover { background-color: #EC008C; color: #ffffff !important; }
/* END Categories top menu */

/* START Categories left menu */
ul.categories-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	ul.categories-list li { width: 100%; margin: 0; padding: 0; }

	ul.categories-list li a,
	ul.categories-list li span {
		display: block;
		width: auto;
		padding: 3px 3px 3px 25px;
		background: #ffffff url(/images/arrow_3.gif) no-repeat 12px center;
		border-bottom: 1px dotted #9cc7f7;
		text-decoration: none;
		font-weight: bold;
	}
	
	ul.categories-list li.active a { color: #333333; }
	ul.categories-list li.active a,
	ul.categories-list li a:hover { background-color: #f0f0f0; color: #5fafe0; }
	
	ul.categories-list li.active ul li a {
		padding-left: 24px;
		background-image: none;
		font-weight: normal;
	}
/* END Categories left menu */
/* START Subcategories prodlist */
div.prodlist-sub-nav {
	clear: both;
	width: auto;
	margin-bottom: 8px;
	padding: 2px 10px 0 10px;
	border: 1px solid #cccccc;
	border-top: 3px solid #999999;
	background-color: #f3f3f3;
}

ul.prodlist-subcategories {
	margin: 0;
	padding-top: 8px;
	list-style-type: none;
}

	ul.prodlist-subcategories li {
		float: left;
		position: relative;
		top: 1px;
		margin-right: 1px;
		padding: 0;
	}

	ul.prodlist-subcategories li a,
	ul.prodlist-subcategories li span {
		display: block;
		width: auto;
		padding: 3px 10px;
		background-color: #ffffff;
		border: 1px solid #cccccc;
		text-decoration: none;
		font-weight: bold;
		outline: 0;
	}

	ul.prodlist-subcategories li.active a { border-bottom: 1px solid #ffffff; }
	ul.prodlist-subcategories li a:hover { text-decoration: underline; }
/* END Subcategories prodlist */
/* START Subcategories w/ images prodlist */
ul.prodlist-subcategories-img {
	margin: 0;
	list-style-type: none;
}

	ul.prodlist-subcategories-img li {
		float: left;
		width: 105px;
		height: 122px;
		margin: 3px;
		padding: 3px;
		border: 1px solid #cccccc;
		background-color: #ffffff;
		color: #2D5E96;
	}
	
	ul.prodlist-subcategories-img li img { margin-bottom: 2px; }

	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 { text-decoration: underline; border-color: #2D5E96; }
/* END Subcategories w/ images prodlist */

a.block-link {
	display: block;
	clear: both;
	width: auto;
	padding: 4px 4px 4px 16px;
    background: transparent url('/media/img/block-link-arrow.png') no-repeat center left;
    border-bottom: 1px dotted #d1d1d1;
	outline: none;
}
table.products-table {
	width: 100%;
	margin: 0 auto;
	/* border-spacing: 20px 10px; /* Equivalent of cellspacing attribute of table tag, doesn't work in IE? */
}

table.products-table td.product {
	width: 200px;
	min-height: 120px;
	border: 0px solid #cccccc;
	-moz-border-radius: 0px;
	background-color: #ffffff;
}
table.products-table td.product h1,
table.products-table td.product h2 { font-size: 100%; font-weight: normal; margin: 0; }

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 { font-size: 13px; font-weight: bold; text-decoration: none; color: #530000 !important; }
	table.product-box td.price { text-align: left; font-size: 12px; font-weight: bold; }

#product-details { margin: 10px 0; }

table.ProdContentZone td .t { border: 1px solid #DBDBDB; }

.CPthumbImgDiv { margin: 10px 38px;}

/* >= 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 { margin-top:10px;}
.CPpageNav { width: 100%; }
.CPpageNav td { padding: 4px; }
.CPpageNav a, .CPpageNav span {
	display: block;
	float: left;
	margin: 0 2px;
	padding: 3px;
	text-decoration: none;
	font-size: 12px;
}

.CPpageNav a { border: 0px solid #606060; color: #606060; }
.CPpageNav a:hover { border: 0px solid #E8C1B7; background-color: #EC008C; color: #ffffff !important; }
.CPpageNav span { border: 0px solid #cccccc; color: #666666; background-color: #EC008C; color: #ffffff !important; }

.CPhighlight { color: #ffffff; background-color: #EC008C; }
.CPbox1 { border: 1px solid #cccccc; margin: auto; }
.CPbox2 { /* Table on 10_logon.asp */
	text-align: left;
}
.CPbox2 td { padding: 4px; }

.CPpayStep { font-weight: bold; color: #EC008C; } /* langGenStepX */

.CPprodImg { width: 250px; text-align: }
.CPprodImgDiv { width: 210px; height: 210px; margin: auto; }
.CPthumbImgDiv div { display: block; width: 60px; height: 60px; margin: 4px 3px; border: 1px solid #CCC; cursor: pointer; }
.CPprodInfo { padding: 0 10px; }
.CPpriceMsg { color: #5B7EB6; }
.CPprodDescHead { font-size: 100%; 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: 1px; line-height: 1px !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 ========================================< */


/* Vertical categories menu */
ul.menu3,
ul.menu3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.menu3 {
	padding: 0;
}


	ul.menu3 li { display: block; clear: both; width: 266px; padding: 0px 0px 5px 0px;  }
	
	ul.menu3 li a {
		display: block;
		width: auto;
		padding:4px 4px 4px 10px;
		color: #dddddd;
		text-decoration: none;
		font-size: 12px;
		margin-top:5px;
		/*background: #ffffff ;*/
	}
	
	ul.menu3 li ul li {
		list-style: circle;
	}
	
	ul.menu3 li a:hover { color: #FFFFFF !important; background: #606060 !important; }
	

	ul.menu3 li ul li a {
		padding-left: 15px;
		font-weight: normal;
	}

	ul.menu3 li.active a
	{ color: #FFFFFF; background:#EC008C;  }
	
	ul.menu3 li.active ul li.active a 
	{ color: #FFFFFF; background:#868889;  }
	
	
	ul.menu3 li.active ul li a { font-weight: normal; background: transparent; color: #dddddd; padding: 2px 0 4px 25px;}
	

	
	
/* /Vertical categories menu */


/* Horizontal specbrowser */
.specBrowserContainerX {
	width: auto;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.specTitle {
	float: left;
	clear: left;
	width: 38px;
	margin: 5px 0;
}

.specList {
	float: left;
	clear: right;
	width: 560px;
	margin: 5px 0 3px 0;
}

.specList .specBrowser,
.specList .specChosen {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.specList .specBrowser li,
.specList .specChosen li {
	display: block;
	float: left;
	margin: 0 5px 2px 0;
	padding-right: 5px;
	border-right: 1px solid #e3e3e3;
}
	
.specList .specBrowser a,
.specList .specChosen a {
	color: #377eaa;
	text-decoration: underline;
}
	
.specList .specBrowser a:hover,
.specList .specChosen a:hover {
	color: #5FAFE0;
	text-decoration: none;
}

.specList .specBrowserChosen {
	border-bottom: 1px dotted #999999;
}
/* /Horizontal specbrowser */

/* Vertical specbrowser */
.specBrowserContainerY {
	width: auto;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.specTitleY {
	margin-top: 5px;
	padding-left: 8px;
}

.specListY {

}

.specListY .specBrowser,
.specListY .specChosen {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.specListY .specBrowser li,
.specListY .specChosen li {
	display: block;
	width: auto;
	padding: 2px 2px 2px 16px;
	border-bottom: 1px dashed #e3e3e3;
}
	
.specListY .specBrowser a,
.specListY .specChosen a {
	display: inline;
	color: #377eaa;
	text-decoration: underline;
	border-width: 0;
	padding: 0;
}
	
.specListY .specBrowser a:hover,
.specListY .specChosen a:hover {
	color: #5FAFE0;
	text-decoration: none;
}

.specListY .specBrowserChosen {
	border-bottom: 1px dotted #999999;
}
/* /Vertical specbrowser */

.specBrowserSeparation {
	height: 0px;
	margin: 5px 0;
	border: 1px dotted #999999;
	border-width: 0 0 1px 0;
	background-color: transparent;
	clear: both;
}

.prod-img {
	width: 180px;
	padding: 5px;
	text-align: center;
	clear: both;
	margin: 0 auto;
}

.prod-text {
	text-align: left;
	font-weight: bold;
	padding: 5px;
	height: 45px;
}

.prod-text a{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #dddddd !important;
}

.prod-text a:hover {
	color: #EC008C !important;
}

.prod-view {
	padding-top: 19px;
	float: left;
	text-align:left;
	font-size: 12px;
	padding-left: 5px;
	color:#dddddd;
}

.prod-view a {
	text-decoration: none;
	font-size: 12px;
	color: #dddddd !important;
}

.prod-view a:hover {
	color: #EC008C !important;
}

.prod-price {
	float: right;
	display: block;
	text-align: left;
	font-size: 22px;
	padding-right: 5px;
	color: #dddddd;
}

.page-nav-2 {
	width: 210px;
	float:right;
}

/**********************************************************/
/* Prodview Seen on Screen
/*********************************************************/

.prod-image {
	float: left;
	width: 471px;
	height: 471px; /* 431 */
	background: #FFFFFF;
	position: relative;
}

	.prod-title-pink {
		background: #EC008C;
		color: #FFF;
		font-weight: bold;
		font-size: 15px;
		padding: 10px;
		width: auto;
	}
	
	.prod-small-images {
		float: left;
		margin: 20px 0 0 20px;
		width: 70px;
	}
	
	.prod-small-images div {
		margin-bottom: 10px;
		border: solid 1px #999;
	}
	
	#product_small_images div {
		margin-bottom: 5px;
		border: solid 1px #999;
				
	}
	
	.prod-image-frame {
		/*background: #FC3;*/
		float: left;
		width: 321px;
		margin: 20px 0 20px 40px;
	}
	
	.prod-image-frame a {
		text-decoration:none;
		color:#666666!important;
		font-weight:bold;
	}
	.prod-image-frame a:hover {
		color:#EC008C;
	}
	
	.prod-misc {
		clear: both;
		margin: 0 20px 0 20px;
		padding:20px 0;
		width: 431px;
		bottom: 0;
		border-top: solid 1px #CCC;
	}
	
	.prod-misc a {
		text-decoration:none;
		color:#666666 !important;
		font-weight:bold;
	}
		
	.prod-misc a:hover {
		color:#EC008C !important;
	}

.prod-content {
	float: left;
	width: 430px; /* 460 */
	min-height: 416px;
	padding: 50px 0px 0px 30px;
}

	.prod-description {
		margin-top: 30px;
		line-height:18px;
		font-size: 12px;
		text-transform:none;
	}
	
	.prod-desc-price {
		margin-top: 30px;
		width: 100%;
		text-align: right;
		font-size: 30px;
		color:#dddddd;
	}
	
	#productVersions td {
		padding: 3px;
		vertical-align: middle;
	}
	
.prod-order {
	float:right;
	width: 135px;
}

	.prod-quantity-add {
		width: auto;
		padding: 10px;
		color: #FFF;
		font-size: 14px;
		clear: both;
	}

	.prod-quantity-add input {
		border: none;
		background: transparent;
		color: #FFF;
	}
	
	
.customer_click_here  {
	font-weight:normal;
	font-size:10px;
}

.CPprodDescDet	{
	color:#ffffff;
	padding:5px 0;
	font-size:14px;
	text-transform:lowercase;
}

.CPpageHead	{
	color:#ffffff;
	padding:5px 0;
	font-size:14px;
}

#cartbutton{
	background-color:#666666;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	height:25px;
	width:135px;
	padding:1px 5px 5px;
	font-size:11px;
}

#inputprodview{
	background-color:#FCFCFC;
	border:1px solid #4E4C41;
	height:14px;
	padding:2px;
	margin-bottom:5px;
	margin-left:5px;
	float:right;
	font-size:11px;
}

.accountheader	{
	padding:5px;
	text-decoration:none;
	font-size:13px;
}

.accountheader:hover {
	background:#EC008C none repeat scroll 0 0;
	color:#FFFFFF!important;
}

#accountheaderbottom	{
	border-bottom: 1px solid #606060;
	width:auto;
	height:35px;
}

#cartdoc_nl	{
	color:#dddddd;
}

.table_order_v2 td	{
	padding-bottom: 10px;
	
}

.product {
	border: 1px solid #606060 !important;
	border-width: 0 0 1px 1px !important;
	background-color: #353535 !important;
	padding: 7px;
}

.numberofproducttext	{
	float: right;
	padding-top: 4px;
}

.bannerheadertext	{
	font-size:12px;
	padding: 20px 0 0 0;
}

#login_cart	{
	margin:15px 0 5px 0;
}

.noproductstext	{
	padding:10px;
}

.prodlistpricefrom	{
	font-size:10px;
	display:block;
	height: 12px;
}

.prodlist-desc-listprice {
	font-size: 12px;
	text-align: right;
	text-decoration: line-through;
}

.prodlist-desc-price-discount {
	font-size: 11px;
	text-align: right;
}

.product_price_simple {}
.product_view_price_currency { margin-right: 10px;  }
.product_view_price_euros { font-weight: bold;  }
.product_view_price_comma { }
.product_view_price_cents { font-size: 0.6em; vertical-align: text-top; line-height: 1.4; }

#shopmsg	{
	padding: 20px;
	font-size: 14px;
	background-color: #EC008C;
	font-weight:bold;
	color:#fff;
}

#minitv-right {
	float: right;
	margin-top: 15px;
	text-align: right;
}

#minitv-bottom a {
	float: left;
}

.sub-banner-box	{
	border-bottom: 1px solid #606060;
	padding-bottom: 9px !important;
}

.prod-detail	{
	font-size: 12px;
	padding-top: 10px;
}

.prod-detail-header	{
	font-weight: bold;
	
}

.CPprodDet	{
	line-height: 18px;
}

.prodlistpricefrom {
	display: none;
}

.prod-sku	{
	margin-top: 5px;
}

.prod-specs	{
	background-color: #353535;
	color: #dddddd;
}

.prod-specs tr	{
	background-color: #353535 !important;
	color: #dddddd;
}

.prod-specs td	{
	padding: 0 !important;

}

.CPbox2w	{
	color: #ffffff;
	background: #009ee0;
	
}

.CPbox2w td	{
	padding: 5px;	
}

.header_nb	{
	font-weight: bold;
}

#nieuwsbrief	{
	position: absolute;
	top: 142px;
	right: 0;
	width: 130px;
	background-color: #009ee0;
	z-index: 10;
	padding: 0 10px;
}

#nieuwsbrief a	{
	display: block;
	padding: 3px;
	color: #FFFFFF;
}

#nieuwsbrief p {
	margin: 10px 0;
	line-height: 1.4;
}

#nieuwsbriefLink {
	text-decoration: none;
}

#btnNewsLetterHide {
	
}

#nieuwsbriefContent {
	display: none;
}

	#txtNewsletterSignup {
		width: 124px;
		margin-bottom: 5px;
		padding: 3px;
		border: none;
	}
	
	#btnNewsLetterSignup {
		margin-bottom: 8px;
		background-color: #454548 !important;
		text-align: center;
		text-decoration: none;
	}

.mainbanner	{
	text-align: left;
	padding-top: 15px;
}