/* Main */

*{
	padding: 0;
	margin: 0;
}
/*Floatfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* end Floatfix*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #000 url(../img/bgheader.gif) 0 36px repeat-x;
}

img{
	border: none;
}
a{
	text-decoration: none;
	color: #fff;
}
h1{
	font-size: 10px;
}
#header{
	width: 900px;
	height: 164px;
	margin: auto;
	overflow:hidden;
	cursor:default;
	/*background: url(../img/ET_kerstheader2009.jpg) no-repeat;*/
	/*background: url(../img/bgheadervalentijn2.jpg) no-repeat;*/
	/*background: url(../img/bgheader_wk.jpg) no-repeat;*/
}

/*Logo en zoeken*/
#headerleft{
	padding: 36px 0 0 0;
	float: left;
}
#headerleft a:hover{
	width: 289px;
	height: 49px;
	display: block;
	text-indent: -9999em;
	background: url(../img/logohome.gif) no-repeat;
	overflow: hidden;
}
* html #headerleft a:hover{
	width: 289px;
	height: 52px;
	display: block;
	text-indent: -9999em;
	background: url(../img/logohome.gif) no-repeat;
	overflow: hidden;
}
*+html #headerleft a:hover{
	width: 289px;
	height: 52px;
	display: block;
	text-indent: -9999em;
	background: url(../img/logohome.gif) no-repeat;
	overflow: hidden;
}
#headerleft form, #footerleft form{
	padding: 0;
	margin: 5px 0 0 0;
}
#headerleft form .search, #footerleft form .search{
	border: none;
	background: #fff;
	width: 158px;
	font-size: 11px;
}
#headerleft form .rounded, #footerleft form .rounded{
	background: url(../img/bgsearch.gif) no-repeat left top;
	padding: 4px 11px 3px 22px;
	float: left;
	margin: 0 1px 0 0;
}
#headerleft form .searchbutton, #footerleft form .searchbutton{
	font-size: 9px;
	margin: 1px 0 0 0;
}

/*Linkjes en snelkiezer*/
#headerright{
	float: right;
	padding: 8px 0 0 0;
	width: 200px;
}
#headerright ul{
	position: relative;
	left: 9px;	
}
#headerright ul li{
	display: inline;
}
#headerright ul li a:hover{
	text-decoration: underline;
}
#headerright form{
	margin: 21px 0 0 0;
	clear: both;
	width: 200px;
}
#headerright form label{
	display: block;
	text-align: right;
	margin: 0 0 5px 0;
}
#headerright form select{
	float: right;
	width: 150px;
	border: solid 1px;
	font-size: 11px;
	height: 17px;
}

/*Magazines*/
#magazines{
	clear: both;
	position: absolute;
	top: 134px;
	height: 30px;
	overflow:hidden;
}
#magazines ul li{
	float: left;
	list-style: none;
}
#magazines #magtitle{
	background: #333 url(../img/bgmagtitle.gif) top left no-repeat;
	padding: 7px 13px 9px 13px;
}
#magazines ul li a{
	display: block;
	float: left;
	padding: 7px 13px 9px 13px;
	height: 14px;
	background: #333 url(../img/bgmagdevider.gif) top right no-repeat;
}
#magazines .selected a, #magazines ul li a:hover{
	background: #ae0100 url(../img/bgmagdevider.gif) top right no-repeat;
}
#magazines ul #backhome a{
	display: block;
	float: left;
	padding: 7px 13px 9px 13px;
	height: 14px;
	background: #434343;
	border-left: #1b1b1b 1px solid;
}
#magazines ul #backhome a:hover{
	display: block;
	float: left;
	padding: 7px 13px 9px 13px;
	height: 14px;
	background: #ae0100;
	border-left: #1b1b1b 1px solid;
}

/*container & footer*/

#container{
	width: 900px;
	margin: auto;
}

/*CSS voor de footer*/
/*Footer*/

#footer{
	background:url(../img/bgfooter.gif) repeat-x;
	padding-top: 26px;
	margin-top:5px;
	text-align:left;
}

#footer a{
	font-size:11px;
}

#footer a:hover{
	text-decoration: underline;
}

#footercontent{
	width: 900px;
	margin: 0px auto 0 auto;
	overflow: hidden;
}

