body.new.shoppingbag #outerUtilNav,
body.new.shoppingbag #miniCart,
body.new.shoppingbag #globalNav,
body.new.shoppingbag #qSearch,
body.new.shoppingbag #footer,
body.new.shoppingbag #breadcrumbs,
body.new.shoppingbag #some {
	display: none;
}

body.new.shoppingbag #outerFooter{
	height: 25px;
	padding: 0 0 10px 0;
}

body.new.shoppingbag #legal
{
	padding: 0 0 10px 0;
}

body.new.shoppingbag #divide{
	padding: 0px 0px 10px 20px;
}

body.new.shoppingbag {
	min-height: 825px;
}

html {
	background: #000;
}
body
{
	text-align: center;
	margin: 0;
}

body, input, select, textarea, td, th, button
{
	font-family: Arial, Verdana, sans-serif;
	line-height: normal;
}

h1, .Kop1
{
	font-size: 160%;
	font-weight: bold;
	color: #4998F0;
	color:#454545;
	padding:0;
	margin:0;
}

h2, .Kop2
{
	font-size: 120%;
	padding: 10px 0 4px 0;
	margin: 0;
	font-weight: normal;
	color: #454545;
	display:block;
	border-bottom:1px solid #ccc;
}

h3, .Kop3
{
	font-size: 120%;
	font-weight: bold;
	color: #454545;
}

a
{
	/*color: #898989;*/
	color: #4998F0;
	outline: none;
}

a.download{}

a:hover
{
	color: #009ee0;
	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: 980px;
	background: #000000;
	/*color: #898989;*/
	color: #747472;
	font-size: 11px;
}

/*---{ header )-------------------------------------------------------*/

#header
{
	height: 133px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 10;
}

/* logo */

a#logo
{
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: 1;
	left: 21px;
	top: 10px;
}

/* address */

#header address
{
	display: none;
}

/* textSizeNav */

#textSizeNav
{
	position:absolute;
	z-index:1;
	right:20px;
	top:50px;
}


/* utilNav */
#outerUtilNav {
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 280px;
}

ul#utilNav {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	background: none;
	height: 1%;
	display: block;
}

#utilNav li {
	position: relative;
	padding: 0 20px 0 0;
	margin: 0;
	list-style: none;
	float: left;
	height: 1%;
	z-index: 2;
}

#utilNav li a {
	display: block;
	color: #b2b2b2;
	color:#cecece;
	font-size: 10px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#utilNav li a:hover {
	color: #FFFFFF;
}

#utilNav li.more a {
	padding-right: 10px;
	background: url(../images/arrow_more.gif) right 8px no-repeat;
}
#utilNav li.more a:hover {
}

#utilNav li.more ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 16px;
	z-index: 3;
	width: 67px;
	padding: 0;
	margin: 0;
	background-color: #000000 /*#f0f0f0*/;
	border-bottom: 1px solid #CECECE;
}

#utilNav li.more ul li {
	float: none;
	padding-right: 0px;
}
#utilNav li.more ul li a {
	width: 50px;
	border: 1px solid #CECECE;
	border-bottom: 0px;
	background: #000000;
	padding-left: 5px;
}
#utilNav li.more ul li a:hover {
	background-color: #454543;
}
#utilNav li.more li.active a {
	color: #FFFFFF;
	background-color: #454543;	
}
#textSizeNav li.sMedium a {
	color: #FFFFFF;
	background-color: #454543;	
}


/* breadCrumbs */

#breadcrumbs
{
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
	font-weight: normal;
	border: 0;
	color: #898989;
	font-size: 11px;
}

#breadcrumbs a
{	
	color: #898989;
}
body.full #breadcrumbs {
	height:20px;
	padding-bottom:10px;
	left:0;
	position:relative;
}

/* globalNav */
#outerGlobalNav {
	position: absolute;
	padding: 10px 0 0 0;
	margin: 0;
	left: 0;
	top: 84px;	
	width: 100%;
	border-top: 1px solid #4d4d4d;
}

