html {
  /*width: 100%;*/
  /*height: 100%;*/
  margin: 0px;
  padding: 0px;
  
  /* background: #411502 url(/v3/img/bg_gradient.jpg) repeat-x fixed; */
  background-color: #360000;
  
  /*background-position: 0 50%;*/
  overflow-y: auto;
  overflow-x: hidden;
  /*scrollbar-3dlight-color: #222;
  scrollbar-arrow-color: #fff;
  scrollbar-shadow-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-base-color: #000;
  scrollbar-face-color: #000;
  scrollbar-highlight-color: #444;
  scrollbar-track-color: #444;*/
}

a:focus img {
  border: 0;
}

body {
  margin: auto;
  /*width: 774px;*/
  /*height: 100%;*/
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  /* background-color: #993A19; */
  /*background: #721d00 url(/v3/img/bg_gradient_inner.gif) repeat-x fixed;*/
}

html>body {
  /* for !IE browsers */
  min-height: 100% !important;
  height: auto;
}

iframe {
  border:none;
}

#divcontainer {
  position:absolute;
  width: 774px;
  left: 50%;
  margin-left: -387px;
}

/*
a {
  color: #00F;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline !important;
}

a.searchanchor {
  color: #FFF;
  text-decoration: none;
}

a.searchanchor:hover {
  text-decoration: underline !important;
}
/**/

/*
h1 {
   h1: main title, not visible 
  display: none;
}
/**/

div, form, ul, li, img {
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
  vertical-align: middle;
}

.empty {
  border: none;
  vertical-align: middle;
}

p {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

input, textarea {
  font-family: Arial, Helvetica, sans-serif;
}

.clearboth {
  clear: both;
  font-size: 0px;
}

/* --- header elements --- */

#header {
  width: 774px;
  height: 62px; 
  background-color: #000000;
  margin: 0px;
  
  background-image : url(/v3/img/headernew.jpg); 
  
  /*background-image : url(/v3/img/headertemppic.jpg);*/
  
  background-repeat: repeat-x;
  /*border-bottom: 1px solid #fff;*/
  
}

#header a,
#header a:hover,
#header a:visited {
 color:#FE5400; 
}  

#header .noflashbanner {
  position:absolute;
  top:2px;
  left:3px;
}

#header .noflashbannertext {
  position:absolute;
  top:9px;
  left:238px;
  text-align:center;
  width:550px;
}

#header_container {
  float:left;
  width: 774px;
  height: 128px; 
  background-color: #000000;
  margin: 0px;
  background-image : url(/v3/img/html_header.inc_01.jpg);
  background-repeat: repeat-x;
  /*border-bottom: 1px solid #fff;*/
}

/* for !IE browsers */
/*
#divcontainer>#header {
  min-height: 124px;
  height: auto;
}
/**/

#header #thuis_logo {
  margin-top: 1px;
  margin-left: 2px;
  /*
  width: 338px;
  height: 100px;
  */
}

/* --- contentpage elements --- */

#contentpage {
  float:left;
  border-top:2px solid #000;	
  height:100%;
  /*overflow-y: auto;*/
  /*overflow-x: hidden;*/
  padding:0;
  padding-top: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom:0;
  width: 774px;
  /* background: #9A3C1A url(/v3/img/bg_gradient_inner.gif) repeat-x fixed; */
  background: #9A3C1A url(/v3/img/bgbodykaartjes.jpg) repeat-x fixed;
  
  
  /*background-repeat: no-repeat;*/
  /*background-image: url(/v3/img/body_back.jpg);*/
}

* html #contentpage {
  margin: 0;
}

*:first-child+html #contentpage {
  /*overflow-y: scroll;*/
}

.infopages {
  width:95%;
  margin-left:6px;
  padding-left:9px;
}

.infopages ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 10px;
}

.infopages a, 
.infopages a:hover, 
.infopages a:visited {
  color: #fff;
  font-weight: bold;
}

.infopages_sub {
  color:#fff;
  border: 1px solid #000;
  background-color:#000;
  margin-top:10px;
  padding-left:10px;
  padding-right:10px;
  line-height:20px;
}

.infopages_sub_zoektips {
  color:#fff;
  border:1px solid #000;
  background-color:#000;
  margin-top:10px;
  padding-left:10px;
  padding-right:10px;
  line-height:20px;
  font-size:14px;
}

.infopages_sub_zoektips p {
  color:#fff;
  background-color:#000;
  margin-top:10px;
  padding-left:10px;
  padding-right:10px;
  line-height:20px;
  font-size:18px;
}

.zoektips_header {
  color:#fff;
  background-color:#000;
  margin-top:10px;
  padding-left:10px;
  padding-right:10px;
  line-height:20px;
  font-size:22px;
  font-weight:bold;
}

.contact_mini {
  font-size:10px;
}  

#contentpage h1 {
  /*display: none;*/
  font-size:16px;
  margin-top:10px;
  margin-bottom:0px;
  font-weight:bold;
}

#contentpage h2 {
  /*display: none;*/
  font-size:12px;
  margin-bottom:0px;
  font-weight:bold;
}

#contentpage h3 {
  /*display: none;*/
  font-size:11px;
  margin-bottom:0px;
}

#contentpage p {
  /*display: none;*/
  font-size:12px;
  line-height:1.6;
  margin-bottom:10px;
}

#search {
  position:absolute;
  background-color: #d34900 ;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  color: #fff;
  font-size:12px;
  font-weight:600;
  height: 36px;
  width: 763px;
  padding-left:7px;
  /*text-align: center;*/
  z-index:1;
}
   
#search #bellen,
#search #beeldbellen,
#search #sms,
#search #chat,
#search #mail {
  border: 0;
  background: 0;
}

#search h2 {
  color: #fff;
}

#getAgent {
  padding-top: 10px;
}

#search_buttons label {
  color: #000;
}

/*
#lbl_zoek {
  position:absolute;
  top:13px;
  left:10px;
  color:#000;
}
/**/

#cb_selBellen {
  position:absolute;
  top:8px;
  left:4px;
}

#cb_selBellen input {
  position:absolute;
}

#cb_selBellen img {
  position:absolute;
  top:4px;
  left:4px;
}

#lbl_selBellen {
  position:absolute;
  top:11px;
  left:28px;
}

#cb_selBeeldBellen {
  position:absolute;
  top:8px;
  left:79px;
}

#cb_selBeeldBellen input {
  position:absolute;
}

* html #cb_selBeeldBellen input,
* html #cb_selBellen input,
* html #cb_selImages input {
  position:absolute;
  top:-4px;
}

#cb_selBeeldBellen img {
  position:absolute;
  top:4px;
  left:4px;
}

#lbl_selBeeldbellen {
  position:absolute;
  top:11px;
  left:103px;
}

#cb_selImages {
  position:absolute;
  top:8px;
  left:190px;
}

#cb_selImages input {
  position:absolute;
}

#cb_selImages img {
  position:absolute;
  top:4px;
  left:4px;
}

#lbl_selImages {
  position:absolute;
  top:11px;
  left:214px;
}

/*
*:first-child+html #cb_selImages,
*:first-child+html #cb_selBeeldBellen,
*:first-child+html #cb_selBellen {
  top:8px;
}

* html #cb_selImages,
* html #cb_selBeeldBellen,
* html #cb_selBellen {
  top:8px;
}
/**/

* html #search_buttons #selBellen,
* html #search_buttons #selBeeldbellen,
* html #search_buttons #selImages {
  height: 30px;
  margin-bottom:1px;
  vertical-align:middle;
}

/*
#search_buttons #selBellen {
  margin-left: 25px;
}

#search_buttons #selBeeldbellen,
#search_buttons #selImages {
  margin-left: 30px;
}
/**/

#search_buttons {
  position:absolute;
  left:5px;
  top:0px;
  width: 420px;
  height: 35px;
}

/*
#zoekwoord {
  position:absolute;
  left:435px;
  top:11px;
  width: 126px;
  height: 20px;
  background-color:Transparent;
}
*/

#zoekwoord {
  position:absolute;
  left:80px;
  top:11px;
}

#search_input {
  position:absolute;
  left:307px;
  top:9px;
  width: 170px;
  height: 36px;
  text-align:left;
}

#search_input_button {
  position:absolute;
  left:470px;
  top:9px;
}

#search_input_wissen {
  position:absolute;
  left:535px;
  top:9px;
}

#search_input_zoektips {
  position:absolute;
  left:600px;
  top:9px;
}

#search_input input.agentNr,
#keyword {
  background-color: #000;
  color: #fff;
  border: 1px solid #eae8e8;
  height: 16px;
  line-height:12px;
  width: 150px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding-left:2px;
  padding-right:2px;
  margin: 0;
  vertical-align: top;
}

* html #search_input input.agentNr,
* html #keyword {
  height: 14px;
  padding-top: 2px;
} 

*:first-child+html #search_input input.agentNr,
*:first-child+html #keyword {
  height: 14px;
  padding-top: 2px;
} 
 
/* --- search footer --- */

#search_footer {
  position:absolute;
  background-color: #000;
  top: 100px;
  left:0px;
  padding: 0;
  margin: 0;
  color: #000;
  width:774px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  height: 25px;
}

.search_footer_filter_bg {
  background: url(/v3/img/search_footer_btnback.jpg);
  background-repeat: no-repeat;
}

#search_footer ul {
  margin-left: 0;
  padding-left: 0;
}

#search_footer ul li {
  background-color: Black;
  background-repeat: no-repeat;
  border-right: 1px solid #000000;
  vertical-align: middle;
  float: left;
  list-style: none;
  height: 20px;
  text-align: center;
  vertical-align:middle;
}

#search_footer #srch_ftr_counter_title,
#search_footer #srch_ftr_totals,
#search_footer #srch_ftr_pictures {
  padding: 0;
  padding-top: 5px;
  width: 152px;
}