#footerleft{
	background:url(../img/logo_small.gif) no-repeat;
	width: 232px;
	padding-top: 41px;
	float: left;
}

#footerleft form #footersnelkiezer{
	width: 180px;
	margin: 0 0 0 0px;
	float: left;
	border: solid 1px;
	font-size: 11px;
	height: 17px;
}

#footerleft .linkslinks{
	font-size: 11px;
	margin-top: 10px;
}

#footerleft form label{
	display: block;
	text-align: left;
	margin: 0 0 5px 0;
}

#footerright{
	float: right;
	width: 640px;
}

#footerright .list{
	width: 150px;
	padding-right: 10px;
	float: left;
	text-align:left;
}

#footerright .list h1{
	font-size: 14px;
	color: #ffa210;
}

#footerright .list ul{
	list-style: none;
	padding-top: 10px;
}

#footerbottom{
	background: url(../img/icons_pay.png) no-repeat center 20px;
	padding: 65px 0 10px  0;
	clear: both;
	text-align: center;
}

/*overlay*/
#greylayer{	
	position:fixed;
	display:none;
	z-index:90;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-color:#000000;
}
#infoholder{
	width: 900px;
	height: 0;
	margin: auto;
	overflow:visible;
}
#infolayer{
	position:fixed;
	top:110px;
	margin-left: 180px;
	width: 520px;
	height: auto;
	background:#fff;
	color:white;
	padding: 0px;
	border:2px solid #000;
	display:none;
	z-index:100;
}
* html #infolayer{
	position: absolute;
	top: 210px;
	margin-left: 300px;
	width: 520px;
	height: auto;
	background:#fff;
	color:white;
	padding: 0px;
	border:2px solid #000;
	display:none;
	z-index:100;
}
#infolayer a:hover{
	text-decoration:none;
}
#info{
	float:left;
	width:494px;
	margin-left:10px;
	padding-bottom:10px;
}
#infoclose{
	float:right;
	margin-right:10px;
	color:red;
	background:#fff;
}
/*ajax*/
.refreshing{
	text-indent: -9999em;
	height:48px;
	width:48px;
	background: url(../img/ajax/loadpref.gif) no-repeat;
	margin:128px auto;
	display:block;
}

/*pseudolink*/
.pseudolink{
	cursor:pointer;
}
.pseudolink:hover{
	text-decoration: underline;
}

/*errors*/
.error{
	width: 460px;
	margin: 5px 0 0 10px;
	padding: 6px 0 10px 0;
	overflow: hidden;
	float:left;
	background: #000 url(../img/bgcats.gif) repeat-x;
}
.error h1{
	height: 16px;
	text-indent: 10px;
	margin: 0 0 20px 10px;
	font-size: 12px;
}
.error p{
	margin: 0 0 5px 10px;
}/*home*/

#sideleft{
	background: #000;
	width: 245px;
	float: left;
	padding: 5px 6px 10px 6px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#sideleft {padding: 12px 0 10px 6px;}
}

/*Categorieen*/

.smsactie{
	border: 5px solid #cecece;
	background: #fff;
	width: 246px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #535353;
	padding: 0 0 3px 0;
	margin: 0 -6px 0;
}

.smsactie h2{
	font-size: 16px;
	font-weight: normal;
	margin: 8px 0;
}

.smsactie a{
	color: #a55da0;
	text-decoration: underline;
}

.smsactie a img{
	border: none;
	text-decoration: none;
	margin: 0 auto;
	display:block;
}

.smsactie .meerinfo{
	margin: 5px 0 8px 0;
}

.smsactie p{
	font-size: 9px;
	margin: 10px 0 0 0;
	padding: 0 8px 5px 8px;
}

#categorieen{
	background: #000 url(../img/bgsideleft.gif) repeat-x;
	margin: 5px -6px;
	padding: 12px 6px;
}

#categorieen h1{
	background: url(../img/kopcategorieen.gif) no-repeat;
	height: 16px;
	width: 99px;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}
