/*---{ common )-------------------------------------------------------*/

body
{
	font-size: x-small;
	text-align: center;
	color: #2D2B22;
	background: #fff url(../images/img_bg.gif) left top no-repeat;
	padding: 0;
	margin: 0;
	line-height: normal;
}

body, input, select, textarea, td, th
{
	font-size: 12px;
	font-family: tahoma, Verdana, sans-serif;
	line-height: normal;
}

h1, .Kop1
{
	font-size: 1.7em;
	font-family: Verdana, Tahoma;
	color: #F26C00;
	line-height: 26px;
}

h2, .Kop2
{
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;	
	color: #F26C00;
	
}

h3, .Kop3
{
	font-size: 12px;
	font-weight: bold;
	color: #454545;
}

.Standaard
{
	font-size: 12px;	
	line-height: 18px;
	color: #2D2B22;
}

hr
{
	height: 1px;
	background: #e7ddcc;
	color: #e7ddcc;
	line-height: 1px;
	border: none;
	width: 98%;
}

p{}

a
{
	text-decoration: none;
	color: #F06B00;
	
}


a:hover
{
	text-decoration: underline;
}

.clsSmall
{
	font-size: 85%;	
}


.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}

.clearboth
{
	clear: both;
}

/*---{ wrapper )-------------------------------------------------------*/

#wrapper
{
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 978px;
	font-size: 12px;
}

/*---{ header )-------------------------------------------------------*/

#header
{
	height: 192px;
	padding: 0;
	margin: 0;
	background: #fff url(../images/img_bg_header.gif) right top no-repeat;
	position: relative;
}

/* logo */

#logo
{
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 1;
	left: 16px;
	top: 4px;
	background: url(../images/img_logo.gif) left top no-repeat;
	font-size: 200%;
	border-bottom: none;
	display: block;	
	width: 442px;
	height: 143px;
}

#logo span
{
	display: none;
	overflow: hidden;
}

/* address */

#header address
{
	display: none;
}


/* textSizeNav */

#textSizeNav
{
	position:absolute;
	z-index:1;
	right:20px;
	top:50px;
}


/* utilNav */

#utilNav
{
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 120px;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

#utilNav li
{
	padding: 0 6px 0 0;
	margin: 0 6px 0 0;
	list-style: none;
	float: left;
	border-right: 1px solid #F06B00;
}

#utilNav li.hide
{
	display: none;
}

#utilNav li.noborder
{
	border: none;
}

#utilNav li a
{
	padding: 0;
	margin: 0;
	color: #EA6723;
}

/* breadCrumbs */

#breadcrumbs
{
	position: absolute;
	top: 10px;
	font-size: 100%;
	font-weight: normal;
	color: #7a7561;
}

#breadcrumbs a
{
	color: #7a7561;
}

/* globalNav */

#globalNav
{
	position: relative;
	top: 152px;
	height: 39px;
	background: #FB8E36 url(../images/img_bg_localnav.gif) left top repeat-x;	
}

#globalNav ul
{
	padding: 0 0 0 1px;
	margin: 0 auto;
	position: relative;
	/*left: 128px;*/
	left: 4px;
	height: 35px;
	top: 4px;
	z-index: 1;
	list-style: none;
	background: url(../images/img_border_menu.gif) left top no-repeat;
}

#globalNav ul li
{
	padding: 8px 16px 0 16px;
	margin: 0;
	text-align: center;
	list-style: none;
	height: 30px;
	float: left;
	background: url(../images/img_border_menu.gif) right top no-repeat;
}

#globalNav ul li.active
{
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;	
	background: url(../images/img_bg_menu.gif) right top no-repeat;
}

#globalNav ul li a
{
	padding: 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
}

#globalNav ul li a:hover
{
	text-decoration: underline;
}

#globalNav ul li.active a
{
	font-weight: bold;
	text-decoration: none;
}

#globalNav ul li.more a
{
	
}


/*---{ cols )-------------------------------------------------------*/

#cols
{
	position: relative;
	padding: 0;
	margin: 0;
	width: 978px;
	background: #fff;
	height: 1%;
}

#contentIntro
{
	padding: 14px;
}

#contentHome
{
	position: relative;
	padding: 0;
	margin: 0;
	width: 978px;
	background: #fff;
	border-bottom: 6px solid #A9A595;
}

#content
{
	position: relative;
	padding: 10px 0 20px 10px;
	float: left;
	margin: 0;
	width: 510px;
	line-height: 18px;
	background: #fff;
}

#sidecol
{
	position: relative;
	padding: 25px 0 0 0;
	margin: 0;
	width: 218px;
	float: left;
	background: #fff;
}


/*---{ sideBar )-------------------------------------------------------*/

#sidebar
{
	position: relative;
	top: 20px;
	width: 234px;
	background: #fff;
	float: right;
	margin: 0 0 20px;
}


/*---{ localNav )-------------------------------------------------------*/

#localNavBorder
{
	border: 1px solid #E7DCCB;
	margin: 0 0 30px 8px;
	padding: 4px 0 4px 0;
	width: 200px;	
}

#localNav
{
	padding: 0 0 40px 0;
	margin: 0 auto;
	width: 192px;
	background: #dddacc url(../images/img_bg_globalnav.gif) left top repeat-x;
	
}

#localNav h3
{
	background: url(../images/txt_maakuwkeuze.gif) left top no-repeat;
	padding: 0;
	margin: 0;
	position: relative;
	top: -20px;
	left: 5px;
	width: 181px;
	height: 29px;
}

#localNav span
{
	background: url(../images/txt_maakuwkeuze.gif) left top no-repeat;
	display: none;
}

#localNav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#localNav ul li
{
	padding: 8px 0px 8px 16px;
	margin: 0 0 1px 0;
	list-style: none;
	background: url(../images/img_bg_localnav_item.gif) left top repeat-x;
}

#localNav ul li ul li {
	background: none;
}