/*
#search_footer #srch_ftr_toon
{
  padding: 0;
  padding-top: 5px;
  width: 67px;
  border:0;
  text-align: left;
  color:#fff;
  font-weight: bold;
}
/**/

#search_footer .srch_ftr_seperator {
  padding: 0;
  padding-top: 5px;
  width: 7px;
  border:0;
  color: #fff;
  font-weight: bold;
  background: none;
}

#search_footer #srch_ftr_favorits,
#search_footer #srch_ftr_favorits a,
#search_footer #srch_ftr_favorits a:hover,
#search_footer #srch_ftr_favorits a:visited {
  padding: 0;
  padding-top: 5px;
  width: 79px;
  border: 0;
  background: none;
  text-decoration: underline;
}

#search_footer #srch_ftr_favorits_sel,
#search_footer #srch_ftr_favorits_sel a,
#search_footer #srch_ftr_favorits_sel a:hover,
#search_footer #srch_ftr_favorits_sel a:visited {
  padding: 0;
  padding-top: 5px;
  width: 79px;
  border: 0;
  background: none;
  color: #fe5400;
  text-decoration: none;
}

#search_footer #srch_ftr_new,
#search_footer #srch_ftr_new a,
#search_footer #srch_ftr_new a:hover,
#search_footer #srch_ftr_new a:visited {
  padding: 0;
  padding-top: 5px;
  width: 109px;
  border: 0;
  background: none;
  text-decoration: underline;
}

#search_footer #srch_ftr_new_sel,
#search_footer #srch_ftr_new_sel a,
#search_footer #srch_ftr_new_sel a:hover,
#search_footer #srch_ftr_new_sel a:visited {
  padding: 0;
  padding-top: 5px;
  width: 109px;
  border: 0;
  background: none;
  color: #fe5400;
  text-decoration: none;
}

#search_footer #srch_ftr_all,
#search_footer #srch_ftr_all a,
#search_footer #srch_ftr_all a:hover,
#search_footer #srch_ftr_all a:visited {
  padding: 0;
  padding-top: 5px;
  width: 49px;
  border: 0;
  background: none;
  text-decoration: underline;
}

#search_footer #srch_ftr_all_sel,
#search_footer #srch_ftr_all_sel a,
#search_footer #srch_ftr_all_sel a:hover,
#search_footer #srch_ftr_all_sel a:visited {
  padding: 0;
  padding-top: 5px;
  width: 49px;
  border: 0;
  background: none;
  color: #fe5400;
  text-decoration: none;
}

#search_footer #srch_ftr_jarig,
#search_footer #srch_ftr_jarig a,
#search_footer #srch_ftr_jarig a:hover,
#search_footer #srch_ftr_jarig a:visited {
  padding: 0;
  padding-top: 5px;
  width: 51px;
  background: none;
  text-decoration: underline;
}

#search_footer #srch_ftr_jarig_sel,
#search_footer #srch_ftr_jarig_sel a,
#search_footer #srch_ftr_jarig_sel a:hover,
#search_footer #srch_ftr_jarig_sel a:visited {
  padding: 0;
  padding-top: 5px;
  width: 51px;
  background: none;
  color: #fe5400;
  text-decoration: none;
}

#search_footer #srch_ftr_pictures {
  border: 0;
}

/*
#search_footer #srch_ftr_all {
  width: 90px;
}
*/

#search_footer #srch_ftr_counter_title {
  width: 149px;
  text-align: left;
  color:#fff;
  font-weight: bold;
  padding-left:5px;
}

/*
#search_footer #srch_ftr_counter {
  width: 80px;
  background-image: none;
  text-align: left;
  height: 22px;
  padding-top: 0;
  padding-top: 3px;
  padding-left: 10px;
}
*/

#livecounterCnt {
  position:absolute;
  left:381px;
  top:3px;
}

/*
* html #search_footer #srch_ftr_counter,
*:first-child+html #search_footer #srch_ftr_counter {
  height: 25px;
}
/**/

#search_footer a, 
#search_footer a:hover, 
#search_footer a:visited {
  color: #fff;
  text-decoration: none /*!important*/;
  font-weight: bold;
}

/*
#search_footer td {
  background-color: #000000;
  background-image : url(/v3/img/search_footer_btnback.jpg);
  background-repeat: no-repeat;
  color: #fff;
  height: 25px;
}

#search_footer td.noback {
  background : none;
  background-color: #000000;
  color: #fff;
  height: 24px;
}

#search_footer input {
  color: #fff;
  background-color: #000;
  width: 30px;
  height: 20px;
  border: 1px solid #000;
  font-size: 100%;
}

#search_footer td.seperated {
  border-right: 1px solid #fff;
  vertical-align: middle;
}

#search_footer td.nobacksep {
  background : none;
  background-color: #000000;
  color: #fff;
  height: 24px;
  border-right: 1px solid #fff;
}

#search_footer form input.agentNr {
  background-color: #000;
  width: 52px;
  height: 16px;
  color:#fff;
  border: 1px solid #fff;
}
/**/

/* --- /search footer --- */

.withborder {
  border-right: 1px solid #000;
  vertical-align: top;
  width: 284px;  
}

.girlpic {
  border: 1px solid #000;
}

#searchresult #count{
  color: #F46403;
}

#searchresult a {
  color: #fff;
  font-weight: bold;
}

#searchresult a.key {
  color: #F46403;
  font-weight: bold;
}

#searchresult #results_header {
  color: #fff;
  font-size: 10pt;
  font-weight: bold;
}

#searchresult form input {
  background-color: #fff;
  font-size: 100%;
  border: 1px solid #ff5500;
}

ul#menu-icons {
  width: 764px;
  margin: 0px;
  text-align: center;
  padding: 3px 10px 3px 0px;
}

ul#menu-icons li {
  display: inline;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul#menu-icons li a {
  /*
  color: #AB9988;
  /**/
  color: #000;
}

/* --- contentpage text elements --- */

#contentpage #content-voting, 
#contentpage #content-disclaimer,
#contentpage #content-info,
#contentpage #content-contact, 
#contentpage #content-nieuw,
#contentpage #content-smsinfo {
  /*float: left;*/
  width: 760px;
  padding: 0px 0px 10px 10px;
  background-repeat: no-repeat;
  background-position: 0px 10px;
}

#contentpage #content-voting h3,
#contentpage #content-disclaimer h3, 
#contentpage #content-info h3,
#contentpage #content-contact h3, 
#contentpage #content-nieuw h3,
#contentpage #content-smsinfo h3 {
  font-size: 120%;
  font-weight: bold;
  margin: 20px 20px 10px 0px;
}

#contentpage #content-voting p,
#contentpage #content-disclaimer p, 
#contentpage #content-info p,
#contentpage #content-contact p, 
#contentpage #content-nieuw p,
#contentpage #content-smsinfo p {
  font-size: 100%;
  margin: 4px 20px 10px 0px;
}

#contentpage #content-disclaimer ol {
  font-weight: bold;
  margin: 40px 20px 20px 0px;
  padding: 0px 0px 0px 2em;
}

#contentpage #content-disclaimer ol li {
  margin: 0px 0px 20px 0px;
}

#contentpage #content-voting p.center {
  text-align: center;
}

#contentpage #content-voting p.right {
  float: right;
  height: 265px;
}

#contentpage #content-voting img {
  margin: 0px;
}

#contentpage #content-voting .voting_ranks_header {
  background-color: #5c3d30;
  color: #fcba00;
  font-size: 120%;
  font-weight: bold;
}

#contentpage #content-voting .voting_ranks_even {
  background-color: #EDE6D2;
}

#contentpage #content-voting .voting_ranks_odd {
  background-color: #AB9988;
}

#contentpage #content-voting table {
  background-color: #5C3D30;
  border: 1px solid #5C3D30; 
}

#contentpage #content-contact form {
  margin: 25px 0px 20px 0px;
}

#contentpage #content-contact form span.required {
  color: #ab9988;
}

#contentpage #content-contact form input {
  width: 250px;
  font-size: 100%;
  background-color: #FFF;
  border: 1px solid #000;
}

#contentpage #content-contact form input.type-submit {
  width: 120px;
}

#contentpage #content-contact form textarea {
  width: 250px;
  height: 140px;
  font-size: 100%;
  background-color: #fff;
  border: 1px solid #000;
  scrollbar-3dlight-color: #f4f0e5;
  scrollbar-darkshadow-color: #ab9988;
  scrollbar-highlight-color: #f4f0e5;
  scrollbar-shadow-color: #ab9988;
  scrollbar-arrow-color: #f4f0e5;
  scrollbar-face-color: #ab9988;
  scrollbar-track-color: #f4f0e5;
}

#contentpage #content-contact form table td {
  vertical-align: top;
  padding: 0px 10px 10px 0px;
}

#contentpage #content-smsinfo p.indent {
  padding-left: 20px;
}

#contentpage #content-smsinfo p.disclaimer {
  text-align: center;
  font-size: 70%;
  font-weight: bold;
}

/* --- contentpage girls elements --- */

#contentpage {
  /*border: 1px solid blue;*/
}

#contentpage #girls-all, 
#contentpage #girls-favorites, 
#contentpage #girls-chat, 
#contentpage #girls-phone, 
#contentpage #girls-sms 
{
  /*float: left;*/
  width: 774px;
  position: relative;
  padding: 0px;
  padding-top: 3px;
  margin: 0px;
  margin-left: 13px;
  padding-bottom: 3px;
  /*height: auto;*/
}

#contentpage ul#girlprofiles {
  padding: 0px 0px 0px 3px;
  margin: 0px;
}

ul#girlprofiles li.girlprofile {
  list-style: none;
  margin-bottom: 10px;
  padding: 0px;
  float: left;
  width: 764px;
  overflow: hidden;
  height: 156px;
  scrolling: none;
}

