@charset "utf-8";

/*------------------------------------------------------------------
[Project]

	Nieuwplaats
	Versie 1.0
	nieuwplaats.css

[Changelog]	
	
	17/11/2008 [first version]
	
[Copyright]

	Pit Group Intech bv
	www.pitgroup.nl
	
	Frank Broersen
	frank@pitgroup.nl

------------------------------------------------------------------*/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

* {
	padding: 0;
	margin: 0;
}
/*
html {
	overflow: -moz-scrollbars-vertical;
}
*/
body {
	width: 100%;
	font: normal 11px/15px Verdana;
	/*background:url(../img/body.gif) repeat-x 0 4px;*/
        background: none;
	color: #575757;
}

a:focus, object:focus {
	outline: none;
}
/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/

#header {
	width: 100%;
	height: 102px;
	background:url(../img/header.gif) repeat-x bottom;
	border-bottom: 1px solid #fff;
}
/*
#account #header{	
	height: 154px;
	background:url(../img/header-account.gif) repeat-x bottom;
	border:0;
}*/
/* -----------------------------------*/
/* ---------->>>  MENU  <<<-----------*/
/* -----------------------------------*/

h1 {
	background: url(../img/startpagina-logo.jpg) no-repeat;
	width: 306px;
	height: 57px;
	text-indent: -9999em;
	float: left;
	display: block;
	margin: 11px 0 0 21px;
	cursor: pointer;
}

ul#menu {
	left: 50%;
	margin-left: -211px;	
	position: absolute;
	list-style-type: none;
	padding-top: 44px;
	width: 425px;
}
ul#accountMenu {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	position: absolute;
	list-style-type: none;
	margin-top: 115px;
}
	ul#menu li, ul#accountMenu li {			
		display: block;
		float: left;
		border: 0;
	}
	ul#accountMenu li {
		margin: 0 3px 0 3px;
	}
			
	ul#menu li a, ul#accountMenu li a {
		background:url(../img/menu.png) no-repeat 0 -114px;
		display: block;
		float: left;
		line-height: 30px; 
		height: 38px; 
		padding-left: 17px;
		text-decoration: none;
		border: 0;
		margin: 0;
		color: #797979;
	}
	ul#menu li a:hover, ul#accountMenu li a:hover,
	ul#menu li a, ul#accountMenu li a.active {
		background-position: 0 -266px;	
	}
	ul#accountMenu li a {
		font-weight: bold;
	}
	
	ul#menu li a span, ul#accountMenu li a span {	
		background:url(../img/menu.png) no-repeat right -76px;
		display: block;
		margin: 0;
		padding: 4px 17px 4px 0;
	}	
	ul#menu li a:hover span, ul#accountMenu li a:hover span,
	ul#menu li a, ul#accountMenu li a.active span  {	
		background-position: right -228px;
	}
	ul#accountMenu li a span span {
		padding: 0;
		background: none;
		display: inline;
		font-weight: normal
	}
	ul#accountMenu li a span {
		padding: 6px 17px 4px 0;	
	}

ul#usermenu {
	list-style-type: none;
	float: right;
	margin-top: 10px;
	right: 10px;
	background: #fff;
	position: absolute;
}

	ul#usermenu li {
		display: inline;
	}
	
	ul#usermenu li a {
		color: #575757;
		text-decoration: none;
	}
  ul#usermenu li a:hover {
    text-decoration: underline;
  }
	ul#usermenu li#advertentie a {
		color: #c80101;
		font-weight: bold;
	}
	
	ul#usermenu li a img {
		border: 0;
	}
		
/* -----------------------------------*/
/* ---------->>> ZOEKVAK <<<----------*/
/* -----------------------------------*/
		
#zoeken {
	background: #f0f0f0;
	height: 48px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
#accountInfo #zoeken {
	background: none;
	border: 0;
	height: auto;	
}
	
	#zoeken fieldset {
		border: 0;
		margin: 0 auto 0;
		width: 930px;
		padding-top: 15px;
	}
	#zoekBlok h2 span, #zoekBlok h2  {
		font-size: 15px;
		background: none;
		color: #E48D00;
		border: 0;
	}
	#zoekBlok input#postcode,
	#zoekBlokAcc input#postcode,
	 #zoeken input#postcode,
	 #zoeken input#nieuwsbrief,
	 #zoeken input#trefwoord,
	 #zoekBlok input#trefwoord,
	 #zoekBlokAcc input#trefwoord, 
	 #toevoegForm input.text,
	 #wijzigForm input.text, 
	 #toevoegForm textarea,
	 #wijzigForm textarea,
	 .styledTextfield {		
		font: normal 10px/20px Verdana;
		float: left;	
		border-top: 1px solid #aaadb2;
		border-right: 1px solid #aaadb2;
		border-bottom: 1px solid #e3e3ed;
		border-left: 1px solid #e3e3ed;
		height: 16px;
		padding: 4px 0 0 4px;
		margin-right: 18px;
		color: #aaadb2;
		line-height: 12px;
	}
        input#nieuwsbrief,
        input#terms{
            font: normal 10px/20px Verdana;
		float: left;	
		height: 16px;
		padding: 4px 0 0 4px;
		margin-right: 18px;
		color: #aaadb2;
		line-height: 12px;
        }
	ul.errors {
		margin: 0 0 0 7px;
		background: #fff;
		border: 1px solid #ccc;
		padding: 5px 10px 5px 10px;
		width: 400px;
	}
	ul.errors li {
		padding: 0 0 0 25px;
		background: url(../img/icons/error.gif) no-repeat left;
	}
	#toevoegForm .img {
		border: 1px solid #ccc;
		padding: 3px 3px 3px 3px;
		float: left;
		margin: 0 10px 0 0;
		overflow: hidden;
		background: #FFFFFF;
		text-align: center;
	}
	#formNoJs {
		
	}
	#formNoJs #submit{
	}
	#accountInfo #zoeken input {
		float: none;
	}
	#toevoegForm p {
		margin: 2px 0 2px 0;
	}
	#toevoegForm input.text,
	#wijzigForm input.text  {
	 width: 175px;
   color: #666666;
	}
	 #toevoegForm textarea,
		#wijzigForm textarea {
	 	width: 175px;
		height: 75px;
		float: none;
	 }
	#toevoegForm .checkbox,
		#wijzigForm .checkbox {
		float: left;
		margin: 0 5px 0 0;
	}
	/*
	Toevoeg type buttons
	*/
	#toevoegForm .toevoegnieuw 
	{
		background: url(../img/toevoeg-buttons.gif) no-repeat -5px -4px;
		width: 305px;
		height: 32px;
		border: none;
		cursor: pointer;
		margin: 0 auto;
	}
	#toevoegForm .toevoegtweedehands
	{
		background: url(../img/toevoeg-buttons.gif) no-repeat -5px -42px;
		width: 305px;
		height: 32px;
		border: none;
		cursor: pointer;
		margin: 0 auto;
	}
	#toevoegForm .toevoegveiling
	{
	   	background: url(../img/toevoeg-buttons.gif) no-repeat -5px -80px;
		width: 305px;
		height: 32px;
		border: none;
		cursor: pointer;
		margin: 0 auto;
	}
	#zoeken input#postcode {		
		width: 87px;
		color: #575757;
                line-height: 12px; 
	}	
	
	#zoeken input#trefwoord {		
		width: 234px;
		margin-left: 15px;
		font: italic 10px/20px Verdana;
		color: #575757;
		font-style: normal;
                line-height: 12px;
	}
	input#nieuwsbrief {		
		width: 240px;
		/*margin-left: 15px;*/
		font: italic 10px/20px Verdana;
                line-height: 12px;
	}
	input#terms 
	{
		font: italic 10px/20px Verdana;
	}
	#zoeken select,#zoekBlok select,#zoekBlokAcc select, #toevoegForm select, #wijzigForm select, #opvalForm select {
		color: #575757;
		margin-right: 18px;
		font: normal 10px/20px Verdana;
		float: left;	
		padding: 3px 2px 3px 2px;
		border-top: 1px solid #aaadb2;
		border-right: 1px solid #aaadb2;
		border-bottom: 1px solid #e3e3ed;
		border-left: 1px solid #e3e3ed;
		height: 22px;
	}
	 #toevoegForm select
	 #wijzigForm select {
	 	width: 185px;
	 }
	  #opvalForm label {
			float: left;
			width: 80px;
			padding: 0;
			margin: 0;
		}
		#opvalForm p {
		clear: left;
		}
	 #opvalForm select {
	 	width: auto;
		margin-right: 0;
		float: left;
	 }
	#zoeken option, #toevoegForm option,#wijzigForm option, #zoekBlokAcc option, #zoekBlok option , #opvalForm option{
		margin: 0;
		padding: 5px 5px 2px 5px;	
		line-height: 24px;
	}	
	#zoeken select#groepen {	
		width: auto;
	}

        .IEselectBox {
            color: #575757;
            margin-right: 18px;
            font: normal 10px/20px Verdana;
            float: left;
            border-top: 1px solid #aaadb2;
            border-right: 1px solid #aaadb2;
            border-bottom: 1px solid #e3e3ed;
            border-left: 1px solid #e3e3ed;
            height: 20px;
            background: #FFF;
            
        }
        .comboboxValueContainer  {
            padding-left: 3px;
        }
        .IEselectBoxButton {
            width: 16px;
            height: 14px;
            margin-top:3px;
            margin-right: 3px;
            background: url('../img/selectButton.gif') no-repeat right;
        }

	#zoeken select#rubrieken {	
		width: auto;
	}	
	#zoeken select#afstand {	
		width: 158px;	
	}	
	#zoeken .submit {
		float: left;
		margin: 0;
		padding: 0;
		display: block;
		width: 55px;
		font: normal 10px/20px Verdana;
		height: 22px;
	}
	#zoeken .button {
		display: none;
	}
	
/* -----------------------------------*/
/* ---------->>> CONTENT <<<----------*/
/* -----------------------------------*/
		
#content-small {
	width: 980px;
	_width: 1000px;
	margin: 0 auto 0;
}		
#content-big {
	width: 100%;
	margin: 0 5px 0 5px;
}
#content-full {
	width: 962px;
	margin: 0 auto 0;
}

/*-- */
/*-- HOME LINK DIV */
/*-- */
#list {
  background: #fff;
  width: 945px;
  border: 1px solid #ccc;
  margin: 20px 0 0 6px;
  padding: 0 0 0 15px;
}
  #list ul {
    
  }
    #list ul li {
      float: left;
      margin: 10px 10px 0 0;
      list-style-type: none;
      line-height: 7px;
    }
      #list ul li strong {
        line-height: 22px;
      }
      #list ul li .button {
        color: #333;
        height: 26px;
        margin: 0;
        padding: 0 0 0 5px;
      }
        #list ul li .button span {
          height: 26px;
          padding: 5px 10px 0 0;
          margin: 0 0 0 5px;
        }
      #list ul li a.button {
        background: url('../img/menu-active.gif') no-repeat left -52px;
      }
      #list ul li a.button span {
        background: url('../img/menu-active.gif') no-repeat right -78px;
      }
      #list ul li a.active {
        background: url('../img/menu-active.gif') no-repeat left  0;
      }
      #list ul li a.active span {
        background: url('../img/menu-active.gif') no-repeat right -26px ;
      }
      #list ul li.right {
        /*margin: 10px 10px 0 0;*/
        border: 0;
        float: right;
      }
  #list .list-groep {
    clear: both;
    /*height: 210px;*/
  }
    #list .list-groep ul {
      float: left;
      width: 185px;
      padding-bottom: 10px;
    }
      #list .list-groep ul li {
        display: block;
        float: none;
      }
      #list .list-groep ul li a {
        color: #575757;
        text-decoration: none;
      }
      #list .list-groep ul li a:hover {
        text-decoration: underline
      }
  #list .hidden {
    display: none;
  }