#globalNav {
	height: 1%;
	width: 530px;
	/*height: 28px;*/
	padding-left: 10px;
	float: left;
	/*background-color: red;*/
	/*overflow: hidden;*/
}

#globalNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	z-index: 1;
}

#globalNav ul li {
	padding: 0 0 0 10px;
	margin: 0 2px 0 0;
	list-style: none;
	line-height: 28px;
	float: left;
}

#globalNav ul li a {
	display: block;
	padding-right: 8px;
	line-height: 28px;
	font-size: 12px;
	color: #b2b2b2;
	color:#cecece;
}
#globalNav ul li a:hover {
	color: #009ee0;
	text-decoration: none;
}
#globalNav li li a:hover {
	text-decoration: underline;
}

#globalNav ul li.active,
#globalNav ul li:hover {
	background: #454543 url(../images/globalNav-left.gif) left top no-repeat;
}

#globalNav ul li.active a,
#globalNav ul li:hover a {
	background: url(../images/globalNav-right.gif) right top no-repeat;
	color: #EEEEEE;
}

/*---{ Custom Nav)-------------------------------------------------------*/

.customNav {
	display: none;
	position: absolute;
	width: 551px;
	top: 38px;
	left: 0px;
	padding: 10px 0 0 0;
	z-index: 2;
}

.customNav .inner {
	min-height: 145px;
	background-color: #f1f1f1;
	background-color:#252525;
	border: 1px solid #e2e2e2;
	border:none;
	margin: 10px 14px 0 20px;
	padding: 8px 0 12px 12px;
}

.customNav a {
	display: none;
	padding-right: 0;
	line-height: 18px;
	font-size: 12px;
	color:#cecece;
}

.customNav h3 {
	color: #000;
	margin: 0;
	padding: 0;
}

.customNav h2 {
	font-weight: bold;
}

.customNav h3 a {
	color: #000;
	line-height: 18px !important;
	background: none !important;
	font-size: 12px !important;
	color:#9a9a9a !important; 

}

.customNav ul {
	padding: 0;
	margin: 0 0 10px 0 !important;
	list-style: none;
	float: none;
	background: none;
}

.customNav ul li {
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	line-height: 18px !important;
	list-style: none;
	background: none;
}

.customNav ul li a{
	color: #454545 !important;
	display: none;
	padding-right: 0;
	line-height: 18px !important;
	font-size: 11px !important;
	color: #b2b2b2;
	color:#cecece;
	background: none !important;
	color:#898989 !important;
	color:#454545 !important;
	color:#ffffff !important;

}

.customNav ul li:hover {
	background: none !important;
}

.customNav ul li:hover a{
	background: none !important;
}

.customNav .gnBanner a {
	padding-right: 0 !important;
	background: none !important;
	display: inline;
	line-height: normal;
}

/* #qSearch */


#qSearch{
	width:160px;
	height:19px;
	display:block;
	background:url(../images/qsearch-input.gif) left top no-repeat;
	position:absolute;
	right:315px;
	top:102px;
	padding:0;
	margin:0 0 10px 0;

}

#qSearch .qSingle{
	border:none;
	width:132px;
	height:13px;
	position: absolute;
	left:4px;
	top:3px;
	padding:0;
	margin:0;
	color:#aaa;
	border:none;
	background:#000;
	font-size:11px;
}

#qSearch .btn{
	border:none;
	background:url(../images/qsearch-btn.gif) left top no-repeat;
	width:12px;
	height:10px;
	position: absolute;
	right:8px;
	top:5px;
	padding:0;
	margin:0;
	text-indent:-5000em;
	cursor: pointer;
}

/*---{ cols )-------------------------------------------------------*/

#outerCols {
	position: relative;
	width: 960px;
	margin: 0 10px 0 10px;
	_margin-right: 5px;
	float: right;
	z-index: 9;
}

#cols {
	position: relative;
	width: 940px;
	padding: 10px;
	background: #FFFFFF url(../images/bg_cols960.gif) left top no-repeat;
}

