/* HANDIGE EXTRA CLASSES */
input.small-text, input.small-title {width:100px;padding:5px;}

.float-left{float:left; display: inline;}
.float-right{float:right; display: inline;}

fieldset table{margin-bottom: 0;}

.margin{margin: 10px;}
.margin-left{margin-left: 10px;}
.margin-right{margin-right: 10px;}
.margin-top{margin-top: 10px;}
.margin-bottom{margin-bottom: 10px;}
.no-margin{margin: 0 0 0 0;}

.padding{padding: 10px;}
.padding-left{padding-left: 10px;}
.padding-right{padding-right: 10px;}
.padding-top{padding-top: 10px;}
.padding-bottom{padding-bottom: 10px;}
.no-padding{padding: 0 0 0 0;}

.clear-left{clear:left;}
.clear-right{clear:right;}

.block{display: block;}

.relative{position: relative;}
.absolute{position: absolute;}

.pointer{cursor: pointer;}

.absmiddle{margin-bottom: -0.25em; margin-right: 0.25em; vertical-align:middle;}

.emphasis{
	background: #d5ca96;
	padding: 3px 10px;
	margin: 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.rounded{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.left{text-align: left;}
.center{text-align: center;}
.right{text-align: right;}





/* **********************
 BODY
************************ */
body{
	font-size:12px;
	color:#000;
	font-family: Arial, Tahoma, Verdana, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #170000 url('../images/background.png') repeat-x;
}

h2{
	font-size: 16px;
	font-weight: bold;
}

/* **********************
 HEADER
************************ */
.header{
	width: 950px;
	height: 92px;
	background: url('../images/header.jpg') no-repeat;
	
	position: relative;
}

.header h1{
	cursor:pointer;
	float:left;
	background: url('../images/logo.png') no-repeat;
	width: 404px;
	height: 58px;
	overflow:hidden;
	text-indent:-999px;
	margin:15px 0;
	padding:0;
}

.header h1 a{
	display: block;
	width: 404px;
	height: 58px;
}

/* **********************
 TABS
************************ */
.header ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 60px;
	height: 32px;
	
	position: absolute;
	right: 0;
}

.header ul li{
	float:left;
	background: url('../images/tabs/right.png') no-repeat right top;
	padding-right: 12px;
	margin: 0 5px;

}
.header ul li a, .header ul li form{
	padding: 5px 0 0 10px;
	display: block;
	height: 32px;
	background: url('../images/tabs/left.png') no-repeat left top;
}

.header ul li.bookmark a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.header ul li.bookmark a img{
	margin-bottom:-0.25em;
	margin-right:0.25em;
}

.header ul li.search input{
	border: 0 none;
}

.header ul li.search .input{
	float:left;
	background: url('../images/tabs/input-search.png') no-repeat;
	width: 118px;
	height: 18px;
	margin: -2px 3px 0 -7px;
	padding:5px;
	color: #333;
}
.header ul li.search .submit{
	cursor: pointer;
	text-indent: -9999px;
	background: url('../images/tabs/submit-search.png') no-repeat;
	width: 51px;
	height: 28px;
	margin: -2px -8px 0 2px;
}
/* **********************
 UNORDERED LIST OP DE INDEX
************************ */
.content ul{
	width: 938px;
	list-style:none;
	margin: 0 auto;
	padding: 0;
	margin-top: 10px;
}
.content ul li{
	position:relative;
	text-align: center;
	margin: 4px;
	width: 126px;
	height: 170px;
	float: left;
	background: url('../images/model-box.png') no-repeat;
}

.content ul li a{
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.content ul li .overlay{
	top: 0px;
	position: absolute;
	z-index: 5;
	width: 126px;
	height: 90px;
	background: url('../images/overlay.png') no-repeat;
}

/* **********************
 LAATST BEZOCHTE CHATROOMS
************************ */
.latest-visited{
	color: #fff;
}
.latest-visited a{
	color: #fff;
}
/* **********************
 LINKPARTNERS
************************ */
.linkpartners{
	width: 100%;
	background: #4e0404 url('/images/footer.png') repeat-x left top;
	padding-top: 25px;
	height: 150px;
}

.linkpartners ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.linkpartners ul li{
	float: left;
	width: 190px;
}

.linkpartners ul li a{
	color: #fff;
	text-decoration: none;
}

/* **********************
 FOOTER
************************ */
.footer{
	text-align:center;
	color: #fff;
	margin: 10px;
}
.footer a{
	color: #fff;
}


/* **********************
 PROFILE
************************ */
.message{
	color: #450605;
}
.otherwebcams, .video{
	background: #fff url('/images/profile/left-bg.png') left bottom no-repeat;
	width: 310px;
	padding-bottom: 10px;
}

.otherwebcams h2.title, .video h2.title{
	background: #fff url('/images/profile/left-bg-top.png') left top no-repeat;
	display: block;
	width: 300px;
	padding: 10px 0 0 10px;
	margin: 0;
}

.information{
	background: #fff url('/images/profile/information-bg.png') left bottom no-repeat;
	width: 630px;
	padding-bottom: 10px;
}

.information h2, .video h2, .otherwebcams h2{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 10px;
}

.information h2.title{
	background: #fff url('/images/profile/information-bg-top.png') left top no-repeat;
	display: block;
	width: 620px;
	padding: 10px 0 0 10px;
	margin: 0;
}
.information h3{
	padding: 5px 0;
	margin-bottom: 10px;
}

.information table{
	padding: 0 10px;
	margin: 0;
	color: #450605;
}

.information table tr.even td{
	background: #f9e5e5;
}
.information table tr.uneven td{
	background: #fff;
}

.information .phone{
	float: left;
	border: 1px solid #885c5c;
	padding: 10px;
	color: #000;
	width: 278px;
	height:100px;
	background: #f9e5e5;
}
.information .phone .text{
	width: 190px;
}
.information .phone .submit{
	cursor: pointer;
	color: #000;
	padding: 5px;
	border: 1px solid;
	border-color: #f3c4c4 #de9e9e #de9e9e #f3c4c4;
	background: #fff;
}
.information .phone .submit:hover{
	
	border-color: #de9e9e #f3c4c4 #f3c4c4 #de9e9e;
}

.information .payment-methods{
	background: #fff;
	padding: 15px;
}