#content {
  background-color: transparent;
  margin-top: 40px;
  width: 940px;
  padding: 0;
}

#user_profile {
  width: 940px;
  background-color: white;
}

#user_profile .phr {
  background: transparent url(/img/interface/partial_hr.png) no-repeat scroll 590px top;
  height:100%;
  padding: 0;
  margin: 0;
}

#user_profile .left {
  background: transparent url(/img/interface/curve_left.gif) no-repeat left top;
  padding: 0;
  margin: 0;
}

#user_profile .right {
  background: transparent url(/img/interface/curve_right.gif) no-repeat right top;
  width: 940px;
  padding: 0;
  margin: 0;
}

#user_profile .up_main {
  float: left;
  width: 600px;
}

#user_profile .up_extended {
  float: left;   
  margin-left: 15px;
  padding: 20px;
  padding-top: 10px;
  width: 285px;
}


#user_profile .user_header .icon {
  float: left;
  position: relative;
  width: 120px;
  height: 128px;
  margin-top: -40px;
  margin-right: 10px;
  margin-bottom:10px;
  background-repeat: no-repeat;
  background-position: left top;
}

#user_profile .user_header .icon.male {
  background-image: url(/img/icon/user/male_128.gif);
}

#user_profile .user_header .icon.male.certified {
  background-image: url(/img/icon/user/male_certified_128b.gif);
}

#user_profile .user_header .icon.female {
  background-image: url(/img/icon/user/female_128.gif);
}

#user_profile .user_header .icon.female.certified {
  background-image: url(/img/icon/user/female_certified_128b.gif);
}

#user_profile .user_header h2 {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 200%;
  font-weight: bold;
}

#user_profile .user_header .phones {
  font-size: 130%;
  margin-bottom: 5px;
}

#user_profile .available_phones {
  background: url(/img/icon/phone_home.png) no-repeat left 5px;
  padding-left: 25px;
  padding-top: 5px;
}

#user_profile .user_header .location {
  float: left;
  color: gray;
  font-size: 110%;
  background: url(/img/icon/go.png) no-repeat right center;
  padding-right: 20px;
}



#user_profile .menu {
  background:transparent url(/img/interface/user_menu/bg2.png) no-repeat scroll 0 0;
  clear:both;
  height:34px;
  width:615px; 
}

#user_profile .menu ul, #user_profile .menu ul li { 
  margin: 0;
  padding:0;
  list-style: none;
}

#user_profile .menu ul li {
  float:left;
  padding:0 10px;  
}
#user_profile .menu ul li a {
  float: left;
  display: block;
  border: 0;
  background: none;
  padding: 6px 0;
  padding-left: 25px; 
}

#user_profile .menu ul li.email {
  margin-left: 7px;
}
  
#user_profile .menu ul li.email a{
  background: transparent url(/img/interface/user_menu/mail_24.png) no-repeat scroll 0 3px; 
}
#user_profile .menu ul li.recommend a{
  background: transparent url(/img/interface/user_menu/user_next_24.png) no-repeat scroll 0 3px;  
}
#user_profile .menu ul li.fb_share a{
  background: transparent url(/img/interface/user_menu/fb_share_24.png) no-repeat scroll 0 3px;  
}
#user_profile .menu ul li.print a{
  background: transparent url(/img/interface/user_menu/printer_24.png) no-repeat scroll 0 3px; 
}
#user_profile .menu ul li.favorites a.favori{
  background: transparent url(/img/interface/user_menu/fav_red_24.png) no-repeat scroll 0 3px;    
}
#user_profile .menu ul li.favorites a.favori:hover{
  background: transparent url(/img/interface/user_menu/fav_grey_24.png) no-repeat scroll 0 3px;  
}
#user_profile .menu ul li.favorites a{
  background: transparent url(/img/interface/user_menu/fav_grey_24.png) no-repeat scroll 0 3px;   
}
#user_profile .menu ul li.favorites a:hover{
  background: transparent url(/img/interface/user_menu/fav_red_24.png) no-repeat scroll 0 3px;    
}

#user_profile .menu ul li.email a:hover{
  background: transparent url(/img/interface/user_menu/mail_24_hover.png) no-repeat scroll 0 3px; 
}
#user_profile .menu ul li.recommend a:hover{
  background: transparent url(/img/interface/user_menu/user_next_24_hover.png) no-repeat scroll 0 3px;
}
#user_profile .menu ul li.fb_share a:hover{
  background: transparent url(/img/interface/user_menu/fb_share_24_hover.png) no-repeat scroll 0 3px;
	cursor:pointer;
	cursor:hand;
	text-decoration:underline; 
}
#user_profile .menu ul li.print a:hover{
  background: transparent url(/img/interface/user_menu/printer_24_hover.png) no-repeat scroll 0 3px;
}


#user_profile .menu ul li.hr{
  background: transparent url(/img/interface/user_menu/hr.png) no-repeat scroll center top;
  padding: 3px; 
	padding-top: 6px;
	padding-bottom: 6px;       
}




#user_profile .user_description,
#user_profile .user_references {
  clear: both;
  font-size: 110%;
  margin-bottom: 10px;
  padding: 15px;
  padding-left:20px;
  padding-top: 10px;
}

