/*****Reset*****/ 
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
/*****Basic Elements*****/
html, body {
	height: 100%; /* héél belangrijk */
}
body {
	background: #220d04 url(../styleImages/background.jpg) repeat-x top;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
h1 {
	color: #222;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 5px;
	margin-top: 0;
}
h1 a {
}
h2 {
	color: #222;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 16px;
}
h2 a {
	color: #222;
	text-decoration: none;
}
h2 a:hover {
	color: #a00d0d;
}
h3 {
	color: #4998b7;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 12px;
}
h3 a {
}
h4 {
	color: #361a56;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 4px;
}
h5 {
}
p {
	margin-bottom: 16px;
}
a {
	color: #cee1e9;
	text-decoration: none;
}
img {
	border: 0;
}
small {
}
.floatLeft {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
.floatRight {
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
}
#content .paginate ul span.pgFloat a {
	text-decoration: none;
	
}
/* page layout */
.clear {
	clear: both;
}
#pageSurround {
	position:relative;
	margin:0 auto 0 auto;
	padding-bottom: 100px;
	width:990px;
}
#header {
	height: 160px;
}
#header .logo {
	margin-left: 30px;
	margin-top: 50px;
}
#menu {
	height: 27px;

}
#pageTop {
	background: url(../styleImages/page-bg-top.png) no-repeat;
	display: block;
	height: 30px;
	position: relative;
}
#pageBottom {
	background: url(../styleImages/page-bg-bottom.png) no-repeat;
	display: block;
	height: 30px;
	position: relative;
}
#page {
	background: #FFF url(../styleImages/page-bg.jpg) repeat-y;
	float: left;
	padding: 0 30px;
	position: relative;
	width: 930px;
}
#content {
	float: right;
	padding: 0 30px;
	position: relative;
	width: 640px;
}
#content a {
	color: #555;
	text-decoration: underline;
}
#content a:hover {
		color: #a00d0d;
}
#content h1 a, #content h2 a, #content h3 a, #content h4 a { 
	color: #222;
	text-decoration: none;
}
#content .location {
	color: #686868;
}

#content .location a {
	color: #686868;
	margin-bottom: 20px;
	text-decoration: none;
}
#sidebar {
	color: #FFF;
	float: left;
	
	position: relative;
	width: 170px;
}
#sidebar a {
	color: #FFF;
	font-size: 11px;
		line-height: 18px;

}
#sidebar a:hover {
	color: #eaeaea;
}
#sidebar ul {
	margin-bottom: 32px;
	list-style: none;
	font-size: 11px;
	line-height: 18px;

}
#sidebar .linkGroup {
	font-size: 18px;
	margin-bottom: 16px;
}
#footer {
}
.copy-links {
color: #843d23;
display: block;
padding: 15px 30px;
width: 400px;
}
.copy-links a {
color: #843d23;
}
.aym {
	color: #843d23;
	display: block;
	padding: 15px 30px;
	float: right;
	text-align: right;
	width: 300px;
}
.aym a {
color: #843d23;
}
.aym-link {
	background: url(../styleImages/aym.png) no-repeat top right;
	padding-right: 18px;
}
/** Slider **/

#slider {
	margin-top: 20px;
}

#nav {
	display: block;
	float: left;
	margin: 15px 0 20px 0;
	position: relative;
	width: 100%;
	
}

#nav a {
	background: #e5e5e5;
	border: 1px solid #b4b4b4;
	display: block;
	float: left;
	height: 8px;
	margin-right: 4px;
	outline: none;
	position: relative;
	text-indent: -9999px;
	width: 16px;
}
#nav a.activeSlide{
	background: #a00d0d;
	border: 1px solid #a00d0d;
}

/** Page  Navigation **/
#homeNav {
	list-style: none;
	height: 27px;
	margin-left: 20px;
}
#homeNav li {
	float: left;
	font-weight: bold;
	padding: 0 0 0 6px;
	margin: 0 20px 0 0; 
}
#homeNav li.topNavOff {
	background: url(../styleImages/homenav-left.png) no-repeat top left;
}
#homeNav li.topNavOn {
	background: url(../styleImages/homenav-on-left.png) no-repeat top left;
}
#homeNav li a {
		font-size: 13px;
		float: left;
		line-height: 27px;
		padding: 0 12px 0 6px;

}
#homeNav li.topNavOff a {
		
	
	background: url(../styleImages/homenav.png) no-repeat top right;
	color: #FFF;
}
#homeNav li.topNavOff a:hover {
	color: #eaeaea;
}
#homeNav li.topNavOn a {
		background: url(../styleImages/homenav-on.png) no-repeat top right;
		color: #676767;

}
#homeNav a:hover {

}
#homeNav li a.topLinkOff {

}
#homeNav li a.topLinkOn {

}
.topNavOn {
}
.topNavOff {
}