#list .bigButton img{
  /*background: url(../img/headings.gif) repeat-x 0 -32px;
  border: 1px solid #168fba;
  display: block;
  height: 30px;
  margin: 15px 13px 10px 0;
  color: #fff;
  padding: 0 17px;
  text-decoration: none;
  line-height: 30px;
  font-size: 18px;*/
  margin: 10px 14px 10px 0;
  border: 0;
  float: left;
}
/* ------------------------------------------*/
/* ---------->>> STANDAARD BLOK <<<----------*/
/* ------------------------------------------*/
.blok {
	border: 1px solid #cccccc;
	background: #fff;
	float: left;
	margin: 19px 5px 0 5px;		
}	
.blok h2  {
	padding: 0;	
	/*border-bottom: 1px solid #cccccc;*/
	padding: 3px 0 3px 3px;
}

.blok h2 span{
	font: bold 12px/26px Verdana;
	background: url(../img/headings.gif) repeat-x 0 -96px;
	color: #fff;
	margin: 0;
	width: 288px;
	display: block;
	padding:3px 4px 3px 15px;
}
.blok h2 span a {
	color: #fff;
	display: block;
	text-decoration: none;
}

/* ------------------------------------------*/
/* -------->>> KLEIN / GROOT BLOK <<<--------*/
/* ------------------------------------------*/
.klein {
	width: 313px;
	color: #575757;
	position: relative;
	background: #fff url(../img/persoonlijk.gif) repeat-x bottom;
}	
.groot {
	width: 637px;
	background: #fff url(../img/persoonlijk.gif) repeat-x bottom;
	margin: 20px 5px 0 5px;
		margin: 19px 5px 0 5px;
}

.groot h2 span 
{
	width: 612px;
}

#advertenties .groot {
	margin: 20px  0 0 0;
}
#rubrieken {
	float: left;
}
#rubrieken h2 {
	border-bottom: 0;
}
#rubrieken ul li a{
	background: url(../img/rubriek.png) no-repeat 290px 13px;
        padding: 8px 10px 0 15px;
        height: 28px;
        line-height: 18px;
}
#rubrieken ul li a:hover{
	background: url(../img/rubriek.png) no-repeat 290px -38px;
}
#productdetail {
	float: left;
	width: 100%;
}
#detailw {
	width: 100%;
}

/* ------------------------------------------*/
/* --------->>>  PERSOONLIJK  <<<------------*/
/* ------------------------------------------*/
#persoonlijk {
	height: 169px;		
}
#persoonlijk p {
	padding: 10px 10px 0 10px;
	font: normal 14px/25px Verdana;	
}
#persoonlijk p a {
	font: normal 12px/10px Verdana;
	text-decoration: none;
}
#persoonlijk p a.att {	
		color: #C80101;
			padding: 0 0 0 35px;
			background: url('../img/alert.gif') no-repeat left;
}
#persoonlijk p a.first {
	font: normal 12px/35px Verdana;
}
#persoonlijk p.small {
	padding: 10px 10px 0 10px;
	font: normal 10px/17px Verdana;		
	background: none;
}	
#persoonlijk p.small a {
	font: normal 10px/17px Verdana;		
	color: #e48e00;
}
#persoonlijk p.small a.button {	
	font: normal 10px/13px Verdana;	
	color: #575757;
}		
/*
#content-small #nieuwplaats  h2 span, .accountBlok h2 span {
	background-position: 0 0;
}*/
#content-small #veiling h2 span,
#opvalBlok h2 span {
	background-position: 0 -64px;	
}	
#content-small #tweedehands h2 span {
	background-position: 0 -32px;	
}
#content-small #nieuwplaats h2 span {
    background-position: 0 0;
}
#content-small #nieuwplaats h2 span a:hover {
    text-decoration: underline;
}
#content-small #tweedehands h2 span a:hover {
    text-decoration: underline;
}

/* ------------------------------------------*/
/* -------->>>  BLOKKEN LIJST  <<<-----------*/
/* ------------------------------------------*/
.blok ul {
	list-style-type: none;
}	
	.blok ul li
	{
		width: 100%;
		line-height: 26px;
		display: block;
		border-top: 1px solid #CCCCCC;
	}	
		.blok ul li a {
			color: #575757;
			text-decoration: none;
			/*border-top: 1px solid #ccc;*/
			padding: 6px 8px 7px 15px;
			line-height :23px;
			display: block;
			/*float:left;
			border:none;*/
		}
		
		.blok ul li img.plusHarm
		{
			float: right;
			margin:10px 5px 0 0;
			cursor: pointer;
            width: 16px;
            height: 16px;
            background: url(../img/plus.jpg);
		}		
			.blok ul li a.meer {
				font-weight: bold;
				font-size: 10px;	
			}
			
.blok ul li.harmonica
{
	border-top: 1px solid #CCCCCC;
  height: 37px;
}

.blok ul li.hover
{
  height: 95px;
}

.blok ul li.harmonica a
{
    border: none;
    float: left;
}
.blok ul li.hover img.thumb
{
	border: 1px solid #CCCCCC;
	float: left;
	height: 80px;
	width: 80px;
}
.blok ul li.hover div.description
{
	float: left;
	height: 100%;
	margin-left: 5px;
	width: 180px; 
	line-height: 20px;
}
.blok ul li.hover div.description span
{
	color: #999999;
          display:block;
          height:40px;
          line-height:20px;
          overflow:hidden;
}
				#content-small #nieuwplaats a.meer {
					color: #e48e00;
				}	
				#content-small #veiling a.meer {
					color: #c80101;
				}	
				#content-small #tweedehands a.meer {
					color: #5cb9da;
				}	

/* ------------------------------------------*/
/* --------->>>  CONTENT STYLE <<<-----------*/
/* ------------------------------------------*/

.content h2 {
	border-bottom: 1px solid #ccc;
	width: 634px;
	margin-bottom: 10px;
}
.content a {
	line-height: 37px;
	color: #575757;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 15px;
}
.content h2 span, .aanbod h2 span, .top-ads h2 span, .gegevens h2 span{
	font: normal 12px/26px Verdana;
	background: url(../img/headings.gif) repeat-x 0 0;
	color: #fff;
	height: 26px;
	margin: 0;
	display: block;
	width: 612px;
	padding: 3px 4px 3px 15px;
}
.gegevens h2 span {
	background: url(../img/headings.gif) repeat-x 0 -96px;
	font-weight: bold;
}
.content p {
	font: normal 11px/18px Verdana;
	margin: 9px 15px 18px 15px;	
}
.content p a {
	color: #e48e00;	
}

/* ------------------------------------------*/
/* --------->>>  AD BLOK GROOT <<<-----------*/
/* ------------------------------------------*/

.advertentie {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}	
.advertentie img {
	display: block;
}
.ad-text {
	margin:  0;
	padding:0 0 5px 0;
	background: #000;
}
.ad-text p{
	color: #fff;
	padding: 0 0 10px 0;
	margin: 0 15px 0 15px;
	line-height: 22px;	
}
.ad-text h2 {
	color: #e48e00;
	border: 0;
	font: bold 12px/14px Verdana;
	margin: 0 0 0 15px;
	padding: 14px 0 8px 0;
	width: 610px;
}

/* ------------------------------------------*/
/* ---------->>>  ADS BOVENIN <<<------------*/
/* ------------------------------------------*/
.top-ad {
	float: left;
	padding: 10px;
	font: normal 11px/12px Verdana;
	width: 298px;
  height: 108px;
	overflow: hidden;
}
.right {
	border-left: 1px solid #ccc;
}
.top-ad img {
	display: block;
}
.top-ad .img {
	border: 1px solid #ccc;
	/*padding: 3px;*/
	float: left;
	margin: 2px 10px 5px 0;
}
.top-ad h3 {
	font: normal 20px/20px Verdana;
	color: #e48e00;
	width: 90px;
	text-align:right;
	float: right;
}
.top-ad a {
	color: #e48e00;
	line-height: 15px;
	margin: 0;
}	
.top-ad p {	
	padding: 0 10px 0 0;
	line-height: 25px;
	width: 175px;
	overflow-y: hidden;
}
.top-ad h2 {	
	border: 0;
	font: bold 12px/12px Verdana;
	margin: 0;
	line-height: 22px;
}	

#advertenties {
	padding: 0 5px 15px 5px;
	height: 195px;	
	overflow: hidden;
}
#advertenties .groot {
	display: block
}

/* ------------------------------------------*/
/* ------>>>  BREDE AANBOD LIJST <<<---------*/
/* ------------------------------------------*/
 .aanbod {
		overflow: hidden;
		width: 637px;
		float: right;
		margin-right: 11px;
		_margin-right: 3px;
 }	 
 .aanbod a {
	margin: 0 0 0 15px;
	line-height: 37px;
	color: #575757;
	text-decoration: none;
 }
 #aanbod h2 a {
	text-decoration: none;
	color: #575757;
		color:#FFFFFF;
 }
.product {
	clear: left;
	padding: 10px 15px 10px 10px;
      padding: 5px 15px 5px 5px;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.product2 {
	clear: left;
	padding: 5px 15px 5px 5px;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
 .accountBlok .product, .accountBlok .product2 {
	padding: 10px 10px 10px 10px;
	height: 70px;
 }
.product .img,.product2 .img {
	border: 1px solid #ccc;
	/*padding: 3px;*/
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	height: 60px;
	width: 60px;
}
.product .imgR {
	border: 1px solid #ccc;
	/*padding: 3px;*/
	float: left;
	margin: 0 5px 0 0;
	overflow: hidden;
    width: 100px;
    height: 100px;
}
.zochtOp {
	margin: 0 0 0 15px;
}
.h80 {
	height: 80px;
}
.h90 {
	height: 90px;
}
.h100 {
	height: 100px;
}
.h105 {
	height: 103px;
}
.h110 {
	height: 110px;
}
.product img,.product2 img {
	display: block;
    margin: 0 auto;
}
.product a,.product2 a {
	color: #e48e00;
	line-height: 15px;
	margin: 0;
}
.product a:hover,.product2 a:hover {
  text-decoration: underline;
}
.product p, .product2 p {	
	padding: 0 10px 0 0;
	line-height: 25px;
	margin: 0;
}
.product h2, .product2 h2 {	
	border: 0;
	font: bold 12px/12px Verdana;
	margin: 0;
}	
span.prijs {
	float: left;
	width: 80px;
}
span.views {
	float: right;
	color: #ccc;
	width: 120px;
	text-align:right;
	margin: 0 15px 0 0;
	display: inline;
}
#accountInfo{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

/* ------------------------------------------*/
/* ------->>>  WELKOM / CONTENT  <<<---------*/
/* ------------------------------------------*/
#content { 
	padding-bottom: 10px;
}
#content td, #content tr, #content table {
	bordeR: 0;
}
#content table {
	margin: 0 0 0 18px;
}
#content table p {
  margin: 0;
}
#content ul, #content ol {
	padding: 0 15px 0 45px;
}
#content ul li, #content ol li{
	line-height: 25px;
}
#welkom h2, #content h2 {
	font: bold 12px/18px Verdana;
	margin: 10px 0 0 15px;
	color: #e48e00;
	border: 0;
}
#content h3 {
	font: bold 12px/18px Verdana;
	margin: 10px 0 0 18px;
	border: 0;
}
#welkom p, #content p {
	font: normal 11px/18px Verdana;
	margin: 4px 15px 18px 20px;	
}
#welkom p a, #content p a {
	color: #e48e00;	
}
#content p {
	margin: 5px 0 0 20px;
	padding: 0;
}
#content ul {
	border: 0;
	margin: 5px 0 0 20px;
	line-height: 15px;
	padding: 0;
}
#content ul li {
	border: 0;
	margin: 0;
}
#content ul li a{
	border: 0;
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 15px;
	color: #e48e00;
	text-decoration: underline;
}
ul#brief {
	width: 100%;
	list-style-type: none;
	margin: 10px 0 0 0;		
	border-top: 1px solid #ccc;
}
	ul#brief li {
		display: inline;
		margin: 20px 0 15px 20px;
		float: left;
		border: 0;
    width: auto;
		color: #4da22d;
		font: bold 12px/18px Verdana;
	}
	ul#brief li.first {
		margin: 20px 0 15px 20px;		
	}
	ul#brief li.button a{
		background:url(../img/menu.png) no-repeat 0 -380px;
		display: block;
		line-height: 21px; 
		height: 22px; 
		padding: 0 0 0 2px;
		text-decoration: none;
		font-size: 10px;
		border: 0;
		margin: 0 0 6px 10px;
		color: #575757;
		float: left;
		width: 65px;
	}
	ul#brief li.button a span{
		background:url(../img/menu.png) no-repeat right -402px;
		line-height: 21px; 
		display: block;
		margin: 0 0 0 5px;
		padding: 1px 5px 0 0;
		width: 65px;
	}


