/*---{ common )-------------------------------------------------------*/

body {
	font-size: small;
	text-align: center;
	color: #454545;
	background: #DADADA url(../images/bg_body.gif) left top;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
	line-height: normal;
}

body, input, select, textarea, td, th, button {
	font-size: 100%;
	font-family: Arial, Verdana, sans-serif;
	line-height: normal;
}

h1, .Kop1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	padding:0;
	margin:0 0 8px 0;
}

h2, .Kop2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	padding:0;
	margin:0 0 8px 0;
}
h2.gray {
	color: #9b9b9b;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #9b9b9b;
	padding:0;
	margin:0;
}

a {
	color: #454545;
	outline: none
}

a.download{}

#content a:hover
{
	text-decoration: underline;
}

.clsSmall
{
	font-size: 85%;	
}


.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}

.clearboth
{
	clear: both;
	_font-size: 1px;
	_height: 1px;
}

/*---{ wrapper )-------------------------------------------------------*/

#wrapper {
	position: relative;
	padding: 10px 10px 45px 10px;
	margin: 20px auto;
	text-align: left;
	width: 960px;
	font-size: 85%;
	z-index: auto;
	background: #fff;
}

.rounded,
.rounded > img {	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

/*---{ header )-------------------------------------------------------*/

#header {
	position: relative;
	height: 146px;
	background: url(../images/bg_header.gif) left top repeat-x;
	z-index: 50;
	overflow: visible
}

/* logo */
#logo {
	position: absolute;
	left: 19px;
	top: 9px;
	z-index: 1;
}

/* utilNav */
#utilNav {
	position: absolute;
	z-index: 1;
	right: 290px;
	top: 27px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#utilNav li {
	float: left;
	margin: 0 0 0 18px;
	padding: 0;
}
#utilNav li a {
	text-decoration: none;
	color: #fff;
}
#utilNav li a:hover {
	text-decoration: underline;
}

/* breadCrumbs */
#breadcrumbs {
	display: block;
	position: relative;
	font-weight: normal;
	font-size: 11px;
	color: #454545;
	border: 0;
	padding-bottom: 18px;
}

#breadcrumbs a {
	color: #454545;
	text-decoration: none
}

.full #breadcrumbs {
	display: none;
}

/* globalNav */
#globalNav {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 50;
	width: 960px;
	height: 42px;
	background: #333 url(../images/bg_menu.gif) left top repeat-x;
}
#globalNav ul {
	position: relative;
	padding: 0;
	margin: 8px 0 0 6px;
	list-style: none;
	z-index: 60;
}
#globalNav ul li {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	border-right: 1px solid #6a6a6a;
}
#globalNav ul li a {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display: block;
	padding: 0 10px;
	margin: 0 8px 0 8px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 26px;
	text-align: left;
	text-decoration: none;
}
#globalNav ul li.active a{
	background: #6a6a6a;
}

/* lay over */
#globalNav ul li .layOverWrapper {
	display: none;
	position: absolute;
	z-index: 1000;
	left: 8px;
	top: 26px;
	padding: 14px 0 0 0;
	background: #fff url(../images/bg_menu.gif) left -34px repeat-x;
}
#globalNav ul li .layOver {
	background: #fff;
	color: #5e5e5e;
	padding: 20px 25px;
	border: 1px solid #B1B1B1;
	
	width: 690px;
		
	-moz-box-shadow: 3px 3px 4px #B1B1B1; /* Firefox/Mozilla */  
	-webkit-box-shadow: 3px 3px 4px #B1B1B1; /*Safari/Chrome */  
	box-shadow: 3px 3px 4px #B1B1B1; /* Opera & hoe het zou moeten */  
	/* Voor IE 8 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#B1B1B1')";   
	/* Voor IE 5.5 - 7 */  
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#B1B1B1');	
}

#globalNav .layOver h3 {
	font-weight: bold;
	color: #454545;
	font-size: 16px;
}
#globalNav .layOver .col {
	float: left;
}
#globalNav .layOver .brands {
	padding-left: 40px;
}
#globalNav .layOver ul {
	margin: 5px 0 0 0;
	float: left;
	width: 130px;
}
#globalNav .layOver ul li {
	margin: 0;
	float: none;
	border: 0;
}
#globalNav .layOver ul li a {
	display: inline;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #454545;
	margin: 0;
	padding: 0;
	text-transform: none;
	line-height: 22px;
}
#globalNav .layOver ul li.active a {
	text-decoration: underline;
}



/*---{ cols )-------------------------------------------------------*/

#cols {
	position: relative;
	padding: 20px 0 19px 0;
	width: 960px;
	height: 1%;
	z-index: 10;
}

body.full #cols {
	width: 960px;
}

#content {
	position: relative;
	float: right;
	width: 700px;
	padding: 0 29px 0 20px;
	z-index: 5;
	font-size: 12px;
	border-left: 1px solid #dedede;
}

body.full #content {
	width: 960px;
	padding: 0;
	border: 0;
}
body.popup #content {
	background: #fff;
}

#sidecol {
	position: relative;
	float: left;
	padding: 0 18px 0 0;
	width: 190px;
	z-index: 6;
}