/** SEARCH **/

#search {
	background: url(../styleImages/search.jpg) no-repeat top left;
	height: 24px;
	margin-bottom: 32px;
	width: 162px;
	
}
#search input {

}
.searchButton {
	background: url(../styleImages/search-button.jpg) no-repeat 0px 1px;
	border: 0px solid black;
	cursor: pointer;
	height: 26px;
	width: 32px;

}
.searchButton:hover {

}
#searchbox {
	background: none;
	border: 0px solid black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 10px;
	width: 114px;
}
.searchholder {

}





/**************************************/
/** Product image widths and heights **/
/**************************************/
.smallProductImage {
	/*width:75px;*/
	/* height:50px; */
	width: 120px;/*max-height:155px;*/
}
* html .featureProductImage {
	height: 75px
}
.featureProductImage {
	float: left;
	max-width:100px;
	max-height:100px;
	padding: 0 5px 0 0;
}
* html .featureProductImage {
	height: 100px
}
.popularProductImage {
	width:50px;
	float:left;
	height:50px;
}
/* skin design */
.tabExpand {
	position:relative;
	width:100%;
	margin:0px 0px 10px 0px;
}
/* ie6 hack to prevent tables dropping */
* html .tabExpand {
	position:relative;
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
}
#headerRight {
	position:relative;
	top:0;
	right:0;
	float: right;
	background-position:right;
	background-repeat:no-repeat;
	z-index:100;
	border: 1px solid red;
}

#header h1 {
	position:absolute;
	top:10px;
	left:10px;
	margin:0px;
	line-height:120%
}
#header a {
	float:left;
	color:#FFFFFF;
	text-decoration:none;
}
#header a:hover {
	color:#E8EBEE;
	text-decoration:none;
}
/*************************/
/** Category Navigation **/
/*************************/
#navCatBar {
	position:relative;
	float:left;
	width:950px;
	margin:0px 0px 0px 0px;
	min-height:58px;
	clear:both;
	background-repeat:no-repeat;
	background-position:0px 28px;
	padding:0px 20px 0px 20px;
	z-index:100;
	background-color:#ffffff;
}
#navCatBar ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
#navCatBar p {
	position:relative;
	float:left;
	clear:both;
	margin:0px;
	padding:6px 0px 0px 0px;
}
* html #navCatBar p {
	padding:0px;
}
#catNav {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
#catNav li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	height:29px;
	list-style-type:none;
	text-align:center;
}
#catNav li a {
	position:relative;
	float:left;
	padding:8px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	height:29px;
	display:block;
	font-weight:bold;
	text-align:center;
}
#catNav li a.topLinkOff {
	background-position:right 0px;
	background-repeat:no-repeat;
	color: #ffffff;
}
#catNav li a.topLinkOn {
	background-position:right 0px;
	background-repeat:no-repeat;
	color:#333333;
}
/************************/
/** General Tab Styles **/
/************************/
.topNavOn {
}
.topNavOff {
}
/****************************/
/* Side Bar Navigation Left */
/****************************/
#sideNavLeft {
	position:relative;
	float:left;
	width:140px;
	margin:0px;
	min-height: 300px;
}
#sideNavLeft ul {
	position:relative;
	float:left;
	padding: 0;
	margin: 0px 0px 5px 0px;
}
#sideNavLeft ul table {
	border-collapse:collapse;
	padding:0;
	margin:0;
	font-size:1em;
}
#sideNavLeft ul ul {
	margin-left: 0em;
}
#sideNavLeft ul li {
	position:relative;
	float:left;
	margin: 0;
	padding: 0;
	list-style-type:none;
	width: 138px;
}
#sideNavLeft ul li a, #sideNavLeft ul li a:visited {
	display: block;
	text-decoration:none;
}
#sideNavLeft ul li a:hover {
	text-decoration:underline;
}
#sideNavLeft ul li:hover a {
}
#sideNavLeft ul li ul {
	display: none;
}
#sideNavLeft ul li:hover ul, #sideNavLeft ul li a:hover ul {
	display:block;
	width:150px;
	margin: 0;
	padding-bottom: 1px;
}
#sideNavLeft ul li:hover ul li a, #sideNavLeft ul li a:hover ul li a {
	display: block;
	height:1.4em;
	font-weight:normal;
	text-indent: 30px;
}
#sideNavLeft li:hover ul li:hover a, #sideNavLeft ul li a:hover ul li a:hover {
	text-decoration:underline;
	font-weight:normal;
}
/*************************/
/* MainNavCat CSS UL/LI  */
/*************************/
#sideNavLeft {
	position:relative;
	float:left;
	width:140px;
	margin:0px;
	min-height: 300px;
}
#mainNavCat p {
	font-family: tahoma, verdana, arial;
	position:relative;
	float:left;
	width:140px;
	font-size:24px;
	font-weight: normal;
	margin:0;
	padding:6px 0px 0px 0px;
	height:24px;
	color: #333333;
	background-repeat:no-repeat;
	text-indent: 10px;
}
#mainNavCat ul li {
	margin-left: 10px;
}
/***************/
/** userHistory **/
/***************/