/* ------------------------------------------*/
/* ------------->> GROOT BLOK<<--------------*/
/* ------------------------------------------*/

#content-full .blok {
	border: 1px solid #cccccc;
	background: #fff;
	float: left;
	margin: 19px 5px 0 5px;		
	padding: 0 0 12px;
}	
#content-full .blok h2  {
	padding: 0;	
	border-bottom: 1px solid #cccccc;
	padding: 3px 0 3px 3px;
}

#content-full .blok h2 span{
	font: bold 12px/26px Verdana;
	background: url(../img/headings.gif) repeat-x 0 -96px;
	color: #fff;
	margin: 0;
	width: 950px;
	display: block;
	padding:3px 4px 3px 15px;
}

#content-full .registreer h2 {
	
}
#content-full .registreer h2 span {
	width: 947px;
	border-right: 3px solid #fff;
  background-position: 0 -96px;
}

#content-full #registreer p {
	margin: 0 0 5px 0;
}

#content-full .blok p {
padding: 15px 0 10px 17px;

}

#content-full .blok h2 span {
	background: url(../img/headings.gif) repeat-x 0 0;
}

#content-full .blok h2 span.grijs {
	background: url(../img/headings.gif) repeat-x 0 -96px; 
}

#content-full .blok #form {
	clear: both;
	width: 100%;
	margin: 0 auto 0;
	border-top: 1px solid #ccc;		
	padding: 0;
	_padding: 10px 0 0 0;
}
#content-full .blok fieldset, #wijzigForm fieldset {	
	background: #f0f0f0;
	border: 0;
	border: 1px solid #ccc;
	margin: 20px auto 0;
	width: 950px;
	padding: 5px 0 15px 0;
}
#content-full .blok #account {
	margin: 0 15px 0 0;
}
#content-full .blok label {
	float: left;
	font-weight:normal;
}

/*
 * form labels
 */
.size150 {	
	width: 150px;
}
.size125 {	
	width: 125px;
}
.size100 {	
	width: 100px;
}
.size250 {	
	width: 250px;
}
.size350 {	
	width: 350px;
}

#content-full .blok input .text, input .text, #emailadres {
	font: normal 10px/20px Verdana;
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #aaadb2;
	border-bottom: 1px solid #e3e3ed;
	border-left: 1px solid #e3e3ed;
	height: 16px;
	width: 200px;
	float: left;
	padding: 4px 0 0 4px;
	color: #575757;
}
#content-full .blok a.url  {
	color: #e48e00;
	font: normal 10px/20px Verdana;
	text-decoration: none;
	margin: 0;
	padding: 15px;
	clear: both;
}
#content-full .blok a.url:hover  {
	text-decoration: underline;
}
#content-full .blok .button {
	clear: left;
	margin: 10px 0 0 0;
	display: none;
}
#register-submit {
	clear: left;
	margin: 10px 0 0 0;
	padding: 0;
}
.type {
	width: 15px;
	margin: 1px 10px 0 0;
	padding: 0;
	float: left;
}
#registreer label {
	float: left;
	margin: 0;
}

/* ------------------------------------------*/
/* ------------->>>  PRODUCT <<<-------------*/
/* ------------------------------------------*/
.detail h2{
	margin: 0;
}
.breadcrumb { 
	background: #fff url(../img/persoonlijk.gif) repeat-x bottom;
	border-bottom: 1px solid #ccc;
}
.detail table {
	border: 0;	
	float: left;
	margin: 4px 0 0 0;
}
.detail .img {
	float: left;
	/*padding: 4px;*/
	border: 1px solid #ccc;
	margin: 0 0 15px 15px;
}

.detail .img .clickable 
{
	cursor: pointer;
}

#images {

}
#mainimg {
	/*border: 1px solid #ccc;*/
	/*float: left;*/
	display: block;
}
.detail td {
	border: 0;
	padding: 0;
	line-height: 25px;
	margin: 0;
	width: auto;
}
.detail td a {
	margin: 0;
	padding: 0;
	color: #e48e00;
	line-height: 25px;
	text-decoration: underline;
	font-weight: normal;
}
.detail td h2 {
	border: 0;
	color: #e48e00;
	width: auto;
}

/* ------------------------------------------*/
/* ----------->>>  BANNER RO  <<<------------*/
/* ------------------------------------------*/
#banner {
	background: #fff;
	padding: 6px;
	width: 300px;
	text-align:center;
}	
#banner img {
	padding: 0;
	margin: 0;
}
#banner a img{
	border: 0;
	display: block;
}

/* ------------------------------------------*/
/* ------------->>>  FOOTER  <<<-------------*/
/* ------------------------------------------*/
#footer {
	height: 50px;
	width: 960px;
	clear: both;
	margin: 0 auto 0;
	font-size: 10px;
}

#footer ul {
	list-style-type: none;
	padding: 25px 25px 25px 16px;
}

	#footer ul li{
		display: inline;
		color: #575757;
		margin: 0 0 0 4px;
	}	
	
	#footer ul li a {
		color: #e48e00;
		text-decoration: none;
	}

/* ------------------------------------------*/
/* -------->>>  ADS 100% BREED  <<<----------*/
/* ------------------------------------------*/
.category #persoonlijk {
	float: right;
}
.category #content-small {
	width: 100%;
}
 
/* ------------------------------------------*/
/* --------->>>  AANBOD TABEL  <<<-----------*/
/* ------------------------------------------*/
#aanbod{
	padding: 20px 338px 0 5px;
}

table {
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #fff;
	padding: 0;
}
/*
table .img {
	background: #fff;
		float: left;
		line-height:100px;
		display: table-cell;
		vertical-align: middle;
	} */
	
	table .img
	{
		border: 1px solid #ccc;
		line-height: 100px;
		float: left;
	}
	
	table .info-box 
	{
		border: 1px solid #ccc;
		margin: 0 15px 15px 3px;
		/*padding: 4px;*/
		background: #fff;
		float: left;
		line-height: 110%;
	}

table thead th,
table tr th{
	height: 32px;
	background:url(../img/persoonlijk.gif) repeat-x bottom;
	border-bottom: 1px solid #ccc;		
	line-height: 32px;
}
table tfoot th{
	height: 32px;
	background:url(../img/persoonlijk.gif) repeat-x bottom;
	border-bottom: 1px solid #ccc;	
		border-top: 1px solid #ccc;	
	line-height: 28px;
	padding-left: 15px;
}
.even, .even td{
	background: #f5f5f5;
}
td h2 {
	font: bold 13px/25px Verdana;
	margin-bottom: 3px;
}
td {
	font: normal 11px/22px Verdana;
	border-top: 1px solid #ccc;
	vertical-align: top;
	/*padding-top: 15px;*/
}
#bannerTd{
  padding-top: 4px;
  padding-bottom: 4px;
}
.curPage {
  text-decoration: underline
}
	.aanbod-row
	{
		height: 100px;
	}
	
	.aanbod-row td
	{
		height: 100px;
		padding: 3px;
		color: #a2a2a2;
	}

        .aanbod-row td.checkBoxCell
        {
            padding: 4px;
        }
	
	.aanbod-row div.checkBox
	{
		display: table-cell;
		text-align:center;
		height: 102px;
		width: 30px;
		background: #f0f0f0;
		border: solid 1px #ccc;
		vertical-align: middle;
                line-height: 100px;
	}
	
	a.actionButton
	{
		background:url(/img/action_button.gif) no-repeat 0 -25px;
		height: 25px;
		display:block;
		padding-left:5px;
		float:left;
		text-decoration: none;
		color: #000000;
		margin-right: 5px;
		font-size: 10px;
	}
	
	span.actionButtonText
	{
		float: left; background:url(/img/action_button.gif) no-repeat right 0px;
		height:25px;
		display:block;
		padding-right: 5px;
                line-height: 25px;
                color: #454545;
	}
	
	.delete-button-submit
	{
		width:95px;
		height: 20px;
		border: 1px solid #ccc;
		background:#fff;
		text-align:center;
		color:#656764;
		background: url(/img/smallbin.gif) no-repeat 75px center;
		padding-right: 15px;
		font-size: 10px;
    line-height: 10px;
    padding-bottom: 4px;
		cursor: pointer;
	}
	
	.online 
	{
		color: #1bd220;
	}
	
	.offline
	{
		color: #FF0000;
	}
	
	.aanbod-action
	{
		float:left;
		width: 60px;
		height: 40px;
		text-align: center;
		margin-right: 5px;
	}
	
	.aanbod-action a 
	{
		color: #000000;
		text-decoration: none;
		font-size: 10px;
	}
	
	.aanbod-action a:hover
	{
		color: #000000;
		text-decoration: underline;
	}
	
td p, td h2 {
	margin-right: 15px;
}
th {
	text-align: left;
	color: #e48e03;
	font-weight: normal;
}

	th.aanbod-list-info 
	{
		padding-left: 15px;
	}

th.crumb, .breadcrumb {
	padding-left: 7px;
	border-top: 1px solid #ccc;
}
th.crumb a,  .breadcrumb a{
	color: #575757;
	text-decoration: none;
	font-weight: normal;
	margin-left: 8px;
	margin-right: 8px;
}
th a{
	color: #e48e00;
	text-decoration: none;
	font-weight: bold;
}


.aanbod-list th{	
	background: url(../img/headings.gif) repeat-x 0 0px;
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	padding: 0 3px 0 3px;
    padding: 0 0 0 3px;
		border-top: solid #FFFFFF 3px;
		border-bottom: solid #FFFFFF 3px;
		border-right: solid #FFFFFF 3px;
                text-align: center;
}

	.aanbod-list th.firstChild
	{
		text-align: center;
		width: 30px;
		border-left: 3px solid #FFFFFF;
	}
	
	.aanbod-list th.lastChild
	{
		border-right: 3px solid #FFFFFF;
	}