body.full #sidecol {
	display:none;
}


/*---{ localNav )-------------------------------------------------------*/

#sidecol h3,
.colRight h3,
#suggestionList h3 {
	display: block;
	height: 30px;
	padding: 0 0 0 6px;
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/bg_menu_head.gif) left top no-repeat;
}
#localNav ul {
	padding: 0;
	margin: 1px 0 25px 0;
	list-style: none;
}
#localNav ul li {
	padding: 1px 0 0 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #dedede;
}
#localNav li.active {}

#localNav ul li a {
	display: block;
	padding: 0 0 0 30px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #454545;
	line-height: 26px;
	background: url(../images/img_arrow.gif) 10px 7px no-repeat;
}
#localNav ul li a:hover,
#localNav ul li.active a {
	background-position: 10px -112px;	
}
#localNav ul li.more ul {
	display: none;
	margin: 0 0 0 22px;
}
#localNav ul li.active ul {
	display: block;
}
#localNav ul li.more ul li {
	border-top: 1px solid #dedede;
	border-bottom: 0;
}
#localNav ul li.more ul li a {
	background-position: 10px 7px;
}
#localNav ul li.more ul li a:hover,
#localNav ul li.more ul li a.active {
	background-position: 10px -112px;
}

/*---{ footer )-------------------------------------------------------*/

#footer {
	position: relative;
	padding: 0;
	margin: 0;
	color: #9B9B9B;	
} 
#footer a {
	color: #9B9B9B;
}

#footer #footerList {
	position: relative;
	width: 100%;
	background: #e6e6e6;
	padding: 0 0 20px 0;
}

#footer #footerList .item {
	position: relative;
	float: left;
	margin-right: 0px;
	width: 155px;
	height: 220px;
	padding: 0 10px 0 20px;
	font-size: 11px;
	line-height: 14px;
	color: #454545;
}
#footer #footerList .item h3 {
	margin: 20px 0 10px 0;
	font-size: 11px;
	font-weight: bold;
	color: #454545;
	text-transform: uppercase;
}
#footer #footerList .item a {
	text-decoration: underline;
	color: #454545;
}
#footer #footerList .item p {
	margin: 0;
}

#footer #footerList .item ul {
	margin: 0;
	padding: 0;
}
#footer #footerList .item ul li {
	list-style: none;
	margin: 0 0 8px 0;
	padding: 0;
}
#footer #footerList .item ul li a {
	text-decoration: none;
}
#footer #footerList .item ul li a:hover {
	text-decoration: underline;
}

#footer #footerList .itemLast {
	margin-right: 0;
	width: 175px;
}

.payment {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.payment img {
	margin-right: 5px;
}

/* brands */
#footer #footerList .brands {
	width: 515px;
}
#footer #footerList .brands ul {
	float: left;
	width: 135px;
	border-right: 1px solid #cecece;
	margin-right: 20px;
}
#footer #footerList .brands ul.lastCol {
	border-right: none;
}

#footer #newsLetterForm {
	width: 175px;
}

/* legal */
#legal,
#divide {
	position: absolute;
	z-index: 1;
	color: #696969;
	bottom: 16px;
	padding: 0;
	margin: 0;
}

#legal {
	left: 15px;
}
#divide {
	left: 290px;
}

#legal a,
#divide a {
	color: #696969;
	text-decoration: none;
}
#legal a:hover,
#divide a:hover {
	text-decoration: underline;
}

/* --- { sitemap } ----------------------------------------------------*/

#sitemapNav {
	padding: 0;
	margin: 10px 0 20px 0;
	border-left: 1px solid #DCDCDC
}
#sitemapNav ul {
	padding: 0 0 0 20px;
	margin: 0;
}
#sitemapNav ul li {
	list-style: none;
	padding: 0 0 0 12px;
	margin: 0;
	height: 1%;
} 
#sitemapNav ul li a {
	margin: 0 5px 0 0;
	padding: 0;
	height: 1%;
} 
#sitemapNav ul li a:hover {
	text-decoration: underline;
}

/*---{ page-navigation }---------------------------------------------------------*/

div.pageNav {
	position:relative;
	padding: 0;
	margin: 10px 0 0 0;
	width: 100%;
	height: 25px;
}
div.pageNav .comments {
	float:left;
	margin-right: 10px;
}
div.pageNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	position:absolute;
	right:0px;
	top:0px;
}
div.pageNav ul li {
	margin: 0 1px 0 1px;
	padding: 0 5px 0 5px;
	list-style: none;
	height: 1%;
	color: #666;
	display: block;
	font-size: 12px;
	line-height: 18px;
	float: left;
	background: #fff;
	border: 1px solid #ACACAC;
}
div.pageNav ul li a {
	font-size: 11px;
	color: #666;
}
div.pageNav ul .prev,
div.pageNav ul .prevDisabled,
div.pageNav ul .next,
div.pageNav ul .nextDisabled {}

div.pageNav ul a {
	text-decoration:none;
}
div.pageNav ul a:hover {	
}
div.pageNav ul li.active {
	color: #666;
	font-size: 11px;
	background: #ccc;
	border: 1px solid #ACACAC;
}