.expanded {
  list-style: none;
  margin-bottom: 10px;
  padding: 0px;
  float: left;
  width: 764px;
  overflow: hidden;
  height: 257px;
}

.normal {
  list-style: none;
  margin-bottom: 10px;
  padding: 0px;
  float: left;
  width: 764px;
  overflow: hidden;
  height: 156px;
}

img#infotext_header {
  padding: 0px;
  vertical-align: top;
  display: inline;
}

#footer {
  /*position: relative;*/
  float:left;
  bottom: 0;
  padding:4px;
  padding-left:13px;
  margin: 0;
  /*height:70px;*/
}

#footer_empty {
  height: 19px;
}

#footer_left {
  float:left;
  left:0px;
  top:0px;
  background-image : url(/v3/img/footer_navigate.jpg);
  background-repeat: no-repeat;
  border:1px solid #fff;
  width:155px;
  height: 19px;
  padding-top: 2px;
  padding-left: 4px;
  text-align: center;
  /*border-right: 1px solid #fff;*/
}

#footer_left_big {
  float:left;
  left:0px;
  top:0px;
  background-color: Black;
  background-repeat: no-repeat;
  border:1px solid Black;
  width:429px;
  height: 19px;
  padding-top: 2px;
  padding-left: 160px;
  text-align: center;
  /*border-right: 1px solid #fff;*/
}

#footer_navigate {
  float:left;
  left:156px;
  top:0px;
  width: 429px;
  height: 19px;
  padding-top: 2px;
  background-image : url(/v3/img/footer_navigate.jpg);
  background-repeat: no-repeat;
  text-align: center;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  border-right:1px solid #fff;
  /*border-right: 1px solid #fff;*/
}

#footer_navigate a, 
#footer_navigate a:hover, 
#footer_navigate a:visited {
  color: #fff;
  font-weight: normal;
  text-decoration: none !important;
}

#footer_navigate img {
  padding: 0px;
  vertical-align: middle;
}

#footer_left_big a, 
#footer_left_big a:hover, 
#footer_left_big a:visited {
  color: #fff;
  font-weight: normal;
  text-decoration: none !important;
}

#footer_left_big img {
  padding: 0px;
  vertical-align: middle;
}


#footer_navigate_large {
  float:left; 
  width: 769px;
  height: 23px;
  background-color:#721D00;
  /*background-image : url(/v3/img/footer_navigate_large.jpg);*/
  /*background-repeat: no-repeat;*/
  /*background-color:#000;*/
  text-align: center;
}

#footer_navigate_large a, 
#footer_navigate_large a:hover, 
#footer_navigate_large a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: underline !important;
}

#footer_right {
  float:left;
  left:605px;
  top:0px;
  border-top:1px solid Black;
  border-bottom:1px solid Black;
  border-right:1px solid Black;
  background-color: Black;
  background-repeat: no-repeat;
  width: 155px;
  height: 19px;
  padding-top: 2px;
  text-align: center;
}

.footer_disclaimer {
  width: auto;
  padding-top: 75px;
  text-align: center;
  line-height: 20px;
}

.footer_disclaimer2 {
  height: 20px;
  width: 754px;
  padding-top: 4px;
  text-align: center;
}

.footer_disclaimer a, 
.footer_disclaimer a:hover, 
.footer_disclaimer a:visited {
  color: #fff;
  font-weight: bold;
}

#footer_girl {
  /*visibility:hidden;*/
  bottom: 0;
  padding:4px;
  margin-top:8px;
  height:45px;
  margin-left:158px;
  text-align:center;
}

#footer_left_girl {
  float:left;
  left:0px;
  top:0px;
  background-color: Black;
  border:1px solid Black;
  width:120px;
  height: 19px;
  padding-top: 2px;
  padding-left: 4px;
  text-align: center;
  /*border-right: 1px solid #fff;*/
}

#footer_left_girl_link {
  float:left;
  border:1px solid black;
  width:124px;
  height: 21px;
  margin:0;
  padding:0;
  text-align: center;
  cursor:hand;
  text-decoration:none;
  /*border-right: 1px solid #fff;*/
}

*:first-child+html #footer_left_girl_link img{
  margin:0;
  margin-top:-1px;
  margin-bottom:-1px;
  padding:0;
}

* html #footer_left_girl_link img{
  margin:0;
  margin-top:-1px;
  margin-bottom:-1px;
  padding:0;
}

#footer_navigate_girl {
  float:left;
  width: 179px;
  height: 19px;
  padding-top: 2px;
  background-color:Black;
  background-repeat: no-repeat;
  text-align: center;
  border-top:1px solid black;
  border-bottom:1px solid black;
  border-right:1px solid black;
  cursor:hand;
  /*border-right: 1px solid #fff;*/
}

#footer_navigate_girl a, 
#footer_navigate_girl a:hover, 
#footer_navigate_girl a:visited {
  color: #fff;
  font-weight: normal;
  text-decoration: none !important;
}

#footer_navigate_girl img {
  padding: 0px;
  vertical-align: middle;
}

#footer_right_girl {
  float:left;
  border-top:1px solid Black;
  border-bottom:1px solid Black;
  border-right:1px solid Black;
  background-color: Black;
  width: 120px;
  height: 19px;
  padding-top: 2px;
  text-align: center;
  
}

#footer_right_girl_link {
  float:left;
  border-top:1px solid black;
  border-bottom:1px solid black;
  border-right:1px solid black;
  width: 120px;
  height: 21px;
  text-align: center;
  cursor:hand;
}

*:first-child+html #footer_right_girl_link img,
* html #footer_right_girl_link img {
  margin:0;
  margin-top:-1px;
  margin-bottom:-1px;
  padding:0;
}

#totals {
  float: left;
  margin-top: -22px;
}

#totals p {
  text-align: left;
  font-size: 90%;
  padding: 4px;
}

/* --- contentpage girl chat elements --- */

#contentpage #chat {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  /*width: 590px;*/
  width: 774px;
  padding-top: 0px;
}

#contentpage #chat #headerbox {
  padding-right: 0px;
  padding-left: 0px;
  font-weight: bold;
  padding-bottom: 0px;
  margin: 0px 0px 0px 10px;
  vertical-align: middle;
  width: 752px;
  color: #fff;
  padding-top: 0px;
  height: 20px;
  background-color: #5c0000;
  border: 1px solid #000;
  text-align: left;
}

#contentpage #chat #chatheader {
  padding-right: 0px;
  display: inline;
  padding-left: 4px;
  float: left;
  padding-bottom: 0px;
  margin: 4px 0px 4px 0px;
  width: 200px;
  padding-top: 0px;
}

#contentpage #chat #chatinfo{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 4px 20px 20px;
  padding-top: 0px;
}

#contentpage #chat #chatbutton {
  color: #fff; 
  background-color: transparent;
  border: 1px solid #580000;
  text-align: center;
  width: 100px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

#contentpage #chat input {
  border: 1px solid #ff5500;
}

#contentpage #chat #chatapplet {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  border-left: 1px solid #000;
  height: 423px;
}

#contentpage #chat #alternateinput {
  margin: -2px 0px 0px 10px;
  padding: 4px;
  width: 744px;
  background-color: #5c0000;
  border: 1px solid #000;
}

#contentpage #chat #alternateinputborder {
  margin: -5px 0px 0px 10px;
  background-image: url(../img/chatbottomshadow.png);
  background-repeat: repeat-x;
  height: 4px;
  overflow-y: hidden;
  width: 755px;
}

#javainfo {
  text-align: center;
  color: #fff;
}

#javainfo a, 
#javainfo a:hover, 
#javainfo a:visited {
  color: #fff;
}

* html #contentpage #chat #alternateinputborder,
*:first-child+html #contentpage #chat #alternateinputborder {
  margin: 0px 0px 0px 10px;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#80000000', EndColorStr='#00000000');
  height: 4px;
  overflow-y: hidden;
}

#contentpage #chat #alternateinputborder p {
  width: 755px;
}

#contentpage #chat #alternateinput input {
  border: 1px solid #000;
  width: 658px;
  margin: 4px 4px 0px 0px; 
}

* html #contentpage #chat #alternateinput input,
*:first-child+html #contentpage #chat #alternateinput input {
  border: 1px solid #000;
  width: 654px;
  margin: 0;
  margin-right: 4px;
}

#contentpage #chat #alternateinput #sendbutton {
  background-color: #ff5500;
  border-right: #580000 1px solid;
  border-top: #580000 1px solid;
  padding-bottom: 2px;
  border-left: #580000 1px solid;
  width: 80px;
  cursor: pointer;
  padding-top: 2px;
  border-bottom: #580000 1px solid;
  text-align: center;
  height: 13px; 
  margin: 4px 0px 0px 0px; 
}

* html #contentpage #chat #alternateinput #sendbutton {
  background-color: #ff5500;
  border-right: #580000 1px solid;
  border-top: #580000 1px solid;
  padding-bottom: 2px;
  border-left: #580000 1px solid;
  width: 80px;
  cursor: pointer;
  padding-top: 2px;
  border-bottom: #580000 1px solid;
  text-align: center;
  height: 14px; 
  margin-top: 1px;
  margin-bottom: 1px;
}

*:first-child+html #contentpage #chat #alternateinput #sendbutton {
  background-color: #ff5500;
  border-right: #580000 1px solid;
  border-top: #580000 1px solid;
  padding-bottom: 2px;
  border-left: #580000 1px solid;
  width: 80px;
  cursor: pointer;
  padding-top: 2px;
  border-bottom: #580000 1px solid;
  text-align: center;
  height: 14px; 
  margin-top: 1px;
  margin-bottom: 1px;
}

/* --- contentpage extras elements --- */

#contentpage #extras {
  float: left;
  margin: 0px 0px 0px 10px;
}

#extras .iconhelp {
  width: 134px;
  background-color: #F6D4BB;
  padding: 0px 0px 3px 0px;
  margin: 0px;
}