#user_profile .desc_head,
#user_profile .ref_head {
  color: #53A314;
  margin-bottom: 0;
  padding-left: 20px;
}




#user_profile .right .up_extended h3 {
  color: #53A314;
  padding:2px 2px 2px 0;
  border-bottom: 1px solid #A3A3A3 ;
} 

#user_profile .right .up_extended p {
  margin: 0;
  margin-bottom: 20px;
}
#user_profile .right .up_extended p span {
  clear: both;
  display: block;
  margin-bottom: 5px;
}

#user_profile .up_main .display h2 span.favorites {
  background: transparent url(/img/interface/fav.png) no-repeat scroll right center;
  padding-right: 44px;
}
#user_profile .up_main .user_header{
  height:95px;
}




#user_profile .up_extended .level_list {
  margin: 5px 0 10px 20px;
  padding: 0;
}

#user_profile .up_extended .user_lessons_table,
#user_profile .up_extended .user_lessons_table div{
  clear:both;
} 
#user_profile .up_extended .user_lessons_table {
  float:left;
  margin-bottom:20px;
}
#user_profile .up_extended .user_lessons_table span {
  float:left;
  padding: 2px; 
}
#user_profile .up_extended .user_lessons_table span.title {
  font-weight:bold;
}
#user_profile .up_extended .user_lessons_table span.name {
  text-align:left;
  width:145px;
}
#user_profile .up_extended .user_lessons_table span.price {
  text-align:right;
  width:49px;
}
#user_profile .up_extended .user_lessons_table span.exp {
  text-align:right;
  width:60px;
}
#user_profile .user_certified_table{
  background:#E3F7D4 url(/img/interface/certified.png) no-repeat scroll 10px 13px;
  border:1px solid #4E9913;
  margin:20px 20px 0;
  padding:10px 10px 10px 50px;
  -webkit-border-radius: 0.5em; 
  -moz-border-radius: 0.5em; 
}
#user_profile .user_certified_table a {
  color:#4E9913;
  background:#E3F7D4;
  font-weight:bold;
  border:0;
}
#user_profile .user_certified_table a:hover {
 text-decoration: underline;
}

#user_profile .user_certified_table .info  {
  display:none;
} 

#user_profile .user_mail_form_field{
  border:1px solid #727373;
  background-color:#F9F9F9;
  -webkit-border-radius: 0.5em; 
  -moz-border-radius: 0.5em; 
}
#user_profile .user_mail_form_field legend{
  background:transparent url(/img/interface/mail_48.png) no-repeat scroll 0 -6px;
  font-size:210%;
  font-weight:bold;
  padding-left:45px;
}  


#tooltip {
  max-width:300px;
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	-webkit-border-radius: 0.5em; 
  -moz-border-radius: 0.5em;
}
#tooltip h3, #tooltip div { margin: 0; }




#contact_form {
  padding: 15px;
  padding-top: 0;
}

#contact_form .form_title {
  font-size: 24px;
  font-weight: bold;
  background: url(/img/interface/mail_48.gif) no-repeat left center;
  padding-left: 50px;
  padding-bottom: 5px;
  border-bottom: 1px dotted gray;
  height: 50px;
  line-height: 55px;
  margin: 0;
}

#contact_form .line {
  clear: both;
  margin-bottom: 10px;
}

#contact_form .tit {
  float: left;
  width: 170px;
  font-size: 110%;
}

#contact_form label.error {
  margin-left: 170px;
  color: red;
  font-size: 80%;
}

#contact_form input {
  width: 375px;
  font-size: 120%;
}

#contact_form select {
  width: 375px;
  font-size: 120%;
}

#contact_form textarea {
  width: 375px;
  font-size: 120%;
}

#contact_form textarea {
  height: 200px;
}

#contact_form .buttons {
  margin-left: 170px;
}

#contact_form .buttons input {
  width: auto;
}

#user_profile .success_message {
  border-top: 1px dotted gray;
  background: url(/img/interface/done.gif) no-repeat center 35px;
  padding-top: 200px;
  line-height: 22px;
  margin-bottom: 50px;
  text-align: center;
  margin: 20px;
}

#recommend_form {
  display: none;
  position: absolute;
  top: 50px;
  margin-left: 100px;
  background-color: #efefef;
  padding: 10px;
  border: 2px solid gray;
  width: 440px;
}

#recommend_form a.close {
  float: right;
}

#recommend_form h2.title {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#recommend_form .note {
  margin-bottom: 20px;
  font-size: 90%;
}

#recommend_form .line {
  margin-bottom: 10px;
}

#recommend_form label {
  float: left;
  width: 150px;
  margin-right: 10px;
  text-align: right;
  font-size: 90%;
}

#recommend_form .line input {
  width: 230px;
}

#recommend_form .buttons {
  clear: both;
  margin-left: 140px;
  margin-bottom: 10px;
}
#recommend_form label.error {
  color: red;
  font-size: 80%;
  padding-left:164px;
  text-align:left;
  width:260px
}

.error_message {
	text-align: center;
	background-color: #ffd5d5;
	padding: 10px;
	padding-bottom: 15px;
	border: 1px solid red;
	margin-bottom: 10px;
}
