/* global styles */
a { color:#000000; text-decoration:underline; }
a:hover { text-decoration:none; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }

/* Container which encloses the whole site to allow easy width change */
#container,#wrap {
	width:990px;	/* change value to adjust width */
	text-align:left;
	margin:5px auto;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Logo and minicart */
#header {
	padding:5px 0px;
	border:1px solid #e5e5e5;
	/*margin-bottom:10px;*/
}
#header table {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px 10px;
}
#header td.headerlinks { /* mini cart */
	width:300px;
	text-align:right;
	vertical-align:middle;
	margin-top:15px;
	color:#999;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-right:10px;
}
#header a {
	text-decoration:none;
	color:#1981b7;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; }

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

/*formats the links in the minicart*/
.cartminilinks{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

/* Encloses all content area under header */
#wrap {
	padding:5px;
	border:1px solid #e5e5e5;
}

/* Horizontal navigation */
#nav {  
	background:white;
	border:1px solid #EEEEEE;
	width:100%;
}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:collapse;
}

table#horiz_nav td {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:8px 0px;
	color:#1981b7;
	text-decoration:none;
	font-size:80%;
	text-transform:uppercase;
	border-right:1px solid #EEEEEE;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#000; }

/* Horizontal navigation drop down menu
   do not remove or modify styles listed 
   under "Do Not Change" */
table#horiz_nav ul {
	/* Do not change  */
	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	/* Styles */
	background:white;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;
}

/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li { /* submenu */
	/* Do not change */
	display:block;
	width:100%;
	margin:0px;
	
	/* Styles */
	line-height:22px;
	text-transform:capitalize;
}

table#horiz_nav ul li a { /* submenu links */
	/* Do not change */
	display:block;
	
	/* Styles */
	padding:0px 10px !important;
	border-bottom:1px solid #EEEEEE;
	border-right:0px;
	text-align:left;
}

/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {
	text-align:center;
	background:#eee;
	padding:10px;
	border-bottom:5px solid #D7D7D7;
}

#utilbar table {
	border-collapse:collapse;
	width:100%;
}

#utilbar td {
	padding:5px 0px;
	text-align:center;
	vertical-align:middle;
	width:33.3%;
	font-size:80%;
	border-right:2px dotted #E5E5E5;
	font-weight:bold;
}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#1981b7; text-decoration:none; }
#utilbar a:hover { text-decoration:underline; }

/* Encloses all content area under utilbar */
#all { 
	margin-top:5px;
	padding-bottom:5px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:25%;	/* Change to alter width of left column */
}

#left h2 {
	background:#EEE;
	color:#1981b7;
	margin:0px;
	padding:5px 10px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#left .box {		/* General style of each box in left column */
	padding:5px 10px;
	font-size:90%;
	border:1px solid #eee;
	margin-bottom:5px;
}

#left .box p {
	margin:0px;
	padding-bottom:10px;
}

#left ul {		/* General style of list style in left column; including category listing */
	list-style-type:none;
	padding:10px 15px;
	margin:0px 0px 5px 0px;
	line-height:20px;
	font-size:90%;
	border:1px solid #eee;
}

#left ul a {
	background:url(../images/site/catnav_bullet.gif) no-repeat 0 3px;
	padding-left:15px;
	color:#505050;
}

/* Extra styles for category navigation */
#catnav ul { margin:10px 15px; }

/* Main content area */
#main {
	text-align:center;
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }

/* Top content box on home page */
#homecontent {
	/* border:1px solid #D7D7D7; */
	padding-top:0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
	color:#666;
	margin-bottom:5px;
	text-align:left;
	line-height: 16px; 	
}

#homecontent h1 { color:#000000; }
#homecontent h3  { padding-bottom: 11px; font-size: 16px; }
#homecontent p { margin-right:0px; }
#homecontent img { margin-right:0px; }
#homecontent a { text-decoration: none; font-weight: bold; color: #333; }
#homecontent a:hover { text-decoration: underline; }

/* content area styles */
#content {
	padding:0px 10px 10px 10px;
	text-align:left;
}

/* Footer */
#footer {
	background:#E1E1E1;
	padding-bottom:10px;
	text-align:center;
	color:#454545;
	font-size:80%;
	clear:both;
}

/* Alphabet listing */
#footer .alphabet {
	background:#D7D7D7;
	margin-bottom:10px;
	padding:3px 10px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color:#454545;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }
.imgbtncheckout { border:0px; }
.imgbtncheckoutposition { padding-left: 60px; }
.imgbtninventory { border:0px; margin-top: 10px; margin-left: 20px; }

.txtfield{
	background-color: #FFFFFF;
	border: 1px solid #c0c5c5;
	color: #1f3508;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	height: 15px; 
}

.txttextarea{
	background-color: #FFFFFF;
	border: 1px solid #c0c5c5;
	color: #1f3508;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtlicensefield{
	background-color: #FFFFFF;
	border: 1px solid #c0c5c5;
	color: #1f3508;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	height: 80px;
}

.txtcommentfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	height: 25px;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   height: 21px;
   width: 100px;
   background: url('../images/submitbtn_bg.gif') repeat-x left top; 
   font-size: 11px;
   cursor: pointer;
   color: #000;
   text-transform:uppercase;
   border: none;
}

.submitbtnlarge {
   height: 21px;
   width: 140px;
   background: url('../images/submitbtnlarge_bg.gif') repeat-x left top; 
   font-size: 11px;
   cursor: pointer;
   color: #000;
   text-transform:uppercase;
   border: none;
}

.submitbtnsmall {
    width: 70px;
	background-color: #F3F3F3;
	border: 1px solid #c0c5c5;
	color: #1f3508;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	height: 17px;
	cursor: hand;  
}

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
	color: #666666;
	font-size: x-small;
	font-weight: bold;
	padding: 5px 14px;
	text-align: left;
	white-space: nowrap;
}
.menuhdrnobackground{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : x-small;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}

.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #F7F7F7;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	background-color: #EEEEEE;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;

}

/* Styles to be use in 6.50 */
#main {
	font-size:90%;
	line-height:18px;
	width:75%;
}

/* breadcrumbs */
div.breadcrumb {
	padding-left: 11px; 
	line-height: 34px; 
	display: block; 
	color: #fff; 
	font-size: 12px; 
	font-weight: normal;
	background: url('../images/top_heading.png') left no-repeat; 
	margin-left: -10px; 
	margin-right: -10px; 
}

div.breadcrumb a { 
	color:#fff; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#fff; 
	text-decoration:underline;
}

/* Main area text styles */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight : bold;
	margin:0px 0px 15px 0px;
	color:#175D7F;
	text-align:left;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	text-transform:capitalize;
}

#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}
/* standard table display without background color and no border */
.std_table_submit {
	margin-bottom:10px;
	padding-top: 20px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:40%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size: 12px;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }

.pricesmall { font-size: 9px; line-height: 12px; }
.price2 { color: #000000; font-weight: bold; line-height: 12px; }
.pricetext { color: #000000; font-weight: bold; line-height: 12px; }
.priceshopexd { color: #1f692b; font-weight: bold; line-height: 10px; padding-bottom: 10px; }

/* STYLESHEET rollatorwebwinkel.nl */
	
			/* ### PROHTML TICKER ### */
			#dropcontentsubject{
			width: 166px;
			font-weight: bold;
			}
			
			.dropcontent{
			font-family: Verdana; font-size: 10px; color: #333; line-height:18px;
			width: 166px;
			height: 140px;
			padding-top: 10px;
			padding-left: 10px;
			padding-right: 10px;
			padding-bottom: 10px;
			display:block;
			}
	
		/* ### TMP_PRODUCT.HTM ### */
		#productdetailbox {
			margin-top: 10px;			
			}
		#productdetailbox .largepicture {
			border-style: solid;
			border-width: 1px;
			border-color: #CCCCCC;
			}
		#productdetailboxsmallpicture {
			margin-top: 4px;			
			}			
		#productdetailboxsmallpicture .smallpicture {
			border-style: solid;
			border-width: 1px;
			border-color: #CCCCCC;
			float: left;
			margin-right: 4px;		
			}			

		#productdetailboxcontainer {
			float: right;
			width: 150px;
			margin-left: 2px;
			margin-right: 0px;
			}
		#productdetailboxshortinfo {
			color: #666666;
			margin-top: 10px;
			height: 184px;
			overflow: hidden;
			}
		#productdetailboxprice {
			color: #666666;
			margin-top: 10px;
			}
		#productdetailboxaddtocart {
			color: #666666;
			margin-top: 10px;
			}
		#productdetailboxcontainerinfo {
			margin-top: 10px;
			}
		#productdetailboxcontainerinfo h1 {
			margin-top: 10px;
			font-size: 10px;
			color: #666666;
			background-color: #EAEAEA;
			padding: 4px;
			line-height: 14px;			
			}			
		#productdetailboxinfo {
			color: #666666;
			padding-bottom: 10px;
			}
		#productdetailboxproductcode{
			padding-bottom: 10px;
			font-size: 10px;
			}
		#crossheader{
			font-weight: bold;
			color: #000000;
			margin-bottom: 10px;
		}
	