#userHistory {
	position: relative;
	top: 0px;
	width: 160px;
	padding: 0;
	margin: 0 0 40px 0;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#userHistory p {
	position:relative;
	float:left;
	width:140px;
	font-size:14px;
	font-weight: normal;
	margin:0;
	padding:0px 0px 0px 0px;
	height:31px;
	color: #333333;
	background-image: url(../styleImages/lijst-top.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
}
#userHistory p.lijst-bot {
	position:relative;
	float:left;
	width:140px;
	font-size:14px;
	font-weight: normal;
	margin:0;
	padding:0px 0px 0px 0px;
	height:25px;
	color: #333333;
	background-image: url(../styleImages/lijst-bot.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
}
#userHistory ul {
	width: 140px;
	background-image: url(../styleImages/lijst-mid.jpg);
	background-repeat:repeat-y;
	background-position:top;
	padding: 0;
	margin: 0;
}
#userHistory ul li {
	position:relative;
	float:left;
	margin: 0;
	padding: 0 5px 0 10px;
	list-style-type:none;
	width: 120px;
	line-height: 18px;
}
#userHistory ul li a {
	background-repeat:no-repeat;
	background-position:0px 6px;
}
#userHistory ul li ul li a {
	background-image:none;
	padding:0;
	width:auto;
}
/*************************/
/* Block Content */
/*************************/
.blockcontent {
	padding-top: 10px;
	margin-left: 10px;
}
/***************/
/** PageLinks **/
/***************/
#pageLinks {
	position: relative;
	width: 190px;
	padding: 0;
	margin: 0 0 10px 0;
}
#pageLinks p {
	font-family: tahoma, verdana, arial;
	position:relative;
	float:left;
	width:140px;
	font-size:24px;
	font-weight: normal;
	margin:0;
	padding:6px 0px 0px 0px;
	height:24px;
	color: #333333;
	background-repeat:no-repeat;
	text-indent: 10px;
}
#pageLinks ul {
	width: 138px;
	background-position:top;
	background-repeat:repeat-x;
	padding: 5px 0;
	margin: 0 0 10px 0;
}
#pageLinks ul li {
	position:relative;
	float:left;
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type:none;
	width: 138px;
}
#pageLinks ul li a {
	background-repeat:no-repeat;
	background-position:0px 6px;
}
#pageLinks ul li ul li a {
	background-image:none;
	padding:0;
	width:auto;
}
/********************/
/** Products Links **/
/********************/
#mainNav p {
	font-family: tahoma, verdana, arial;
	position:relative;
	float:left;
	width:140px;
	font-size:24px;
	font-weight: normal;
	margin:0;
	padding:6px 0px 0px 0px;
	height:24px;
	color: #333333;
	background-repeat:no-repeat;
	text-indent: 10px;
}
#mainNav ul li {
	margin-left: 10px;
}
/*******************/
/** Nav Box Style **/
/*******************/
.boxborder {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding: 5px 0;
	background-position:top;
	background-repeat:repeat-x;
}
/**********************/
/** Featured Product **/
/**********************/
#featureProduct ul {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:10px;
	width:240px;
}
#featureProduct li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:10px 5px 0 0;
	width: 100%;
	border-top:1px dashed #cccccc;
}
#featureProduct li a {
	margin:0px;
	padding: 0;
}
#featureProduct li a:hover {
	text-decoration:underline;
}
* html #featureProduct li a {
	height:100px
}
#featureProduct li a img {
	float:left;
	padding:0 10px 0 0;
}
#featureProduct li span, #featureProduct li a span {
	DISPLAY:block;
}
#featureProduct a span.fpName {
	margin-top: 0.75em;
	font-weight:bold;
}
#featureProduct span.fpBrand {
	MARGIN-TOP:0.2em;
	COLOR:#666;
}
#featureProduct span.fpPrice {
	MARGIN-TOP: 0.5em;
	COLOR:green;
}
#featureProduct A:hover SPAN.fpPrice {
}
/** End FP **/

