/* CSS Document */

#header_bottom{
	background: url(../img/kinkycams.jpg) no-repeat;
}

#camcontent{
	background: #e25a5a;
	padding-top: 5px;
	width: 770px;
	color: #fff;
}

#camcontent h1{
	width: 288px;
	height: 15px;
	font-size: 12px;
}

#cammain{
	width: 460px;
	float: right;
	margin: 10px;
	padding-top: 8px;
}

#cammain h1{
	border-bottom: 1px solid #fff;
	width: 450px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

#cammain p{
	text-align: center;	
	margin: 0 0 5px 0;
}

#camside{
	width: 270px;
	float: left;
	margin: 10px;
}

#camzoeken{
	background: #780c0c;
	width: 250px;
	line-height: 20px;
	padding: 8px;
	border: 1px;
	border-color: #ffffff;
}

#camzoeken h1{
	border-bottom: 1px solid #fff;
	line-height: 15px;
	width: 250px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
#camzoeken td{
	vertical-align: top;
}

#camzoeken label{
	margin-left:2px;
}

#camzoeken select{
	width:150px;
	background:none repeat scroll 0 0 #C01414;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:11px;
	height:18px;
}

#camzoeken .submit{
	margin:5px auto 5px;	
	width:250px;
	height:26px;
	font-weight:bold;
}

.webcamitem{
	width: 135px;
	height: 105px;
	background: #4b0000;
	padding: 8px 0 0 8px;
	float: left;
	margin: 0 6px 10px 0;
}
.webcamitem img{
	border: none;
	width: 100px;
}
.webcamitem .imgborder{
	border: 1px solid #fff;
	margin: 0 0 5px 0;
	width:100px;
	height:75px;
	overflow:hidden;
}
.webcamitem p{
	font-size: 10px;
}
.webcamitem .online{
	background: url(../img/cams/icononline.gif) no-repeat;
	padding: 0 0 0 13px;
}
.webcamitem .offline{
	background: url(../img/cams/iconoffline.gif) no-repeat;
}
.icoontjes{
	width: 22px;
	padding: 6px 0 0 0;
	float: left;
}

.icoontjes a{
	border: none;
	margin: 0 0 9px 0;
	display:block;
	width: 16px;
	height: 14px;
}
.icoontjes .chat{
	background: url(../img/cams/iconchat.gif) no-repeat;
}
.icoontjes .chat_later{
	background: url(../img/cams/iconchat_later.gif) no-repeat;
}
.icoontjes .chat_later:hover{
	background: url(../img/cams/iconchat.gif) no-repeat;
}
.icoontjes .info{
	background: url(../img/cams/iconinfo.gif) no-repeat;
}
.icoontjes .mail{
	background: url(../img/cams/iconmail.gif) no-repeat;
}
.icoontjes .mail_later{
	background: url(../img/cams/iconmail_later.gif) no-repeat;
}
.icoontjes .mail_later:hover{
	background: url(../img/cams/iconmail.gif) no-repeat;
}
.webcamitem p a:hover{
	text-decoration:underline;
}

.camnav{
	clear: both;
}
.camnav .item{
	clear: both;
	color: #fff; 
}

#camside p{
	font-size: 12px;
	margin: 5px 0 0 0;
}