#rubriekLijst h2 {
  line-height: 22px;
}
	
	.aanbod-list span.vrule
	{
		height: 24px;
		width: 1px;
		background: #fff;
		float:right;
		margin-top:8px;
	}
	
	#accountMenu .account-menu-active
	{
		height: 39px;
		background-image: url(/img/account_menu.gif);
		background-position: 0 -39px;
		background-repeat: no-repeat;
		padding-left: 9px;
		margin-top: 2px;
	}
	
	#accountMenu .account-menu-active:hover
	{
		height: 39px;
		background-image: url(/img/account_menu.gif);
		background-position: 0 -39px;
		background-repeat: no-repeat;
		padding-left: 9px;
	}
	
	#accountMenu .account-menu-active span
	{
		height: 39px;
		background-image: url(/img/account_menu.gif);
		background-repeat:no-repeat;
		background-position: right 0px;
		padding: 0px 9px 0px 0px;
		line-height: 39px;
	}
	
	#accountMenu .account-menu-active:hover span
	{
		height: 39px;
		background-image: url(/img/account_menu.gif);
		background-repeat:no-repeat;
		background-position: right 0px;
		padding: 0px 9px 0px 0px;
		line-height: 39px;
	}

.aanbod-list ul {
	list-style-type: none;
	background:url(../img/headings.gif) repeat-x 0 -96px;
		background: url(../img/headings.gif) repeat-x 0 0px;
	height: 32px;
	width: 100%;
}
.aanbod-list ul li
{
		width: 100%;
	line-height: 32px;
	padding: 9px 0 9px 0;
	border-right: 3px solid #fff;
	float: left;
	margin: 0;
}
.aanbod-list ul li.act h2 a
{
		color: #FFFFFF;
	background:url(../img/headings.gif) repeat-x 0 0;
	cursor: pointer;
}
.aanbod-list ul li h2 a{
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	font: bold 12px/14px Verdana;
	padding: 9px 13px 9px 13px;
	margin: 0;
	background:url(../img/headings.gif) repeat-x 0 -128px;
}
.aanbod-list ul li h2 a:hover{
	background:url(../img/headings.gif) repeat-x top;
}

.page-counter
{
	margin:0 auto;
	margin-top: 10px;
	width: 300px;
}

.page-counter .count-box
{
	color: #FFFFFF;
	width: 20px;
	height:20px;
	border:1px solid #CCCCCC;
	line-height:20px;
	text-align:center;
	float:left;
	margin-left: 10px;
	background: url(../img/boxnumbers.jpg) repeat-x 0 -20px;
}
.page-counter .count-box a 
{
	color: #FFFFFF;
	text-decoration: none;
}

.page-counter .count-box a:hover
{
	text-decoration: underline;
}

.page-counter .count-box.active
{
	background: url(../img/boxnumbers.jpg) repeat-x 0 0px;
	font-weight: bold;
}

.page-counter .navigatePage 
{
	width: 40px;
	float: left;
}

.page-counter .navigatePage a
{
	color: #EDB558;
	text-decoration:none;
}

.page-counter .navigatePage a:hover
{
	text-decoration: underline;
}


/* ------------------------------------------*/
/* ---------->>>  HULP STYLEN  <<<-----------*/
/* ------------------------------------------*/

.clear {
	clear: both;
}

/* ------------------------------------------*/
/* ---------->>>  GRIJZE KNOP  <<<-----------*/
/* ------------------------------------------*/
a.button  {
	background:url(../img/menu.png) no-repeat 0 -380px;
	/*display: none;  Javascript */
	line-height: 13px; 
	height: 22px; 
	padding: 0 0 0 5px;
	text-decoration: none;
	font-size: 10px;
	border: 0;
	margin: 0;
	color: #575757;
	float: left;
	cursor: pointer;
}
a.button:hover,
a.button:hover span {
	color: #575757;
	text-decoration: none;
	cursor: pointer;
}
a.button span {	
	cursor: pointer;
	background:url(../img/menu.png) no-repeat right -402px;
	display: block;
	color: #575757;
	margin: 0;
	padding: 4px 5px 6px 0;
}
#newsletter-button {
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}
#newsletter-submit {
	margin-top: 20px;
}
	
/* ------------------------------------------*/
/* ---------->>>  PADDING V IMG  <<<---------*/
/* ------------------------------------------*/

.padding {
	padding: 4px;
	display: block; /* ie6 -.-" */
}

/* ------------------------------------------*/
/* ---------->>>  PNG BINNEKORT  <<<---------*/
/* ------------------------------------------*/

#binnenkort-veiling /*, #binnenkort-tweedehands*/ {
	position: absolute;
	background:url(../img/veiling.png) no-repeat;
	height: 181px;
	width: 325px;
	top: 60px;
	left: 20px;
}		
#binnenkort-tweedehands {			
	background:url(../img/tweedehands.png) no-repeat;
}	
.blok a {
	position: relative;/*  Zodat de links clickable blijven */
        text-decoration: none;
        cursor: pointer;
}
.blok a span:hover 
{
	text-decoration: underline;
} 
	
/* ------------------------------------------*/
/* ---------->>>  TAAL VLAGGEN  <<<----------*/
/* ------------------------------------------*/
#en a,#nl a{
	background: url(../img/icons/icons.gif) no-repeat 0 2px;
	padding: 0 2px 0 2px;
	width: 19px;
	height: 1px;
	line-height:16px;
}
#en a {
	background-position:0 -18px;
}
#en a span, #nl a span{
	visibility: hidden;
}

	
/* ------------------------------------------*/
/* ----------->>>  LOGIN PAGE  <<<-----------*/
/* ------------------------------------------*/
#loginscherm{
	background: #ffffff;
	display: none;
	padding: 0;
	margin: 0;
}

#login {
	border: 1px solid #838186;	
	width: 587px;
	margin: 0 auto 0;
	padding:0 0 10px;
  background: #ffffff;
}

#login #form {
	clear: both;
	width: 100%;
	margin: 0 auto 0;
	border-top: 1px solid #ccc;		
	padding: 0;
	_padding: 10px 0 0 0;
}
#login fieldset, #content fieldset  {	
	background: #f0f0f0;
	border: 0;
	margin: 8px auto 10px;
	width: 558px;
	padding: 5px 0 15px 0;
}
#content fieldset {
	width: 100%;
	background: #fff;
}

#toevoegForm {
	padding: 10px 10px 0 10px;
}

#toevoegForm a {
  color: #E59208;
}

#toevoegForm fieldset{
	padding: 0;
}
#toevoegForm fieldset div.melding
{
	width:350px;
	background:#f5f5f5;
	border:1px solid #ccc;
	float:right;
	padding:15px;
	margin:15px 15px 15px 0px;
}
#toevoegForm fieldset div.melding a
{
	color:#e59208;
	font-weight: bold;
}

#wijzigForm fieldset {
	padding: 10px;
	margin: 10px;
	width: 595px;
}
#toevoegForm p,
#wijzigForm p {
	line-height: 15px;
	height: 12px;
	width: 800px;
	padding: 0;
	margin: 0;
}
#wijzigForm p {
	width: 500px;
	height: 30px;
}
.registreerform p {
	padding: 10px 0 3px 20px;
}
#toevoegForm label,
#wijzigForm label {
	height: 15px;
}

#wijzigForm label {
	float: left;
}
#login label, #content label {
	float: left;
	font-weight:bold;
}

#login input.text, #content input.text {
	font: normal 10px/20px Verdana;
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #aaadb2;
	border-bottom: 1px solid #e3e3ed;
	border-left: 1px solid #e3e3ed;
	height: 16px;
	width: 200px;
	float: left;
	padding: 4px 0 0 4px;
	color: #575757;
        line-height: 12px;
}

#content input {
	float: none;
}
#login p {
	padding:5px 10px 10px 10px;
	margin: 0;
	clear: left;
}
#login h2 {
	float: left;
	font: bold 12px/12px Verdana;
	color: #fff;
	padding:0;
	border: 0;
	margin: 10px 0 0 8px;		
}
#login a.url, #content a.url  {
	color: #e48e00;
	font: normal 10px/20px Verdana;
	text-decoration: none;
	margin: 0;
	padding: 15px;
	clear: both;
}
#login a.url:hover, #content a.url:hover  {
	text-decoration: underline;
}
#login .button {
	position: absolute;
	margin: 5px 15px 0 512px;
} 
#login a#close  {
	float: right;
	color: #fff;
	text-decoration: none;
	font: normal 10px/12px Verdana;
	margin: 10px 8px 0 0;
}
#login #header {
	background: url(../img/headings.gif) repeat-x 0 -96px;
	height: 32px;
	border: 3px solid #fff;
	width: 581px;
	padding: 0;
	margin: 0;
}
#login #loading{
	position: absolute;	
	top: 100px;
	right: 180px;
	display: none;
}
#content #loading {
	display: none;
}
 
/*------------------------------------------------------------------
[Project]

	Nieuwplaats
	Versie 1.0
	menu.css			// menu stylesheet

[Changelog]	
	
	17/11/2008 [first version]
	
[Copyright]	

	Pit Group Intech bv
	www.pitgroup.nl
	
	Frank Broersen
	frank@pitgroup.nl

------------------------------------------------------------------*/

/* ------------------------------------------*/
/* ---------->>>      HOME     <<<-----------*/
/* ------------------------------------------*/


#nieuwplaats ul#menu {
	width: 450px;
	margin-left: -205px;
}
#nieuw ul#menu {
	width: 425px;
	margin-left: -210px;
}

/* standaard buttons */
ul#menu li a{
	background-position: 0 -114px;
}
ul#menu li a span{
	background-position: right -152px;
	padding: 7px 17px 1px 0;
}
ul#menu li a:hover{
	/*background-position: 0 -114px;*/
}
ul#menu li a:hover span{
	background-position: right -304px;
	padding: 7px 17px 1px 0;
}

#home ul#menu li.home a{
	background-position: 0 -38px;
	border-bottom: 1px solid #e48e00;
		padding-left: 13px;
}
#home ul#menu li.home a span{
	background-position: right 0;
	color: #fff;
	font-weight: bold;
	padding: 3px 14px 7px 0;
}

#home ul#menu li.nieuw a, 
#nieuwplaats ul#menu li.nieuw a,	
#account ul#menu li.nieuw a{
	background-position: 0 -76px;
}
#home ul#menu li.nieuw a span,
#account ul#menu li.nieuw a span{
	background-position: right -152px;
	padding: 7px 10px 1px 0;
}
	#home ul#menu li.nieuw a:hover,
	#nieuwplaats ul#menu li.nieuw a:hover,	
	#account ul#menu li.nieuw a:hover{
		background-position: 0 -228px;
	}
	#home ul#menu li.nieuw a:hover span,
	#account ul#menu li.nieuw a:hover span{
		background-position: right -304px;
	}	
		
#home ul#menu li.tweedehands a,
#nieuwplaats ul#menu li.tweedehands a,
#account ul#menu li.tweedehands a{
	background-position: 0 -76px;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #fff;
}
#home ul#menu li.tweedehands a span,
#nieuwplaats ul#menu li.tweedehands a span,
#account ul#menu li.tweedehands a span{
	background-position: right -152px;
	padding: 7px 10px 1px 0;
}
	#home ul#menu li.tweedehands a:hover,
	#nieuwplaats ul#menu li.tweedehands a:hover,
	#account ul#menu li.tweedehands a:hover{
	background-position: 0 -228px;
	}
	#home ul#menu li.tweedehands a:hover span,
	#nieuwplaats ul#menu li.tweedehands a:hover span,
	#account ul#menu li.tweedehands a:hover span{
	background-position: right -304px;
	background-position: right -304px;
	}				