#assortiment #localNav ul li a
{
	background: url(../images/down.gif) right 50% no-repeat;
}

#assortiment #localNav ul li.active a
{
	background: url(../images/up.gif) right 50% no-repeat;
}


#localNav ul li a
{
	display: block;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #fff;
}

#localNav ul li.active a
{
	font-weight: bold;	
}

#localNav ul li.active.brand a
{
	font-weight: bold;
	background: none;
}

#localNav ul li.active, #localNav ul li.active.brand
{
	background: url(../images/img_bg_localnav_item_active.gif) left top repeat-x;	
}

#localNav ul li ul
{
	border-bottom: none;
	margin: 10px 0 0 0;
	padding: 0;	
}

#localNav ul li.active ul
{
	border-bottom: none;
	margin: 5px 0 0 0;	
}

#localNav ul li ul li
{
	padding: 0;
	margin: 0;

}

#localNav ul li.active ul li
{
	display: block;
	padding: 2px 0px 2px 0px;
	margin: 0;
	list-style: none;
	background-image: none;
}

#localNav ul li.active ul li a
{
	padding: 0;
	margin: 0;
}

#localNav ul li.active ul li.active a
{
	font-weight: bold;
	text-decoration: underline;
}



/*---{ footer )-------------------------------------------------------*/

#brandT
{
	position: absolute;
	margin: 48px 0 0 10px;	
	z-index: 1;
}

#searchT
{
	position: absolute;
	margin: 48px 0 0 620px;	
	z-index: 1;
}

#payment
{
	position: absolute;
	right: 30px;
	top: 120px;	
	z-index: 1;
	color: #fff;
}

#footer
{
	width: 978px;
	height: 300px;
	position: relative;
	padding: 0;
	margin: 0 0 40px 0;
	background: #f06b00 url(../images/img_bg_footer.gif) left top no-repeat;
}



#footerNav
{
	position: absolute;
	bottom: 0;
	width: 978px;
	z-index : 1;
	height: 14px;
	background: #f06b00 url(../images/img_bg_footer_bottom.gif) left top no-repeat;
}

