/*
Club
Club-Dark: #4d7b95;
Club-Light: #b1cbe2;
Club-Extra-Light: #D0D9E1

Auto
Car-Dark: #ba654a;
Car-light: #dcb2a4;

Agenda
Dark: #cca83b;
light:  #e3d095;

Terugblik
Dark: #5a8b39;
Light: #a6c094;
*/

/* SubMenu Advanced (search column) */
.divSubmenuAdvSearch
{
	float: left; 
	display:inline;
	clear: both; 
	background: #FFFFFF url(../img/submenu_back_blauwAdvSearch.gif) repeat-y center; 
	height: 25px; 
	width: 952px; 
	margin-bottom: 20px;
}
		body.red .divSubmenuAdvSearch {background: #FFFFFF url(../img/submenu_back_RedAdvSearch.gif) repeat-y center;}
		body.yellow .divSubmenuAdvSearch {background: #FFFFFF url(../img/submenu_back_YellowAdvSearch.gif) repeat-y center;}
		body.green .divSubmenuAdvSearch {background: #FFFFFF url(../img/submenu_back_GreenAdvSearch.gif) repeat-y center;}

.divSubmenuAdvSearch ul
{
	margin: 0 0 0 31px;
	*margin: 0 0 0 30px;
	padding: 0;
	background-color: #4d7b95;
	color: #FFFFFF;
	float: left;
	display:inline;
}
		body.red .divSubmenuAdvSearch ul{ background-color: #ba654a; }
		body.yellow .divSubmenuAdvSearch ul{ background-color: #cca83b; }
		body.green .divSubmenuAdvSearch ul{ background-color: #5a8b39; }

.divSubmenuAdvSearch li { display: inline; }
	
.divSubmenuAdvSearch li a,
.divSubmenuAdvSearch li a:link,
.divSubmenuAdvSearch li a:visited
{
	padding: 5px 30px 5px 5px;
	background-color: #4d7b95;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	border-right: 1px solid #ffffff;
}
		body.red .divSubmenuAdvSearch li a,
		body.red .divSubmenuAdvSearch li a:link,
		body.red .divSubmenuAdvSearch li a:visited
		{ background-color: #ba654a; }
		body.yellow .divSubmenuAdvSearch li a,
		body.yellow .divSubmenuAdvSearch li a:link,
		body.yellow .divSubmenuAdvSearch li a:visited
		{ background-color: #cca83b; }
		body.green .divSubmenuAdvSearch li a,
		body.green .divSubmenuAdvSearch li a:link,
		body.green .divSubmenuAdvSearch li a:visited
		{ background-color: #5a8b39; }
	
.divSubmenuAdvSearch li a:hover
{
	background-color: #b1cbe2;
	color: #fff;
}
		body.red .divSubmenuAdvSearch li a:hover { background-color: #dcb2a4; }
		body.yellow .divSubmenuAdvSearch li a:hover{ background-color: #e3d095; }
		body.green .divSubmenuAdvSearch li a:hover{	background-color: #a6c094; }
	
.divSubmenuAdvSearch li a.selected,
.divSubmenuAdvSearch li a.selected:link,
.divSubmenuAdvSearch li a.selected:visited
{
	background-color: #b1cbe2;
	color: #fff;
}
		body.red .divSubmenuAdvSearch li a.selected,
		body.red .divSubmenuAdvSearch li a.selected:link,
		body.red .divSubmenuAdvSearch li a.selected:visited { background-color: #dcb2a4; }
		body.yellow .divSubmenuAdvSearch li a.selected,
		body.yellow .divSubmenuAdvSearch li a.selected:link,
		body.yellow .divSubmenuAdvSearch li a.selected:visited {	background-color: #e3d095; }
		body.green .divSubmenuAdvSearch li a.selected,
		body.green .divSubmenuAdvSearch li a.selected:link,
		body.green .divSubmenuAdvSearch li a.selected:visited { background-color: #a6c094;}
	
/* Artikel  aan de rechterzijde*/
#divArtikelRight 
{
	float: right;
	display:block;
	width: 600px;
	margin: 30px 30px 0 0;
}

#divArtikelRight h1 
{
	font-size:12px; 
	font-weight:bold; 
	color:#4d7b95;
	margin: 0;
	padding-bottom: 5px;
}

		body.red #divArtikelRight h1 { color: #ba654a; }
		body.yellow #divArtikelRight h1 { color: #cca83b; }
		body.green #divArtikelRight h1 { color: #5a8b39; }
	
#divArtikelRight a { color: #4d7b95; }
		body.red #divArtikelRight a { color: #ba654a; }
		body.yellow #divArtikelRight a { color: #cca83b; }
		body.green #divArtikelRight a { color: #5a8b39; }
	
#divArtikelRight p 
{
	margin-bottom: 5px;
	margin-top: 10px;
	margin-right: 100px;
	line-height: 16px;
}

#divArtikelRight label 
{
	width:150px;
	display:block;
	float:left;
	font-weight:bold;
}

#divArtikelRight #iconsLeft 
{
	 float: left; 
	 margin-top: 30px; 
	 color: #4d7b95;
}
		body.red #divArtikelRight #iconsLeft { color: #ba654a; }
		body.yellow #divArtikelRight #iconsLeft { color: #cca83b; }
		body.green #divArtikelRight #iconsLeft { color: #5a8b39; }
	
#divArtikelRight #iconsRight 
{
	  float: right; 
	  margin-top: 30px; 
	  color: #4d7b95;
}
		body.red #divArtikelRight #iconsRight { color: #ba654a; }
		body.yellow #divArtikelRight #iconsRight { color: #cca83b; }
		body.green #divArtikelRight #iconsRight { color: #5a8b39; }
	
#divBanners
{
	float:right; 
	width: 225px; 
	margin-right: 20px; 
	margin-top: 35px; 
}

/* categorie template */
#divAdvSearch 
{
	float: left;
	display:inline;
	margin: 10px 20px 0px 30px;
}

#divAdvSearch  h1
{
	font-size: 1.2em;
	margin: 0 0 10px 5px;
	color: #4d7b95;
}
		body.red #divAdvSearch h1 { color: #ba654a; }
		body.yellow #divAdvSearch h1 { color: #cca83b; }
		body.green #divAdvSearch h1 { color: #5a8b39; }

#divAdvSearchMenu 
{
	width: 250px;
	height:18px;
}

#divAdvSearchMenu ul li
{
	float:left;
	display:inline;
	text-align:center;
	list-style-type:none;
}

/* Advanced search column */
#divAdvSearchResults
{
	background-color: #4d7b95;
	color: white;
	padding: 10px 2px 2px 2px;
	width: 250px;
	min-height: 500px;
	_height: 500px; /* IE6 hack */
}
		body.red #divAdvSearchResults { background-color: #ba654a; }
		body.yellow #divAdvSearchResults { background-color: #cca83b; }
		body.green #divAdvSearchResults { background-color: #5a8b39; }
	
#divAdvSearchResults h3 { font-size:1.1em; }
#divAdvSearchResults h4 { font-size:1.0em; margin:10px 0 3px 5px; }
#divAdvSearchResults input,
#divAdvSearchResults h3 { margin: 0 0 0 5px; } 

/* Category */
#divAdvSearchResults ul.category { margin: 5px 0; color: white; padding: 0px}

#divAdvSearchResults ul.category li { padding: 5px 0 0 5px; list-style-type:none; }

#divAdvSearchResults ul.category li a { color:white; background: url(../img/icons/bullet_White.gif) no-repeat left; padding-left:15px;}
#divAdvSearchResults ul.category li a:hover { color:white; background: url(../img/icons/bullet_White.gif) no-repeat left; }

#divAdvSearchResults ul.category ul.SearchFieldResults { margin:5px 0 0 0; *margin:5px 0 0 -5px; /* IE 6 en IE7 */ }
#divAdvSearchResults ul.category ul.SearchFieldResults li a {background-image:none;}
/*forum comment */
#divAdvSearchResults .comment { width:175px; }

/* index de lettertjes ...*/
#divAdvSearchResults ul.letter
{
	margin:0 5px;
	padding:0;
}

#divAdvSearchResults ul.letter li
{
	margin:1px;
	padding:0;
	float:left;
	text-align:center;
	list-style-type:none;
}

#divAdvSearchResults ul.letter li a,
#divAdvSearchResults ul.letter li a:link,
#divAdvSearchResults ul.letter li a:visited
{
	width:14px;
	height:14px;
	margin:0;
	padding:0;
	background-color:white;
	color: #4d7b95;
	display:block;
	border: white solid 1px;
}
		
		body.red #divAdvSearchResults ul.letter li a, 
		body.red #divAdvSearchResults ul.letter li a:link, 
		body.red #divAdvSearchResults ul.letter li a:visited { color: #ba654a; }
		body.yellow #divAdvSearchResults ul.letter li a, 
		body.yellow #divAdvSearchResults ul.letter li a:link, 
		body.yellow #divAdvSearchResults ul.letter li a:visited { color: #cca83b; }
		body.green #divAdvSearchResults ul.letter li a, 
		body.green #divAdvSearchResults ul.letter li a:link, 
		body.green #divAdvSearchResults ul.letter li a:visited { color: #5a8b39; }
		
#divAdvSearchResults ul.letter li a:hover,
#divAdvSearchResults ul.letter li a:active
{
	border: white solid 1px;
	background-color: #4d7b95;
	color: white;
	text-decoration:none;
}
		
		body.red #divAdvSearchResults ul.letter li a:hover, 
		body.red #divAdvSearchResult ul.letter li a:active { background-color: #ba654a; color: white;}
		body.yellow #divAdvSearchResults ul.letter li a:hover, 
		body.yellow #divAdvSearchResult ul.letter li a:active { background-color: #cca83b; color: white;}
		body.green #divAdvSearchResults ul.letter li a:hover, 
		body.green #divAdvSearchResult ul.letter li a:active { background-color: #5a8b39; color: white;}

#divAdvSearchResults ul.letter li a.selectedLtr,
#divAdvSearchResults ul.letter li a.selectedLtr:link,
#divAdvSearchResults ul.letter li a.selectedLtr:visited,
#divAdvSearchResults ul.letter li a.selectedLtr:hover
{			
	border: white solid 1px;
	background-color: #4d7b95;
	color: #fff;
	text-decoration:none;
}
		
		body.red #divAdvSearchResults ul.letter li a.selectedLtr, 
		body.red #divAdvSearchResults ul.letter li a.selectedLtr:link,
		body.red #divAdvSearchResults ul.letter li a.selectedLtr:visited,
		body.red #divAdvSearchResults ul.letter li a.selectedLtr:hover { background-color: #ba654a; color:white;}
		body.yellow #divAdvSearchResults ul.letter li a.selectedLtr, 
		body.yellow #divAdvSearchResults ul.letter li a.selectedLtr:link,
		body.yellow #divAdvSearchResults ul.letter li a.selectedLtr:visited, 
		body.yellow #divAdvSearchResults.yellow ul.letter li a.selectedLtr:hover { background-color: #cca83b; color: #fff;}
		body.green #divAdvSearchResults ul.letter li a.selectedLtr, 
		body.green #divAdvSearchResults ul.letter li a.selectedLtr:link,
		body.green #divAdvSearchResults ul.letter li a.selectedLtr:visited, 
		body.green #divAdvSearchResults ul.letter li a.selectedLtr:hover { background-color: #5a8b39; color: #fff;}

		
		
#divAdvSearchResults .zipCode 
{
	width:125px;
}
		
/* End index de lettertjes ...*/

ul.SearchFieldResults
{
	margin:5px 0 0 0;
	padding:0;
	background-color:white;
	overflow-y:scroll;
	height:365px;
}

#divAdvSearchResults ul.SearchFieldResults li,
#divAdvSearchResults ul.SearchFieldResults li a 
{ 
	color:#4d7b95;
	margin:0;
	padding:2px;
	width:225px;
	display:block;
	text-align:left;
	list-style-type:none;
	background:white none; 
}

#divAdvSearchResults ul.SearchFieldResults li {border-bottom: solid 1px #cca83b;}

		body.yellow #divAdvSearchResults ul.SearchFieldResults li,
		body.yellow #divAdvSearchResults ul.SearchFieldResults li a { /*color: #cca83b;*/ color:black; }
		body.green #divAdvSearchResults ul.SearchFieldResults li,
		body.green #divAdvSearchResults ul.SearchFieldResults li a { /*color: #5a8b39;*/ color:black; }
		body.red #divAdvSearchResults ul.SearchFieldResults li,
		body.red #divAdvSearchResults ul.SearchFieldResults li a { /*color: #ba654a;*/ color:black; }

#divAdvSearchResults ul.SearchFieldResults li a:hover
{ 
	color:white;
	background-color:#4d7b95; 
	background-image:none;
}

		body.yellow #divAdvSearchResults ul.SearchFieldResults li a:hover { color:white; background-color: #cca83b; }
		body.green #divAdvSearchResults ul.SearchFieldResults li a:hover { color:white; background-color: #5a8b39; }
		body.red #divAdvSearchResults ul.SearchFieldResults li a:hover { color:white; background-color: #ba654a;  }

		
body.yellow #divAdvSearchResults ul.SearchFieldResults li a.agendaLoc
{
	color: white;
	background-color:#cca83b;
	background-image:none;
}
		
/* End advanced search column */	
		
#divArtikelsKop
{
	height: 20px; 
	background:#FFFFFF url(../img/submenu_back_blauw.gif) repeat-y left; 
	width: 655px; 
	float:left;
	display:inline;
	clear: left;
	margin: 15px 0px 20px 0px;
	padding: 5px 0px 0px 35px;
	color:#FFFFFF; 
	font-weight: bold; 
	text-transform:uppercase; 
}

body.red #divArtikelsKop{background:#FFFFFF url(../img/submenu_back_red.gif) repeat-y left; }
body.green #divArtikelsKop{background:#FFFFFF url(../img/submenu_back_green.gif) repeat-y left; }
body.yellow #divArtikelsKop{background:#FFFFFF url(../img/submenu_back_yellow.gif) repeat-y left; }

#divArtikelsItems
{
	float: left; 
	display:inline;
	clear:left; 
	margin-left: 30px;
	width: 500px;
}

#divArtikelsItems ul
{
	margin:0px; 
	padding: 0px; 
	margin-left: 20px;
}

#divArtikelsItems li
{
	list-style-image:url(../img/icons/bullet_Club.gif);
	padding: 0px;
	margin: 0px;
}

body.red #divArtikelsItems li {list-style-image:url(../img/icons/bullet_Auto.gif);}
body.yellow #divArtikelsItems li {list-style-image:url(../img/icons/bullet_Agenda.gif);}
body.green #divArtikelsItems li {list-style-image:url(../img/icons/bullet_Terugblik.gif);}

.advSearch
{
	margin: 0 20px 0 0;
	font-size:11px;
	color: white;
	display:none;
}
.searchHdr { float:right; margin: 0 15px 0 0;}

.advSearch.black { color: black; }

.clear { clear:both; }

/* Storehouse table */

table.tools { width:100%; }

th.number { width:50px; }

th.quality, td.quality,
th.amount, td.amount,
th.guarantee, td.guarantee,
th.shopImg, td.shopImg
{
	text-align:left;
	width:50px;
}

th.price, td.price,
{
	text-align:left;
	width:70px;
}


table.tools th, table.tools td { padding:5px; }

table.tools tr.alternate, { background-color: #D0D9E1; }

/* End Storehouse table */

/* Supply and demand */

.divTeaserSupply
{
	width: 100%;
	margin: 5px 0;
	padding: 5px 0;
	border-top: solid 1px #ba654a;
}

.divTeaserSupply.form { /*width:370px;*/ }
.divTeaserSupply.offer {/* height: 178px; */}

.divTeaserSupply h2
{
	font-size: 12px; 
	font-weight: bold; 
	color: #ba654a;
	margin: 0;
	padding: 0;
}

.divTeaserSupply .hdr
{
	margin: 0 0 5px 0;
	color: #ba654a; 
	font-size: 10px;
}

#divArtikelRight .divTeaserSupply p
{
	margin: 0;
	line-height: 16px;
}

#divArtikelRight .divTeaserSupply.form p { height:50px; overflow: hidden; }

.divTeaserSupply label 
{
	width:150px;
	display:block;
	float:left;
	font-weight:bold;
}

.formBtn
{
	text-align:right;
	margin:20px 0 0 0;
	width:463px;
}

.divTeaserSupply a.img img,
.divTeaserSupply a.img:link img	
{ 
	margin:4px 0 0 0;
	*margin:0; 
	border: 2px solid #666; 
}

.divTeaserSupply a.img:visited img { border: 2px solid #ccc; }

.divTeaserSupply a.img:hover img,
.divTeaserSupply a.img:active img { border: 2px solid #ba654a; }

.divTeaserSupply a.img.selected img,
.divTeaserSupply a.img.selected:link img,
.divTeaserSupply a.img.selected:visited img
{
	border: 2px solid #ba654a;
}

/* End Supply and demand */


/* Forum table */

table.forum { width:100%; }

th.author, td.author,
th.lastComment, td.lastComment { width:100px; }

th.comments, td.comments
{
	text-align:center;
	width:70px;
}

table.forum th, table.forum td { padding:5px; }

table.forum tr.alternate { background-color: #dcb2a4; }

/* End Forum table */

.subject a, .subject a:link,  .subject a:visited
{
	color:black;
}