* { padding: 0px; margin: 0px; }
html, body { font-family: Arial; font-size: 12px; color: #000; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #000; }
body { background: #fff url('../images/body_bg.gif') top repeat-x; }
img { border: 0px; }
a { outline: none; }
.hidden { display: none; }
.unhidden { display: block; }

/* ### GLOBAL CLASSES ### */
.clear { clear: both; overflow: hidden; }

/* ### WRAPPER ### */
#wrapper { width: 100%; min-height: 100%; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 981px; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { width: 981px; overflow: hidden; }
	#headerCntr h1 { padding-top: 8px; float: left; }
	#headerCntr h1 a { width: 215px; height: 121px; text-indent: -9999px; display: block; background: url('../images/logo.png') no-repeat; }
		
		/* ### ACCES BOX ### */
		.accesBox { width: 557px; height: 136px; float: right; overflow: hidden; background: url('../images/logobox-bg.gif') bottom no-repeat; }
		.accesBox h2 { padding-bottom: 15px; padding-top: 35px; font-size: 15px; color: #fff; line-height: 22px; font-weight: bold; text-align: right; }
		.accesBox .zoeken { padding-left: 10px; width:300px; float: left; }
		.accesBox form { display: block; }
		.accesBox label { padding-bottom: 3px; display: block; font-size: 11px; font-weight: bold; }
		.accesBox fieldset { border: none; overflow: hidden; }
		.accesBox .winkel { padding-left: 15px; overflow: hidden; float: left; width: 138px; }
		.accesBox .winkel img { padding-right: 8px; float: left; }
		.accesBox .winkel p { float: left; width: 100px; font-weight: bold; }
		.accesBox .winkel a { color:#792424; font-weight: bold; }
		.accesBox .logo .shoppingcartcontents { padding-left: 7px; padding-top: 13px; float: left; padding-bottom: 2px; }
		.accesBox .logo .shoppingcartcontents a { text-decoration: underline; }
		.accesBox .logo .shoppingcartcontents a:hover { text-decoration: none; }
		.accesBox .logo .shoppingcarttotal { padding-left: 7px; float: left; }
		.accesBox .logo .shoppingcarttotal a { text-decoration: none; }
		.accesBox .logo .shoppingcarttotal a:hover { text-decoration: none; }		
		.accesBox .logo .shoppingcart { float: left; margin-left: 33px; margin-top: 5px; }
		.accesBox span { line-height: 16px; display: block; }
		.accesBox input.field { width: 240px; height: 20px; border: 1px solid #000; background: #fff; }
		.accesBox .submit { width: 50px; height: 22px; border: 1px solid #000; background: #999999; }
		.accesBox p { font-size: 11px; display: block; }
		
		/* ### MENU CONTAINER ### */
		#menuCntr { width: 981px; overflow: hidden; }
		#menuCntr ul { padding: 1px 0 0 10px; overflow: hidden; font-size: 11px; line-height:40px; float: left; }
		#menuCntr ul.right { float: right; overflow: hidden; background-color: #FFF; height: 38px; margin-top: 1px; }
		#menuCntr ul li { float: left; list-style: none; }
		#menuCntr ul li.price { width: 186px; display: block; line-height: 38px; }
		#menuCntr ul li a { padding: 0 12px; border-right: 1px solid #fff; text-decoration: none; color: #fff; text-transform: uppercase; }
		#menuCntr ul li a.last { border: none; text-transform: uppercase; text-decoration: none; }
		#menuCntr ul li.price p.last { margin-left: -5px; border: none; color:#FFFFFF; font-weight:bold; padding-top: 4px; }
		#menuCntr ul li.price p.last img { vertical-align: text-bottom; }
		#menuCntr ul li a:hover { text-decoration: underline ; }

		
	/* ### CONTENT CONTAINER ### */
	#contentCntr { width: 981px; overflow: hidden; }
	
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { width: 205px; float: left; overflow: hidden;  }
		#leftCntr .poweredby { margin-top: 10px; }
		
			/* ### CATEGORIEEN BOX ### */
			.categorieenBox { margin-top: 29px; width: 194px; background: #dee7ef url('../images/left_list_bg1.jpg') bottom no-repeat; }
			.categorieenBox h3 { padding-left: 17px; overflow: hidden; line-height: 34px; color: #fff; font-size: 18px; font-weight: normal; background: url('../images/top_heading_left.jpg') top no-repeat; }
			.categorieenBox ul { padding: 5px 15px 5px 15px; overflow: hidden; }
			.categorieenBox li { border-bottom: 1px solid #a57576; list-style: none; overflow: hidden; }
			.categorieenBox li.last { padding-bottom: 20px; border: none; }
			.categorieenBox li a.last { background: none; }
			.categorieenBox li a { padding-left: 20px; line-height: 40px; text-decoration: none; color: #000; background: url('../images/left_list_arrow1.jpg') left no-repeat; }
			.categorieenBox li span { line-height: 40px; border-bottom: none; }			
			.categorieenBox li a:hover { font-weight: bold; }
			.categorieenBox .simpletreemenulinks { margin-left: 36px; }	
			.categorieenBox .simpletreemenulinks .links a { padding-right: 4px; font-style:italic; color: #666666; }		
			
			/* ### SUPER BOX ### */
			.superBox { margin-top: 6px; width: 194px; background: url('../images/super-middlebg.gif') top left repeat-y; }
			.superBox .top { width: 194px; background: url('../images/super-topbg.gif') top left no-repeat; }
			.superBox .bottom { padding-bottom: 5px; width: 194px; background: url('../images/super-bottombg.gif') bottom no-repeat; }
			.superBox h3 { height: 34px; line-height: 34px; color: #fff; font-size: 18px; font-weight: normal; margin-bottom: 10px; padding-left: 10px; padding-right: 10px; }
			.superBox span.price { padding: 6px 0px; line-height: 22px; display: block; font-size: 16px; font-weight: bold; color: #373737; overflow: hidden; }
			.superBox .header { font-weight: bold; margin-left: 10px; margin-right: 10px; }
			.superBox .review { border-top: 1px dotted #000; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; }
			.superBox img { padding: 10px 0 0 0px; }
			.superBox p { padding: 5px 0 5px 0px; color: #808080; font-size: 12px; }
			.superBox span.was { color: #fe0000; line-height: 20px; }
			.superBox span.was span { padding-left: 0px; font-size: 13px; font-weight: normal; display: inline; color: #fe0000; line-height: 20px; text-decoration: line-through; }
			
 		/* ### CENTER CONTAINER ### */
		#centerCntr { padding-top: 29px; width: 570px; float: left; overflow: hidden; }

			/* ### MODERN BOX ### */
			.modernBox { width: 569px; background: url('../images/center_bg.jpg') no-repeat; margin-bottom: 10px; height: 350px; padding-top: 1px; }
			.modernBox h4 { padding-left: 25px; line-height: 30px; color: #fff; font-size: 16px; margin-top: -25px; }
			.modernBox p { padding: 0px 10px 5px 25px; color: #c4d8dd; }
			.modernBox p a { padding-right: 10px; color: #fff; font-weight: bold; text-decoration: underline; background: url('../images/click_here_bg.jpg') no-repeat right; }
			.modernBox p a:hover { text-decoration: none; }
			.modernBox .tabs { margin-right: 30px; }

			.modernBox .wrapper { margin: 0px 20px 20px 20px; }
			.modernBox .wrapper h2 { position: relative; width: 520px; margin-bottom: 20px; z-index:4; }
			.modernBox .priceimage { position: absolute; z-index:1; margin-left: 395px; }
			.modernBox .pricetext { position: absolute; z-index:2;  margin-left: 400px; }
			.modernBox .specialoffer_description { float: left; position: absolute; width: 375px; z-index:4; }
			.modernBox .specialoffer_productimage { position: absolute; z-index:3; bottom: 5px; }
			.modernBox .specialoffer_description p { margin-bottom: 6px; }
			.modernBox .repl_li { background: url('../images/bullet.png') no-repeat; padding-left: 20px; margin-bottom: 8px; line-height: 16px; }
			.modernBox .specialoffer_titel { font-family:Arial Black, Arial; font-weight:bold; font-size:30px; }
			.modernBox #slider ul ul { list-style: square; position: relative; }
			.modernBox #slider li li { margin-left: 20px; margin-bottom: 10px; float: none; width:100%; height:100%; }
			.modernBox .link a { display:block; width:569px; height:350px; }
					
			/* ### PRODUCT BOX ### */
			.productBox { width: 569px; }					
			.productBox .middle { overflow: hidden; background: url('../images/center_mid_.gif') repeat-y; }
			.productBox .bottom { width: 569px; background: url('../images/center_bootom_.gif') no-repeat; height: 20px; }
			.productBox .inner { padding-left: 10px; padding-right: 10px; }
			.productBox .header { background: url('../images/top_heading.png') left no-repeat; height: 34px; margin-left: -10px; margin-right: -10px; }
			.productBox .header h1 { padding-left: 5px; margin-top: 7px; color: #fff; font-size: 18px; font-weight: normal; float: left; }
			.productBox .header .backbutton a { padding-right: 11px; line-height: 34px; color: #fff; font-size: 18px; font-weight: normal; font-size: 11px; float: right; }
			.productBox .frontpageheader h2 { padding-left: 11px; line-height: 34px; display: block; color: #fff; font-size: 18px; font-weight: normal; background: url('../images/top_heading.png') left no-repeat; margin-bottom: 10px; margin-left: -10px; margin-right: -10px; }			
			.productBox .text { padding-top: 15px; margin-top: 15px; margin-left: 10px; display: inline; float: left; overflow: hidden; border-top: 1px dotted #000; width: 518px; }
			.productBox .text p { line-height: 24px; }
			.productBox div.was { position:absolute; margin-top: 180px; color: #fe0000; font-size: 11px; }
			.productBox div.was span  { position:absolute; display: inline; color: #fe0000; text-decoration: line-through; }
			.productBox span.price { padding-left: 0px; float: left; line-height: 25px; padding-top: 10px; }
			.productBox p { padding: 5px 0; }
			.productBox h1 { font-size: 16px; margin-left: 5px; margin-top: 10px; }

			.productBox div.pic { float: left; width: 360px; height: 300px; padding-left: 10px; padding-bottom: 5px; }
			.productBox .img1 { position:absolute; z-index: 1; height: 140px; overflow: hidden; }
			
			.productBox h3 { padding-top: 6px; font-size: 13px; font-weight: bold; color:#000; }			
			.productBox p { line-height: 20px; }
			.productBox .smallpicture { border-style: solid; border-width: 1px; border-color: #CCCCCC;float: left; margin-right: 4px; }
			.productBox .categorybox { background: url('../images/product_box.gif') no-repeat; width: 169px; height: 260px; margin-left: 9px; margin-top: 9px; float:left; }
			.productBox .categorybox:hover { background: url('../images/product_boxH.gif') no-repeat; width: 169px; height: 260px; margin-left: 9px; }
			.productBox .categorybox .innerCategorybox { padding: 10px; }	
			.productBox .productname { margin-top: 5px; }		
			.productBox .productname a { margin-bottom: 1px; color: #000000; text-decoration: none; }
			.productBox .productname a:hover { margin-bottom: 1px; color: #000000; text-decoration: underline; }
			.productBox .productprice { position:absolute; z-index: 3; margin-top: 218px; width: 80px; font-weight: bold; color:#ac2428; font-size: 13px; }
			.productBox .detailtext { position:absolute; z-index: 3; margin-top: 140px; width: 148px; }
			.productBox .detailtext a:hover { margin-bottom: 1px; color: 349a51; }			
			.productBox .leesverder { padding-top: 215px; float: right; }
			.productBox ul { list-style: square; margin-bottom: 10px; }
			.productBox li { line-height: 20px; margin-left: 30px; }			

			.productBox .img2 { height: 190px; overflow: hidden; float: left; }
			.productBox .subcategorybox { background: url('../images/subcategory_box.jpg') no-repeat; width: 529px; height: 260px; margin-left: 9px; margin-top: 9px; float:left; }
			.productBox .subcategorybox:hover { background: url('../images/subcategory_boxH.jpg') no-repeat; width: 529px; height: 260px; margin-left: 9px; }
			.productBox .subcategorybox .innersubCategorybox { padding: 10px; float: left; }	
			.productBox .subcategoryname { margin-top: 5px; }		
			.productBox .subcategoryname a { margin-bottom: 1px; color: #000000; text-decoration: none; }
			.productBox .subcategoryname a:hover { margin-bottom: 1px; color: #000000; text-decoration: underline; }
			.productBox .subdetailtext { float: left; margin-left: 10px; }
			.productBox .subdetailmemo { margin-top: 5px; margin-left: 10px; float: left; font-weight: normal; width: 363px; text-align:left; line-height: 20px; height: 165px; overflow: auto; }
			.productBox .subdetailmemo a { text-decoration: none; }
			.productBox .subdetailmemo a:hover { text-decoration: underline; }
			.productBox .subdetailtext a:hover { margin-bottom: 1px; color: 349a51; }			
			.productBox .leesverdercategorie { padding-top: 25px; float: right; }
	
 		/* ### RIGHT CONTAINER ### */
		#rightCntr { width: 195px; float: right; overflow: hidden; margin-top: 23px; }
		#rightCntr .poweredby { margin-top: 10px; }

			/* ### INFORMATIE BOX ### */
			.informatieBox { margin-top: 6px; width: 194px; background: #e1ecef url('../images/left_list_bg1.jpg') bottom no-repeat; }
			.informatieBox h3 { padding-left: 17px; line-height: 34px; color: #fff; font-size: 18px; font-weight: normal; background: url('../images/top_heading_left.jpg') top no-repeat; }
			.informatieBox ul { padding: 15px 5px 25px 15px; overflow: hidden; }
			.informatieBox li.telephone { border-bottom: 1px solid #a57576; width: 144px; list-style: none; background: url('../images/telephone.png') left no-repeat; padding-left: 20px; }
			.informatieBox li.mail { border-bottom: 1px solid #a57576; width: 144px; list-style: none; background: url('../images/yellow_mail.png') left no-repeat; padding-left: 20px; }
			.informatieBox li.bedrijven { list-style: none; background: url('../images/bedrijven_instellingen.png') left no-repeat; padding-left: 20px; }
			.informatieBox li.last { border: none; }
			.informatieBox li a { padding-left: 20px; line-height: 45px; text-decoration: none; color: #000; font-weight: bold; }
			.informatieBox li a:hover { text-decoration: underline; }

			/* ### MORE FROM CATEGORY BOX ### */
			.morefromcategoryBox { margin-top: 6px; width: 194px; background: #fff url('../images/left_list_bg2.jpg') bottom no-repeat; }
			.morefromcategoryBox h3 { padding-left: 17px; margin-bottom: 9px; line-height: 34px; color: #fff; font-size: 18px; font-weight: normal; background: url('../images/top_heading_blue.png') top no-repeat; }
			.morefromcategoryBox .inner { width: 194px; overflow: hidden; }
			.morefromcategoryBox .line { border-bottom: 1px solid #a57576; width: 164px; margin-left: 15px; margin-bottom: 20px; margin-top: 0px; }
			.morefromcategoryBox .left { float: left; padding-right: 8px; padding-left: 10px; width: 70px; min-height: 80px; margin-bottom: 10px; }
			.morefromcategoryBox .right { float: left; padding-right: 4px; width: 100px; padding-bottom: 10px; }
			.morefromcategoryBox .right a { text-decoration: none; }
			.morefromcategoryBox .right a:hover { text-decoration: underline; }
			.morefromcategoryBox .productpricemore { font-weight: bold; color:#ac2428; font-size: 13px; }
			.morefromcategoryBox .meer { background: url('../images/meer_uitcategorie.jpg') top no-repeat; padding-top: 4px; padding-bottom: 7px; margin-left: 10px; width:174px; height:21px; margin-top: 10px; }
			.morefromcategoryBox .meer a { width:174px; height:21px; text-decoration: none; font-weight: bold; font-size: 11px; }

			/* ### NEW BOX ### */
			.newBox { margin-top: 6px; width: 194px; background: url('../images/new-middlebg.gif') top left repeat-y; }
			.newBox .top { width: 194px; background: url('../images/new-topbg.gif') top left no-repeat; }
			.newBox .bottom { padding: 0px 0px 10px 17px; width: 177px; background: url('../images/new-bottombg.gif') bottom left no-repeat; }
			.newBox h3 { line-height: 34px; color: #fff; font-size: 18px; font-weight: normal; margin-left: -4px; }
			.newBox a { color: #4aa0bb; font-weight: bold; }
			.newBox a:hover { text-decoration: none; }
			.newBox p { padding-top: 5px; color: #808080; font-size: 11px; }
			.newBox .productname { margin-top: 5px; }
			.newBox .productimage { margin-top: 5px; }		
			.newBox .productname a { margin-bottom: 1px; color: #000000; text-decoration: none; }
			.newBox .productname a:hover { margin-bottom: 1px; color: #000000; text-decoration: underline; }
			.newBox .productprice { float: left; width: 78px; font-weight: bold; color:#ac2428; font-size: 13px; padding-top: 12px; padding-bottom: 15px; }	
			.newBox .was { color: #fe0000; line-height: 20px; font-size: 11px; padding-bottom: 4px; }		
			.newBox .was span { font-size: 11px; font-weight: normal; display: inline; color: #fe0000; line-height: 20px; text-decoration: line-through; padding-bottom: 4px; }
			.newBox .leesverder { float: right; padding-bottom: 15px; padding-top: 8px; padding-right: 25px; }
			.newBox .meer { color: #000000; padding-top: 30px; }
			.newBox .meer a { color: #000000; padding-top: 20px; }

			/* ### VERZENDKOSTEN BOX ### */
			.verzendkostenBox { margin-top: 6px; width: 194px; background: url('../images/new-middlebg.gif') top left repeat-y; }
			.verzendkostenBox .top { width: 194px; background: url('../images/new-topbg.gif') top left no-repeat; }
			.verzendkostenBox .bottom { padding: 0px 0px 10px 13px; width: 177px; background: url('../images/new-bottombg.gif') bottom left no-repeat; }
			.verzendkostenBox h3 { line-height: 34px; color: #fff; font-size: 18px; font-weight: normal; }
			.verzendkostenBox a { color: #4aa0bb; font-weight: bold; }
			.verzendkostenBox a:hover { text-decoration: none; }
			.verzendkostenBox p { padding-top: 5px; color: #000; }
			.verzendkostenBox .productname { margin-top: 5px; }
			.verzendkostenBox .productimage { margin-top: 5px; }		
			.verzendkostenBox .productname a { margin-bottom: 1px; color: #000000; text-decoration: none; }
			.verzendkostenBox .productname a:hover { margin-bottom: 1px; color: #000000; text-decoration: underline; }
			.verzendkostenBox .productprice { float: left; width: 100px; font-weight: bold; color:#ac2428; font-size: 13px; padding-top: 4px; }	
			.verzendkostenBox .was { color: #fe0000; line-height: 20px; font-size: 11px; padding-bottom: 4px; }		
			.verzendkostenBox .was span { font-size: 11px; font-weight: normal; display: inline; color: #fe0000; line-height: 20px; text-decoration: line-through; padding-bottom: 4px; }
			.verzendkostenBox .leesverder { float: left; }
			.verzendkostenBox .meer { color: #000000; padding-top: 30px; }
			.verzendkostenBox .meer a { color: #000000; padding-top: 20px; }
			.verzendkostenBox ul { list-style: none; }
			.verzendkostenBox li { padding-left: 20px; border-bottom: 1px solid #e8ebec; height: 30px; font-size: 11px; line-height: 30px; background: url('../images/right_list_arrow.jpg') left no-repeat ; }
			.verzendkostenBox li.last { list-style: none;  border-bottom: none; }
			.verzendkostenBox li a { color: #000; text-decoration: none; }
			.verzendkostenBox li a:hover { text-decoration: underline; }
			
			/* ### ONZE BOX ### */
			.onzeBox { margin-top: 6px; width: 194px; background: url('../images/super-middlebg.gif') top left repeat-y; }
			.onzeBox .top { width: 194px; background: url('../images/super-topbg.gif') top left no-repeat; }
			.onzeBox .bottom { padding: 0px 17px 25px 10px; width: 167px; background: url('../images/super-bottombg.gif') bottom left no-repeat; }
			.onzeBox h3 { line-height: 34px; height: 50px; color: #fff; font-size: 18px; font-weight: normal; width: 194px; }
			.onzeBox ul { list-style: none; }
			.onzeBox li { padding-left: 20px; border-bottom: 1px solid #e8ebec; height: 40px; line-height: 40px; background: url('../images/right_list_arrow.jpg') left no-repeat ; }
			.onzeBox li.last { list-style: none;  border-bottom: none; }
			.onzeBox li a { color: #000; text-decoration: none; }
			.onzeBox li a:hover { text-decoration: underline; }

			/* ### RECENTLY BOX ### */
			.recentlyBox { margin-top: 6px; width: 194px; background: url('../images/super-middlebg.gif') top left repeat-y; }
			.recentlyBox .top { width: 194px; background: url('../images/super-topbg.gif') top left no-repeat; }
			.recentlyBox .bottom { padding: 0px 17px 25px 10px; width: 167px; background: url('../images/super-bottombg.gif') bottom left no-repeat; }
			.recentlyBox h3 { line-height: 34px; height: 50px; color: #fff; font-size: 18px; font-weight: normal; width: 194px; }
			.recentlyBox ul { list-style: square; margin-left: 16px; }
			.recentlyBox li { padding-left: 2px; line-height: 24px; font-size: 12px; }
			.recentlyBox li a { color: #000; text-decoration: none; }
			.recentlyBox li a:hover { text-decoration: underline; }

			/* ### PRODUCT DETAIL BOX ### */
			.detailBox { margin: 0px 0px 10px 0px; overflow: hidden; width: 569px; }
			.detailBox .detailshorttext p { line-height: 16px; }
			.detailBox div.detailpic { float: left; width: 310px; height: 300px; }
			.detailBox div.comments { float: left; margin-top: 40px; }
			.detailBox .detailimg1 { height: 310px; overflow: hidden; margin-top: 9px; float: left; }
			.detailBox .detailimg2 { position:absolute; float: right; margin-top: 211px; margin-left: 19px; width: 220px; z-index: 50; }
			.detailBox .detailimg3 { position:absolute; float: right; margin-top: 201px; margin-left: 19px; width: 220px; z-index: 50; padding-bottom:20px; padding-left:6px; background-color: #fff; border-left: 1px solid #e8ebec; border-bottom: 1px solid #e8ebec; * padding-left: 2px; }
			.detailBox .detailimg3 .inventorywrapper td{ line-height: 18px; }
			.detailBox .orderFrame { position: absolute; float: right; height: 72px; width: 220px; margin-top: 110px; background-color: #ececec; margin-left: 9px; }			
			.detailBox .commentfooter{ position: absolute; background: url('../images/arrow_div.gif') 0px 0 no-repeat; margin-left: 30px; padding-top: 1px; margin-top: 181px; margin-bottom: 2em; height: 18px; width: 39px; }
			.detailBox .price { position:absolute; margin-left: 10px; margin-top: 0px; color:#000; font-size: 18px; font-weight:bold; text-decoration: none; line-height: 18px;}
			.detailBox .pricesmall { position:absolute; margin-left: 10px; margin-top: 35px; color: #2c4a5d; font-size: 14px; font-weight:bold; text-decoration: none; line-height: 14px;}
			.detailBox .feature { position:absolute; margin-left: 0px; margin-top: 130px; color:#000000; font-size: 12px; text-decoration: none; line-height: 14px;}
			.detailBox .feature select { font-size:11px; }
			.detailBox .voorraad { position:absolute; margin-left: 63px; margin-top: 72px; color:#FF0000; font-size: 11px; text-decoration: none; }
			.detailBox div.detailshorttext { float: right; width: 220px; margin-right: 30px; height: 140px; overflow: hidden; }
			.detailBox div.detailshorttext .textsmall { font-size: 11px;}		
			.detailBox a.button { display: block; width: 87px; height: 17px; text-indent: -9999px; background: url('../images/bestellen.png') no-repeat; }		
			.detailBox .smallpicture {border-style: solid; border-width: 1px; border-color: #CCCCCC;float: left; margin-right: 4px;	}

			/* ### TEXT BOX PRODUCT ### */
			.textBoxProduct { width: 550px; line-height: 16px; }
			.textBoxProduct h1 { margin-top: 10px; font-size: 16px; }
			.textBoxProduct h2 { margin-top: 10px; font-size: 11px; color: #666666; background-color: #e2eaed; padding: 4px; line-height: 14px; }
			.textBoxProduct h3 { padding-bottom: 4px; font-size: 13px; font-weight: bold; line-height: 22px; }
			.textBoxProduct p { padding-bottom: 10px; font-size: 13px; }
			.textBoxProduct .bestelbutton { margin-bottom: 15px; }
			.textBoxProduct div.reviews { border-color:#e0e0e0; border-style:solid; border-width:1px; background-color:#ffffff; margin-bottom:15px; padding:15px; line-height: 16px; }	
									
			/* ### PICTURE BOX ### */
			.pictureBox { padding: 0px 10px 10px 0px; overflow: hidden; width: 300px; position: relative; z-index: 30; }
			.pictureBox .thumbnail { border-style: solid; border-width: 1px; border-color: #CCCCCC; float: left; cursor: hand; z-index: 10; padding: 1px; }
			.pictureBox .detailimg1 { height: 310px; overflow: hidden; margin-top: 4px; float: left; }
			.vergroottekst { font-size: 10px; margin-bottom: 10px; margin-left: 15px; }				
			
			/* ### TEXT BOX ABOVE CATEGORY ### */
			.catMemoBox { padding: 10px 10px 10px 10px; background-color: #e2eaed; margin: 10px 10px 0px 5px; width: 517px; }
			
			/* ### STEPS IN BUYING PROCESS ### */
			.stepsheader { margin-left: -10px; }
			
			/* ### TEXT BOX ### */
			.textBox { padding: 0px; width: 545px; }
			.textBox h1 { font-size: 14px; font-weight: bold; }
			.textBox h3 { padding-bottom: 4px; font-size: 13px; font-weight: bold; line-height: 22px; }
			.textBox p { line-height: 20px; }
			.textBox ul { list-style: square; margin-bottom: 10px; margin-top: 10px; }
			.textBox li { line-height: 20px; margin-left: 30px; }
			
			/* ### TEXT BOX HOME ### */
			.textBoxHome { padding: 0px; width: 545px; margin-bottom: 6px; }
			.textBoxHome h1 { font-size: 14px; font-weight: bold; }
			.textBoxHome h3 { padding-bottom: 4px; font-size: 13px; font-weight: bold; line-height: 22px; }
			.textBoxHome p { line-height: 20px; margin-bottom: 10px; }
			.textBoxHome ul { list-style: square; margin-bottom: 10px; margin-top: 10px; }
			.textBoxHome li { line-height: 20px; margin-left: 30px; }
			.textBoxHome .video { position:absolute; z-index:200; margin-left: 418px; margin-top: 5px; }								

        .tableSpecificaties { margin-left: 20px; }    
	.tableHeader { background-color: #e2e2e2; width: 370px; padding: 5px; font-size: 11px; font-weight: bold; } 
	.tableNamen { float: left; background-color: #f3f4f4; width: 200px; padding: 10px; line-height: 22px; font-size: 11px; font-weight: bold; }	
	.tableWaarden { float: left; background-color: #f3f4f4; width: 140px;  padding: 10px; margin-bottom: 10px; line-height: 22px; font-size: 11px; }
	
	#fixedtipdiv{
		position:absolute;		
		padding: 2px;
		font:normal 12px Verdana;
		border: #000000;
		border-style:solid; 
		border-width:1px;
		line-height:18px;
		z-index:100;
	}
	
	#fixedtipdiv2{
		position:absolute;
		padding: 2px;
		border: #cccccc;
		border-style:solid; 
		border-width:1px;
		z-index:100;
	}				

	/* Featured products carousel */
	.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0px solid black;
	overflow: scroll; /*leave this value alone*/
	width: 184px; /*Width of Carousel Viewer itself*/
	height: 300px; /*Height should enough to fit largest content's height*/
	margin-left: -12px;
	}
	
	.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	}
	
	.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 190px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	}
	/* Einde Featured products carousel */

	.productBreadcrumb { width: 300px; padding-top: 1px; padding-bottom: 1px; font-size: 10px; color: #5c5c5c; }
        .productBreadcrumb a { font-size: 10px; text-decoration: underline; color: #5c5c5c; }
	.productBreadcrumb a:hover { font-size: 10px; text-decoration: none; color: #5c5c5c; }
		
	/* ### FOOTER CONTAINER ### */
	#footerCntr { margin-top: 50px; width: 980px; overflow: hidden; background: #30383e url('../images/botto,_bg.jpg') bottom no-repeat; }
	#footerCntr p { padding-left: 15px; color: #9bb0b7; line-height: 35px; font-weight: bold; font-size: 11px; float: left; }
	#footerCntr p.right { padding-right: 15px; float: right; }
	#footerCntr ul { overflow: hidden; }
	#footerCntr ul { padding: 13px 0px; text-align: center;  }
	#footerCntr ul li { padding: 0px 13px; list-style: none; display: inline; font-size: 11px; background: url('../images/footer-sep.gif') right no-repeat; }
	#footerCntr ul li a { text-decoration: none; color: #a6ae44; text-transform: capitalize; }
	#footerCntr li a:hover { text-decoration: underline; }
	#footerCntr li.last { background: none; }
		
		/* ### ICON BOX ### */
		.iconBox { padding-top: 6px; margin: 0 auto; overflow: hidden; width: 365px; height: 33px; background: url('../images/bottom_ul_bg.gif') left no-repeat; }
		.iconBox img { margin-left: 8px; }		