#extras .iconhelp h3 {
  width: 126px; /* 134 - padding */
  height: 18px; /* 27 - padding */
  background-color: #580000;
  color: #F60;
  font-size: 100%;
  font-weight: bold;
  padding: 5px 4px 4px 4px;
  margin: 0px;
}

#contentpage>#extras .iconhelp h3 {
  /* for !IE browsers */
  min-height: 18px; /* 27 - padding */
  height: auto;
}

#extras .iconhelp ul {
  width: 134px;
  padding: 0px;
  margin: 0px;
}

#extras .iconhelp ul li {
  width: 134px;
  min-height: 14px; /* 15 - padding */
  background-color: #EDC1A6;
  display: block !important;
  display /**/:inline; /* Fix IE5 only */
  list-style: none;
  font-size: 80%;
  padding: 1px 0px 0px 0px;
  margin: 3px 0px 0px 0px;
}

#extras .iconhelp-voting ul li {
  font-size: 90%;
  padding: 0px;
}

#extras .iconhelp ul li.special {
  background-color: #F6D4BB;
  font-size: 90%;
}

#extras .iconhelp ul li a {
  color: #580000;
  text-decoration: none;
}

#extras .iconhelp ul li a:hover {
  text-decoration: underline;
}

#extras .iconhelp ul li img {
  /* change position of image relative to text */
  float: left;
  margin: -1px 3px 0px 3px;
}

#extras .iconhelp-voting ul li img {
  margin: 0px 3px 0px 3px;
}

#extras #alsoonline {
  width: 134px;
  background-color: #F6D4BB;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}

#alsoonline h3 {
  width: 126px; /* 134 - padding */
  height: 18px; /* 27 - padding */
  background-color: #580000;
  color: #F60;
  font-size: 100%;
  font-weight: bold;
  padding: 5px 4px 4px 4px;
  margin: 0px;
}

#contentpage>#extras #alsoonline h3 {
  /* for !IE browsers */
  min-height: 18px; /* 27 - padding */
  height: auto;
}

#alsoonline ul#alsoonline-girls {
  width: 134px;
  padding: 0px;
  margin: 2px 0px 0px 0px;
}

#alsoonline ul#alsoonline-girls li {
  float: left;
  display: inline;
  list-style: none;
  font-size: 80%;
  padding: 0px;
  margin: 6px 1px 0px 8px;
}

#alsoonline ul#alsoonline-girls li a {
  color: #000;
  text-decoration: none;
}

#alsoonline ul#alsoonline-girls li img {
  display: block;
}

#alsoonline ul.pagecontrols {
  width: 134px;
  height: 13px; /* 16 - padding */
  background-color: #F60;
  padding: 1px 0px 2px 0px;
  margin: 6px 0px 0px 0px;
}

#alsoonline ul.pagecontrols li.prev {
  float: left;
  font-size: 80%;
  list-style: none;
  background-image: url(../img/arrow_left.gif);
  background-repeat: no-repeat;
  background-position: left 0.5em;
  margin: 0px 0px 0px 4px;
  padding: 0px 0px 0px 9px;
}

#alsoonline ul.pagecontrols li.next {
  float: right;
  font-size: 80%;
  list-style: none;
  background-image: url(../img/arrow_right.gif);
  background-repeat: no-repeat;
  background-position: right 0.5em;
  margin: 0px 4px 0px 0px;
  padding: 0px 9px 0px 0px;
}

#alsoonline ul.pagecontrols a {
  color: #000;
  text-decoration: none;
}

.flashdetection {
  color: #FFF;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;  
  padding-left: 100px;
}

hr {
  border: 1px solid #FF5500;
}

.indent {
  padding-left: 10px;
}

