* {
	margin:0;
	padding:0;}
a {
	cursor:pointer;
	text-decoration:none;}
a:hover {
	text-decoration:underline;}
img {
	border:0;}
ul, li {
	list-style:none;}
table {
	border-collapse:collapse;}
body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background:#efefef;}
.clear {
	clear:both;}
	
#container {
	width:886px;
	margin:0 auto;
	background:#FFF;
	position:relative;}
	#containerInner {
		width:874px;
		margin:0 6px;
		position:relative;}
	
	/* BEGIN TOP CSS */
	#top {
		float:left;
		width:100%;
		height:35px;
		background:#FFF;}
		#actions {
			margin-top:4px;}
		#actions a {
			float:left;
			display:block;
			height:23px;
			margin-right:3px;
			padding:0 12px 0 35px;
			color:#303030;
			font-weight:bold;
			line-height:23px;
			border:1px solid #d5d5cb;
			background:no-repeat #FFF;}
		#actions a:hover {
			color:#009cb8;
			border-collapse:#303030;
			background-position:left -23px ;}
		#actions a#start {
			background-image:url(../images/ico-start.gif);}
		#actions a#favor {
			background-image:url(../images/ico-favor.gif);}
		#actions a#model {
			background-image:url(../images/ico-model.gif);}
	/* END TOP CSS */

	#main {
		clear:both;
		padding-bottom:5px;}
	
	/* BEGIN LEFT CSS */	
	#left {
		width:656px;}
		#header {
			width:100%;
			height:224px;
			display:block;
			background:url(../images/vrouwenchat.jpg) no-repeat;}
			
		/* BEGIN Paging CSS */	
		.paging {
			height:23px;
			position:relative;
			text-align:center;
			border:1px solid #303030;
			background:url(../images/paging-bg.gif) repeat-x;}	
		.paging a {
			color:#FFF;
			font-weight:bold;
			line-height:22px;
			text-decoration:none;}
		.paging a:hover{
			color:#ffc4ea;
			text-decoration:underline;}
		.paging a.selected{
			color:#ff82eb;
			text-decoration:underline;}
		.paging a.prev,
		.paging a.next {
			top:0;
			width:75px;
			height:23px;
			font-size:12px;
			text-align:center;
			position:absolute;
			background:url(../images/paging-bg2.gif) repeat-x;}
		.paging a.prev:hover,
		.paging a.next:hover {
			color:#333;
			text-decoration:none;
			background-image:url(../images/paging-bg3.gif);}
		.paging a.prev {
			left:0;}	
		.paging a.next {
			right:0;}
		/* END Paging CSS */	
		
		#cams {
			width:100%;
			clear:both;}
		
		/* BEGIN Camblock CSS */
		.camblock {
			float:left;
			position:relative;
			color:#303030;
			border:solid #d3d3d3;
			border-width:0 1px 1px 0;}
		.camblockInner {
			width:115px;
			height:183px;
			margin:5px 10px 6px;}
		.camblock.first .camblockInner {
			width:114px;
			margin-left:0;}
		.camblock.last {
			border-right:0;}
		.camblock.last .camblockInner {width:112px;
			margin-right:0;}
		.camblock .cam {
			width:112px;
			height:96px;
			position:relative;
			border:1px solid #303030;}
		.camblock .cam .placeHolder {
			z-index:-10;
			top:0; left:0;
			position:absolute;}
		.camblock .cam .imgCon {
			z-index:2;}
		.camblock .name,
		.camblock .flag,
		.camblock .age,
		.camblock .btn {
			clear:both;
			margin:4px 0;}
		.camblock .name {
			font-weight:bold;}
		.camblock .flag {
			height:12px;
			margin-bottom:4px;}
		.camblock .flag a {
			float:left;
			display:block;
			border:1px solid #000;
			margin-right:1px}
		.btn {
			float:left;
			width:112px;
			height:24px;
			line-height:24px;
			position:relative;
			border:1px solid #303030;
			background:url(../images/btn-bg.gif) repeat-x #000;}
		.btn a {
			padding:0 5px;
			font-weight:bold;}
		.btn a.info {
			float:left;
			color:#00bbce;}
		.btn a.chat {
			float:right;
			color:#FFFFFF;}
		/* END   Camblock CSS */
		
	/* END   LEFT CSS */



/* BEGIN RIGHT CSS */
#right {
	float:right;
	width:210px;
	margin-left:6px;
	right:0; top:35px;
	position:absolute;}
#right .row {
	margin:3px 0;}
	/* BEGIN Block CSS */
	
	/* END Block CSS */	

	/* BEGIN SEARCH CSS */
	#search {
		width:100%;
		float:left;
		height:224px;
		background:url(../images/right-bg.gif) repeat-x;}
	#searchInner {
		float:left;
		padding:8px;}
	#search label {
		clear:both;
		float:left;
		width:100%;
		display:block;
		color:#FFF;
		font-size:10px;
		font-weight:bold;
		margin-top:3px;
		margin-bottom:3px;}
	#search .select {
		width:194px;
		font-size:10px;
		margin-bottom:8px;
		border:1px solid #5e5e5e;}
	#search #flags {
		clear:both;
		float:left;
		width:100%;}
	#search #flags input {
		width:13px;
		height:13px;}
	#search #flags ul {
		height:17px;
		position:absolute;
		background:#515151;
		border:1px solid #5e5e5e;}
	#search #flags li {
		float:left;
		width:30px;
		height:17px;
		position:relative;}
	#search #flags li img {
		margin:3px 8px;}
	#search #flags li input {
		top:22px;
		left:10px;
		position:absolute;}
	#submit {
		clear:both;}
	#submit input {
		width:210px;
		height:25px;
		color:#FFF;
		font-weight:bold;
		border:1px solid #a90a8f;
		background:url(../images/paging-bg2.gif) repeat-x;}
	#submit input:hover {
		color:#333;
		cursor:pointer;
		border-color:#00799f;
		background-image:url(../images/paging-bg3.gif);}
	/* END   SEARCH CSS */
	
	/* BEGIN Populair Cams */
	#topcams  {
		margin:5px 0;}
	#topcamsTop {
		height:23px;
		color:#FFF;
		font-weight:bold;
		line-height:21px;
		text-align:center;
		border:1px solid #303030;
		background:url(../images/paging-bg.gif) repeat-x;}
	#topcamsMid {
		width:208px;
		float:left;
		padding-bottom:2px;
		border:1px solid #d5d5cb;}
	.item {
		float:left;
		display:block;
		width:196px;
		padding:3px;
		margin:2px 2px 0;
		color:#303030;
		border:1px solid #d5d5cb;}
	.item .info {
		float:left;
		width:114px;
		overflow:hidden;}
	.item .name {
		height:23px;}
	.item .age,
	.item .cup,
	.item .country {
		padding:2px 0;}
	.item .image {
		width:80px;
		height:70px;
		float:right;
		border:1px solid #3b3b3b;
		background:center top no-repeat #ccc;}
	.item .descr {
		float:left;
		width:100%;
		margin-top:4px;}
	.item .descr,
	.item .link {
		clear:both;
		font-size:10px;
		margin-bottom:4px;}
	.item .link {
		color:#a90a8f;
		text-decoration:underline;}
	.item:hover {
		background:#d5d5cb;
		border-color:#333;
		text-decoration:none;}
	.item:hover .link {
		color:#00799f;}
	/* END   Populair Cams */
/* END   RIGHT CSS */