#footerNav ul
{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footerNav ul li
{
	float: left;
	list-style: none;
	padding: 0 10px;
	border-right: 1px solid #7A7561;
}

#footerNav ul li a.active
{
	font-weight: bold;
}

#footerNav ul li a.more {}

/* legal */

#legal
{
	position: absolute;
	z-index: 2;
	color: #fff;
	top: 264px;
	width: 978px;
	height: 20px;
	padding: 0;
	text-align: center;
}

#divide
{
	position:absolute;
	z-index : 1;
	right: 10px;
	top: 264px;
	padding:0;
	margin:0;
	color: #fff;
}

#divide a
{
	color: #fff;
}

#gotoTop
{
	position:absolute;
	z-index : 1;
	right : 20px;
	top : 40px;
	padding:0;
	margin:0;
}


/* --- { sitemap } ----------------------------------------------------*/

#sitemap
{
	padding: 0;
	margin: 0;
	width: 100%;
}

#sitemap div
{
	position: relative;	
	margin: 0 0 30px 0;
}

#sitemap div h2
{
	margin: 0 0 6px 0;
}

#sitemap div h2 a
{
	color: #454545;	
}

#sitemap div ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sitemap div ul li
{
	list-style: none;
	padding: 4px 0;
	margin: 0;
	border-bottom: 1px solid #efefef;
	height: 1%;
}

#sitemap div ul li ul 
{
	margin: 20px 0;	
}


#sitemap div ul li ul li
{
	list-style: none;
	padding: 4px 0;
	margin: 0 0 0 10px;
	width: 110px;
	float: left;
	border: none;
}

/*---{ frm }---------------------------------------------------------*/

#frm
{
	padding: 0;
	margin: 0 0 20px 0;
}

#frm table
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#frm table tr td, #frm table tr th
{
	padding: 0 8px 8px 0;	
}

table#frm tr td, table#frm tr th
{
	padding: 0 8px 8px 0;	
}

#frm th
{
	font-weight: normal;
	font-size: 12px;	
}

.clsReq, .requiredField
{
	color: #F06B00;
	padding: 0 0 0 5px;
}

#frm input, #frm textarea, #frm select
{

}

#frm select
{

}

#frm input.single, #frm textarea
{
	width: 300px;
}

#frm input.short
{
	width: 120px;
}

#frm textarea
{
	height: 140px;
}


/*---{ page-navigation }---------------------------------------------------------*/

#pageNav
{
	margin: 10px 0 0 0;	
}

#pageNav .comments
{
	float: left;	
}

#pageNav ul
{
	list-style: none;
	float: right;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 100%;
}

#pageNav ul li.prevDisabled, #pageNav ul li.prev
{
	border: none;
	margin: 0 8px 0 0;
	color: #dedede;
}

#pageNav ul li.nextDisabled, #pageNav ul li.next
{
	padding: 0 0 0 8px;
	color: #dedede;
}

#pageNav ul li
{
	list-style: none;
	float: left;
	border-left: solid 1px #DEDEDE;
	text-align: center;
	margin: 0 8px 0 0;
	padding: 0 0 0 8px;
}

#pageNav ul li.active a
{
	color: #f06b00;
	font-size: 14px;	
	font-weight: bold;
}

#pageNav ul li.disabled
{
	color: #ccc;
}

#pageNav ul a
{
	text-decoration:none;
}

#pageNav ul a:hover
{
	text-decoration: underline;
}

#pageNav ul a.active
{
	font-size: 18px;	
	font-weight: bold;
}

#shoppingbag
{
	position: absolute;
	right: 150px;
	width: 316px;
	height: 104px;
	background: url(../images/img_bg_shoppingbag.gif) left top no-repeat;	
	display: none;
}

#shoppingbag:hover 
{
	cursor: pointer;	
}

#bag
{
	position: absolute;
	left: 20px;
	top: 30px;
	width: 300px;
}

#brands
{
	position: absolute;
	left: 100px;
	top: 6px;
	width: 465px;
	height: 75px;		
}

.brandList
{
	width: 465px;
	height: 75px;	
}

#sep
{
	position: absolute;
	left: 580px;
	top: 16px;
	height: 60px;
	width: 1px;
	border-right: 1px solid #fff;	
}

#search
{
	position: absolute;
	left: 720px;
	top: 26px;
	height: 60px;	
}

#search td
{
	color: #fff;	
}


#search .clsInput 
{
	border: 0px;
	width: 160px;
	height: 16px;
}


#login
{
	position: relative;
	top: 20px;
	left: 20px;
	padding: 8px;
	margin: 0 0 50px 0;
	border: 1px solid #E6DBC9;	
	width: 178px;
	background: #DDDACC url(../images/img_bg_globalnav.gif) left top repeat-x;
	display: block;
}

#login h4
{
	position: absolute;
	width: 76px;
	height: 26px;
	top: -14px;
	left: 10px;
	margin: 0;
	padding: 0;
	text-indent: -6000em;	
	background: url(../images/img_txt_inloggen.gif) left top no-repeat;	
}

#login .clsInput
{
	border: 0px;
	background: #fff;
	width: 90px;	
}

#login .clsButton
{
	font-family: tahoma;
	font-size: 11px;
	border: 0px;
	width: 55px;
	height: 21px;
	color: #fff;
	background: url(../images/img_bttn.gif)	left top no-repeat;
}

form
{
	padding: 0;
	margin: 0;	
}

#newincollection
{
	position: relative;
	left: 20px;	
	padding: 20px 8px 8px 8px;
	margin: 0 0 40px 0;
	border: 1px solid #E6DBC9;	
	width: 178px;
	text-align: center;

}

#newincollection h4
{
	position: absolute;
	width: 172px;
	height: 19px;
	top: -10px;
	left: 10px;
	margin: 0;
	padding: 0;
	text-indent: -6000em;	
	background: #fff url(../images/img_txt_nieuwindecollectie.gif) left top no-repeat;	

}

#newincollection div
{
	position: relative;
	margin: 16px 0 16px 0;
	width: 140px;
	
}

#newincollection div img
{
	margin: 0 0 8px 0;	
}

#searchBox
{
	padding: 4px 6px 14px 6px;
	margin: 0 0 20px 0;		
	border-bottom: 1px solid #fff;
}

#searchBox .clsInput 
{
	border: 0px;
	width: 100px;
	height: 16px;
}

fieldset
{
	border: 1px solid #E6DBC9;
	padding: 8px;
}

legend
{
 	color: #F26C00;
 	padding: 0 8px 0 4px;
 	font-weight: bold;
}

.clsTooltip
{
    border: 1px solid #c93;
	background-color: #ffc;
	padding: 8px;
	width: 96%;	
	font-size: 11px;	
}


#filter label
{
	display:block;
	padding:0.5em;
	padding-left: 40px;
	background-position: 8px center;
	background-repeat: no-repeat;
	border:1px solid #F3F1E8;
	clear:both;
	cursor: pointer;
}

#filter .normal
{
	padding: 8px 0px 8px 16px;
	margin: 0 0 1px 0;
	list-style: none;
	background: url(../images/img_bg_localnav_item.gif) left top repeat-x;	
}

#filter .simple
{
	padding: 8px 0px 8px 16px;
	margin: 0 0 1px 0;
	list-style: none;
	background: #F3F1E8;	
}


#filter .active
{
	padding: 8px 0px 8px 16px;
	margin: 0 0 1px 0;
	list-style: none;
	background: url(../images/img_bg_localnav_item_active.gif) left top repeat-x;	
}


#filter .normal a
{
	font-weight: bold;
	color: #fff;	
}

#filter .active a
{
	font-weight: bold;
	color: #fff;	
}

#selection
{
	padding: 8px;	
}

.links
{
	position: absolute;
	top: 118px;
	left: 20px;	
	color: #fff;
}

.links ul li a
{
	color: #fff;	
}

.links div
{
	position: relative;
	float: left;
	width: 180px;	
}

.links div ul
{
	margin: 0;
	padding: 0;
	list-style: none;	
}

.links div ul li
{
	margin: 4px 0 8px 0;
	padding: 0;
}