@charset "UTF-8";
/* CSS Document */

/* General elements */ 

html, body {
	margin: 0;
	padding: 0;
	color: #7a3b70;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #aaa;
	font-size: 12px;
	background-image: url(../images/bgPage.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

h1 {
	color: #7a3b70;
	font-size: 18px;
}

h2 {
	padding: 0;
	margin: 0;
	color: #7a3b70;
	font-size: 12px;
	font-weight: bold;
}

img {
	border: 0px;
}

fieldset {
	border: 0px;
}

button {
	visibility: hidden;
}


/* Lay-out elements */

div#container {
	position: relative;
	margin: 0 auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 935px;
	background-image: url(../images/bgContainer.jpg);
	background-repeat: repeat-y;
}

div#container:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
}

div#header {
	width: 935px;
	height: 105px;
	background-image: url(../images/bgHeader.jpg);
	background-repeat: no-repeat;
}

div#navigation {
	width: 935px;
	height: 72px;
	background-image: url(../images/bgNavigation.jpg);
	background-repeat: no-repeat;
}

div#contentcontainer {
	position: relative;
	float: left;
	width: 796px;
	border-left: 1px solid #eeecee;
}

div#slogan {
	position: relative;
	float: left;
	width: 475px;
	height: 70px;
	padding-top: 10px;
	padding-left: 25px;
}

div#description {
	position: relative;
	float: left;
	width: 756px;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top: -15px;
}

#pagination1 {
	position: relative;
	float: right;
	width: 175px;
	color: #7a3b70;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 15px;
}

#pagination2 {
	position: relative;
	float: right;
	width: 175px;
	color: #7a3b70;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 25px;
}

div#rightnavigation {
	position: relative;
	float: right;
	width: 133px;
	min-height: 895px;
	padding-bottom: 100px:
	background-color: #d895cd;
	background-image: url(../images/bgRightNavigation.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid #eeecee;
}

div#footer {
	display: block;
	clear: both;
	width: 925px;
	height: 24px;
	line-height: 24px;
	color: #acacac;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #fff;
	border-top: 1px solid #eeecee;
	padding-left: 10px;
}

/* Profile elements */

div#profile_container {
	width: 796px;
	background-color: #fff;
}

div#profile_container:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
}

div#mail {
	position: relative;
	float: left;
	width: 786px;
	height: 40px;
	color: #7a3b70;
	font-size: 12px;
	line-height: 40px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-left: 10px;
	background-image: url(../images/bgMail.jpg);
	background-repeat: no-repeat;
}

div#profile_header {
	position: relative;
	float: left;
	width: 465px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	padding-left: 35px;
	margin-left: 10px;
	background-image: url(../images/bgProfileHeader.jpg);
	background-repeat: no-repeat;
}

div#return_link, div#return_link a {
	position: relative;
	float: right;
	width: 266px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin-right: 20px;
}

div#profile_data {
	position: relative;
	float: left;
	width: 264px;
	margin-left: 10px;
	background-image: url(../images/bgProfileData.jpg);
	background-repeat: repeat-y;
}

div#profile_data_top {
	position: relative;
	float: left;
	width: 264px;
	background-image: url(../images/bgProfileDataTop.jpg);
	background-repeat: no-repeat;
}

div#profile_data_bottom {
	position: relative;
	float: left;
	width: 264px;
	height: 13px;
	background-image: url(../images/bgProfileDataFooter.jpg);
	background-repeat: no-repeat;
}

div#profile_picture_container {
	position: relative;
	float: left;
	width: 502px;
	background-image: url(../images/bgProfilePictureMiddle.jpg);
	background-repeat: no-repeat;
	margin: 10px 0 0 10px;
}
	

div#profile_picture_top {
	width: 502px;
	height: 13px;
	background-image: url(../images/bgProfilePictureTop.jpg);
	background-repeat: no-repeat;
}

div#profile_picture_middle {
	width: 502px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 24px;
	background-image: url(../images/bgProfilePictureMiddle.jpg);
	background-repeat: repeat-y;
	
}

div#profile_picture_bottom {
	width: 502px;
	height: 9px;
	background-image: url(../images/bgProfilePictureBottom.jpg);
	background-repeat: no-repeat;
}

div#preview_header {
	position: relative;
	float: left;
	width: 502px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	margin-left: 15px;
}

div#preview_top {
	width: 502px;
	height: 13px;
	background-image: url(../images/bgProfilePictureTop.jpg);
	background-repeat: no-repeat;
}

div#previews {
	position: relative;
	float: left;
	width: 502px;
	margin-left: 10px;
	background-image: url(../images/bgProfilePictureMiddle.jpg);
	background-repeat: repeat-y;
}