.dame {
  background: transparent;
  background-image: url(/v3/img/shadowbottom.png);
  background-positon: bottom center;
  background-repeat: repeat-y;
  height: 153px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

* html .dame {
  background: transparent;
  height: 153px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

*:first-child+html .dame {
  background: transparent;
  height: 153px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dame img {
  border: 1px solid #000000;
  float: left;
  height: 150px;
  width: 100px;
}

.damead {
  background-image: url(/v3/img/shadowleft.png);
  background-position: bottom right;
  background-repeat: repeat-y;
  background-color: #f3ecdf;
  color: #000;
  font-size: 0.9em;
  height: 140px;
  margin: 5px 102px 0 100px;
  width: 552px;
  border-bottom: 1px solid #000000;
}

* html .damead {
  background: transparent;
  height: 140px;
  padding-top: 5px;
  margin: 0;
  width: 550px;
  float: left;
  border-bottom: 0;
}

*:first-child+html .damead {
  background: transparent;
  height: 140px;
  padding-top: 5px;
  margin: 0;
  width: 550px;
  float: left;
  border-bottom: 0;
}

.damead .header {
  background: #000;
  border-top: 1px solid #000000;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 0;
  padding: 0px 4px 0;
}

.damead p { 
  padding: 4px 4px 0px 4px;
  height: 119px; 
  margin: 0;
}

* html .damead p {
  padding: 4px 0px 0px 4px;
  background: #f3ecdf; 
}

*:first-child+html .damead p {
  padding: 4px 0px 0px 4px;
  background: #f3ecdf; 
}

.damead .forIE {
  display: none;
}

* html .damead td.forIE,
*:first-child+html .damead td.forIE {
  display: block;
  background: #F3ECDF; 
  width: 5px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#80000000', startColorstr='#000000FF', gradientType='1');
}

.damead .bottomshadow {
  display: none;
}

* html .damead .bottomshadow {
  border-top: 1px solid #000000;
  display: block;
  width: 550px;
  float: left;
  background: transparent; 
  height: 5px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#80000000', EndColorStr='#00000000')
}

*:first-child+html .damead .bottomshadow {
  border-top: 1px solid #000000;
  display: block;
  width: 550px;
  float: left;
  background: transparent; 
  height: 5px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#80000000', EndColorStr='#00000000')
}

.damead p a {
  color: #ff5500; 
}

.damead p.call, 
.damead p.chat, 
.damead p.sms {
  display: none 
}

.chatname, .chatbutton {
  border: 1px solid #ccc;
  font-size: 0.9em;
  padding: 2px;
  width: 75px;
}

.chatname {
  width: 150px; 
}

.chatbutton {
}

.damenav {
  background: #5c0000;
  border: 1px solid #000;
  float: right;
  height: 150px;
  width: 100px;
}

* html .damenav {
  margin-left: -2px;
}

*:first-child+html .damenav {
  margin-left: -2px;
}

.damenav ul {
  list-style: none;
}

.damenav ul li {
}

li.extensionNr {
  background: #000;
  /*border-bottom: 1px solid #000;*/
  font-size: 1.2em;
  font-weight: bold;
  padding: 2px 0;
  text-align: center;
  height: 17px;
  bottom: 0;
}

.favorite {
  background: #000;
  background-image: url(/v3/img/nofavorite.gif);
  background-position: bottom left;
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding: 2px 0;
  text-align: center;
  height: 17px;
  margin-top: 42px;
}

* html .favorite  {
  max-height: 17px !important;
  height: auto;
  margin-top: 45px;
}

*:first-child+html .favorite  {
  max-height: 17px !important;
  height: auto;
  margin-top: 45px;
}

.favorite a {
  color: #fff;
  text-decoration: none;
}

* html .favorite a {
  height: 1%;
}

*:first-child+html .favorite a {
  height: 1%;
}

.favorite a:hover {
  text-decoration: none;
}

.favoritechecked {
  background: #000;
  background-image: url(/v3/img/isfavorite.gif);
  background-position: bottom left;
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding: 2px 0;
  text-align: center;
  height: 17px;
  margin-top: 42px;
}

* html .favoritechecked  {
  max-height: 17px;
  height: auto;
  margin-top: 45px;
}

*:first-child+html .favoritechecked  {
  max-height: 17px;
  height: auto;
  margin-top: 45px;
}

.favoritechecked a {
  color: #fff;
  text-decoration: none;
}

* html .favoritechecked a {
  height: 1%;
}

*:first-child+html .favoritechecked a {
  height: 1%;
}

.favoritechecked a:hover {
  text-decoration: none;
}

.favoriteremove {
  background: #000;
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding: 2px 0;
  text-align: center;
  height: 17px;
  margin-top: 42px;
}

* html .favoriteremove  {
  max-height: 17px;
  height: auto;
  margin-top: 45px;
}

*:first-child+html .favoriteremove  {
  max-height: 17px;
  height: auto;
  margin-top: 45px;
}

.favoriteremove a {
  color: #fff;
  text-decoration: none;
}

* html .favoriteremove a {
  height: 1%;
}

*:first-child+html .favoriteremove a {
  height: 1%;
}

.favoriteremove a:hover {
  text-decoration: none;
}

.girloption {
  background-image: url(/v3/img/inactive.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  background: transparent;
  color: #f46403;
  font-weight: bold;
  display: block;
  padding: 2px 0 0 2px;
}

.girloptionactive {
  background-image: url(/v3/img/active.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  background: transparent;
  color: #f46403;
  font-weight: bold;
  display: block;
  padding: 2px 0 0 2px;
}

.girloptionactive a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

* html .girloptionactive a {
  height: 1%;
}

*:first-child+html .girloptionactive a {
  height: 1%;
}

.girloption a.active {
  color: #fff;
  font-weight: bold;
}

.girloptionactive a:hover {
  text-decoration: none;
}

.girloption a.active:hover {
  background: #ff5500;
  color: #fff;
}

.girloption a.selected {
  background-color: #600000;
  background-position: 0 50%;
  background-image: url(img/selected.gif);
  color: #fff;
  font-weight: bold;
}

.call {
  display: none;
  background: #f3ecdf;
  color: #000;
  font-size: 8pt;
  height: 90px;
  width: 540px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 5px;
  margin-top: -12px;
  overflow: hidden;
}

* html .call {
  margin-top: -16px;
  margin-left: 58px;
  width: 540px;
  float: left;
}

*:first-child+html .call {
  margin-top: -16px;
  margin-left: 58px;
  width: 540px;
  float: left;
}

.call p {
  padding: 4px;
}

.call p .example {
  color: #800000;
  font-weight: bold;
}

.sms {
  display: none;
  background: #f3ecdf;
  color: #000;
  font-size: 8pt;
  height: 110px;
  width: 542px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 115px;
  margin-top: -12px;
}

* html .sms,
*:first-child+html .sms {
  margin-top: -16px;
  margin-left: 58px;
  width: 540px;
  float: left;
}

.sms p {
  padding: 4px;
  height: 110px;
}

.sms p .example {
  color: #800000;
  font-weight: bold;
}

.beeldbellen {
  display: none;
  background: #f3ecdf;
  color: #000;
  font-size: 8pt;
  height: 110px;
  width: 542px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 115px;
  margin-top: -12px;
}

* html .beeldbellen,
*:first-child+html .beeldbellen {
  margin-top: -16px;
  margin-left: 58px;
  width: 540px;
  float: left;
}

.beeldbellen p {
  padding: 4px;
  height: 110px;
}

.close {
  float: right;
}

.close img {
  width: 16px !important;
  height: 16px !important;
}

.shadowleft {
  float: left;
  height: 90px;
  width: 540px;
  margin-left: 15px;
  margin-top: -112px;
  background-image: url(/v3/img/shadowleft.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.highlight {
  background: #ffff00;
  color: #000;
  font-weight:bold;
}

#girlback {
  width: 100%;
  text-align: center;
}

#girlback a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.vm_header {
  background-image: url(/images/vm_back.jpg);
  height: 25px;
}

.vm_header td {
  border-bottom: 1px solid #f46403;
}

.vm_header a, 
.vm_header a:visited  {
  color: #fff;
  text-decoration: none;
}

.vm_header a:hover {
  color: #fff;
  text-decoration: underline;
}

.vm_spacer {
  border-bottom: 1px solid #F46403;
}

.vm_textarea {
  background-color:  #f3ecdf;
  border: 1px solid #f3ecdf;
  text-align: left;
}

/* NIEUWE DAME ADVERTENTIE */

.advert_container {
  height: 156px;
  width: 741px;
  padding-top: 5px;
}

.advert_normal {
  float: left;
  background-color: #000;   
  height: 150px;
  width: 741px;
  z-index:1;
  border: 3px solid #000;
  margin-bottom: 10px;
}

.advert_banner_container {
  height: 80px;
  width: 741px;
  padding-top: 5px;
}

.advert_banner {
  float: left;
  background-color: #000;   
  height: 80px;
  width: 741px;
  z-index:1;
  border: 0;
  margin-bottom: 10px;
}

.advert_banner_image {
  margin:0;
  padding:0;
  bolder:0; 
}

.advert_selected {
  float: left;
  background-color: #000;   
  height: 150px;
  width: 733px;
  z-index:1;
  border: 3px solid #c94807;
  margin-bottom: 10px;
}

.advert_image {
  float: left;
  height: 150px;
  width: 113px;
  z-index:1;
  left: 0px;
  top:0px;
  border-right:1px solid #000;
  text-align: center;
  position: relative;
}

* html .advert_image {
  position: static;
}

.advert_image img {
  vertical-align:top;
  margin-left:-2px;
  width: 112px;
  height: 150px;
}

.advert_name {
  float: left;
  background-image: url(/v3/img/advert_header.jpg); 
  background-repeat: repeat-x; 
  height: 16px;
  width: 384px;
  font-weight: bold;
  font-size: 13px;
  z-index:1;
}
.advert_number {
  float: left;
  margin-left:4px;
  background-image: url(/v3/img/advert_header_number.jpg); 
  background-repeat: repeat-x; 
  height: 26px;
  width: 234px;
  font-weight: bold;
  font-size: 18px;
  color: #FE5400;
  text-align:right;
  z-index:1;
}

.advert_nameandnumber img {
  vertical-align:top;
}

/*.advert_agentNr {
  float: right; 
  background-image: url(/v3/img/advert_agentnr.jpg); 
  background-repeat: repeat-x; 
  width:68px;
  height:26px;
  z-index:10;
  text-align: center;
  font-size: 20px;
  margin-top:-173px; 
}*/

.advert_agentNrselected {
  float: right; 
  background-image: url(/v3/img/advert_agentnrselected.jpg); 
  background-repeat: repeat-x; 
  width:68px;
  height:26px;
  z-index:10;
  text-align: center;
  font-size: 20px;
  margin-top:-173px; 
}

.additional {
  border-top:1px solid #000; 
  padding-left: 6px;
  margin-bottom:-2px;
  background-image: url(/v3/img/advert_bottom.jpg); 
  background-repeat: no-repeat; 
}

.table_smaller {
  margin-left: 6px;
  margin-top: 2px;
}

* html .table_smaller {
  margin-left: 6px;
}

.td_smaller {
  font-size: 9px;
  height: 8px;
}

.tr_smaller {
  height: 8px;
}

.advert_buttons {
  float: left;
  /*background-image: url(/v3/img/advert_buttonsback.jpg);*/
  /*background-repeat: repeat-x;*/
  height: 107px;
  width: 234px;
  margin-top: 0px;
  margin-left: 3px;
  font-weight: bold;
  z-index:1;
}

.advert_buttons img {
  vertical-align: top;
}

.advert_buttons table {
  margin-top: 0px;
  margin-left: 1px;
}

.advert_buttons table img {
  vertical-align: top;
}

.advert_footer {
  float: left;
  background-color:Black;
  height: 16px;
  width: 384px;
  z-index:1;
  padding-top:2px;
  font-weight: bold;
  font-size: 11px;
  color:#fff;
  /*padding-left: 10px;*/
}

.advert_favorites {
  float: left;
  margin-top: -9px;
  margin-left:3px;
  height: 26px;
  width: 234px;
}

.advert_favorites img {
  vertical-align: top;
}

.advert_text {
  float: left;
  background-color: #e3ddd4;
  margin-top:-10px;
  line-height:1.4em;
  height: 107px;
  width: 363px;
  z-index: 1;
  color: #000;
  font-size: 11px;
  padding-left: 10px; 
  padding-right: 10px; 
  padding-top: 5px; 
  padding-bottom: 5px; 
}

.advert_text .profileInfo {
  text-align: left;
}

.advert_text .callInfo {
  font-size: 12px; 
  color: #000;
  display: none;
  overflow: hidden;
  text-align: center;
  line-height:13px;
}

.advert_text .beeldInfo{
  font-size: 16px;
  color: #000;
  display: none;
  overflow: hidden;
  text-align: center;
  
}

.advert_text .chatInfo {
  font-size: 12px;
  color: #000;
  display: none;
  overflow: hidden;
  text-align: center;
  line-height:13px;
}

.advert_text .mailInfo {
  font-size: 12px;
  color: #000;
  display: none;
  overflow: hidden;
  text-align: center;
  line-height:13px;
}

.advert_text .smsInfo {
  font-size: 12px; 
  color: #000;
  display: none;
  overflow: hidden;
  text-align: center;
  line-height:13px;
}

/* BEELD OVERZICHT */

.advertsmall_normal {
  position:relative;
  background-color: #000;   
  height: 194px;
  width: 139px;
  z-index:1;
  border: 2px solid #000;
  float: left;
  margin:2px 8px 2px 0px;
}

.advertsservices {
  width: 100%;
  height: 100%;
}

* html .advertsmall_normal {
  margin:2px 5px 2px 2px;
}

.advertsmall_selected {
  background-color: #c94807;
  height: 194px;
  width: 139px;
  z-index:1;
  border: 3px solid #c94807;
}

.advertsmall_header {
  background-color: #000;
  background-image: url(/v3/img/advertsmall_header.jpg); 
  background-repeat: repeat-x; 
  height: 20px;
  width: 139px;
  font-weight: bold;
  font-size: 13px;
  z-index:1;
}

.advertsmall_header_name {
  width: 110px;
  margin-left: 2px;
  clear: both;
  float:left;
}

.advertsmall_header_icon {
  /*display: inline;  */
  position:absolute;
  left:119px;
  width: 20px;
  /*top:20px;*/
}

.advertsmall_header_favorit {
  /*display: inline;  */
  position:absolute;
  left:118px;
  width: 20px;
}

.advertsmall_header_showphoto {
  /*display: inline;  */
  position:absolute;
  left:99px;
  top:2px;
  cursor:hand;
}

.advert_header_icon {
  /*display: inline;  */
  position:absolute;
  left:116px;
  width: 20px;
}

.advert_header_icon img {
  /*display: inline;  */
  margin-top:-33px;
}

* html .advert_header_icon img {
  /*display: inline;  */
  margin-top:0px;
}

*:first-child+html .advert_header_icon img {
  /*display: inline;  */
  margin-top:0px;
}
.advert_header_flag {
  /*display: inline;  */
  position:absolute;
  top:142px;
  left:120px;
  width:19px;
  height:14px;
}
.advertsmall_icons {
  float:left;
  width:27px;
  height:150px;
  /*background-color: #3b3b3b;*/
  background-color: #000;
  /*border-right: 1px solid #000;*/
}

.advertsmall_picture {
  position: relative;
  float:left;
  width:112px;
  height:150px;
}

.advertsmall_picture img {
  vertical-align: top;
  width: 112px;
  height: 150px;
}

.advertsmall_agentnr {
  float:left;
  border-top: 3px solid #000;
  background-image: url(/v3/img/advertsmall_agentnr.jpg); 
  height: 20px;
  width: 139px;
  font-weight: bold;
  font-size: 12px;
  text-align:center;
  /*padding-top: 3px;*/
}

.advertsmall_agentnr_title {
  width: 85px;
  margin-left: 2px;
  margin-top: 4px;
  clear: both;
  float: left;
  text-align: left;
  vertical-align:middle;
}

.advertsmall_agentnr_ext {
  display: inline;  
  padding: 0;
  margin: 0;
  height: 10px;
  width: 35px;
  font-weight: normal;
  font-family:Tahoma;
  font-size: 18px;
  color: #FE5400;
  text-align: left;
  vertical-align: top;
}

a.girlnav, a.girlnav:hover, a.girlnav:visited {
  color: #fff;
  text-decoration: none !important;
}

.dateoverlay {
  float:left;
  width:100px;
  color:#e2e21d;
  margin-top: -32px;
  margin-left: -6px;
}

body.mailmessage {
  width: 100%;
  height: 100%;
  margin: 0px;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  background-color: #000000; 
  overflow: hidden;
  background-repeat: no-repeat; 
  background-image: url(/v3/img/mail_back.jpg);
}

html>body.mailmessage {
  /* for !IE browsers */
  min-height: 100% !important;
  height: auto;
}

.email_toolbar {
  position: relative;
  border: 1px solid #fff;
  height: 35px;
  width: 595px;
  padding: 0;
  margin: 1px;
  margin-top: 4px;
  margin-bottom: 2px;
}

.email_toolbar a,
.email_toolbar a:hover,
.email_toolbar a.visited {
  padding: 0;
  margin: 0;
  border: 0;
}

.email_toolbar img {
  padding: 1px;
  margin: 0;
  border: 0;
  border-right: 1px solid #fff;
}

.email_fields {
  background: url(/v3/img/bg_mail_fields.jpg) no-repeat;
  color: #000;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 10px;
  height: 100px;
  margin: 1px;
  width: 600px;
  padding: 5px;
}

.email_fields table {
  width: 590px;
  padding: 3px;
}

.email_fields td {
  padding: 3px;
}

.email_fields #attachments,
.email_fields #subject,
.email_fields #msgFrom,
.email_fields #msgTo {
  /*
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;  
  height: 16px;
  border-style: outset;
  */
}

.email_body {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  padding: 5px;
  width: 600px;
}

.email_body #htmlBody,
.email_body #regularBody {
  width: 590px;
}

.email_body #regularBody {
  display:none;
}

body.mail_attachment {
  padding-top: 105px;
  padding-left: 15px;
  background-image: url(/v3/img/bg_mail_attchmtn.jpg);
}

.email_fields #btnAttachments,
.mail_attachment #zoeken,
.mail_attachment #submittie {
  /*
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px; 
  font-weight: bold;
  text-transform: lowercase;
  color: #000;
  background-color: #d4d0c8;
  height: 22px;
  border-style: outset;
  text-align: center;
  */
}

/* A fake IE information bar */
#infobar {
  font: message-box;
  height: 18px;
}