#pullDownNav {
	background-color:#eeeeee;
	padding:5px;
	margin:0px 0px 10px 0px;
}
#compareDisplay {
	position:relative;
	float:left;
	width:100%;
}
/***************************/
/* Refine Search Drop Menu */
/***************************/
#subNavDropMenu {
	POSITION:relative;
	FLOAT:right;
	WIDTH:225px;
	MARGIN:-38px 0px 10px 0px;
}
#subNavDropMenu select {
	MARGIN:0 5px;
	WIDTH:213px;
}
/**********************************************/
/** Product Display - Single Product Listing **/
/**********************************************/
#productDisplay fieldset, #subBuiltNav fieldset, #subNav fieldset, #content fieldset {
	position:relative;
	float:none;
	border:1px solid #cccccc;
	line-height:150%;
	padding:10px;
	margin-bottom:10px;
}
#productDisplay ul, #subBuiltNav ul, #subNav ul {
	list-style: none;
}
#productDisplay ul a, #subBuiltNav ul a, #subNav ul a {
	text-decoration: none;
} 
#productDisplay legend, #subBuiltNav legend, #subNav legend, #content legend {
	color:#323232;
	font-weight:bold;
}
#productDisplay table {
	clear:left;
}
#productDisplay td, #compareDisplay td {
	position:relative;
	padding:10px 10px 10px 0px;
}
/**********************************************/
/** Product Display - Single Product Listing **/
/**********************************************/
.styleProdList {
	position:relative;
	float:left;
	width:100%;
	margin: 0 0 10px 0;
	padding:10px 0;
	border-top:1px solid #cccccc;
}
.styleProdName {
	position:relative;
	float:left;
	width:100%;
}
.styleProdLink {
	position:relative;
	float:left;
	width:100%;
	min-height:10em;
	max-height:12em;
	margin:0;
	padding:0
}
* html .styleProdLink {
	height:10em
}
.styleProdImage {
	position:relative;
	float:left;
	text-align:center;
	padding:10px 5px;
}
.styleMerchantLogo {
	position:relative;
	float:left;
	max-width:230px;
	padding:10px;
	margin:20px 10px
}
.styleProdPrice {
	position:relative;
	float:left;
	line-height:9em;
	padding: 0 10px;
}
.styleProdMore a, .styleProdMore a:visited {
	position:absolute;
	top:35%;
	right:10px;
	background-image:url(../styleImages/butBg.jpg);
	background-repeat: repeat-x;
	width:80px;
	height:60px;
	padding:8px 5px 0 5px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}