body.nosidebar #cols,
body.full #cols {
}

#content
{
	position: relative;
	float: left;
	padding: 35px 40px 20px 10px;
	margin: 0;
	width: 650px;
	font-size: 12px;
}

body.nosidecol #content {
	width: 650px;
}

body.nosidebar #content {
	width: 806px;
	padding: 0;
	background-color:#00FF99
}

body.full #content {
	width: 940px;
	margin: 0;
	padding: 0;
}

#sidecol
{
	position: relative;
	float: left;
	padding: 0px 10px 0 0;
	margin: 0;
	width: 230px;
}

body.nosidecol #sidecol,
body.full #sidecol {
	display:none;
}

#colsFooter {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 960px;
	height: 3px;
	font-size: 1px;
	background: #FFFFFF url(../images/bg_cols960_bottom.gif) left bottom no-repeat;
}

/*---{ sideBar )-------------------------------------------------------*/

#sidebar
{
	display: none;
	float:left;
	width: 240px;
}


body.nosidebar #sidebar {
	display: none;
}

/*---{ localNav )-------------------------------------------------------*/

#localNav
{
	position: relative;
	width: 230px;
	padding: 0;
	margin: 0;
}

#localNav h3
{
	font-weight: bold;
	margin: 0 0 10px 0;
	height: 1%;
}

#localNav ul
{
	position: relative;
	width: 210px;
	padding: 4px 10px 4px 10px;
	margin: 0;
	list-style: none;
	background: #E8E8E8 url(../images/localNav-top.gif) left top no-repeat;
}

#localNav ul li
{
	padding: 8px 0px 8px 8px;
	margin: 0;
	height: 1%;
	list-style: none;
	border-bottom: 1px solid #D7D7D7;

}

#localNav li.active {	
}


#localNav ul li a
{
	height: 1%;
	font-size: 11px;
	color: #7D7D7B;
}

#localNav ul li.active a
{
	font-weight: bold;
		color: #4998F0;

}

#localNav ul li ul
{
	display: none;
	border-bottom: none;
	margin: 0;
	padding: 0;
	width: 195px;
}

#localNav ul li.active ul
{
	display: block;
	border-bottom: none;
	margin: 7px 0 0 0;	
}

#localNav ul li ul li
{
	display: none;
	padding: 0;
	margin: 0;
	border-bottom: none;
}

#localNav ul li.active ul li
{
	display: block;
	padding: 3px 0px 4px 16px;
	margin: 0;
	height: 1%;
	list-style: none;
	background: url(../images/arrow_gray.gif) 4px 8px no-repeat;
}

#localNav ul li.active ul li a
{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 11px;
	color: #7D7D7B;
}

#localNav ul li.active ul li.active a
{
	font-weight: normal;
	color: #4998F0;
}

#localNav #localNavBottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 230px;
	height: 5px;
	font-size: 3px;
	background: #E8E8E8 url(../images/localNav-bottom.gif) left bottom no-repeat;
}



/*---{ footer )-------------------------------------------------------*/

#outerFooter
{
	position: relative;
	width: 980px;
	height: 240px;
	padding-top: 10px;
}

#footer {
	position: relative;
	width: 940px;
	height: 200px;
	background: #454543 url(../images/bg_footer960.gif) left top no-repeat;
	padding: 10px;
	margin: 0 10px 0px 10px;
}

#footerFooter {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 960px;
	height: 5px;
	background: #454543 url(../images/bg_footer960_bottom.gif) left bottom no-repeat;
}

#footer h4{
	position:absolute;
	top: -26px;
	left: -0px;
	width: 78px;
	height: 24px;
	padding:0;
	margin:0;
	background: url(../images/footer-sprite.gif) no-repeat;
	text-indent:-9999px;
}

#footer #footerNavHelp h4{ background-position: 0 0px;}
#footer #footerNavShortcuts h4{ background-position: 0 -24px;}
#footer #footerStoresearch h4{ background-position: 0 -48px;}