#home ul#menu li.veiling a,
#nieuwplaats ul#menu li.veiling a,
#account ul#menu li.veiling a{
	background-position: 0 -76px;
	border-bottom: 1px solid #fff;
}
#home ul#menu li.veiling a span,
#nieuwplaats ul#menu li.veiling a span,
#account ul#menu li.veiling a span{
	background-position: right -76px;
	padding: 7px 17px 1px 0;
}
	#home ul#menu li.veiling a:hover,
	#nieuwplaats ul#menu li.veiling a:hover,
	#account ul#menu li.veiling a:hover{
		background-position: 0 -228px;
	}
	#home ul#menu li.veiling a:hover span,
	#nieuwplaats ul#menu li.veiling a:hover span,
	#account ul#menu li.veiling a:hover span{
		background-position: right -228px;
		padding: 7px 17px 1px 0;
	}
/* ------------------------------------------*/
/* ---------->>>     NIEUW     <<<-----------*/
/* ------------------------------------------*/
#nieuw ul#menu li.home a{
	background-position: 0 -114px;
	padding: 0 0 0 16px;
	border-bottom: 1px solid #fff;
}
#nieuw ul#menu li.home a span{
	background-position: 0 -76px;
	padding: 7px 10px 1px 0;
}
	#nieuw ul#menu li.home a:hover{
		background-position: 0 -266px;
	}
	#nieuw ul#menu li.home a:hover span{
	background-position: 0 -228px;
	}		
#nieuw ul#menu li.nieuw a{
	font-weight: bold;		
	color: #fff;
	border-bottom: 1px solid #e48e00;
	background-position: 0 -38px;
}
#nieuw ul#menu li.nieuw a span {
	background-position:right 0;
	padding: 3px 14px 7px 0;
}

#nieuw ul#menu li.tweedehands a{
	background-position: 0 -76px;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #fff;
}
#nieuw ul#menu li.tweedehands a span{
	background-position: right -76px;
	padding: 7px 10px 1px 0;
}
	#nieuw ul#menu li.tweedehands a:hover{
	background-position: 0 -228px;
	}
	#nieuw ul#menu li.tweedehands a:hover span{
	background-position: right -228px;
	}				

#nieuw ul#menu li.veiling a{
	background-position: -3px -190px;
	border-bottom: 1px solid #fff;
}
#nieuw ul#menu li.veiling a span{
	background-position: right -76px;
	padding: 7px 17px 1px 0;
}
	#nieuw ul#menu li.veiling a:hover{
		background-position: -3px -342px;
	}
	#nieuw ul#menu li.veiling a:hover span{
		background-position: right -228px;
		padding: 7px 17px 1px 0;
	}

/* ------------------------------------------*/
/* ---------->>>  TWEEDEHANDS  <<<-----------*/
/* ------------------------------------------*/

#tweedehands ul#menu li.nieuw a{
	background-position: 0 -114px;
}
#tweedehands ul#menu li.nieuw a span{
	background-position: 0 -76px;
	padding: 7px 10px 1px 0;
}
	#tweedehands ul#menu li.nieuw a:hover{
		background-position: 0 -266px;
	}
	#tweedehands ul#menu li.nieuw a:hover span{
		background-position: 0 -228px;
	}	

#tweedehands ul#menu li.tweedehands a{
	background-position: 0 -38px;
	font-weight: bold;		
	color: #fff;
	border-bottom: 1px solid #e48e00;
}
#tweedehands ul#menu li.tweedehands a span{
	background-position: right 0;
}			

#tweedehands ul#menu li.veiling a{
	background-position: 0 -76px;
	border-bottom: 1px solid #fff;
}
#tweedehands ul#menu li.veiling a span{
	background-position: right -76px;
	padding: 7px 17px 1px 0;
}
	#tweedehands ul#menu li.veiling a:hover{
		background-position: 0 -228px;
	}
	#tweedehands ul#menu li.veiling a:hover span{
		background-position: right -228px;
		padding: 7px 17px 1px 0;
	}
	

/* ------------------------------------------*/
/* ---------->>>   VEILINGEN   <<<-----------*/
/* ------------------------------------------*/

#veiling ul#menu li.nieuw a{
	font-weight: bold;		
	color: #fff;
	border-bottom: 1px solid #e48e00;
}

#veiling ul#menu li.tweedehands a{
	background-position: 0 -76px;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #fff;
}
#veiling ul#menu li.tweedehands a span{
	background-position: 0 -76px;
	padding: 7px 10px 1px 0;
}
	#veiling ul#menu li.tweedehands a:hover{
	background-position: 0 -228px;
	}
	#veiling ul#menu li.tweedehands a:hover span{
	background-position: 0 -228px;
	}				

#veiling ul#menu li.veiling a{
	background-position: 0 -190px;
	border-bottom: 1px solid #fff;
}
#veiling ul#menu li.veiling a span{
	background-position: right -76px;
	padding: 7px 17px 1px 0;
}
	#veiling ul#menu li.veiling a:hover{
		background-position: 0 -342px;
	}
	#veiling ul#menu li.veiling a:hover span{
		background-position: right -228px;
		padding: 7px 17px 1px 0;
	}
/*	
 * REGISTREER KNOPPEN
 */	
ul#registreerMenu {
	margin: 10px 0 0 27px;
	width: 900px;
	display: block;
}
ul#registreerMenu li {
	list-style-type: none;
	display: inline;
	float:left;
	font: bold 15px/30px Verdana;
  width: auto;
  border: none;
}
ul#registreerMenu li a{
  line-height: 13px;
}
ul#registreerMenu li span{
	display: block;
	width: 24px;
	height: 23px;
	color: #fff;
	background: url(../img/bollen.gif) no-repeat 0 0;
	padding: 10px 0 0 12px;
	margin: 0 0 0 9px;
	font: bold 12px/12px Verdana;
}
ul#registreerMenu li span a{
	color: #fff;
	border: 0;
	padding:0;
	margin: 0;
	width: 15px;
	height: 15px;
}
ul#registreerMenu li.active span{
	background: url(../img/bollen.gif) no-repeat 0 -33px;
}
ul#registreerMenu li.done span {
	background: url(../img/bollen.gif) no-repeat 0 -66px;
	font: bold 13px/12px Verdana;
}
.size125 {
	width: 125px;
}
.size150 {
	width: 150px;
}
.size250 {
	width: 250px;
}
.size350 {
	width: 350px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
}
#TB_secondLine {
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../img/thickbox.png) repeat;}
.TB_overlayBG {
  background-color:#fff;
  -moz-opacity: 0.55;
  opacity: 0.55;
  filter:alpha(opacity=50);
}
#TB_window {
  position: fixed;
  z-index: 102;
  display:none;
  border: 0;
  text-align:left;
  top:50%;
  left:50%;
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
 
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
  overflow: hidden;
}

.registerError{
	margin-left:20px;
	color:#cc0000;
	font-weight:bold;
}
	#zoekBlok #groepen,
	#zoekBlokAcc #groepen {
		margin: 10px 0 0 15px;
		float: left;	
		clear: left;
	}
	#zoekBlok input,
	#zoekBlokAcc input {
		clear: left;
		padding: 0;
		margin: 0;
	}
	#zoekBlok  #trefwoord,
	#zoekBlokAcc  #trefwoord  {
		margin: 10px 0 0 15px;
		width: 200px;
	}
	#zoekBlok #afstanden,
	#zoekBlokAcc #afstanden {
		margin: 10px 0 0 15px;	
		clear: left;
	}
	#zoekBlok  #postcode,
	#zoekBlokAcc  #postcode {
		margin: 10px 0 0 15px;
		float: right;	
	}
	#zoekBlok .button, #accountZoekenSubmit{ 
		margin: 10px 0 15px 15px;		
		display: none;
	}
	 #accountZoekenSubmit {
	 	display: block;
		float: left;
	 }
	 
.alert {
	color: #ff0000;
}
#welkom {
  float: right;
  margin: 20px 10px 0 0;
  width: 963px
}
/* 
 * Adyen formulier scherm
 */
#payment {
	background: none;
}
#payment #welkom {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -300px;	
}
#payment #welkom form {
	margin: 0 0 25px 15px;
}


.accountBlok a {
	color: #E48E00;	
}
.accountBlok a:hover {
	text-decoration: underline;
}
.accountBlok p{
	padding: 15px 15px 0 15px;
}

.accountBlok {
	padding: 0 0 15px;
}

.productVorige, .productVorige2 {
	color: #575757;
	text-decoration: none;
	line-height: 35px;
	display: block;
	float: left;
	padding: 0 10px 0 0;
	cursor: pointer;
}
.productVorige span, .productVorige2 span{
	background: url(../img/icons/arrows.gif) no-repeat top left;
	display: inline;
	width: 17px;
	height: 13px;
	text-indent: -9999px;
	float: left;
	margin: 12px 0 0 12px;
}
.productVolgende, .productVolgende2 {
	color: #575757;
	text-decoration: none;	
	line-height: 35px;
	float: right;
	padding: 0 0 0 10px;
	cursor: pointer;
}
.productVolgende2 {
    padding: 0 10px 0 10px;
}
.productVolgende span,.productVolgende2 span{
	background: url(../img/icons/arrows.gif) no-repeat top right;
	display: inline;
	width: 17px;
	height: 13px;
	text-indent: -9999px;
	float: right;
	margin: 12px 12px 0 0;
}

/* 
 * Account slider
 */
#advertentieSliderHolder {
	width: 313px;
	overflow: hidden;
}
.metSlider {
	float: right;
	}
#advertentieSliderHolder a{
	position: static;
}
.advertentieSlider{
	height: 91px;
    height: 75px;
	width: 10000px;
}
.advertentieSlider .product, 
.advertentieSlider .product2 {
	background: #fff;
	float: left;
	width: 300px;
	clear: none;
	border-right: 1px solid #ccc;
}
#advertentieCurrent, 
#advertentieCurrent2 {
	display: none;
}

a#zoek-button:hover,a#zoek-button {
	color: #000;
	text-decoration: none;
}
.accountBlok #zoekP {
	padding: 15px 0 0 15px;	
}
.accountBlok #zoek-submit {
	clear: both;
	float: none;
	padding: 0;
	display: block;
	width: 55px;
	font: normal 10px/20px Verdana;
	height: 22px;
}
.accountBlok #rubrieken {
	margin: 10px 0 0 10px;
}
.blok ul.merk li.first  a{
	border-top: 0;
}
p.merk {
	padding: 7px 5px 15px 15px;
	line-height: 20px;
	height: 54px;
}
p.merkp {
	padding: 15px 5px 15px 15px;
	line-height: 20px;
	height: 44px;
	border-bottom: 1px solid #ccc;
}
	
p.merk a {
	color: #E48E00;
}

.zoekresultaat {
 	padding: 10px 0 0 0;
	margin: 0;
 }
 .zoekresultaat p{
	padding: 0 15px 5px 15px;	 
 }
 .zoekresultaat h2 a{
 	line-height: 10px;
 	color: #000;
	padding: 10px 15px 0 15px;
	margin: 0;
	text-decoration: none;
 }
	.blok ul li.highlight {
 	background: #FFFF66;
		background: #5ABCDD;
			background: #4FD5FF;
			background: url('../img/highlight.gif') no-repeat bottom left;
			
 }
 .blok ul li.highlight a {
 	color: #C80101;
 }
 .blok ul li.highlight a strong{
 	color: #575757;
 }
 
 .rubriekHolder {
 	width: 650px;
	float: left;
 }
 .inputNoJs {
 	height: 30px;	
	width: 590px;
 }
 .inputNoJs #submitNoJs, .inputNoJs #sendNoJs {
 	float: left;
 }
 .inputNoJs #sendNoJs {
 	display: none;
	color: #575757;
 }
	h2.oranje a span{
	background: url(../img/headings.gif) repeat-x 0 0;
	color: #fff;
 }
 /*
 * Lijstje met accoujtn links
 */