div#previews img {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
	border: 1px solid #7a3b70;
}

div#preview_bottom {
	width: 502px;
	height: 9px;
	background-image: url(../images/bgProfilePictureBottom.jpg);
	background-repeat: no-repeat;
}

table.profile_data {
	margin-left: 10px;
	margin-top: 10px;
}

td.profile_image_medium {
	height: 125px;
	width: 110px;
}

td.profile_image_medium img {
	border: 1px solid #7a3b70;
}

td.profile_fav_target, td.profile_fav_target a {
	margin: 0;
	padding: 0;
	height: 150px;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.profile_image {
	border: 1px solid #7a3b70;
}

.profile_fav_button {
	display: block;
	position: relative;
	float: left;
	margin: 0 0 10px 5px;
	cursor: pointer;
}

td.profile_element {
	height: 17px;
	width: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	vertical-align: top;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
}

td.profile_value {
	height: 17px;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size: 11px;
	line-height: 17px;
}

/* Cam elements */

div#online_container {
	display: block;
	width: 800px;
	clear: both;
}

div#online_container:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
}

.camcontainer  {
	display: block;
	position: relative;
	float: left;
	width: 126px;
	height: 167px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/bgWebcam.jpg);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-left: 12px;
	margin-bottom: 10px;
}

.camcontainer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.online_image {
	margin-top: 10px;
	border: 1px solid white;
	margin-bottom: 10px;
}

.age_button {
	position: relative;
	float: left;
	height: 26px;
	width: 26px;
	line-height: 26px;
	text-align: center;
	background-image: url(../images/btnProfileInfo.jpg);
}

.cup_size_button {
	position: relative;
	float: left;
	height: 26px;
	width: 26px;
	line-height: 26px;
	text-align: center;
	background-image: url(../images/btnProfileInfo.jpg);
}

.fav_button {
	position: relative;
	float: left;
	cursor: pointer;
}

.profile_button {
	position: relative;
	float: right;
}

.tooltip_text {
	display: none;
}

/* Filters */

#filter_sex {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	color: #7a3b70;
	width: 331px;
	height: 32px;
	font-size: 12px;
	padding-left: 12px;
	#padding-left: 20px; /* IE */
	padding-top: 35px;
}

#filter_lang {
	position: relative;
	float: left;
	width: 273px;
	height: 32px;
	color: #7a3b70;
	font-size: 14px;
	padding-left: 20px;
	#padding-left: 14px;
	padding-top: 40px;
}

#filter_age {
	position: relative;
	float: left;
	height: 37px;
	color: #7a3b70;
	font-size: 12px;
	padding-top: 35px;
	#padding-left: 8px; /* IE */
}

ul#lang_selection {
	margin: 0;
	padding: 0;
}

ul#lang_selection li {
	font-size: 12px;
	display: inline;
	margin-right: 10px;
	cursor: pointer;
}

#active {
	color: #24a4d1;
}

/* Pagination */

.pagination_header {
	position: relative;
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #7a3b70;
}	

.page_selection {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	margin-left: 10px;
}

.page_selection li {	
	display: inline;
	line-height: 28px;
	margin-right: 5px;
	cursor: pointer;
}

.active_page {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.submit {
	visibility: hidden;
}

/* Favourites */

div#favourites {
	width: 133px;
}

th#fav_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size: 14px;
	height: 18px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}

#fav_list, #fav_list a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size: 11px;
	list-style: none;
	margin-left: 3px;
	text-decoration: none;
}

.fav_list_del {
	cursor: pointer;
}

.del_fav {
	cursor: pointer;
}

/* Recomended */

div#recomended {
	margin-top: 25px;
}

th#recomended_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size: 14px;
	height: 18px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}

#recomended_list, #recomended_list a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size: 11px;
	list-style: none;
	margin-left: 3px;
	text-decoration: none;
}

th#recomended_image_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size: 14px;
	height: 18px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}

.recomended_image {
	margin-top: 7px;
	border: 1px solid white;
}

/* Links */

div#links {
	margin-top: 25px;
}

span.link_list_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size: 14px;
	height: 18px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	margin-left: 5px;
}

ul#link_list {
	margin: 0;
	padding: 0;
}

ul#link_list li {
	list-style: none;
}

ul#link_list li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size:11px;
	text-decoration: none;
	margin-left: 5px;
}

/* E-mail functions */

div#confirmation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size: 14px;
	margin-left: 25px;
}

div#unsubscribe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7a3b70;
	font-size: 14px;
	margin-left: 25px;
}