.styleProdMore a:hover {
	color:#ffffff;
	text-decoration:none;
}
.styleProdReview {
	position:relative;
	float:left;
	display:block;
}
.styleProdReview a {
	display:block;
	line-height:1.25em;
	padding: 0 10px;
}
.styleProdExtra {
	position:relative;
	float:left;
	width:100%;
	padding: 5px 0;
	margin: 0;
	text-indent: 10px
}
.styleProdPromo, .styleProdMerchant, .styleProdID, .styleProdCategory, .styleProdBrand, .styleProdDescription {
	display:block
}
/**********************************************/
/** Product Display - Single Product Listing **/
/**********************************************/
.multiProdList {
	position:relative;
	float:none;
	width:95%;
	margin: 0 auto 10px;
	max-height:400px;
	text-align:left;
	border-top:1px solid #cccccc;
	padding: 10px 5px
}
.multiProdName {
	font-size:1.063em;
	color:#323232;
	font-weight:bold;
	text-align: center
}
.multiProdImage {
	position:relative;
	display:block;
	min-width:75px;
	text-align: center;
	padding:5px;
	margin:0
}
* html .multiProdImage {
	width:75px
}
.multiProdPrice {
	position:relative;
	float:left;
	display:block;
	font-size:1.25em;
	color:green;
	font-weight:bold;
	width:100%;
	margin:0 0 10px 0;
	padding:0;
}
.multiProdMore a, .multiProdMore a:visited {
	position:relative;
	float:left;
	display:block;
	background-image:url(../styleImages/butBg.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:60px;
	padding:8px 5px 0 8px;
	text-align:left;
	color:#fff;
	font-weight:bold;
}
.multiProdMore a:hover {
	color:#ffffff;
	text-decoration:none;
}
/*********************************************/
/** Product Display - Single Product Master **/
/*********************************************/
#singleProductDisplay {
	position:relative;
	float:left;
	width: 100%;
}
#singleProductDisplay ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
}
#singleProductDisplay ul li {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px;
	display:inline;
	list-style-type:none;
	width:100%;
}
#singleProductDisplay img {
	margin:0px 0px 0px 0px;
	padding:0px;
	max-width:450px;/*width:450px*/
}
#singleProductDisplay ul li a {
	display:inline;
}
#singleProductDisplay ul li a.geenblock {
	display:inline;
}
/**********************/
/** Right Navigation **/
/**********************/
#sideNavRight p, #newsItems p {
	font-family: tahoma, verdana, arial;
	position:relative;
	float:left;
	width:240px;
	font-size: 24px;
	font-weight: normal;
	margin:6px 0px 0px 0px;
	color:#333333;
}
#tagCloud p {

}
#popularProd {
	padding-bottom: 15px;
}
#popularProd ul, #newsItems ul {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding-top:10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width:240px;
}
h2.tags {
	
}
#tagCloud {
	
}
#tagcloud-top {
	position: relative;
	background-image: url(../styleImages/tagcloud-top.gif);
	height:12px;
}
#tagcloud-bottom {
	position: relative;
	background-image: url(../styleImages/tagcloud-bottom.gif);
	height:7px;
	margin-bottom: 20px;
}
#tagcloud-links {
	width:980px;
	padding-left: 10px;
	padding-top: 3px;
	background-color:#FFFFFF;
	color:#000000;
}
.style1 {
	font-size: 100%;
}
.style2 {
	font-size: 110%;
}
.style3 {
	font-size: 120%;
}
.style4 {
	font-size: 130%;
}
.style5 {
	font-size: 140%;
}
.style6 {
	font-size: 150%;
}
/**********************/
/** Popular Products **/
/**********************/
#popularProd li, #newsItems li {
	position:relative;
	float:left;
	margin:0px;
	padding:5px 0px;
	width:100%;
	list-style-type:none;
	border-top:1px dashed #cccccc
}
#popularProd li a {
	margin:0px;
	padding:0px;
	min-height:75px;
}
* html #popularProd li a {
	height: 75px
}
#popularProd li a img {
	float: left;
	padding:0 10px 0 0;
}
#popularProd li span, #popularProd li a span {
	display:block;
}
#popularProd a span.popLink {
	font-weight:bold;
	margin-top:0.25em;
}
#popularProd span.popProdPrice {
	margin-top: 0.5em;
	color:green;
	font-weight:normal;
}
#popularProd a span.popProdView {
	margin-top:0.25em;
	font-weight:bold;
}
/* End PP */