#categorieen ul{
	float: left;
	list-style: none;
	margin: 0 0 10px 0;
}
#categorieen ul li{
	line-height: 17px;
	width: 115px;
}
#categorieen ul li a{
	background: url(../img/iconcats.gif) 0 5px no-repeat;
	display: block;
	text-indent: 9px;
}
#categorieen ul li a:hover{
	background: url(../img/iconcatshover.gif) 0 5px no-repeat;
	display: block;
	text-indent: 9px;
}

/*Gratis Video*/

.gratisvideo{
	margin: 7px 0 0 0;
	padding: 7px;
	width: 230px;
	background: url(../img/bgtiptop.gif) no-repeat;
}

.gratisvideo h1{
	background: url(../img/kopvideo.gif) no-repeat;
	height: 12px;
	width: 110px;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}

.gratisvideo .video{
	width: 228px;
	height: 173px;
	border: 1px solid #fff;
}

.gratisvideo .videobg{
	width: 228px;
	height: 173px;
	background: url(../img/videobg.png) no-repeat;
	display: block;
}

.gratisvideo .videopreview{
	width: 230px;
	height: 175px;
}

.gratisvideo .videocontent{
	width: 230px;
}

.gratisvideo .buttons{
	padding-top: 10px;
	width: 230px;
}

.gratisvideo .buttons .preview{
	width: 200px;
	height: 37px;
	background: url(../img/buttonstart.gif) no-repeat;
	display: block;
	margin: 0 auto;
	text-indent: -9999em;
}

.gratisvideo .buttons .stoppreview{
	width: 200px;
	height: 37px;
	background: url(../img/buttonstop.gif) no-repeat;
	display: block;
	margin: 0 auto;
	text-indent: -9999em;
}

.gratisvideo .buttons .toegang{
	width: 200px;
	height: 37px;
	display: block;
	margin: 5px auto 0 auto;
	background: url(../img/buttonkijk.gif) no-repeat;
}


/*Nieuwsbrief*/
#nieuwsbrief{
	background: #2a2a2a;
	clear: both;
	padding: 7px 5px 10px 7px;
	width: 232px;
}
#nieuwsbrief h1{
	background: url(../img/kopnieuwsbrief.gif) no-repeat;
	height: 13px;
	width: 100px;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}
#nieuwsbrief p{
	margin: 0 0 5px 0;
}
#nieuwsbrief a{
	color: #ffa210;
}
#nieuwsbrief a:hover{
	color: #ffa210;
	text-decoration: underline;
}
#nieuwsbrief .email{
	width: 130px;
	border: 1px solid #000;
	padding: 2px 0;
	font-size: 12px;
}
#nieuwsbrief .send{
	font-size: 12px;
	padding: 1px 0;
	background: #a5a5a5;
	border: 1px solid #000;
}

/*Amateur vd week*/
#amateurweek{
	background: #393939;
	margin: 7px 0 0 0;
	padding: 7px;
	width: 230px;
}
#amateurweek h1{
	background: url(../img/kopdagamateur.gif) no-repeat;
	height: 14px;
	width: 130px;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}
#amateurweek a img{
	width: 100px;
	float: left;
	border: 1px solid #939393;
	margin: 0 10px 5px 0;
}
#amateurweek p{
	margin: 0 0 5px 0;
}
#amateurweek a{
	color: #ffa210;
	display: block;
}
#amateurweek a:hover{
	text-decoration: underline;
}

/* Sexverhalen */

#sideleft #sexverhalen{
  margin: 7px 0 0 0;
	padding: 7px;
	width: 230px;
	background: url(../img/bgtiptop.gif) no-repeat;
}

#sideleft #sexverhalen h1{
  background: url(../img/kopsexverhalen.gif) no-repeat;
	height: 15px;
	width: 116px;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}

#sideleft #sexverhalen ul li{
	list-style: none;
	margin: 4px 0 0 0;
}

#sideleft #sexverhalen h2{
  font-weight: bold;
  font-size: 13px;
  background: url(../img/icontips.gif) 0 4px no-repeat;
  text-indent: 13px;
  
}

#sideleft #sexverhalen h2 a{
	color: #ffa210;
}

#sideleft #sexverhalen h2 a:hover{
	text-decoration: underline;
}

#sideleft #sexverhalen p{

}

#sideleft #sexverhalen p a{
  text-decoration: none;
  color: #fff;
}