#infobar a, 
#infobar a:link, 
#infobar a:visited, 
#infobar a:active {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  color: InfoText;
  background: InfoBackground url(/v3/img/warning.gif) no-repeat fixed .3em .3em;
  padding: .3em .3em .3em 2em;
  border-bottom: .16em outset;
  text-decoration: none;
  cursor: default;
  height: 16px;
}

#infobar a:hover {
  color: HighlightText;
  background-color: Highlight;
}

/* A fake viewplot for IE information bar */
#viewplot {
  width: 100%;
  height: expression( this.parentNode.offsetHeight - this.offsetTop );
  overflow: hidden;
}

/* SELECT REPLACEMENT */

div.autocomplete {
  position:absolute;
  width:142px;
  background-color:#000;
  border:1px solid #000;
  margin:0px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
  color:#fff;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.autocomplete ul li.selected { 
  background-color: #316ac5;
  color: #fff;
}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor: pointer;
}

input.combo {
  background-image : url(/v3/img/bg_select.jpg);
  background-repeat: no-repeat;
  background-color: #000;
  height: 20px;
  cursor: pointer;
  border: none;
  width: 139px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  padding-left: 4px;
  padding-top: 2px;
}

/* ------------------------- extra profile ------------------------*/

#profileExtraMain {
  height: 407px;
}

#profileExtra_advertsmall_icons {
  width: 27px;
  height: 150px;
  background-color: #000;
  border-right: 1px solid #000;
  margin: 0;
  float: left;
  clear: both;
}

#profileExtra {
  /*padding: 10px, 0;*/
  background: url(/v3/img/bg_profile_extra.jpg) no-repeat black;
  width: 707px;
  height: 399px;
  margin: 0;
  margin-top: 5px;
  margin-left: 19px;
  float: left;
  clear: both;
 
  border-top: 2px solid #000; 
  border-left: 3px solid #000; 
  border-right: 3px solid #000; 
  border-bottom: 2px solid #000; 
  /*border: 3px solid blue;*/
}

* html #profileExtra {
  margin-left: 9px;
}

#profileExtra_button_bar {
  /*padding: 10px, 0;*/
  width: 711px;
  height: 32px;
  margin: 0;
  margin-top: 5px;
  margin-left: 19px;
  /*float: left;*/
  /*clear: both;*/
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

#profileExtra .backLink,
.advert_text .backLink {
  visibility: hidden;
  margin-top: 10px;
}

#profileExtra #name {
  /*
  margin-top: 70px;
  margin-left: 150px;
  color: #000;
  font-size: 30px;
  */
}

#profileExtra #data {
  margin-top: 10px;
  margin-left: 25px;
  width: 280px;
  height: 400px;
}

* html #profileExtra #data {
  height: 380px;
}

#profileExtra img {
  margin-left: 0px;
}

#profileExtra #vergroot {
  position:absolute;
  left:644px;
  top:14px;
  color:Black;
  cursor:hand;
  width:100px;
  height:50px;
  font-size:11px;
  text-decoration: none;
}

#profileExtra #vergrootTxt {
  text-decoration: underline;
}

#profileExtra #photo {
  float: left;
  margin-top: -375px;
  margin-left: 419px;  
  width: 225px;
  height: 300px;
}

#profileExtra .photoDescript {
  position:absolute;
  /*margin-top: -375px;*/
  /*margin-left: 419px;*/
  left: 440px;
  top: 380px;
  width: 240px;
  height: 20px;
  color: #000;
  font-size: 11px;
  text-align: center;
  font-style: italic;
}

* html #profileExtra #photo {
  margin-top: -356px;
  margin-left: 210px;
}

#profileExtra .photoLarge {
  position: absolute;
  width: 240px;
  height: 320px;
}

* html #profileExtra .photoLarge {
  position: static;
  /*border: 10px solid blue;*/
}

#profileExtra .photoRegular {
  margin-top: 75px;
  margin-left: 56px;
  background: #000;
  width: 112px;
  height: 150px;
  text-align: center;
  border: 5px solid #000;
}

#profileExtra_naam {
  background-color: transparent;
  margin-top:-22px;
  margin-left:30px;
  width: 270px;
  height: 90px;
}

#profileExtra_agentnr_ext {
  padding: 0;
  margin: 0;
  height: 18px;
  width: 35px;
  margin-top:-35px;
  font-weight:600;
  font-family:Tahoma;
  font-size: 19px;
  color: #FE5400;
  text-align: left;
  vertical-align: top;
}

#profileExtra_text {
  margin-top:18px;
}

#profileExtra #infoExtra {
  color: #000;
  height: 270px;
  /*border: 3px solid yellow;*/
}

#infoExtra .profileInfo {
  text-align: left;
}

#infoExtra .callInfo,
#infoExtra .beeldInfo,
#infoExtra .mailInfo,
#infoExtra .chatInfo {
  text-align: left;
  line-height:18px;
  overflow: hidden;
  display: none;
}

#infoExtra .smsInfo {
  vertical-align: middle;
  line-height:18px;
  overflow: hidden;
  display: none;
}

/* ------------------------- /extra profile ------------------------*/

.showimgLarge {
  position: absolute;
  left: 441px;
  border: 0;
  margin: 0;
  padding: 0;
  width: 240px;
  height: 320px;
  cursor: hand;
}

* html .showimgLarge 
{
  /*position: absolute;*/
  position: static;
  margin-left: -40px;
  margin-top: -330px;
  width: 240px;
  height: 320px;
}

.showimgPhoto {
  position: absolute;
  left: 0px;
  top:0px;
  border: 0;
  margin: 0;
  padding: 0;
  width: 610px;
  height: 810px;
  /*
  margin-left: -20px;
  margin-top: -320px;
  */
}
.showimg {
  margin-top: -150px;
}

* html .showimg {
}

/* -------------------------------- beeldbellen ---------------------------------- */

/*
#beeldbellen {
  background: url(/v3/img/bg_beeldbellen.jpg);
  background-repeat:no-repeat;
  font-family: Verdana;
}
/**/

#beeldbellen {
  position:relative;
  background: url(/v3/img/bg_beeldbellen2.gif);
  background-repeat:no-repeat;
  font-family: Verdana;
}

#beeldbellen #beeldcontainer {
  padding: 10px;
  width: 540px;
}

#beeldbellen #beeldcontainer #video {
}

#beeldbellen #beeldcontainer #pincode {
  margin-top: 65px;
  margin-left: 0;
  text-align: center;
  width: 315px;
  border:1px solid #fff;
}

*:first-child+html #beeldbellen #beeldcontainer #pincode {
  margin-top: 80px;
}

* html #beeldbellen #beeldcontainer #pincode {
  margin-top: 80px;
}

#beeldbellen #beeldcontainer #pincode #code {
  position:absolute;
  top:320px;
  left:210px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  width: 50px;
}

#beeldbellen #beeldcontainer #pincode #beeldbellenbutton {
  position:absolute;
  top:318px;
  left:270px;
  height:22px;
}