/****************/
/** News Items **/
/****************/
#newsItems li {
	border-top:none;
	padding:0px 0px 10px 0px;
}
/*****************/
/** Link Styles **/
/*****************/
.newsDate {
	color:#666666;
}
.popProdPrice {
	color:green;
	font-weight:bold;
}
.styleProdName {
	font-size:1.25em;
	color:#323232;
	font-weight:bold;
}
.styleProdPromo {
	font-size:100%;
	color:#333333;
	font-weight:bold;
}
.styleProdPrice {
	font-size:120%;
	color:green;
	font-weight:bold;
}
.styleProdMerchant {
}
.styleProdID {
}
.styleProdCategory {
}
.styleProdBrand {
}
.styleProdDescription {
}
.singleProdName {
	display:block;
	font-size:120%;
	color:#323232;
	font-weight:bold;
}
.singleProdPromo {
	font-size:100%;
	color:#333333;
	font-weight:bold;
}
.singleProdPrice {
	font-size:24px;
	color: #a00d0d;
	font-weight:normal;
}
.singleProdBrand {
	font-size:120%;
	color:#323232;
	font-weight:bold;
}
.singleProdDescription {
	display:block;
	font-size:100%;
	color:#333333;
}
.singleProdId {
	font-size:100%;
	color:#666666;
	font-weight:normal;
}
.singleProdMerchant {
	display:block;
}
.singleProdCategory {
	display:block;
}
a.button, a.bigbutton {
	color:#fff;
	display:block;
	padding:7px 0px 0px 8px;
	font-weight:bold;
	background-image:url(../styleImages/butBg.jpg);
	background-repeat: repeat-x;
	width:80px;
	height:23px;
	margin:0px;
	border: 2px solid #771516;
	font-family: tahoma, verdana, arial;
}
a:hover.button, a:hover.bigbutton {
	color:#ffffff;
	text-decoration:none;
}
/******************/
/** Links On/Off **/
/******************/
a.catNavOn {
	font-weight:bold;
	color:#000000;
	font-size: 12px;
	line-height: 24px;
}
a.catNavOff {
	font-weight: normal;
	color:#000000;
	font-size: 12px;
	line-height: 24px;
}
a.brandNavOn {
	font-weight:bold;
}
a.brandNavOff {
	font-weight:normal;
}
#linksDisplay {
	position:relative;
	float:left;
	width:100%;
}
#linksDisplay li {
	margin:0px 0px 10px 0px;
}
#catDisplay {
	position:relative;
	float:left;
	width:100%;
}
#catDisplay ul {
	position:relative;
	float:left;
	width:100%;
	padding:10px 0px 10px 0px;
	margin:0px;
}
#catDisplay li {
	position:relative;
	float:left;
	width:260px;
	height:80px;
	padding:0px 10px 0px 0px;
	margin:0px;
	list-style-type:none;
	display:block;
}
#sideNavRight fieldset {
	position:relative;
	float:left;
	width:230px;
	border:1px solid #cccccc;
	line-height:150%;
	padding:10px;
	margin-bottom:10px;
}
#sideNavRight legend {
	color:#323232;
	font-weight:bold;
}
#pageContent {
	position:relative;
	float:left;
	width:100%;
}
.adminInput {
	width:300px;
}
#myLink {
	border:1px solid #cccccc;
	background-color:#FFFFCC;
	font-family:'Courier New', Courier, mono;
	padding:10px;
	margin:10px 0px 10px 0px;
	clear:both;
}
#newsPage h1 {
	position:relative;
	width:100%;
	padding:6px 0 0 0;
	margin:0px;
	line-height:130%;
	clear:both;
}
#newsPage ul {
	padding:0px;
	margin:0px;
}
#newsPage li {
	position:relative;
	float:left;
	padding:0px 0px 30px 0px;
	margin:0px;
	width:100%;
	list-style-type:none;
}
#newsPage ul li ul {
	padding:5px 0px 5px 0px;
	margin:5px 0px 5px 0px;
}
#newsPage ul li ul li {
	position:relative;
	float:none;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 30px;
	width:auto;
	list-style-type:disc;
}
.botrowborder {
	border-top:1px solid #cccccc;
}
.comments {
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px dashed #cccccc;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}

/***********************/
/* Navigation DropDown */
/***********************/
#navCatDropDown {
	position:relative;
	float:left;
	width:140px;
	margin:0px 0px 10px 0px;
}
#navCatDropDown select {
	margin: 0 5px;
	width: 134px;
}
.navCatInner {
	position:relative;
	float:left;
	width:138px;
	margin: 0;
	padding: 5px 0;
	background-position:top;
	background-repeat:repeat-x;
}
.ncDropTitle {
	position:relative;
	float:left;
	width:140px;
	font-family: tahoma, verdana, arial;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:6px 0 0 0;
	height:24px;
	color:#000000;
	background-repeat:no-repeat;
	text-indent: 10px;
}
/***********************/
/* Theme Auto Select */
/***********************/
#themeSelectDropDown {
	position:relative;
	float:left;
	width:140px;
	margin:0px 0px 10px 0px;
}
#themeSelectDropDown select {
	margin: 0 5px;
	width: 134px;
}
.themeSelectForm {
	position:relative;
	float:left;
	width:138px;
	margin:0;
	padding: 5px 0;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-position:top;
	background-repeat:repeat-x;
}
.tsTitle {
	position:relative;
	float:left;
	width:140px;
	font-size:110%;
	font-weight:bold;
	margin:0;
	padding:6px 0 0 0;
	height:24px;
	color:#333333;
	background-repeat:no-repeat;
	text-indent: 10px;
}
/***************/
/** RSS Extra **/
/***************/
#rssItems ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0;
}
#rssItems ul.rss1 {
	width:240px;
}
#rssItems ul.rss2 {
	width:100%;
}
#rssItems li {
	position:relative;
	float:left;
	margin:0px;
	padding:5px 10px;
	list-style-type:none;
	border-top:none;
}
#rssItems li a, #rssItems li a:link, #rssItems li a:visited {
}
#rssItems li a:hover {
}
#rssItems p {
	position:relative;
	float:left;
	width:100%;
	font-family:tahoma, verdana, arial;
	font-size:18px;
	font-weight:normal;
	height:24px;
	margin:0px;
	padding:6px 0 0 0;
	color: #333333;
	text-indent: 10px;
}
#rssItems tbody {
	text-decoration:none;
	font-weight:500;
	color:#000000;
}
#rssItems img {
	height: 80px;
	width: 80px;
	padding: 0 5px 0 0;
}
#rssItems strong {
}
.rsslink {
	position:relative;
	font-size:110%;
	line-height: 125%;
	font-weight:bold;
	margin: 5px auto;
	padding:0 5px;
}
/**************/ 
/* Banner Mod */ 
/**************/ 
#pageBanner {
	position: relative;
	float:left;
	margin: 0 0 5px 0;
	padding: 0;
	width: 720px;
	left: 10px;
	max-height: 250px;
	z-index:500;
}
#pgHead {
	position: relative;
	float: right;
	width: 280px;
	margin: 0;
	padding: 0px;
}
#pgHead ul {
	float:left;
}
#pgHead ul li {
	list-style: none;
	display: block;
	width: 280px;
	height: 185px;
	margin: 0;
	background-color: transparent;
	padding: 0;
}
/** End */ 