ul.accountLinks {
	width: 150px;
	float: right;
	position: absolute;
	right: 0;
	top: 50px;
}
ul.accountLinks li{
	border: 0;
	padding: 0;
	width: auto;
	line-height: 15px;
	_line-height: 8px;
}
ul.accountLinks li a{
	line-height: 20px;
	_line-height: 15px;
	color: #109AC9;
	border: 0;
	padding: 0 15px 0 15px;
	margin: 0;
	width: auto;
}
ul.accountLinks li a:hover {
	text-decoration: underline;
}

/*
 * toevoeg formulier
 */

#toevoegForm #titel, #toevoegForm #website  {
	width: 250px;
}

#toevoegForm #adviesprijs, #toevoegForm #prijs  {
	width: 75px;
        padding-right: 3px; 
}
#toevoegForm .omsch {
	height: 150px;
}
#toevoegForm .omsch2 {
	height: 190px;
}
#toevoegForm #omschrijving {
	height: 150px;
	widtH: 500px;
}

#advFotoUpload_wrap_labels div{
	margin: 15px 0 0 0;
	height: 15px;
}
#advFotoUpload_wrap_labels a {
	text-decoration: none;
	color: #e48e00;
}
#advFotoUpload_wrap_labels a:hover {
	text-decoration: underline;	
}

p.empty {
	padding: 15px;
}
#opvalBlok p{
	padding: 10px 10px 0 18px;
}

#sendLogin {
	display: block;
}

#accZoek-submit {
	float: left;
}
#accZoek-button {
	margin: 0;	
}
#getBut, #getSub {
	margin: 0 0 10px;
}


	.checkbox 
	{
		float:left;
		margin-right: 15px;
}

#prijs, #adviesprijs {
	text-align: right;
}

#remember {
	float: left;
	width: 15px;
	margin: 5px 0 0 10px;
}
#wachtwoord {
	clear: none;
	float: left;
}
#content input#remember,#content input#wachtwoord {
	float: left;
}
#login label#rememberL,#content label#rememberL {
	float: left;
	font-weight: normal;
	padding: 5px 0 0 10px;
	width: 100px;
}
#content label#rememberL {
	padding: 2px 0 0 10px;
}
#submitLogin {
	display: none;
}
#TB_closeWindowButton {
	color: #fff;
	font: normal 10px/30px Verdana;
	padding-right: 15px;
	float: right;
}

#dGroep,
#dRubriek {
	display: none;
	width: 150px;
	background :#fff;
	padding: 5px 10px 5px 10px;
	bordeR: 1px solid #ccc;
	height: 200px;
	overflow-y: scroll;
}
#dGroep a, 
#dRubriek a {
	line-height: 18px;
	color: #e48e00;
	display: block;
}

.dropdown {
	padding: 5px  10px 5px 20px;
	border: 1px solid #ccc;
	background: url(../img/icons/arrow-down.gif) no-repeat 7px 10px;
}
#weergave li{ 
	float: left;
	width: auto;
}
#uploaders object {
  margin-left: 15px;
}
#uploaders{
  padding: 15px 0 0 0;
}
p.advertentieInfo{
  height:71px;
}
#flo{
  margin: 4px;
}

tr.mceLast {
  height: 1px;
  overflow: hidden;
}
#omschrijving_path_row{
  display: none;
}


#right{
  width: 320px;
  float: right;
  right: 5px;
  position: absolute;
  border-bottom: 0;
}
.more {
	border-bottom: 1px solid #ccc;
	height: 110px;
  color: #000000;
}
.more .img {
	margin: 4px 12px 0 4px;
	height: 100px;
	width: 100px;
	padding: 0;
	overflow: hidden;
  border:1px solid #ccc;
	float: left;
}
.more h2 {
	border: 0;
	padding: 6px 0 0 0;
	font-size: 12px;
	line-height: 22px;
}
.more p  {
	/*padding: 2px 0 0 0;*/
	line-height: 20px;
}
.more a{
	color: #e48e00;
}
#more{
	border-bottom: 0;
	margin: 10px 0 50px 5px;
}
#banner-right {
  margin: 10px 0 0 5px;
  padding: 3px;
  width: 306px;
}
.left {
  float: left;
}
.mTop {
  margin-top: 5px;
}

#winkelier #rubrieken h2
{
  border-bottom: 1px solid #CCCCCC;
}

#winkelier #rubrieken h2#winkelnaam
{
  border: none;
}

/*
** Nieuwe buttons lijstweergave:
*/
.lijstButtonLijst
{
	background: transparent url(../img/lijstbutton.jpg) repeat scroll 0 0; 
	height: 19px;
	display: block;
	float: left;
	width: 61px;
	margin-left: 3px;
}

.lijstButtonFoto
{
	background: transparent url(../img/lijstbutton.jpg) repeat scroll -61px 0;
	height: 19px;
	display: block;
	float: left;
	width: 61px;
}

.lijstButtonKaart
{
	background: transparent url(../img/lijstbutton.jpg) repeat scroll -122px 0;
	height: 19px;
	display: block;
	float: left;
	width: 61px;
}

.lijstButtonLijst:hover, .lijstButtonLijst.active
{
	background-position: 0 -19px;
}
.lijstButtonFoto:hover, .lijstButtonFoto.active
{
	background-position: -61px -19px;
}
.lijstButtonKaart:hover, .lijstButtonKaart.active
{
	background-position: -122px -19px;
}

.mijnAdvertenties th
{
	background-position: 0 -96px;
}

#overview {
  background: #FFFFFF url(../img/persoonlijk.gif) repeat-x bottom;
  border: 1px solid #ccc;
  width:960px;
  padding: 0 0 25px 0;
  margin: 15px 0 0 5px;
  position: relative;
}
  #overview .tl,
  #overview .tl2,
  #overview .tr,
  #overview .bl,
  #overview .br {
    background: url(../img/overview.gif) no-repeat 0 0;
    display: block;
    width: 11px;
    position: absolute;
    height: 11px;
  }
  #overview .tl { background-position: -5px -99px; left: -1px; top: -1px;}
    #overview .tl2 { background-position: -5px -115px; left: -1px; top: -1px;}
  #overview .tr { background-position: -21px -99px; right: -1px; top: -1px;}
  #overview .bl { background-position: -5px -84px; left: -1px; bottom: -1px;}
  #overview .br { background-position: -21px -84px; right: -1px; bottom: -1px;}

  #overview .gradient {
    position: absolute;
    right: 0;
    width: 1px;
    top: 39px;
    display: block;
    border-right: 5px solid #fff;
    height: 40px;
    background: url(../img/overview.gif) no-repeat -1px -82px;
  }
  #overview .gradient2 {
    position: absolute;
    left: 147px;
    width: 1px;
    top: 13px;
    display: block;
    height: 26px;
    border-right: 3px solid #fff;
    border-bottom: 1px solid #ccc;
    background: url(../img/overview.gif) no-repeat -3px -80px;
  }
  #overview .gradient3 {
    position: absolute;
    left: 320px;
    width: 1px;
    top: 13px;
    display: block;
    height: 26px;
    border-right:4px solid #fff;
    border-bottom: 1px solid #ccc;
    background: url(../img/overview.gif) no-repeat -3px -80px;
  }
  #overview .gradient4 {
    position: absolute;
    left: 133px;
    width: 1px;
    top: 13px;
    display: block;
    height: 26px;
    border-left: 4px solid #fff;
    border-bottom: 1px solid #ccc;
    background: url(../img/overview.gif) no-repeat -3px -80px;
  }
  #overview .gradient5 {
    position: absolute;
    left: 0;
    width: 1px;
    top: 39px;
    display: block;
    border-left: 5px solid #fff;
    height: 40px;
    background: url(../img/overview.gif) no-repeat -1px -82px;
  }

  #overview #top {
    background: url(../img/overview.gif) repeat-x 0 0;
    height: 41px;
    overflow: hidden;
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      margin: 0 0 13px;
  }
  #overview #top ul,
  #overview #top ul li {
    padding: 0;
    margin: 0;
  }
    #overview #top ul li {
      float: left;
      list-style-type: none;
    }
    #overview #top ul li a {
      background: url('../img/overview.gif') repeat-x 0 -41px;
      line-height: 32px;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      padding: 0 10px;
      margin: 0;
      _float :left;
      height: 40px;
      display: block;
    }
    #overview #top ul li a:hover {
      /*background-position: 0 0;*/
    }
    #overview #top ul li a.active {
      color: #E48E00;
      background: #fff;
      padding: 0 20px;
    }
    #overview #top ul li.sep3,
    #overview #top ul li.sep2,
    #overview #top ul li.sep {
      display: block;
      width: 0px;
      height: 32px;
      margin: 1px 0 0;
      border-right: 1px solid #cccccc;
      border-left: 1px solid #828282;
    }
    #overview #top ul li.sep2 {
      border-left: 1px solid #ccc;
      border-right: 1px solid #fff;
      margin: 0;
      height: 34px;
    }
    #overview #top ul li.sep3 {
      border-right: 1px solid #ccc;
      border-left: 1px solid #fff;
      margin: 0;
      height: 34px;
    }

    #overview #top ul li.account {
        float: right;
        line-height: 40px;
        margin-right: 15px;
    }
    #overview #top ul li.account .sep {
        float: left;
    }
    #overview #top ul li.account a {
        font-weight: normal;
        display: block;
        background: none;
        color: #575757;
        margin: 0 5px;
        padding: 0;
        float: left;
        line-height: 40px; 
    }
    #overview #top ul li.account div.button {
        width: 77px;
        height: 40px;
        margin: 0;
        margin-left: -10px;
        float: left;
    }

    #overview .accountdropdown {
        display: none;
        width: 180px;
        height: 194px;
        background: url(../img/account-hover-menu.png);
        position: absolute;
        right: 0;
        top: 7px;
    }
    #overview .accountdropdown ul {
        padding-top: 40px;
        padding-left: 30px;
        list-style: none;
        font-size: 12px;
    }
    #overview .accountdropdown ul li {
        margin: 3px 0;
    }
    #overview .accountdropdown a {
        color: #E48E00;
        text-decoration: none;
    }
    #overview #top ul li.account .over {
        background: url(../img/account-hover.gif) no-repeat;
        background-position:center; 
    }

    #overview #top ul li.account div.button:hover .menu {
        display: block;
    }

  #overview .list-groep {
    clear: both;
    /*height: 210px;*/
  }
    #overview .list-groep ul {
      float: left;
      width: 168px;
      margin: 0 0 0 23px;
      padding: 0;
      padding-bottom: 10px;
    }
    #overview .list-groep ul.last {
      margin: 0;
    }
      #overview .list-groep ul li {
        display: block;
        float: none;
      }
      #overview .list-groep ul li a {
        color: #575757;
        text-decoration: none;
      }
      #overview .list-groep ul li a:hover {
        text-decoration: underline
      }
  #overview .hidden {
    display: none;
  }

