.advertentie {
  position: relative;
  top: 0;
  left: 0;
}

.advertentieFotos {
  float: left;
  width: 364px;
  height: 246px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 0 20px;
}

.advertentieFotos .bg {
  width: 364px;
  height: 246px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.advertentieFotos ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 364px;
  height: 246px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

.advertentieFotos li {
  margin: 0;
  padding: 0;
}

.advertentieFotos li img, .advertentieFotos .bg img {
  width: 364px;
}

.advertentieFotos .zoomIcon {
  position: absolute;
  bottom: 2px;
  right: 3px;
  width: 40px;
  height: 40px;
  background-image: url('../../img/v3/zoom_icon.png');
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 3;
}

.gallerijOuter {
    background-image: url('../../img/v3/gallery_bg_repeat.png');
		background-repeat: repeat;
    padding: 20px 40px 20px 60px;
    border: 5px solid #ffffff;
    height: 570px;
    overflow: hidden;
}

.gallerijTitel {
  position: absolute;
  top: 15px;
  left: 70px;
  z-index: 3000;
  
	  color: #a0af07;
		font-size: 18px;

		background-image: url('../../img/v3/arrow_titles.png');
		background-repeat: no-repeat;
		background-position: 5px 6px;
		padding: 0 0 0 20px;
    margin: 0;
}

.advertentieTekst {
  float: left;
  width: 282px;
  margin: 0 0 0 13px;
  color: #666666;
  height: 240px;
  overflow: hidden;
}

.advertentieTekst h3 {
  color: #000000;
  margin: 0 0 15px 0;
}

.boekButton {
  position: absolute;
  top: 254px;
  right: 5px;
  width: 120px;
  height: 40px;
  background-image: url('../../img/v3/boek_nu_button.png');
  background-repeat: no-repeat;
}

.boekButton:hover {
  background-image: url('../../img/v3/boek_nu_button_hover.png');
}

.tabNav {
  clear: both;
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none;
}

.tabNav li {
  float: left;
}

.tabNav a {
  color: #666666;
  float: left;
  padding: 0 20px 0 20px;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
  font-size: 16px;
}

.tabNav .actieveTab, .tabNav a:hover {
  background-color: #FFFFFF;
  color: #e37222;
}

.tabContent {
  clear: both;
  background-color: #FFFFFF;
  padding: 20px;
  min-height: 120px;
}

.doorsturen th, .doorsturen td {
  text-align: left;
  font-weight: normal;
  padding: 5px;
}

.bijlages {
  width: 300px;
}

.bijlages ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.bijlages li {
  margin: 0 0 2px 0;
  padding: 0;
  border-bottom: 1px dotted #cccccc;
  line-height: 23px;
  height: 23px;
}

.bijlages a {
  color: #666666;
  text-decoration: none;
  float: left;
  padding: 0 0 0 25px;
  background-image: url('../../img/v3/download.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.advertentiePrijzenTabel {
  width: 100%;
  border: 1px solid #cccccc;
  font-size: 10px;
  border-collapse: collapse;
}

.advertentiePrijzenTabel .prijsTitel {
  color: #e37222;
  padding: 2px;
  border: 1px solid #cccccc;
}
.advertentiePrijzenTabel .prijsVeld {
  border: 1px solid #cccccc;
  color: #666666;
  padding: 2px;
}



.advertentiePrijzenTabel .centerLeft {
  color: #e37222;
  padding: 2px;
  border: 1px solid #cccccc;
}

.advertentiePrijzenTabel .prijsVeldTitel {
  color: #666666;
}

.doorstuurButton {
  height: 70px;
  line-height: 70px;
  margin: 15px 0 0 15px;
  cursor: pointer;
  background-color: #FFFFFF;
}

.doorsturen th {
  color: #666666;
}

.doorsturen input {
  border: 1px solid #cecece;
  color: #666666;
}