#beeldbellen #beeldcontainer #flashvideo {
  position: absolute;
  top: 71px;
  left: 8px;
}

#beeldbellen #beeldcontainer #punchLine {
  position: absolute;
  top: 322px;
  color: #fff;
  width: 175px;
}

#beeldbellen #beeldcontainer #extraInfo {
  position: absolute;
  top: 71px;
  left: 335px;
  width: 220px;
  height: 263px;
  padding: 10px;
  overflow-y: auto;
  color: #000;
  /*border: 1px solid red;*/
}

#beeldbellen #beeldcontainer #extraInfo #name {
  color: #fff;
}

#beeldbellen #beeldcontainer #extraInfo #headerit {
  font-weight: bold;
}

#beeldbellen #beeldcontainer .inputtjes {
  font-size: 10px;
  width: 30px;
  height: 10px;
  padding: 2px;
}

#beeldbellen #beeldcontainer #settings {
  border: solid 1px #fff;
  padding: 5px;
  margin-top: 30px;
  background: #000;
}

#beeldbellen #beeldcontainer #settings #mainLink {
  width:300px;
}

#beeldbellen_offline {
  /*padding: 10px;*/
  /*line-height: 20px;*/
  margin-top: 110px;
  margin-left: 0;
  text-align: center;
  width: 315px;
}

#beeldbellen_offline a,
#beeldbellen_offline a:hover,
#beeldbellen_offline a:visited {
  color: #fff;
}

#beeldbellen_offline #close {
  text-align: center;
}

/* -------------------------- beeldchatten ------------------------------- */

#beeldchatten {
  position:relative;
  background:#000 url(/v3/img/bg_beeldchatten_header.gif);
  background-repeat:no-repeat;
  font-family: Verdana;
  height : 60px;
}

#beeldchatten #beeldcontainer {
  position:absolute;
  left:3px;
  top:64px;
  width:740px;
  height:605px;
  /* border:10px solid #fe5400; */
}

#beeldbellen_chatholder {
  position:absolute;
  top:0;
  left:0;
  height:605px;
  width:740px;
  border:1px solid #fff;
  visibility:hidden;
}

#one_moment, #one_moment_please {
  margin-top: 65px;
  margin-left: 0;
  text-align: center;
  width: 315px;
  visibility: hidden;
}

#beeldchatten #beeldcontainer #pincode {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  width: 300px;
  font-family:Verdana;
  color:#fff;
  font-weight:bold;
  text-align:center;
  /*border: 3px solid blue;*/
}

*:first-child+html #beeldchatten #beeldcontainer #pincode {
}

* html #beeldchatten #beeldcontainer #pincode {
}

#beeldchatten #beeldcontainer #pincode #code {
  position: absolute;
  top:310px;
  left:190px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  width: 50px;
  border: 3px solid yellow;
}

#beeldchatten #beeldcontainer #pincode #beeldbellenbutton {
  position:absolute;
  top:310px;
  left:250px;
  width:60px;
  height:22px;
  border: 3px solid pink;
}

#beeldchatten #beeldcontainer #flashvideo {
  position: relative;
  /*
  position: absolute;
  top: 23px;
  left: 26px;
  z-index:200;  
  */
}

#beeldchatten #beeldcontainer #punchLine_chat {
  position: absolute;
  top:310px;
  left:10px;
  color: #fff;
  width: 175px;
  border: 3px solid orange;
}

#beeldchatten #beeldcontainer #extraInfo {
  position: absolute;
  top: 10px;
  left:400px;
  width: 220px;
  height: 263px;
  padding: 10px;
  overflow-y: auto;
  color: #fff;
  border: 3px solid red;
}

#beeldchatten #beeldcontainer #extraInfo #name {
  color: #fff;
}

#beeldchatten #beeldcontainer #extraInfo #headerit {
  font-weight: bold;
}

#beeldchatten #beeldcontainer .inputtjes {
  font-size: 10px;
  width: 30px;
  height: 10px;
  padding: 2px;
}

#beeldchatten #beeldcontainer #settings {
  border: solid 1px #fff;
  padding: 5px;
  margin-top: 30px;
  background: #000;
}

#beeldchatten #beeldcontainer #settings #mainLink {
  width:300px;
}

#beeldchat_uitleg {
  position:absolute;
  font-size:10px;
  color:#fff;
  top:404px;
  /*left:337px;*/
  left:400px;
  text-align:left;
  height:244px;
  width:235px;
  z-index:20;
  /*margin-bottom:-5px;*/
  border: 3px solid purple;
}

.beeldchat_uitleg_top {
  background-image:url(/v3/img/uitleg_chat_bar.gif);
  background-repeat:no-repeat;
  border-bottom:1px solid transparent;
  height:21px;
  width:236px;
  z-index:20;
}

.beeldchat_uitleg_frame {
  background-color:#000;
  height:216px;
  width:226px;
  font-size:10px;
  line-height:1.1em;
  font-family:tahoma;
  padding:3px 5px 3px 5px;
  z-index:20;
}

* html .beeldchat_uitleg_frame {
  background-color:#000;
  height:216px;
  width:226px;
  font-size:9px;
  line-height:1.2em;
  font-family:"verdana","tahoma","arial";
  padding:3px 5px 3px 5px;
  z-index:20;
}

*:first-child+html .beeldchat_uitleg_frame {
  background-color:#000;
  height:216px;
  width:226px;
  font-size:9px;
  line-height:1.2em;
  font-family:"verdana","tahoma","arial";
  padding:3px 5px 3px 5px;
  z-index:20;
}

/* -------------------------- chatten ------------------------------- */

#chatten {
  background: url(/v3/img/chat_header3.jpg) no-repeat;
  padding-top: 62px;
}

#chatten #chatcontainer {
  padding: 10px;
}

.toon_favorieten_uitleg {
  background-color: #000;
  background-repeat: no-repeat;
  border: 1px solid #000;
  vertical-align: middle;
  float: left;
  list-style: none;
  width:746px;
  /*height: 117px;*/
  text-align: center;
  vertical-align:middle;
  font-size:14px;
}

.show_notification_above, 
.show_notification_below {
  background: #000 url(/v3/img/error_info_background.jpg);
  background-repeat: no-repeat;
  border: 1px solid #fff;
  vertical-align: middle;
  float: left;
  list-style: none;
  width:746px;
  /*height: 117px;*/
  text-align: center;
  vertical-align:middle;
  font-size:14px;
}

.show_notification_below {
  margin-top: 5px;
}

.show_notification_above a, 
.show_notification_above a:hover, 
.show_notification_above a:visited, 
.show_notification_below a,
.show_notification_below a:hover,
.show_notification_below a:visited {
  color: #fff;
  font-size:14px;
  text-decoration: underline;
}

.uitroepteken_uitleg {
  float:left;
  display:inline;
  margin-left:38px;
  margin-top:32px;
  width:51px;
  height: 46px;
}

.uitroepteken_tekst {
  float:left;
  display:inline;
  width:560px;
  /*height: 117px;*/
  margin-top:10px;
}

.uitroepteken_tekst a, 
.uitroepteken_tekst a:hover, 
.uitroepteken_tekst a:visited {
  color: #fff;
}

#viewer #noflashviewer {
  margin-left:25px;
}

#viewer a,
#viewer a:hover,
#viewer a:visited {
  color: #fe5400; 
}  

#thuislogo_only_cnt {
  position:absolute;
  left:0px;
  top:0px;
  background:#000;
  border:1px solid red;
}

#chatbox img {
  padding:2px;  
}

.oranje_11 {
  color:#fd5400;
  font-size:11px;
  line-height:0.95em;
  font-weight:bold;
}

#viewerchat {
  position:absolute;
  left:0px;
  top:0px;
  z-index:20;
}

#viewerchat #noflashviewer {
  margin-left:25px;
}

#viewerchat a,
#viewerchat a:hover,
#viewerchat a:visited {
  color:#fe5400;
}  

#linksonder {
 left:0px;
 top:315px;
 position:absolute;
 /*border:1px solid #FFF;*/
 width:368px;
 height:278px;
 font-size:12px;
 font-family:Verdana;
 color:#FFF;
}

#beeldchatten_code_text {
  left:25px;
  top:120px;
  position:absolute;
  width:320px;
  height:80px;
  font-size:12px;
  font-family:Verdana;
  color:#FFF;
  font-weight:bold;
  text-align:center;
}

.beeldchatten_code_text_smaller {
  font-size:10px;
  font-weight:bold;
  text-align:center;
}

#rechtsonder {
 left:369px;
 top:325px;
 position:absolute;
 border:1px solid #FFF;
 width:369px;
 height:278px;
 font-size:12px;
 font-family:Verdana;
 color:#FFF;
}

#rechtsboven {
 left:369px;
 top:0px;
 position:absolute;
 border:1px solid #FFF;
 width:369px;
 height:278px;
 font-size:12px;
 font-family:Verdana;
 color:#FFF;
}

#rechtsboven_inner {
 left:25px;
 top:20px;
 position:absolute;
 border:1px solid #FFF;
 width:320px;
 height:240px;
 font-size:12px;
 font-family:Verdana;
 color:#FFF;
}

#linksboven {
 left:0px;
 top:0px;
 position:absolute;
 /*border:1px solid #FFF;*/
 width:368px;
 height:278px;
 font-size:12px;
 font-family:Verdana;
 color:#FFF;
}

#linksboven_inner {
 left:25px;
 top:72px;
 position:absolute;
 line-height:20px;
 border:1px solid #FFF;
 width:328px;
 height:434px;
 font-size:12px;
 font-family:Verdana;
 color:#FFF;
}

#linksmidden {
 left:0px;
 top:279px;
 position:absolute;
 /*border:1px solid #FFF;*/
 width:368px;
 height:45px;
 font-size:12px;
 font-family:Verdana;
 color:#FFF;
}