#foot {
    border-top: 1px dashed #ccc;
  }
    #foot ul {
      margin: 10px 15px 10px 23px;
      padding: 0;
    }
      #foot ul li {
        float: left;
        margin: 5px 10px 0 0;
        list-style-type: none;
        line-height: 7px;
      }
        #foot ul li strong {
          line-height: 22px;
        }
        #foot ul li .button, .gbutton {
          color: #333;
          height: 26px;
          margin: 0;
          padding: 0 0 0 5px;
        }
          #foot ul li .button span, .gbutton span {
            float: left;
            height: 26px;
            padding: 5px 10px 0 0;
            margin: 0 0 0 5px;
          }
        #foot ul li a.button, a.gbutton {
          background: url('../img/menu-active.gif') no-repeat left -52px;
        }
        #foot ul li a.button span, a.gbutton span {
          background: url('../img/menu-active.gif') no-repeat right -78px;
        }
        #foot ul li a.active {
          background: url('../img/menu-active.gif') no-repeat left  0;
        }
        #foot ul li a.active span {
          background: url('../img/menu-active.gif') no-repeat right -26px ;
        }
        #foot ul li.right {
          /*margin: 10px 10px 0 0;*/
          border: 0;
          float: right;
        }

.nieuw-aanbod
{
    width: 647px;
    margin-left: 5px;
    float: left;
}

.nieuw-aanbod h2.titel
{
    color: #FFF;
    float: left;
}

.nieuw-aanbod .tl
{
    background: url(../img/np-nieuw-homepage.gif) no-repeat;
    width: 8px;
    height: 55px;
    float: left;
}

.nieuw-aanbod .tr
{
    background: url(../img/np-nieuw-homepage.gif) no-repeat 0px -55px;
    width: 8px;
    height: 55px;
    float: left;
}

.nieuw-aanbod .tm
{
    background: url(../img/np-nieuw-homepage.gif) 0px -110px;
    width: 631px;
    height: 55px;
    float: left;
}

.nieuw-aanbod .ml
{
    background: url(../img/np-nieuw-homepage-sides.gif) 0px 0px;
    width: 8px;
    float: left;
}

.nieuw-aanbod .mr
{
    background: url(../img/np-nieuw-homepage-sides.gif) -8px 0px;
    width: 8px;
    float: left;
}

.nieuw-aanbod .content
{
    background: #edb14f;
    width: 647px;
    float: left;
}

.nieuw-aanbod .bl
{
    background: url(../img/np-nieuw-homepage.gif) no-repeat 0px -165px;
    width: 8px;
    height: 55px;
    float: left;
}

.nieuw-aanbod .br
{
    background: url(../img/np-nieuw-homepage.gif) no-repeat 0px -220px;
    width: 8px;
    height: 55px;
    float: left;
}

.nieuw-aanbod .bm
{
    background: url(../img/np-nieuw-homepage.gif) 0px -275px;
    width: 631px;
    height: 55px;
    float: left;
}

/*
ACCOUNT nieuwe blok
*/
#account #overview {
  background: #f8f6f7 url(../img/account-content-side.jpg);
  border: 1px solid #ccc;
  width:963px;
  padding: 0 0 25px 0;
  margin: 15px 0 0 4px;
  position: relative;
  border: none;
}
  #account #overview .tl,
  #account #overview .tl2,
  #account #overview .tr,
  #account #overview .bl,
  #account #overview .br {
    background: url(../img/overview.gif) no-repeat 0 0;
    display: block;
    width: 11px;
    position: absolute;
    height: 11px;
  }
  #account #overview .tl { background-position: -5px -99px; left: -1px; top: -1px;}
    #account #overview .tl2 { background-position: -5px -115px; left: -1px; top: -1px;}
  #account #overview .tr { background-position: -21px -99px; right: -1px; top: -1px;}
  #account #overview .bl { background-position: -5px -84px; left: -1px; bottom: -1px;}
  #account #overview .br { background-position: -21px -84px; right: -1px; bottom: -1px;}

  #account #overview .gradient {
    position: absolute;
    right: 0;
    width: 1px;
    top: 39px;
    display: block;
    border-right: 5px solid #fff;
    height: 40px;
    background: url(../img/overview.gif) no-repeat -1px -82px;
  }
  #account #overview .gradient2 {
    position: absolute;
    left: 147px;
    width: 1px;
    top: 13px;
    display: block;
    height: 26px;
    border-right: 3px solid #fff;
    border-bottom: 1px solid #ccc;
    background: url(../img/overview.gif) no-repeat -3px -80px;
  }
  #account #overview .gradient3 {
    position: absolute;
    left: 320px;
    width: 1px;
    top: 13px;
    display: block;
    height: 26px;
    border-right:4px solid #fff;
    border-bottom: 1px solid #ccc;
    background: url(../img/overview.gif) no-repeat -3px -80px;
  }
  #account #overview .gradient4 {
    position: absolute;
    left: 133px;
    width: 1px;
    top: 13px;
    display: block;
    height: 26px;
    border-left: 4px solid #fff;
    border-bottom: 1px solid #ccc;
    background: url(../img/overview.gif) no-repeat -3px -80px;
  }
  #account #overview .gradient5 {
    position: absolute;
    left: 0;
    width: 1px;
    top: 39px;
    display: block;
    border-left: 5px solid #fff;
    height: 40px;
    background: url(../img/overview.gif) no-repeat -1px -82px;
  }

  #account #overview #top {
    background: url(../img/account-box-top2.jpg) repeat-x 0 0;
    height: 41px;
    overflow: hidden;
      /*border-right: 1px solid #CCC;
      border-left: 1px solid #CCC;*/
      margin: 0 0 13px -1px;
	  width: 962px;
  }
  #account #overview #top ul,
  #account #overview #top ul li {
    padding: 0;
    margin: 0;
  }
    #account #overview #top ul li {
      float: left;
      list-style-type: none;
    }
    #account #overview #top ul li a {
      background: none;
      line-height: 32px;
      font-weight: normal;
      color: #000;
      text-decoration: none;
      padding: 0 10px;
      margin: 0;
      _float :left;
      height: 40px;
      display: block;
    }
    #account #overview #top ul li a:hover {
      /*background-position: 0 0;*/
    }
    #account #overview #top ul li a.active {
      color: #E48E00;
      /*background: #f8f6f7 url(../img/account-box-top-active.jpg);*/
      background: #FFF;
      padding: 0 20px;
	  border-top: 1px solid #d7d7d7;
    }
    #account #overview #top ul li.sep3,
    #account #overview #top ul li.sep2,
    #account #overview #top ul li.sep {
      display: block;
      width: 0px;
      height: 32px;
      margin: 1px 0 0;
      border-right: 1px solid #cccccc;
      border-left: 1px solid #828282;
    }
    #account #overview #top ul li.sep2 {
      border-left: 1px solid #ccc;
      border-right: 1px solid #fff;
      margin: 0;
      height: 34px;
    }
    #account #overview #top ul li.sep3 {
      border-right: 1px solid #ccc;
      border-left: 1px solid #fff;
      margin: 0;
      height: 34px;
    }

    #account #overview #top ul li.account {
        float: right;
        line-height: 40px;
        margin-right: 15px;
    }
    #account #overview #top ul li.account .sep {
        float: left;
    }
    #account #overview #top ul li.account a {
        font-weight: normal;
        display: block;
        background: none;
        color: #575757;
        margin: 0 5px;
        padding: 0;
        float: left;
        line-height: 40px;
    }
    #account #overview #top ul li.account div.button {
        width: 77px;
        height: 40px;
        margin: 0;
        margin-left: -10px;
        float: left;
    }

    #account #overview .accountdropdown {
        display: none;
        width: 180px;
        height: 194px;
        background: url(../img/account-hover-menu.png);
        position: absolute;
        right: 0;
        top: 7px;
    }
    #account #overview .accountdropdown ul {
        padding-top: 40px;
        padding-left: 30px;
        list-style: none;
        font-size: 12px;
    }
    #account #overview .accountdropdown ul li {
        margin: 3px 0;
    }
    #account #overview .accountdropdown a {
        color: #E48E00;
        text-decoration: none;
    }
    #account #overview .accountdropdown a:hover {
        text-decoration: underline;
    }
    #account #overview #top ul li.account .over {
        background: url(../img/account-hover.gif) no-repeat;
        background-position:center;
    }

    #account #overview #top ul li.account div.button:hover .menu {
        display: block;
    }

  #account #overview .list-groep {
    clear: both;
    /*height: 210px;*/
    margin-top: -40px;
    font-family: arial;
  }
    #account #overview .list-groep ul {
      float: left;
      width: 168px;
      margin: 0 0 0 23px;
      padding: 0;
      padding-bottom: 10px;
    }
    #account #overview .list-groep ul.last {
      margin: 0;
    }
      #account #overview .list-groep ul li {
        display: block;
        float: none;
      }
      #account #overview .list-groep ul li a {
        color: #575757;
        text-decoration: none;
      }
      #account #overview .list-groep ul li a:hover {
        text-decoration: underline
      }
  #account #overview .hidden, #foot .hidden {
    display: none;
  }

  #account #overview .smallblock
  {
      float: left;
      width: 220px;
      margin-left: 15px;
      margin-bottom: 15px;
  }

  #account #overview .smallblock .title
  {
      width: 100%;
      height: 33px;
      color: #FFF;
      background: url(../img/account-block-small.jpg) 0 -33px;
  }

  #account #overview .smallblock .title.active
  {
      background-position: 0 0;
  }

  #account #overview .smallblock .title span {
      padding: 5px 10px;
      line-height: 30px;
      font-weight: bold;
  }
  #account #overview .smallblock .content {
      height: 155px;
      border-left: 1px solid #CCC;
      border-right: 1px solid #CCC;
      padding: 10px;
	  background: #FFF;
  }
  #account #overview .smallblock .content a {
      margin: 0;
      color: #E48E00;
      font-weight: normal;
      line-height: normal;
  }
  #account #overview .smallblock .footer {
      background: url(../img/account-block-small.jpg) 0 -66px;
      width: 100%;
      height: 10px;
  }

  #account #overview .bigblock {
      width: 455px;
      float: left;
      margin-left: 15px;
      margin-bottom: 15px;
  }

  #account #overview .bigblock .title {
      width: 100%;
      height: 33px;
      color: #FFF;
      background: url(../img/account-block-big.jpg);
  }
  #account #overview .bigblock .title span {
      padding: 5px;
      line-height: 30px;
      font-weight: bold;
  }
  #account #overview .bigblock .footer {
      background: url(../img/account-block-big.jpg) 0 -34px;
      width: 100%;
      height: 10px;
  }
  #account #overview .bigblock .content {
      height: 155px;
      border-left: 1px solid #CCC;
      border-right: 1px solid #CCC;
      padding: 10px;
	  background: #FFF;
  }
  #account #overview .bigblock .content a {
      margin: 0;
      color: #E48E00;
      font-weight: normal;
  }

  #account #overview .tripleblock {
      width: 569px;
      float: left;
      margin-left: 15px;
      margin-bottom: 15px;
  }

  #account #overview .tripleblock .title {
      width: 100%;
      height: 33px;
      color: #FFF;
      background: url(../img/account-block-triple.jpg);
  }
  #account #overview .tripleblock .title span {
      padding: 5px;
      line-height: 30px;
      font-weight: bold;
  }
  #account #overview .tripleblock .footer {
      background: url(../img/account-block-triple.jpg) 0 -66px;
      width: 100%;
      height: 10px;
  }
  #account #overview .tripleblock .content {
      height: 155px;
      border-left: 1px solid #CCC;
      border-right: 1px solid #CCC;
      padding: 10px;
	  background: #FFF;
  }
  #account #overview .tripleblock .content a {
      margin: 0;
      color: #E48E00;
      font-weight: normal;
  }

  #account #overview .fotoblock {
      width: 316px;
      float: left;
      margin-left: 15px;
      margin-bottom: 15px;
  }

  #account #overview .fotoblock .title {
      width: 100%;
      height: 33px;
      color: #FFF;
      background: url(../img/account-block-foto.jpg);
  }
  #account #overview .fotoblock .title span {
      padding: 5px;
      line-height: 30px;
      font-weight: bold;
  }
  #account #overview .fotoblock .footer {
      background: url(../img/account-block-foto.jpg) 0 -34px;
      width: 100%;
      height: 10px;
  }
  #account #overview .fotoblock .content {
      height: 155px;
      border-left: 1px solid #CCC;
      border-right: 1px solid #CCC;
      padding: 10px;
	  background: #FFF;
  }
  #account #overview .fotoblock .content a {
      margin: 0;
      color: #E48E00;
      font-weight: normal;
  }

  #account #overview .saveblock
  {
      width: 900px;
      margin: 0 auto;
      margin-top: 15px;
      height: 50px;
      background: url(../img/account-nieuwplaats-save.jpg);
  }

  .accountbgswitch {
      float: left; width: 125px; height: 125px; margin-right: 15px; border: 1px solid #CCC; text-align:center; margin-top: 3px;
  }

  .activeabg {
      padding: 4px 3px; background: url(../img/account-bg-active.jpg); border: none; margin-top: 0; margin-right: 12px;
  }

  #account #overview .saveblock .content
  {
      padding: 10px;
  }

  #account #overview .contentbox
  {
      width: 690px;
      margin-right: 20px;
      float: right;
  }

  #account #overview .contentbox .ctl
  {
      width: 10px;
      height: 10px;
      float: left;
      background: url(../img/account-content-box.jpg) 1px 0;
  }

  #account #overview .contentbox .ctm
  {
      width: 670px;
      height: 10px;
      float: left;
      border-top: 1px solid #e6e6e6;
      background: #FFF;
  }

  #account #overview .contentbox .ctr
  {
      width: 10px;
      height: 10px;
      float: left;
      background: url(../img/account-content-box.jpg) 0 -10px;
  }


  #account #overview .contentbox .content
  {
      width: 690px;
      float: left;
      margin-top: -1px;
      background: url(../img/account-content-box-sides.jpg) 0 0;
  }

  #account #overview .contentbox .cbl, #account #overview .fullblock .cbl
  {
      width: 10px;
      height: 150px;
      float: left;
      background: url(../img/account-content-box.jpg) 1px -20px;
  }

  #account #overview .contentbox .cbm, #account #overview .fullblock .cbm
  {
      width: 670px;
      height: 150px;
      float: left;
      background: url(../img/account-content-box.jpg) 0 -320px;
  }

  #account #overview .contentbox .cbr, #account #overview .fullblock .cbr
  {
      width: 10px;
      height: 150px;
      float: left;
      background: url(../img/account-content-box.jpg) 0 -170px;
  }

  #account #overview .contentbox .atl
  {
      width: 10px;
      height: 35px;
      float: left;
      background: url(../img/account-advertenties.jpg) 0 0;
  }

  #account #overview .contentbox .atm
  {
      width: 670px;
      height: 35px;
      float: left;
      background: url(../img/account-advertenties.jpg) 0 -35px;
  }

  #account #overview .contentbox .atr
  {
      width: 10px;
      height: 35px;
      float: left;
      background: url(../img/account-advertenties.jpg) 0 -70px;
  }

  #account #overview .fullblock {
      width: 900px;
      float: left;
      margin-left: 15px;
      margin-bottom: 15px;
  }

  #account #overview .fullblock .title {
      width: 100%;
      height: 33px;
      color: #FFF;
      background: url(../img/account-block-full.jpg);
  }
  #account #overview .fullblock .title span {
      padding: 5px;
      line-height: 30px;
      font-weight: bold;
  }
  #account #overview .fullblock .footer {
      background: url(../img/account-block-full.jpg) 0 -38px;
      width: 100%;
      height: 6px;
  }
  #account #overview .fullblock .content {
      border-left: 1px solid #CCC;
      border-right: 1px solid #CCC;
      padding: 10px;
	  background: #FFF;
  }
  #account #overview .fullblock .content a { 
      margin: 0;
      color: #E48E00;
      font-weight: normal;
  }
  #account #overview .fullblock .content table th {
      background: none;
      border: none;
      color: #FFF;
      font-weight: bold;
  }
  #account #overview .abutton {
      padding-left: 10px;
      height: 26px;
      background: url(../img/account-button.jpg);
      display: block;
      float: left;
      line-height: 25px;
      text-decoration: none;
      color: #000;
  }

  #account #overview .abutton span {
      padding-right: 10px;
      height: 26px;
      background: url(../img/account-button.jpg) right -26px;
      display: block;
  }

  #account #overview .bactive {
      background-position: 0 -52px;
  }

  #account #overview .bactive span {
      background-position: right -78px;
      color: #FFF;
  }
  .accountads {
      border: none;
      background: none;
  }
  .accountads td {
      border: none;
  }

  .accountAdLinks li {
		  float: left;
		  list-style: none;
		  margin: 0 5px;
		  color: #E48E00;
		  font-size: 12px;
		  line-height: 35px;
	}

	.accountAdLinks li a {
		color: #E48E00;
}
.accountAdLinks li.moreOptions {
	margin-left: 15px;
	color: #000;
	width: 77px;
	height: 27px;
	text-align: center;
	margin-top: 10px;
	line-height: 17px;
}

