.hidden{
	display: none;
}

.clear{
	clear: both;
}

.left{
	float: left;
	overflow: hidden;
}

.right{
	float: right;
	overflow: hidden;
}

.p10{
	padding: 10px;
}

.bold{
	font-weight: bold;
}

a.vip
{
	display: block;
	border: 2px solid #0c0;
	padding: 2px;
}

.profile_table td, .profile_table th
{
	padding: 4px;
}

.profile_table th
{
	font-weight: bold;
}

label.error {
	padding: 5px;
	margin: 5px;
}

.icon_link{
	display:inline-block;
	padding-left:20px;
	padding-bottom:5px;
}

.icon_vip{
	background:url("/images/ico/icon_vip.png") no-repeat;
}

.icon_fav{
	background:url("/images/ico/icon_fav.png") no-repeat;
}

span.icon_fav{
	background:url("/images/ico/icon_fav.png") no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	left: 7px;
	top: 3px;
}

span.icon_vip{
	background:url("/images/ico/icon_vip.png") no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	left: 7px;
	top: 3px;
}

span.icon_tort{
	background:url("/images/ico/icon_tort.png") no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	left: 7px;
	top: 3px;
}

.icon_call{
	background:url("/images/ico/icon_call.png") no-repeat;
}

.icon_gift{
	background:url("/images/ico/icon_gift.png") no-repeat;
}

.icon_video_chat{
	background:url("/images/ico/icon_video_chat.png") no-repeat;
}

.icon_mail{
	background:url("/images/ico/icon_mail.png") no-repeat;
}

.adv_search select{
	width: 200px;
}

.adv_search label{
	width: 100px;
}

.small_image{
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 0px;
}

.double_list{
	overflow: hidden;
	display: inline-table;
}

.profile_form_style select{
	width: 142px;
}

.floatleft #search_age_from, .floatleft #search_age_to{
	width: auto;
}

#search_age_from, #search_age_to,
#search_height_from, #search_height_to,
#search_weight_from, #search_weight_to
{
	width: 100%;
}

.form_style select#profile_birthday_day,
.form_style select#profile_birthday_month,
.form_style select#profile_birthday_year{
	width: auto;
}

.form_style .row label
{
	vertical-align: top;
	top: 2px;
	position: relative;
	float: left;
}

.pl10{
	padding-left: 10px;
}

#form_change_password .row label.error {
	float:none;
	width:auto;
	display: block;
	position: relative;
	top: 0px;
	margin: 0px;
}

.purple{
	color: #8F1245;
}

.row table th{
	text-align: left;
}

.tdp5 td{
	padding: 5px;
}

.errors input, .errors textarea{
	border: 1px solid #f00;
} 

div.errors, div.error{
	/*font-weight: bold;*/
	color: #c00;
} 

div.info{
	/*font-weight: bold;*/
	/*color: #090;*/
} 

ul.error_list
{
  margin: 0;
  margin-bottom: 7px;
  /*color: #d33;*/
  border: none;
  /*background-color: #f33;*/
  padding: 0px;
}

ul.error_list li
{
  padding: 4px;
  padding-left: 25px;
  list-style: none;
  color: #000;
  background: url(../images/error.png) no-repeat 4px 4px;
}

form input[type=text], form input[type=password]{
	width: 135px;
}

.header_search_block #search_age_from,
.header_search_block #search_age_to{
	width: auto;
}

#search_code{
	width: 194px;
}