#sideleft #sexverhalen p a:hover{
  text-decoration: underline;
}

/*Erotips*/
#sideleft .erotips{
	margin: 7px 0 0 0;
	padding: 7px;
	width: 230px;
	background: url(../img/bgtiptop.gif) no-repeat;
}
#sideleft .erotips h1{
	background: url(../img/koptipleft.gif) no-repeat;
	height: 15px;
	width: 69px;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}
#sideleft .erotips ul li{
	list-style: none;
	text-indent: 12px;
	background: url(../img/icontips.gif) 0 4px no-repeat;
	margin: 4px 0 0 0;
}
#sideleft .erotips a:hover{
	text-decoration: underline;
}
#sideleft .tipbottom{
	background: url(../img/bgtipbot.gif) no-repeat;
	height: 6px;
	width: 244px;
}

#sideright .banner{
	margin:20px 0 20px 18px;
}

/*Dagfilm*/

#dagfilm{
	background: #393939;
	margin: 7px 0 0 0;
	padding: 7px;
	width: 230px;
}
#dagfilm h1{
	background: url(../img/kopdagfilm.gif) no-repeat;
	height: 16px;
	width: 94px;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}
#dagfilm a img{
	width: 100px;
	float: left;
	border: 1px solid #939393;
	margin: 0 10px 5px 0;
}
#dagfilm p{
	margin: 0 0 5px 0;
}
#dagfilm a{
	color: #ffa210;
	display: block;
}
#dagfilm a:hover{
	text-decoration: underline;
}

/*pijpslet*/

#pijpslet{
	background: #393939;
	margin: 7px 0 0 0;
	padding: 7px;
	width: 230px;
}
#pijpslet h1{
	background: url(../img/kopdagslet.gif) no-repeat;
	height: 14px;
	width: 127px;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}
#pijpslet a img{
	width: 100px;
	float: left;
	border: 1px solid #939393;
	margin: 0 10px 5px 0;
}
#pijpslet p{
	margin: 0 0 5px 0;
}
#pijpslet a{
	color: #ffa210;
	display: block;
}
#pijpslet a:hover{
	text-decoration: underline;
}

/*pijpslet*/

#dvp{
	background: #393939;
	margin: 7px 0 0 0;
	padding: 7px;
	width: 230px;
}
#dvp h1{
	background: url(../img/kopescort.gif) no-repeat;
	height: 14px;
	width: 127px;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}
#dvp a img{
	width: 100px;
	float: left;
	border: 1px solid #939393;
	margin: 0 10px 5px 0;
}
#dvp p{
	margin: 0 0 5px 0;
}
#dvp a{
	color: #ffa210;
	display: block;
}
#dvp a:hover{
	text-decoration: underline;
}

/*EROgallery*/

#gallerypromo{
	margin: 7px 0 0 0;
	padding: 7px;
	background: url(../img/bgtiptop.gif) no-repeat;
	width: 230px;
}
#gallerypromo h1{
	background: url(../img/koperogallery.gif) no-repeat;
	height: 16px;
	width: 89px;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}
#gallerypromo img{
	border: 1px solid #939393;
	display: block;
	margin: 0 0 5px 0;
}
#gallerypromo a:hover{
	text-decoration: underline;
}

/*pijpslet*/

#dagman{
	background: #393939;
	margin: 7px 0 0 0;
	padding: 7px;
	width: 230px;
}
#dagman h1{
	background: url(../img/kopdagman.gif) no-repeat;
	height: 14px;
	width: 127px;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}
#dagman a img{
	width: 100px;
	float: left;
	border: 1px solid #939393;
	margin: 0 10px 5px 0;
}
#dagman p{
	margin: 0 0 5px 0;
}
#dagman a{
	color: #ffa210;
	display: block;
}
#dagman a:hover{
	text-decoration: underline;
}

/*Main*/
#main{
	width: 460px;
	float: left;
	padding: 5px 0 0 9px;
}

/*Aankeilers*/
#aankeilers{
	width: 460px;
	background: #000 url(../img/bgmainitem.gif) repeat-x;
	padding: 8px 0 0 0;
}
#aankeilers h1{
	background: url(../img/kopaankeilers.gif) no-repeat;
	height: 13px;
	width: 143px;
	text-indent: -9999em;
	margin: 0 0 20px 10px;
}
.aankeilitem{
	float: left;
	text-align: center;
	padding: 0 13px;
}