#rechtsmidden {
 left:369px;
 top:279px;
 position:absolute;
 border:1px solid #FFF;
 width:369px;
 height:45px;
 font-size:12px;
 font-family:Verdana;
 color:#FFF;
}

#beeld_foto_holder {
  position:absolute;
  left:393px;
  top:71px;
}

.beeld_foto,
.showimgbellen {
  height:427px;
  width:320px;
  border:4px solid #fff;
}

.showimgbellen {
  position: absolute;
  left: 0px;
  top:1px;
  border: 0;
  margin: 0;
  padding: 0;
  height:427px;
  width:320px;
}

#beeld_foto_holder .imagesNavNormal {
  left: 120px;
}

#beeld_foto_holder .photoDescript {
  position:absolute;
  top:450px;
  left:30px;
  width: 240px;
  height: 20px;
  color:#fff;
  font-size:11px;
  font-style: italic;
  text-align:center;
}  

.pincode_extra_rows {
  line-height:17px;
}

#code {
  background-color: #000;
  color: #fff;
  border: 1px solid #c0c0c0;
  height: 14px;
  line-height:12px;
  width: 50px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding-left:2px;
  padding-right:2px;
  margin: 0;
  vertical-align: top;
}

#google_button {
  font-size:14px;
}

#google_button a, 
#google_button a:hover, 
#google_button a:visited {
  color: #fff;
  font-weight: bold;
}

#kruisje {
  position:absolute;
  left:723px;
  top:8px;
  z-index:401;
  cursor:hand;
}

#kruisje_bo {
  position:absolute;
  left:128px;
  top:3px;
  z-index:102;
  cursor:hand;
}

*:first-child+html .container_pakje_bo {
  position:relative;
  top:2px;
  z-index:100;
}

* html .container_pakje_bo {
  position:relative;
  top:2px;
  z-index:100;
}

.container_pakje_bo {
  position:absolute;
  top:5px;
  z-index:100;
}

#container_pakje {
  position:relative;
  z-index:100;
}

#pakje_image {
  position:absolute;
  left:0px;
  top:3px;
  z-index:99;
}

#pakje_image_bo {
  position:absolute;
  left:0px;
  top:0px;
  border: 2px solid #000;
  z-index:101;
}

#kaarten_flash {
  margin-left:-7px;
}

.kaartkanjers_link {
  padding-top:8px;
  padding-bottom:10px;
}

.kaartkanjers_link a, 
.kaartkanjers_link a:hover, 
.kaartkanjers_link a:visited {
  color: #fff;
  border-top:8px;
  border-top:10px;
}

#contactform {
  text-align:left;
  /*border: 1px solid red;*/
  width: 310px;
  padding-top: 20px;
}

#contactform input {
  width: 300px;
  margin:0;
  margin-bottom: 10px;
  background-color: #000;
  color: #fff;
  border: 1px solid #c0c0c0;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 2px;
  vertical-align: top;
}

#contactform textarea {
  overflow:hidden;
  width:300px;
  background-color: #000;
  color: #fff;
  border: 1px solid #c0c0c0;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 2px;
  margin: 0;
  vertical-align: top;
}

input#type_submit {
  width:120px;
  margin-left:0px;
}  

#payment {
  visibility: hidden;
}

img.multiImagesLeft,
img.multiImagesRight {
  position: absolute;
  height: 17px;
  width: 17px;
}

img.multiImagesLeft {
  left: 0;
}

img.multiImagesRight {
  right: 0;
}

.imgsInfo {
  position: absolute;
  left: 15px;
  bottom: 0;
  background-color: #bfbfbf;
  visibility: hidden;
  width: 43px;
  height: 17px;
  text-align: center;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  color: #000;
}

.imagesNav {
  position: relative;
  margin-left: 83px;
  margin-top: 300px;
  width: 75px;
  height: 17px;
}

.imagesNavNormal {
  position: relative;
  width: 72px;
  height: 17px;
  margin-top: -35px;
  left: 21px;
}

* html .imagesNavNormal,
*:first-child+html .imagesNavNormal {
  left: 0;
}

.imagesNavSmall {
  position: relative;
  width: 75px;
  height: 17px;
  margin-top: -35px;
  margin-left: 19px;
}

#smsPara {
	position: absolute;
	top: 535px;
	left: 24px;
	text-align: center;
	width: 704px;
	background-color: #e3ddd4;
}
#smsText {
	color: black;
        font-weight: 400;
	font-size: 11px;
	display: none;
}
#emailText {
	color: black;
	font-size: 11px;
	display: none;
}
#emailPara {
	position: absolute;
	top: 535px;
	left: 74px;
	text-align: center;
	width: 600px;
}

/* begin twitter styles */

.advertsmall_picture_twitter {
    float: left;
    height: 150px;
    position: relative;
    width: 85px;
}

.advertsmall_normal_twitter {
    background-color: #000000;
    border: 2px solid #000000;
    float: left;
    height: 234px;
    margin: 7px 10px 3px 0;
    position: relative;
    width: 112px;
}

.advertsmall_twitter {
    background-color:#000000;
    border-top: 3px solid #000000;
    float: left;
    height: 29px;
    width: 112px;
}

.advertsmall_agentnr_twitter {
    background-color:#000000;
    border-top: 3px solid #000000;
    float: left;
    height: 29px;
    width: 112px;
}

.advertsmall_header_twitter {
    background-image: url("/v3/img/advertsmall_header.jpg");
    background-repeat: repeat-x;
    background-color: #000000;
    font-size: 13px;
    font-weight: bold;
    width: 112px;
    z-index : 1;
    position:relative;
    height:20px;
}

.footer_twitter {
    line-height: 20px;
    padding-bottom: 25px;
    padding-top: 30px;
    text-align: center;
    width: auto; 
    color: #FFFFFF;
    font-weight: bold;
}

#footer_twitter a, 
#footer_twitter a:hover, 
#footer_twitter a:visited {
  color: #fff;
  text-decoration: underline /*!important*/;
  //font-weight: bold;
}

.twitter_ribbon
{
    background-color:Transparent;
    width: 146px;
    height: 150px;
    float:right;
    z-index : 1;
    position:relative;
    
}

#twitter_ribbon_pic
{
    /* background-image: url("/v3/img/ribbonpng8.png"); */
    /* background-repeat: no-repeat; */
    width: 146px;
    height: 150px;
    float:right;
    z-index : 2;
    position:fixed; 
    cursor:pointer;
    /*position:relative;*/
}

#smslogo_ribbon_pic
{
    width: 85px;
    height: 51px;
    float:right;
    z-index : 2;
	position: absolute;
	top: -720px;
	left: 760px;
}

.smslogo_ribbon_container
{
    float:right;
    height:150;
    width:146px;
}

.twitter_ribbon_container
{
    float:right;
    height:150;
    width:146px;
}

.twitter_agent_detail_text
{
    width:150px;
    float:left;
}

.twitter_agent_detail_pic
{
    width:50px;
    float:right;
    padding-right:75px;
    padding-top:32px;
}

#twitterbutton
{
    border:1px;
    border-color:#a6a6a6 ;
    border-style:solid;
}

.showimg_twitter {
  margin-top: -167px;
}

.socialmedia_button_container
{
    margin-top:20px;
    margin-left:230px;
    height: 32px;
    width: 450px;
}

.socialmedia_button
{
    float: left;
    width: 100px;
    height: 30px;
    z-index:2;
}

/* einde twitter styles */



/* begin foxy photoshoot styles*/

.advert_foxy_normal {
  float: left;
  background-color: #000;   
  height: 438px;
  width: 741px;
  z-index:1;
  border: 0px solid #000;
  margin-bottom:6px;
}

.advert_foxy_container {
  height: 400px;
  width: 741px;
  padding-top: 5px;
}

.advert_foxy_favorites {
  float: left;
  margin-top: -9px;
  margin-left:3px;
  height: 26px;
  width: 234px;
}

.advert_foxy_favorites img {
  vertical-align: top;
}

* html .advert_foxy_image {
  position: static;
}

.advert_foxy_image img {
  vertical-align:top;
  height: 310px;
}

.advert_foxy_body {
  float: left;
  border: 0px solid #FFFFFF;
  z-index: 1;
  color: #000;
  font-size: 11px;
}

.advert_foxy_name {
  float: left;
  background-image: url(/v3/img/foxyheader.gif);
  background-repeat: no-repeat; 
  height: 69px;
  width: 446px;
  font-weight: bold;
  font-size: 13px;
  z-index:1;
  vertical-align:text-top;
  margin-top: -22px;
  margin-left: 4px;
}

.advert_foxy_buttons {
  float: left;
  height: 50px;
  /* width: 747px; */
  margin-top: 0px;
  margin-left: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}

.advert_foxy_buttons img {
  vertical-align: top;
}

.advert_foxy_buttons table {
  margin-top: 0px;
  margin-left: 0px;
}

.advert_foxy_buttons table img {
  vertical-align: top;
}

.advert_foxy_image {
  float: left;
  height: 356px;
  z-index:1;
  left: 0px;
  top:0px;
  text-align: center;
  position: relative;
  margin-left:14px;
}

* html .advert_foxy_image {
  position: static;
}

.advert_foxy_image img {
  border: 4px solid #FFFFFF;
  width: 256px;
  height: 349px;
}

.advert_foxy_small_pic
{
  border: 4px solid white;
  width:78px;
  height:86px;
  margin-left:4px;
  margin-bottom:4px;
}


.foxy_body_footer_text
{
    text-align:center;
    height:28px;
    float:left;
    width: 440px;
    font-size:14px;
    font-weight:bold;
    color: #FFFFFF;
    margin-top: 2px;
}

.image_pointer
{
    cursor:pointer;
}

/* einde foxy styles */

.subheader
{
    height: 42px;
    /* margin: 12  0 0 13px; */
}

.subheader_image
{
    height:40px;
    width:369px;
    float:left;
}