/**************/
/* Pagination */
/**************/
.paginate {
	padding: 0px 0 20px 0;
	margin: 10px auto 10px
}
.paginate a {
	text-decoration: none;
}
.paginate ul {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.063em;
	line-height: 1.250em;
	font-weight: normal;
}
.paginate li {
	position: relative;
	list-style-type: none;
	float: left;
	display: inline
}
.paginate ul li {
	margin: 0
}
.paginate ul li.pgItems {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 5px 2px 5px;
	margin: 0
}
.paginate ul li.pgPages {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
}
.paginate ul li.pgFirstPrev {
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	padding: 2px 0;
}
.paginate ul li.pgId {
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	padding: 2px 0;
}
.paginate ul li a, .paginate ul li a:visited {
	color: #333333;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}
.paginate ul li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #999999;
}
.paginate ul li.pgFirstPrev a, .paginate ul li.pgFirstPrev a:visited {
}
.paginate a.pgFirstPrev:hover {
}
.paginate ul li.pgId a, .paginate ul li.pgId a:visited {
}
.paginate a.pgId:hover {
}
.paginate a.currpage {
}
.paginate a.disabled, .paginate a.disabled:hover {
	background-color: white;
	cursor: default;
	font-weight: normal !important;
}
.paginate ul span.pgFloat {
	float:right;
	
}

.paginate ul span.pgFloat a {
	text-decoration: none;
	
}

/** End Paginate **/

.allyourmedia {
	float:right;
}
.popzoek {
	padding-left: 10px;
}
.popzoek2 {
	font-size:11px;
}