/*Blokje voor feedback op de nieuwe Erotracks*/

#camtick{
  margin: 10px auto 10px auto;
}

#vernieuwd{
	width: 450px;
	margin: 10px 0 0 0;
	padding: 6px 0 0 10px;
	overflow: hidden;
	background: #000 url(../img/webcamsex/bgprofielinbel.gif) repeat-x;
	font-size: 12px;
}

#vernieuwd h1{
	background: url(../img/kopnieuw.gif) 0 2px no-repeat;
	height: 16px;
	text-indent: -9999em;
	margin: 0 0 16px 0px;
	font-size: 12px;
}

#vernieuwd p{
	margin-bottom: 10px;
}

#vernieuwd a{
	color: #ffa210;
}

#vernieuwd a:hover{
	text-decoration: underline;
}

/*Film flits*/
#filmpromo{
	width: 460px;
	background: #000 url(../img/bgmainitem.gif) repeat-x;
	padding: 7px 0 0 0;
	margin: 7px 0 10px 0;
}

#filmpromo a:hover{
	text-decoration: underline;
}

#filmpromo h1{
	background: url(../img/kopfilmflits.gif) no-repeat;
	height: 17px;
	width: 202px;
	text-indent: -9999em;
	margin: 0 0 15px 10px;
}
#filmleft{
	width: 205px;
	float: left;
	padding: 0 0 0 12px;
	text-align: center;
}
#filmright{
	width: 205px;
	float: right;
	padding: 0 12px 0 0;
	text-align: center;
}

/*Hottext*/

.hottext{
	width: 436px;
	border: 2px solid #630000;
	background: #630000 url(../img/bghottxt.gif) repeat-x;
	padding: 10px;
	margin: 0 0 7px 0;
}
.hottext img{
	border: 1px solid #fff;
	float: left;
}
.hottext h1 a{
	color: #ffa210;
	font-size: 12px;
	width: 352px;
	float: right;
}
.hottext p{
	width: 352px;
	float: right;
}
.stars{
	height: 18px;
	float: right;
	margin: 8px 0 8px 0;
}

.stars .star{
	background: url(../img/star_whole.gif) no-repeat;
	float: left;
	width: 25px;
	height: 21px;
	margin-left: 3px;
	border: none;
}

.stars .halfstar{
	background: url(../img/star_half.gif) no-repeat;
	float: left;
	width: 25px;
	height: 21px;
	margin-left: 3px;
	border: none;
}

.hottext a:hover{
	text-decoration: underline;
}

/*Top 10 en kim promo*/

#top10enpromo{
	width: 460px;
	height: 235px;
}

#top10{
	width: 222px;
	height: 225px;
	background: #1e1e1e;
	float: left;
	padding: 5px 5px 5px 15px;
}
#top10 h1{
	background: url(../img/koptop10.gif) no-repeat;
	height: 13px;
	width: 154px;
	text-indent: -9999em;
	overflow: hidden;
}
#top10 p{
	margin: 5px 0 0 0;
}
#top10 a{
	color: #ffa210;
}
#top10 a:hover{
	text-decoration: underline;
}
#top10promo{
	float: right;
	margin: 0 0 7px 0;
}

.flashpromo{
	margin: 0 0 7px 0;
}

#campussy{
	width: 440px;
	height: 260px;
	padding: 10px;
	background: url(../img/bg_campussy.png) no-repeat;
}

#campussy .campussy_link{
	width: 130px;
	display: block;
	height: 230px;
	float: left;
}

#campussy .campussy_vid{
	float: right;
	height: 230px;
	width: 300px;
}


/*Side right*/

#sideright{
	width: 155px;
	margin: 5px 0 0 0;
	float: right;
	background: #1f1f1f;
	padding: 5px 5px 0 5px;
}

.item{
	background: #393939;
	text-align: center;
	padding: 5px 0;
	margin: 0 0 5px 0;
}
.item a img{
	margin: 5px auto 5px;
	display: block;
	border: 1px solid #939393;
}
.item a:hover{
	text-decoration: underline;
}