/* legal */

#legal
{
	position:absolute;
	z-index: 1;
	left: 30px;
	bottom: 0;
	padding: 0;
	margin: 0;
}

#divide
{
	position:absolute;
	z-index: 1;
	right: 30px;
	bottom: 0px;
	padding: 0 0 0 20px;
	margin: 0;
	background: url(../images/icon_divide.gif) left top no-repeat;
}

#gotoTop
{
	display: none;
	position:absolute;
	z-index: 1;
	right: 30px;
	bottom: 35px;
	padding:0;
	margin:0;
}

#outerFooter, 
#outerFooter a {
	color: #585858;

}

#brandTextList
{
	position: relative;
	text-align: center;
	line-height: 16px;
	padding: 0 100px 0 5px;
	width: 835px;
}

#brandTextList ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#brandTextList ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#brandTextList ul li a
{
	color: #8a8a88;
	text-decoration: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

#brandTextList ul li a:hover{
	text-decoration: underline;
}

#brandTextList span{
	margin:0 3px;

}

#thuiswinkel{
	position:absolute;
	right:20px;
	top:120px;
	text-decoration:none;

}

#thuiswinkel img{
	border:none;

}



/* --- { sitemap } ----------------------------------------------------*/

#sitemap
{
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

#sitemapNav
{
	height: 1%;
	padding: 0;
	margin: 0;
}

#sitemapNav li
{
	list-style: none;
	padding: 0;
	padding: 0;
	height: 1%;
}

#sitemapNav li a
{
	margin: 0 5px 0 0;
	padding: 0;
	height: 1%;
}

#sitemapNav li a.active
{	
}

/*---{ page-navigation }---------------------------------------------------------*/

div#pageNav {
	float: right;
	padding: 14px 10px 14px 0;
	/*width: 300px;*/
	height: 15px;
}
div#pageNav .comments {
	float:left;
	margin-right: 10px;
	font-size: 11px;
}
div#pageNav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
div#pageNav ul li {
	margin: 0 1px 0 1px;
	padding: 0 3px 0 3px;
	list-style: none;
	height: 1%;
	color: #454545;
	display: block;
	font-size: 11px;
	float: left;
	background: none;
}
div#pageNav ul li a {
	font-size: 11px;
	color: #454545;
}


.shopPillar div#pageNav .prev a,
.shopPillar div#pageNav .prevDisabled span,
.shopPillar div#pageNav .next a,
.shopPillar div#pageNav .nextDisabled span{
	background: #fff url(../images/prev-nextBtn_nl.gif) no-repeat 0 0;
	display: block;
	text-indent: -99999px;
	height: 43px;
	width: 43px;
	position: relative;
	top: -14px;
	margin: 0 3px;
}

.shopPillar.langEN div#pageNav .prev a,
.shopPillar.langEN div#pageNav .prevDisabled span,
.shopPillar.langEN div#pageNav .next a,
.shopPillar.langEN div#pageNav .nextDisabled span{
	background-image: url(../images/prev-nextBtn_en.gif);
}

.shopPillar div#pageNav .prev a {
	background-position: 0 0;
}
.shopPillar div#pageNav .prev a:active,
.shopPillar div#pageNav .prev a:hover {
	background-position: 0 -43px;
}
.shopPillar div#pageNav .prevDisabled span {
	background-position: 0 -86px;
}

.shopPillar div#pageNav .next a {
	background-position: -43px 0;
}
.shopPillar div#pageNav .next a:active,
.shopPillar div#pageNav .next a:hover {
	background-position: -43px -43px;
}
.shopPillar div#pageNav .nextDisabled span {
	background-position: -43px -86px;
}


div#pageNav ul a {
	text-decoration:none;
}
div#pageNav ul a:hover {	
}
div#pageNav ul li.active {
	color: #FFFFFF;
	background-color: #989894;
}

div#pageNav ul li.active a {
	color: #FFFFFF;
}