.accountAdLinks li.moreOptions ul {
	position: absolute;
	display:none;
	width: 203px;
	height: 67px;
	background: url(../img/account-hover-more.png);
	margin-top: -100px;
	margin-left: -110px;
	padding-top: 20px;
}

.accountAdLinks li.moreOptions ul li {
	float: none;
	margin-left: 30px;
	text-align: left;
	line-height: 15px;
	font-size: 11px;
}

.accountAdLinks li.moreOptions .closebox {
	position:absolute;
	right:20px;
	top:20px;
	cursor: pointer;
}

.accountAdLinks li.moreOptions a:hover {
	text-decoration: underline;
}


/* autocomplete */
input.autocomplete-loading
{
	background-image:url(autocomplete.gif);
	background-position: center right;
	background-repeat:no-repeat;
}
ul.autocomplete
{
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid ButtonShadow;
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #000;
	display:none;
	z-index:1000;
	width: 365px;
}
ul.autocomplete li
{
  display: block;
 /* padding: 0.3em;*/
  overflow: hidden;
  width: 100%;
  height: 45px;
  line-height: 45px;
  cursor:pointer;
}

ul.autocomplete li.selected
{
  background-color: #4aa5ce;
  color: #fff;
}

.opvalbox
{
	width: 920px;
	padding: 15px 0 10px 15px;
}

.opvalbox .tl
{
	background: url(../img/opvallen-box.gif);
	width: 8px;
	height: 8px;
	float: left;
}

.opvalbox .tr
{
	background: url(../img/opvallen-box.gif) 0 -8px;
	width: 8px;
	height: 8px;
	float: left;
}

.opvalbox .tm
{
	width: 904px;
	height: 7px; /* 1px minder voor border */
	background: #FFF;
	border-top: 1px solid #d3d3d3;
	float: left;
}

.opvalbox .bl
{
	background: url(../img/opvallen-box.gif) 0 -16px;
	width: 8px;
	height: 8px;
	float: left;
}

.opvalbox .br
{
	background: url(../img/opvallen-box.gif) 0 -24px;
	width: 8px;
	height: 8px;
	float: left;
}

.opvalbox .bm
{
	width: 904px;
	height: 7px;/* 1px minder voor border */
	background: #FFF;
	border-bottom: 1px solid #d3d3d3;
	float: left;
}

.opvalbox .content
{
	width: 888px;
	background: #FFF;
	padding: 0 15px 0 15px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}

.opvalbox .content table
{
	width: 100%;
}

.opvalbox .content table, .opvalbox .content th, .opvalbox .content tr, .opvalbox .content td
{
	border: none;
	background: none;
	color: #393939;
}

.opvalbox .content th
{
	border-bottom: 1px dashed #d5d5d5;
}

.opvalbox .content td
{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #d5d5d5;
}

.opvalbox .content td a
{
	text-decoration: underline;
	font-weight: normal;
	margin: 0;
}

#account #overview .fullblock .content .page-counter a {
	margin: 0 5px;
	color: #393939;
}

/*Lighbox ding*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	background: url(../img/jquerylightbox.png);
	width: 542px;
	height: 465px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 40px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#account #overview .contentbox .pageContent {
    background: #FFF;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    width: 685px;
    margin-left: 2px;
}
#account #overview .contentbox .pageContent *
{
    border: none;
    margin: 0;
}

#account #overview .contentbox .pageContent a {
    line-height: 22px;
    color: #E48E00;
}

#account #overview .contentbox .pageContent ol, #account #overview .contentbox .pageContent ul {
    margin-left: 20px;
    margin-top: 10px;
}

#account #overview .contentbox .pageContent p {
    margin: 10px 0;
}
.creditsTable thead th {
    background: none;
    color: #545454;
    font-weight:bold;
    border-top: 1px dashed #d5d5d5;
    border-bottom: 1px dashed #d5d5d5;
    font-size: 14px;
    padding: 5px 0 5px 10px;
}

.creditsTable tbody td {
    border:none;
    border-bottom: 1px dashed #d5d5d5;
    font-size: 12px;
    padding: 5px 0 5px 10px;
}

.creditsTable .priceper {
    color:#E48E00;
}

.creditsTable a.abutton {
    font-weight: normal;
    font-size: 11px;
}

.creditsTable a.abutton span {
    float: left;
    color: #575757;
}

.creditsTable a.abutton span.plus {
    width: 30px;
    margin-left: -5px;
    text-align:right;
    float: left;
}

.creditsTable a.abutton span.plus img {
    margin-top: 5px;
    border:none;
}
.banner_cac
				{
					position: relative;
					width: 468px;
					height: 60px;
					left: 50%;
					margin-left: -234px;
					margin-top:15px;
				}

.newtabs {
  list-style: none;
  position: absolute;
  top: -85px;
  left: 3px;
}
.newtabs li {
  float: left;
  font-size: 10px;
  max-width: 150px;
  margin-right: 5px;
}

.newtabs h2 {
  font-size: 13px;
  font-weight: bold;
  font-family: Arial;
  color: #484848;
  border: none;
  width: auto;
  margin: 0;
  margin-bottom: 5px;
}
.newtabs h2.active {
  color: #E48E00;
}
.newtabs .left {
  height: 86px;
  width: 8px;
  background: url(../img/account-new-tabs-left.jpg) right top;
}
.newtabs .first .left {
    height: 90px;
    width: 10px;
}
.newtabs .right {
  height: 86px;
  width: 8px;
  background: url(../img/account-new-tabs-right.jpg);
  border: none;
  float:right;
  margin-top: -90px;
}
.newtabs .center {
  height:70px;
  background: #f8f6f7 url(../img/account-new-tabs-center.jpg) repeat-x;
  padding: 10px;
}
.newtabs .content {
  color: #CCC;
  height: 70px;
  padding: 10px;
}
.newtabs .center a {
  color: #484848;
  text-decoration: none;
}
.newtabs .content a {
  color: #CCC;
  text-decoration: none;
  line-height: 15px;
  font-weight: normal;
  margin:0;
}
#welkom ul {
    margin-left: 20px;
}
#welkom ul li {
    border: none;
    list-style: disc inside none;
    display: list-item;
    line-height: 20px;
}