.item .mvdd{
	margin: 8px 0;
}

#sideright .kim img{
	border:#fff 1px solid !important;
}

#kopdagmeisje{
	background: url(../img/kopdagmeisje.gif) no-repeat;
	height: 14px;
	width: 115px;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0 auto 0;
}
#kopweekoma{
	background: url(../img/kopdagoma.gif) no-repeat;
	height: 13px;
	width: 111px;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0 auto 0;
}
/*#kopkimpromo{
	background: url(../img/kopkimpromo.gif) no-repeat;
	height: 13px;
	width: 90px;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0 auto 0;
}*/
.kim{
	background: url(../img/kimpromobg.jpg) no-repeat;
}

.kim h1{
	text-indent: -9999px;
	margin-bottom: 25px;
}

#dateprive{
	width: 155px;
	height: 245px;
	margin: 0 0 5px 0;
}

/*Oude DP banner
#dateprive{
	background: url(../img/dpBanBack2.gif) no-repeat;
	width: 155px;
	height: 195px;
	padding: 50px 0 0 0;
	margin: 0 0 5px 0;
	text-align: center;
}

#dateprive a img{
	display: block;
	width: 125px;
	height: 160px;
	margin: 0 auto 5px;
}

#dateprive .datebanner{
	display: block;
	width: 125px;
	height: 160px;
	margin: 0 auto 5px;
}

#dateprive a{
	color: #6b0000;
}*/

#kopdating{
	background: url(../img/koperodating.gif) no-repeat;
	height: 13px;
	width: 97px;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0 auto 0;
}
#kopsexshop{
	background: url(../img/kopsexshop.gif) no-repeat;
	height: 14px;
	width: 70px;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0 auto 0;
}

.tipright{
	padding: 5px 10px;
}
#sideright .tipright h1{
	background: url(../img/koptipright.gif) no-repeat;
	height: 14px;
	width: 68px;
	text-indent: -9999em;
	overflow: hidden;
}
.tipright ul li{
	list-style: none;
	text-align: left;
	text-indent: 12px;
	background: url(../img/icontipsblack.gif) 0 4px no-repeat;
	margin: 4px 0 0 0;
}

/*Ajax campromo*/

.campromo ul li{
	float: left;
	list-style: none;
}
.campromo ul li span, .campromo ul li a{
	display: block;
	float: left;
	height: 27px;
	overflow: hidden;
	color: #fff;
	margin: 0 2px 0 0;
	width: 60px;
	text-indent: -9999em;
	cursor:pointer;	
}	
* html .campromo ul li span, * html .campromo ul li a{
	display: block;
	float: left;
	height: 27px;
	width: 60px;
	overflow: hidden;
	color: #fff;
	margin: 0 1px 0 0;
	
}	
.camtab_1{	
	background: url(../img/tab18.gif) no-repeat;
}
.camtab_1:hover, .camtab_1.selected{
	background: url(../img/tab18selected.gif) no-repeat;
}
.camtab_2{	
	background: url(../img/tab30.gif) no-repeat;
}
.camtab_2:hover, .camtab_2.selected{
	background: url(../img/tab30selected.gif) no-repeat;
}
.camtab_3{	
	background: url(../img/tab45.gif) no-repeat;
}
.camtab_3:hover, .camtab_3.selected{
	background: url(../img/tab45selected.gif) no-repeat;
}
.camtab_4{	
	background: url(../img/tabebony.gif) no-repeat;
}
.camtab_4:hover, .camtab_4.selected{
	background: url(../img/tabebonyselected.gif) no-repeat;
}
.camtab_5{	
	background: url(../img/tabhollands.gif) no-repeat;
}
.camtab_5:hover, .camtab_5.selected{
	background: url(../img/tabhollandsselected.gif) no-repeat;
}
.camtab_6{	
	background: url(../img/tabgaycam.gif) no-repeat;
}
.camtab_6:hover, .camtab_6.selected{
	background: url(../img/tabgaycamselected.gif) no-repeat;
}
.camtab_7{	
	background: url(../img/taballes.gif) no-repeat;
}
.camtab_7:hover, .camtab_7.selected{
	background: url(../img/taballesselected.gif) no-repeat;
}
.camtab_7{
	background: url(../img/taballes.gif) no-repeat;
}
.camtab_7:hover{
	background: url(../img/taballesselected.gif) no-repeat;
}
.campromo .camblock{
	background: #666 /*url(../img/bgbottomwide.gif) no-repeat bottom left*/;
	padding: 5px 5px 5px 8px;
	color: #fff;
	width: 450px;
	height:305px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.camblock .cammer{
	width: 128px;
	padding: 0 7px;
	float: left;
	margin: 0 7px 5px 0;
	height: 140px;
	overflow: hidden;
}
.camblock .cammer p{
	font-weight: bold;
}
.camblock .cammer .imgborder{
	width: 128px;
	height:96px;
	margin: 2px 0 5px 0;
	display: block;
	overflow:hidden;
}
.camblock .cammer img{
	width: 128px;
}
.camblock .online{
	background: url(../img/online.gif) no-repeat;
	width: 62px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9999em;
	overflow:hidden;
}
.camblock .offline{
	background: url(../img/offline.gif) no-repeat;
	width: 62px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9999em;
	overflow:hidden;
}
.camblock .profiellink{
	background: url(../img/profiel.gif) no-repeat;
	width: 62px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9999em;
	overflow:hidden;
	margin: 0 0 0 4px;
	font-size: 10px;
}

.campromo .meerlink{
	font-weight: bold;
	color: #fff;
	padding:5px;
}

.campromo h1{
	background: url(../img/campromo/kopcampromo.gif) no-repeat;
	width: 446px;
	height: 11px;
	text-indent: -99999em;
	padding: 0 0 5px 0;
	margin: 0 0 7px 0;
}

#koppreviews{
	background: url(../img/kopaanraders.gif) no-repeat;
	height: 13px;
	width: 136px;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0 auto 0;
}
.preview{
	margin:30px 0 30px 0;
}
.preview img{
	width:125px;
}

#scs{
	background-image: url(../img/scs/ebBack.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin:10px 0;
	color:#000;
}
#scs_flash{
	margin:0 -1px;
	border-bottom:solid 1px #fff;
}@charset "iso-8859-1";
/*©2008 midhold*/
.pseudolink{
	cursor:pointer;
}
.pseudolink:hover{
	text-decoration: underline;
}

#greylayer{
	position:absolute;
	display:none;
	top:0;
	left:0;
	height:0;
	width:0;
	z-index:200;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-color:#000000;
}

#overlayer
{
	position:fixed;
	z-index:200;
	top:0;
	left:0;
	width: auto;
	height: auto;
	background:#fff;
	color:white;
	padding: 0px;
	border:2px solid #333;
	display:none;
	text-align:right;
}

* html #overlayer{
	position: absolute;
}

#overlayer a:hover{
	text-decoration:none;
}

#overholder{
	float:left;
	clear:both;
	padding:0 10px 10px 10px;
}

#overclose{
	/*float:left;*/
	margin-right:10px;
	color:#cc0000;
	background:#fff;
}

#overcontent{
	border:solid 1px #666;
	overflow:hidden;
}#popup {
background: url(../img/popup/bg.png) no-repeat;
width: 213px;
height: 126px;
z-index: 2;
display: none;
}

#popup a{
  text-decoration: none;
  color:#666;
}

#popup a img{
	border: none;
}

#popup #kop {
	width:150px;
	height:20px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	padding:10px 0 0 40px;
	background-image: url(../img/popup/cam.png);
	background-repeat: no-repeat;
	background-position: 11px 5px ;
	margin-top:5px;
	float:left;
}
#popup .kruis {
	width:8px;
	height:8px;
	float:right;
	margin:18px 15px 0 0;
	cursor: pointer;
	

}
#popup #pic {
	width:65px;
	height:65px;
	float:left;
	background:url(../img/popup/bg_pic.jpg) no-repeat;
	margin:10px 0 0 15px;
}
#popup #pic img {
	width:46px;
	height:46px;
	margin:7px 0 0 9px;
}
#popup #tekst {
	width:120px;
	float:right;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	margin-top:8px;
	padding:1px 10px 0 0px;

}

#popup #nucammen {
	width:88px;
	height:19px;
	float:right;
	margin:5px 25px 0 0;
}