* {
  font-family: 'Oxygen', sans-serif;
}
a {
  text-decoration: none;
}
p.js_infos {
  display: none;
}
.hidden-desktop {
  display: none;
  height: 0;
}
div#header {
  width: 100%;
}
div#header header {
  width: 980px;
  margin: 0 auto;
  height: 182px;
  position: relative;
}
header h1 {
  top: 38px;
  position: relative;
  margin-left: 35px;
}
header h1 a {
  display: block;
  text-indent: -9000em;
  width: 350px;
  height: 100%;
}
#top_links_menu {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #fff;
}
#top_links_menu a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 24px;
}
#top_links_menu a span {
  display: inline-block;
  position: absolute;
  left: 0;
}
#top_links_menu a:hover {
  text-decoration: underline;
}
#top_links_menu a#mini-menu-account {
  margin-right: 2px;
  border-right: 1px solid #fff;
  padding-right: 6px;
}
#top_links_menu a#mini-menu-account span {
  background: url(/img/sprites/pages.png) no-repeat 0 0;
  height: 17px;
  width: 14px;
  top: -1px;
}
#top_links_menu a#mini-menu-log span {
  background: url(/img/sprites/pages.png?001) no-repeat -12px 0;
  height: 16px;
  width: 20px;
}
#account-not-paid {
  position: absolute;
  height: 26px;
  width: 144px;
  right: 5px;
  padding: 8px 7px;
  bottom: 0;
}
#account-not-paid a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle farthest-side at 0 0,rgba(255,255,255,0) 90%,rgba(255,255,255,0.8) 98%,rgba(255,255,255,0) 100%) no-repeat;
  background-position: -160px 0;
}
#account-not-paid a:hover::after,
#account-not-paid a:focus::after {
  transition: background-position 0.9s;
  background-position: 20px 0;
}
#account-not-paid a span,
#account-not-paid a {
  display: block;
}
#account-not-paid a span {
  float: left;
  width: 99px;
  text-align: left;
  margin-left: 5px;
}
#account-not-paid a span.credits {
  line-height: 25px;
}
#account-not-paid a {
  color: #fff;
}
#account-not-paid a span#premium-item {
  background: url(/img/sprites/pages.png) no-repeat 0 -16px;
  width: 35px;
  height: 24px;
}
#account-not-paid:hover {
  background: #88d900;
  background: -moz-linear-gradient(top,#88d900 0%,#619106 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#88d900),color-stop(100%,#619106));
  background: -webkit-linear-gradient(top,#88d900 0%,#619106 100%);
  background: -o-linear-gradient(top,#88d900 0%,#619106 100%);
  background: -ms-linear-gradient(top,#88d900 0%,#619106 100%);
  background: linear-gradient(to bottom,#88d900 0%,#619106 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88d900',endColorstr='#619106',GradientType=0);
}
nav#main_menu_nav {
  height: 65px;
  width: 100%;
  border-bottom: 1px solid #b7b7b7;
}
nav div#menu {
  width: 980px;
  margin: 0 auto;
}
#menu ul {
  list-style: none;
  width: 700px;
  height: 65px;
  margin: 0 auto;
  padding: 0;
}
#menu>ul>li {
  float: left;
  position: relative;
  margin: 0 21px;
}
#menu>ul li ul.normal li,
#menu-static>ul li ul.normal li {
  clear: both;
  position: relative;
}
#menu>ul>li>a {
  color: #545454;
  font-size: 14px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  display: block;
  text-decoration: none;
  transition: background 0.5s;
  background: #fff;
}
#menu>ul>li>a:hover {
  transition: background 0s;
}
#menu>ul>li>ul.normal {
  top: 55px;
  position: absolute;
  left: -15px;
  width: 150px;
  z-index: 3;
  height: auto;
}
#menu>ul>li>ul.hover-menu {
  top: 65px;
}
#menu ul li a span.see_more {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 27px;
  right: -44px;
  z-index: 2;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 16px;
}
#menu>ul>li>ul>li>a {
  text-align: left;
  clear: both;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  display: block;
  text-decoration: none;
  color: #fff;
  padding-left: 18px;
}
#menu>ul>li>ul>li>a:hover {
  text-decoration: underline;
}
#menu ul li span.arrow {
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -5px;
  float: left;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #ffffff;
}
#menu .menu-arrow-top {
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6.5px 11px 6.5px;
}
#menu-static {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 65px;
  background: #fff;
  z-index: 10;
  display: none;
}
#menu-static {
  -moz-box-shadow: 0px 10px 68px 0px #656565;
  -webkit-box-shadow: 0px 10px 68px 0px #656565;
  -o-box-shadow: 0px 10px 68px 0px #656565;
  box-shadow: 0px 10px 68px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565,Direction=180,Strength=68);
}
#menu-static>ul {
  list-style: none;
  width: 700px;
  height: 65px;
  margin: 4px auto;
  padding: 0;
}
#menu-static>ul>li {
  float: left;
  margin: 0 21px;
  position: relative;
}
#menu-static>ul>li>a {
  color: #545454;
  font-size: 14px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  display: block;
  text-decoration: none;
  transition: background 0.5s;
  background: #fff;
}
li.pass_golden {
  display: none;
}
#members_list span.avatars {
  display: block;
  width: 113px;
  height: 113px;
  border: 1px solid #abacac;
}
#members_list span.avatars_f_113_113_1 {
  background: url(/img/avatars/f/avatars_113_113.jpg) no-repeat 0 0;
}
#members_list span.avatars_f_113_113_2 {
  background: url(/img/avatars/f/avatars_113_113.jpg) no-repeat 0 -113px;
}
#members_list span.avatars_f_113_113_3 {
  background: url(/img/avatars/f/avatars_113_113.jpg) no-repeat 0 -226px;
}
#members_list span.avatars_f_113_113_4 {
  background: url(/img/avatars/f/avatars_113_113.jpg) no-repeat 0 -339px;
}
#members_list span.avatars_f_113_113_5 {
  background: url(/img/avatars/f/avatars_113_113.jpg) no-repeat 0 -452px;
}
#members_list span.avatars_f_113_113_6 {
  background: url(/img/avatars/f/avatars_113_113.jpg) no-repeat 0 -565px;
}
#members_list span.avatars_f_113_113_7 {
  background: url(/img/avatars/f/avatars_113_113.jpg) no-repeat 0 -678px;
}
#members_list span.avatars_f_113_113_8 {
  background: url(/img/avatars/f/avatars_113_113.jpg) no-repeat 0 -791px;
}
#members_list span.avatars_f_113_113_9 {
  background: url(/img/avatars/f/avatars_113_113.jpg) no-repeat 0 -904px;
}
#members_list span.avatars_f_113_113_10 {
  background: url(/img/avatars/f/avatars_113_113.jpg) no-repeat 0 -1017px;
}
#members_list span.avatars_f_113_113_11 {
  background: url(/img/avatars/f/avatars_113_113.jpg) no-repeat 0 -1130px;
}
#members_list span.avatars_f_113_113_12 {
  background: url(/img/avatars/f/avatars_113_113.jpg) no-repeat 0 -1243px;
}
#members_list span.avatars_h_113_113_1 {
  background: url(/img/avatars/h/avatars_113_113.jpg) no-repeat 0 0;
}
#members_list span.avatars_h_113_113_2 {
  background: url(/img/avatars/h/avatars_113_113.jpg) no-repeat 0 -113px;
}
#members_list span.avatars_h_113_113_3 {
  background: url(/img/avatars/h/avatars_113_113.jpg) no-repeat 0 -226px;
}
#members_list span.avatars_h_113_113_4 {
  background: url(/img/avatars/h/avatars_113_113.jpg) no-repeat 0 -339px;
}
#members_list span.avatars_h_113_113_5 {
  background: url(/img/avatars/h/avatars_113_113.jpg) no-repeat 0 -452px;
}
#members_list span.avatars_h_113_113_6 {
  background: url(/img/avatars/h/avatars_113_113.jpg) no-repeat 0 -565px;
}
#members_list span.avatars_h_113_113_7 {
  background: url(/img/avatars/h/avatars_113_113.jpg) no-repeat 0 -678px;
}
#members_list span.avatars_h_113_113_8 {
  background: url(/img/avatars/h/avatars_113_113.jpg) no-repeat 0 -791px;
}
#members_list span.avatars_h_113_113_9 {
  background: url(/img/avatars/h/avatars_113_113.jpg) no-repeat 0 -904px;
}
#members_list span.avatars_h_113_113_10 {
  background: url(/img/avatars/h/avatars_113_113.jpg) no-repeat 0 -1017px;
}
#members_list span.avatars_h_113_113_11 {
  background: url(/img/avatars/h/avatars_113_113.jpg) no-repeat 0 -1130px;
}
#members_list span.avatars_h_113_113_12 {
  background: url(/img/avatars/h/avatars_113_113.jpg) no-repeat 0 -1243px;
}
#footer {
  background: #e9e9e8;
  padding: 15px 0;
  margin-top: 20px;
  height: 190px;
  clear: both;
}
#footer footer {
  width: 980px;
  margin: 0 auto;
}
#footer footer >div {
  float: left;
}
#footer footer #footer_description {
  width: 700px;
}
#footer footer #footer_description a {
  font-size: 22px;
  font-weight: bold;
}
#footer footer #footer_description p {
  text-align: justify;
  margin-top: 15px;
  padding: 5px 25px;
}
footer div.footer_list {
  float: left;
  width: 200px;
  border-left: 1px solid #605f5f;
  height: 190px;
  padding: 0 20px;
}
footer div.footer_list ul li {
  list-style: none;
}
footer div.footer_list ul li a {
  text-align: left;
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  height: 24px;
  color: #2f2f2f;
  line-height: 24px;
  padding-left: 20px;
}
footer div.footer_list ul li a:hover {
  text-decoration: underline;
}
footer div.footer_list ul li a span {
  top: 40%;
  left: 0;
}
.simple_content h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.displayNone {
  display: none;
}
.clJHdu92YuVmc {
  display: none;
}
p.justify {
  text-align: justify;
}
a.default-link:hover {
  text-decoration: underline;
}
button.ui-multiselect {
  line-height: 28px;
  height: 28px;
  border-radius: 0;
}
button.ui-multiselect span.ui-icon {
  background: url(/local/img/sprite_home.jpg) no-repeat -356px -52px;
  width: 24px;
  height: 28px;
}
.firefox button.ui-multiselect span.ui-icon {
  margin-top: -1px;
  margin-right: -3px;
}
button.ui-multiselect ul li label span,
button.ui-multiselect-checkboxes ul li label span {
  color: #000;
}
::-webkit-input-placeholder {
  color: #898989;
}
input:-moz-placeholder {
  color: #898989;
}
input:-ms-placeholder {
  color: #898989;
}
::-ms-input-placeholder {
  color: #898989;
}
:-ms-input-placeholder {
  color: #898989;
}
.navbar {
  height: 28px;
  line-height: 28px;
  width: 100%;
  text-align: right;
  margin-bottom: 8px;
  float: left;
  margin-right: 15px;
}
input[type=text],
input[type=password] {
  height: 24px;
  min-width: 185px;
  border: 1px solid #bcbcbc;
  background: #eaeaea;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#eaeaea 0%,#fefefe 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eaeaea),color-stop(100%,#fefefe));
  background: -webkit-linear-gradient(top,#eaeaea 0%,#fefefe 100%);
  background: -o-linear-gradient(top,#eaeaea 0%,#fefefe 100%);
  background: -ms-linear-gradient(top,#eaeaea 0%,#fefefe 100%);
  background: linear-gradient(to bottom,#eaeaea 0%,#fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea',endColorstr='#fefefe',GradientType=0);
}
.modifyMemberInformations input {
  width: 213px;
}
.bg-default-cancel {
  background: #a6a6a6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E2YTZhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#a6a6a6 0%,#c9c9c9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a6a6a6),color-stop(100%,#c9c9c9));
  background: -webkit-linear-gradient(top,#a6a6a6 0%,#c9c9c9 100%);
  background: -o-linear-gradient(top,#a6a6a6 0%,#c9c9c9 100%);
  background: -ms-linear-gradient(top,#a6a6a6 0%,#c9c9c9 100%);
  background: linear-gradient(to bottom,#a6a6a6 0%,#c9c9c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a6a6',endColorstr='#c9c9c9',GradientType=0);
}
.bg-default-cancel:hover {
  background: #dbdbdb;
}
.mesg_info,
.mesg_success,
.mesg_ok,
.mesg_warning,
.mesg_error,
.mesg_validation {
  border: 1px solid;
  padding: 20px 15px 0 15px;
  background-repeat: no-repeat;
  background-position: 10px center;
  width: 500px;
  min-height: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
}
.mesg_info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('/img/ui/icons/info.png');
}
.mesg_ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url('/img/ui/icons/success.png');
}
.mesg_warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('/img/ui/icons/warning.png');
}
.mesg_error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('/img/ui/icons/error.png');
}
.mesg_error a {
  color: #000;
}
.close_mesg_box {
  position: absolute;
  right: -12px;
  top: -11px;
  background: url(/img/sprites/pages.png) no-repeat -34px -48px;
  height: 25px;
  width: 26px;
  text-indent: -9000em;
  cursor: pointer;
}
#modal_overlay {
  z-index: 1020;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.black_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/ui/black_pixel.png);
  z-index: 1021;
  overflow: hidden;
}
.white_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/ui/bg_gift_animation.png) no-repeat 0 0;
  z-index: 1001;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  overflow: hidden;
}
.content_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-top: -200px;
  margin-left: -230px;
  padding: 0;
  display: block;
  z-index: 1090;
}
.content_wrapper .relative_wrapper {
  width: 570px;
  height: auto;
  position: relative;
  z-index: 1002;
  padding-right: 5px;
  border: 1px solid #b1b1b1;
  background: #fff;
}
.content_wrapper .relative_wrapper .header_wrapper {
  height: 40px;
  position: relative;
  border-bottom: 1px solid #b1b1b1;
  line-height: 40px;
}
.content_wrapper .relative_wrapper .header_wrapper .pass_golden {
  position: absolute;
  top: 11px;
  right: 18px;
  cursor: pointer;
}
.content_wrapper .relative_wrapper .header_wrapper .pass_golden span {
  font-size: 18px;
}
.content_wrapper .relative_wrapper .header_wrapper .close {
  right: 10px;
  cursor: pointer;
  position: absolute;
  top: 7px;
}
.content_wrapper .relative_wrapper .header_wrapper h2 {
  padding-left: 25px;
  font-size: 20px;
  width: 100%;
  color: #545454;
  left: 18px;
  font-weight: normal;
  font-variant: small-caps;
  text-align: left;
}
.content_wrapper .relative_wrapper .header_wrapper h2 img {
  display: none;
}
.content_wrapper .relative_wrapper .body_wrapper {
  padding-left: 30px;
  width: 500px;
  overflow: hidden;
  background: url(/img/ui/exclamation.png) no-repeat 25px 15px;
  padding: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.content_wrapper .relative_wrapper .body_wrapper.popular_girl {
  background: url(/img/ui/popular_girl.jpg) no-repeat 25px 25px;
  padding: 20px 0 0 115px;
  width: 420px;
  text-align: left;
}
.content_wrapper .relative_wrapper .body_wrapper.popular_girl .introduction {
  padding: 0;
}
.content_wrapper .relative_wrapper .footer_wrapper {
  background: #fff;
  min-height: 62px;
  height: auto;
  position: relative;
  display: none;
}
.content_wrapper .bottom {
  background: url(/img/ui/bg_bottom_popup2.png) no-repeat 0 0;
}
.content_wrapper .body_wrapper .introduction {
  padding-left: 12px;
}
#current_popup_opened {
  background: transparent;
}
div#send_poke,
div#send_gift {
  width: 572px;
  margin-top: 15px;
}
div#send_poke a,
div#send_gift a {
  margin: 0 auto;
}
#ajax_loader {
  width: 700px;
  height: 50px;
  padding-top: 15px;
  background: transparent;
}
.searchMembers #ajax_loader,
.memberPanel #ajax_loader {
  background: url(/local/img/bg_loader.jpg) no-repeat 0 0;
  width: 700px;
  height: 533px;
}
#ajax_loader span {
  color: black;
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  top: -6px;
  font-weight: bold;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url(/img/ui/ui.totop.png) no-repeat left top;
}
#toTopHover {
  background: url(/img/ui/ui.totop.png) no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
  outline: none;
}
div#body_content {
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  height: auto;
}
div#body_content_top {
  width: 980px;
  margin: 0 auto;
  background: #fff;
}
aside#left_column {
  float: left;
  width: 250px;
  margin-right: 20px;
  min-height: 540px;
  padding: 0;
  background: transparent;
}
.memberPanel aside#left_column,
.privateMessageList aside#left_column,
.displayContacts aside#left_column,
.displayVisits aside#left_column,
.displayPokes aside#left_column,
.searchMembers aside#left_column {
  float: left;
  width: 220px;
  margin-right: 20px;
  min-height: 540px;
  padding: 15px;
  background: #cfcfcf;
  background: -moz-linear-gradient(top,#cfcfcf 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cfcfcf),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#cfcfcf 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#cfcfcf 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#cfcfcf 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#cfcfcf 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf',endColorstr='#ffffff',GradientType=0);
}
.displayMember aside#left_column,
.writePrivateMessage aside#left_column,
.displayPrivateMessage aside#left_column,
.modifyMemberProfile aside#left_column,
.modifyMemberInformations aside#left_column {
  float: left;
  width: 250px;
  margin-right: 20px;
  min-height: 540px;
  padding: 0;
  background: transparent;
}
div#body {
  float: left;
  width: 710px;
}
div#body_container {
  height: auto;
  background: #f9f9f9;
  background: -moz-linear-gradient(top,#d9d9d9 0%,#ffffff 15%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d9d9d9),color-stop(15%,#ffffff));
  background: -webkit-linear-gradient(top,#d9d9d9 0%,#ffffff 15%);
  background: -o-linear-gradient(top,#d9d9d9 0%,#ffffff 15%);
  background: -ms-linear-gradient(top,#d9d9d9 0%,#ffffff 15%);
  background: linear-gradient(to bottom,#d9d9d9 0%,#ffffff 15%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9',endColorstr='#ffffff',GradientType=0);
}
div#content {
  width: 980px;
  margin: 0 auto;
}
#breadcrumb {
  height: 40px;
  width: 980px;
  line-height: 40px;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
}
#breadcrumb_content,
#breadcrumb_content a {
  color: #5b5b5b;
  font-size: 11px;
}
#breadcrumb_content a {
  text-decoration: underline;
}
#breadcrumb_content a:hover {
  text-decoration: none;
}
#previous_next_members {
  float: right;
}
#previous_next_members a.previous_member img {
  background: red;
}
#previous_next_members a#member_display_back {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
  margin: 0 5px;
}
#previous_next_members a#member_display_back:hover {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
#previous_next_members a span {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: -1px;
  line-height: 18px;
  vertical-align: middle;
}
aside ul {
  list-style: none;
}
aside ul li {
  height: 38px;
  line-height: 38px;
}
aside ul.submenu li a {
  color: #1c1c1c;
  position: relative;
  padding-left: 40px;
  display: block;
  text-align: left;
  width: 194px;
  border: 1px solid transparent;
}
aside ul.submenu li a.selected {
  background: #fff;
  border: 1px solid #abacac;
  border-right: none;
}
aside ul.submenu li a:hover {
  background: #f3f3f3;
  border: 1px solid #d7d7d7;
  border-right: none;
}
span.bullet {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #4e4e4e;
}
aside ul.submenu li span {
  top: 50%;
  margin-top: -4px;
  left: 25px;
  display: inline-block;
}
.notification_container {
  width: 950px;
  margin: 0 auto;
  height: 40px;
  border: 1px solid #b1b1b1;
  padding: 15px;
  background: #fff;
  position: relative;
}
.notification_container a {
  float: left;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
}
.member_panel_simple a.member_picture img {
  width: 35px;
  border: 1px solid #b1b1b1;
}
.notification_container a.member_screenname {
  font-size: 14px;
  color: #3a1403;
  font-weight: bold;
  margin: 0 20px;
}
.member_panel_simple a.member_screenname:hover {
  text-decoration: underline;
}
.member_panel_simple ul {
  width: 730px;
  float: left;
  margin-left: 10px;
}
.member_panel_simple ul,
.member_panel_simple ul li {
  height: 45px;
  line-height: 45px;
}
.member_panel_simple ul li {
  list-style: none;
  float: left;
  margin: 0 25px;
  position: relative;
}
.member_panel_simple ul li a {
  color: #4c4b4b;
  font-size: 13px;
}
.member_panel_simple ul li a:hover {
  text-decoration: underline;
}
.notification_container span.separator {
  display: block;
  float: left;
  width: 1px;
  height: 70px;
  background: #d8d8d8;
  margin-top: -15px;
}
.notification_container .bubble_panel {
  border-radius: 50%;
  width: 16px;
  padding-left: 1px;
  height: 17px;
  position: absolute;
  right: -25px;
  top: 12px;
  color: #fff;
  font-size: 11px;
  display: block;
  line-height: 19px;
  vertical-align: middle;
}
#menu .bubble_panel {
  border-radius: 50%;
  width: 18px;
  padding-left: 1px;
  height: 18px;
  position: absolute;
  right: -22px;
  top: 11px;
  color: #fff;
  font-size: 11px;
  display: block;
  line-height: 19px;
  vertical-align: middle;
}
div.notification_container a.develop {
  display: block;
  height: 25px;
  width: 26px;
  position: absolute;
  right: 20px;
  top: 40%;
}
a#btn_develop_member_panel {
  background: url(/img/sprites/pages.png) no-repeat -34px 0;
}
a#btn_mask_member_panel {
  background: url(/img/sprites/pages.png) no-repeat -34px -24px;
}
.member_panel_developed {
  height: 94px;
  padding-top: 25px;
}
.member_panel_developed a.member_picture img {
  width: 80px;
  border: 1px solid #b1b1b1;
}
.member_panel_developed a {
  height: 22px;
  line-height: 15px;
  text-align: left;
}
.member_panel_developed a.member_screenname span {
  display: block;
  font-weight: normal;
  margin-top: 30px;
  font-size: 13px;
  width: 100%;
  position: relative;
  margin-left: 18px;
}
.member_panel_developed a.member_screenname span:hover {
  text-decoration: underline;
}
.member_panel_developed a.member_screenname span img {
  left: -18px;
  position: absolute;
}
.member_panel_developed span.separator {
  height: 135px;
  margin-top: -25px;
}
.member_panel_developed ul {
  width: 265px;
  margin-left: 5px;
  height: 110px;
  float: left;
}
.member_panel_developed ul li {
  height: 30px;
  line-height: 35px;
  padding-left: 10px;
}
.member_panel_developed ul li {
  list-style: none;
  margin: 0 25px;
  position: relative;
  border-bottom: 1px solid #c4ced6;
}
.member_panel_developed ul li:last-child {
  border: none;
}
.member_panel_developed ul li a {
  color: #4c4b4b;
  font-size: 13px;
  margin-top: 5px;
}
.member_panel_developed ul li a:hover {
  text-decoration: underline;
}
div#profile_percent {
  width: 125px;
  height: 100%;
  float: left;
  padding-top: 11px;
}
div#profile_percent span.label {
  font-size: 16px;
  color: #4d4d4d;
  display: block;
  margin-bottom: 12px;
}
div#profile_percent span.value {
  font-size: 38px;
  font-weight: bold;
  color: #000;
}
div#mood_box {
  float: left;
  width: 295px;
}
div#mood_box span#relation_title {
  color: #2d1f19;
  font-size: 14px;
  margin-right: 45px;
  font-weight: bold;
}
div#mood_box button {
  margin-top: 8px;
}
div#mood_box button span {
  font-size: 13px;
}
div#mood_box a#btn_validate_mood {
  color: #fff;
  display: block;
  padding: 2px 20px;
  height: 28px;
  line-height: 28px;
  margin-top: 8px;
  float: right;
  margin-right: 58px;
}
#members_list {
  margin-left: 8px;
}
#members_list #members_left_criteria {
  width: 200px;
  float: left;
}
#members_list #list_container {
  width: 760px;
}
#members_list div.member {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  height: 165px;
  cursor: pointer;
  position: relative;
  width: 116px;
  text-align: left;
}
#members_list div.last_member {
  margin-right: 0;
}
#members_list div.member div.member_picture {
  width: 115px;
  height: 115px;
  padding: 0;
  margin-bottom: 8px;
}
#members_list div.member .member_picture span {
  position: relative;
  display: block;
}
#members_list div.member:hover>.member_action {
  display: block;
}
#members_list .member_picture span img.main_picture {
  width: 113px;
  height: 113px;
  position: absolute;
  left: 1px;
  top: 1px;
  border: 1px solid #abacac;
}
#members_list div.member .member_action {
  position: absolute;
  width: 83px;
  height: 83px;
  background: url(/img/ui/bg_member_action_large.png) no-repeat -3px -1px;
  top: 2px;
  display: none;
  left: 2px;
  padding: 15px;
}
#members_list div a {
  overflow: visible;
  text-decoration: none;
}
#members_list div a:hover {
  text-decoration: underline;
}
#members_list div a img.main_picture {
  width: 88px;
  height: 88px;
}
#members_list div a.screenname {
  font-weight: bold;
}
#members_list div a.information {
  color: #424242;
  font-size: 11px;
}
.member_action>a {
  position: absolute;
  width: 34px;
  height: 34px;
  text-indent: -9000em;
}
.member_action a.visit {
  background: url(/img/ui/btn_member_display_small.png) no-repeat 0 0;
  left: 47px;
  top: 18px;
}
.member_action a.poke {
  background: url(/img/ui/btn_member_poke_small.png) no-repeat 0 0;
  top: 46px;
  left: 18px;
}
.member_action a.write {
  background: url(/img/ui/btn_member_write_small.png) no-repeat 0 6px;
  top: 46px;
  left: 77px;
}
.member_action a.gift {
  background: url(/img/ui/btn_member_gift_small.png) no-repeat 0 4px;
  top: 73px;
  left: 50px;
}
.memberPanel div#subaction {
  border-top: 1px solid #b7b7b7;
  clear: both;
}
.memberPanel div#subaction a {
  padding-left: 14px;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 140px;
  height: 34px;
  line-height: 34px;
  color: #4b4846;
}
.memberPanel div#subaction span {
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(/local/img/item_more.png) no-repeat 0 0;
  height: 15px;
  width: 15px;
  display: block;
}
.memberPanel div#subaction a:hover {
  text-decoration: none;
}
#member_search_top_panel {
  height: 175px;
  border: 1px solid #b1b1b1;
}
#member_search_top_panel h2 {
  font-size: 18px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border-bottom: 1px solid #cfcfcf;
}
div.search_form {
  height: 90px;
  padding-bottom: 5px;
}
div.search_form div#general_search>div {
  float: left;
  padding-top: 12px;
  padding-left: 10px;
}
div#general_search label {
  color: #2d1f19;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
div#general_search input {
  float: left;
}
div#general_search div#location_box {
  width: 240px;
}
div#general_search div#has_picture_box {
  width: 180px;
}
div#general_search div#age_box {
  width: 290px;
}
div#general_search div#age_box>div {
  float: left;
  width: 65px;
  height: 26px;
  line-height: 26px;
}
div#general_search div#age_box div.item_and {
  width: 30px;
  margin-left: 10px;
}
div#general_search div#screenname_box {
  width: 225px;
}
div#general_search div#has_picture_box input[type=checkbox] {
  margin-top: 0;
}
div#general_search div#has_picture_box label:first-child {
  margin-bottom: 16px;
}
#member_search_top_panel a#btn_search_members {
  display: block;
  text-align: center;
  width: 165px;
  height: 26px;
  line-height: 22px;
  color: #fff;
  font-variant: small-caps;
  margin: 0 auto;
  font-size: 16px;
}
a#search_geoloc {
  height: 26px;
  width: 26px;
  display: block;
  float: right;
  text-indent: -9000em;
  background: url(/local/img/geolocation_picto.jpg) no-repeat 0 0;
}
div#search_box h2 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 13px;
}
div#search_box div {
  margin-bottom: 15px;
}
div#search_box a.link {
  color: #757474;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 4px;
  position: relative;
  display: block;
  border: 1px solid #b1b1b1;
  width: 180px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  padding-right: 30px;
}
div#search_box a.link span {
  background: url(/img/sprites/pages.png) no-repeat -34px 0;
  height: 25px;
  width: 26px;
  position: absolute;
  right: 4px;
  top: 5px;
  text-indent: -9000em;
}
div#search_box a.opened span {
  background: url(/img/sprites/pages.png) no-repeat -34px -24px;
}
div#search_box div.link_part label {
  text-align: left;
  color: #373737;
  font-weight: bold;
  float: left;
  margin: 4px 2px;
  width: 100%;
}
div#search_box div.size_list>div {
  float: left;
  height: 25px;
  line-height: 25px;
}
div#search_box div.item_between {
  margin-left: 8px;
  margin-right: 4px;
}
div#search_box div.item_and {
  width: 20px;
  margin-left: 2px;
}
aside div.member_informations {
  text-align: left;
  height: 46px;
}
aside div.member_informations span.screenname {
  cursor: pointer;
}
aside div.member_informations span.screenname {
  font-size: 16px;
  font-weight: bold;
}
aside div.member_informations span.others {
  line-height: 24px;
  color: #424242;
}
aside #member_picture div#main_picture {
  border: 1px solid #a5a5a5;
  width: 230px;
  height: 230px;
  padding: 7px;
  background: #fff;
}
aside #member_picture div#main_picture img {
  width: 100%;
  height: 100%;
}
aside img.profile_avatar {
  border: 1px outset;
}
div#other_pictures img {
  width: 77px;
  height: 77px;
}
div#main_picture {
  position: relative;
}
div#main_picture a.highslide span {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}
div#main_picture a span {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}
div#other_pictures a.highslide {
  width: 77px;
  height: 77px;
  margin-right: 9px;
  float: left;
}
div#other_pictures a.edit_picture {
  width: 75px;
  height: 75px;
  margin-right: 9px;
  float: left;
}
div#other_pictures a.edit_picture img {
  border: 1px solid #C0C0C0;
}
div#other_pictures {
  width: 100%;
  margin-top: 9px;
}
div#other_pictures div.default {
  float: left;
  width: 77px;
  height: 77px;
  margin-right: 9px;
}
div#other_pictures div.last,
div#other_pictures a.last {
  margin-right: 0;
}
#member_picture .mb_edit_picture {
  margin-top: 7px;
  margin-left: 1px;
  display: block;
  background: url(/img/ui/btn_edit_profil.png) no-repeat 0 0;
  width: 18px;
  height: 19px;
  text-decoration: none;
}
#member_action_list {
  clear: both;
}
#member_action_list ul li {
  height: 40px;
}
#member_action_list ul li a {
  text-align: left;
  display: block;
  width: 200px;
  padding-bottom: 10px;
  position: relative;
  margin-left: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #cacaca;
  height: 30px;
  line-height: 38px;
  margin: 2px 15px;
}
#member_action_list a img {
  position: absolute;
  top: 8px;
}
#member_action_list ul li a span {
  padding-left: 30px;
}
#member_action_list a#action_private_message img {
  top: 10px;
}
#subaction {
  margin-top: 10px;
  height: 50px;
}
div#member_profile {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
div#member_tabs ul {
  position: absolute;
  z-index: 2;
}
div#profile_item_box,
div#picture_item_box,
div#ask_item_box {
  position: absolute;
  top: 43px;
  z-index: 1;
}
div#ask_item_box {
  width: 100%;
  height: 550px;
}
ul.ui-tabs-nav li,
ul.ui-tabs-nav li a {
  padding: 0;
  width: 165px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
div#profile_item_box div#presentation_container {
  float: left;
  width: 305px;
  margin: 20px 18px 10px 14px;
}
div#presentation_container div.list_item {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
  margin-top: 10px;
  width: 100%;
  float: left;
}
div#presentation_container div.list_item span {
  display: block;
  width: 100%;
}
div#presentation_container div.list_item span.label {
  text-align: left;
  color: #505050;
  font-weight: bold;
  margin-bottom: 7px;
}
div#presentation_container div.list_item .value {
  text-align: left;
  font-size: 12px;
}
div#presentation_container div.list_item .value .stars {
  float: left;
  display: block;
  text-indent: -900em;
  margin-right: 5px;
  background: transparent;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: relative;
}
div#presentation_container div.list_item .value .stars:after {
  content: '';
  border: 1px solid #a4a4a4;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 6px;
  left: -10px;
}
div#presentation_container div.list_item .value .star_popularity_empty {
  border-bottom: 20px solid #a4a4a4;
}
div#presentation_container div.list_item .value .star_popularity_empty:after {
  border-top: 20px solid #a4a4a4;
}
div#profile_item_box div#member_features,
div#profile_item_box form {
  float: left;
  width: 355px;
  margin: 5px 14px 0 0;
}
div#profile_item_box div#member_features .feature_group {
  margin: 10px 0;
  overflow: hidden;
}
div#profile_item_box div#member_features .member_feature {
  height: 20px;
  line-height: 20px;
  width: 99%;
}
div#profile_item_box div#member_features .member_feature span {
  font-size: 12px;
  display: block;
  float: left;
}
.displayMember div#member_features .member_feature span.feature_label {
  color: #505050;
  text-align: right;
  width: 55%;
}
div#profile_item_box div#member_features .member_feature span.feature_value {
  color: #673714;
  text-align: left;
  width: 45%;
}
div#profile_item_box div#member_features .member_feature span.label_long {
  font-size: 11px;
}
#publics_pictures {
  margin: 6px 0;
}
#publics_pictures a img {
  margin: 0 2px;
  border: 1px solid #a5a5a5;
}
#member_profile #privates_pictures .ui-widget-content {
  padding: 8px 0;
}
.writePrivateMessage #body .member_informations {
  width: 690px;
  height: 70px;
  border-bottom: 1px solid #d6d6d6;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 25px;
}
.writePrivateMessage #body .member_informations h3 {
  margin-bottom: 10px;
}
.writePrivateMessage #body .member_informations h3 img {
  margin-right: 5px;
}
.writePrivateMessage #body .member_informations a,
.writePrivateMessage #body .member_informations span {
  float: left;
  display: block;
}
.writePrivateMessage #body .member_informations a {
  font-weight: bold;
}
.writePrivateMessage #body .member_informations a:hover {
  text-decoration: underline;
}
div#form_write_msg {
  position: relative;
}
div#form_write_msg div.subject {
  width: 690px;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 2px;
  text-align: left;
  padding-left: 20px;
}
div#form_write_msg div.subject input[type=text] {
  width: 635px;
  margin-left: 10px;
}
div#form_write_msg div.body {
  width: 540px;
  float: right;
  position: relative;
  margin-top: 10px;
}
#div_answer_message div#form_write_msg div.body {
  width: 635px;
  margin-right: 25px;
}
.arrow_box:after,
.arrow_box:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box {
  position: relative;
}
.arrow_box:before {
  border-color: rgba(227,227,227,0);
  border-right-color: #646464;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
}
#form_write_msg textarea {
  width: 99%;
  height: 100%;
  border: none;
  border: 1px solid #888888;
}
#form_write_msg textarea:focus {
  border: none;
  -moz-box-shadow: 6px 6px 1px 0px #c0c0c0;
  -webkit-box-shadow: 6px 6px 1px 0px #c0c0c0;
  -o-box-shadow: 6px 6px 1px 0px #c0c0c0;
  box-shadow: 6px 6px 1px 0px #c0c0c0;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0,Direction=135,Strength=1);
}
div#form_write_msg div.profile_picture {
  float: left;
  width: 130px;
  margin-top: 10px;
  margin-left: 15px;
}
div#profile_message_validation {
  clear: both;
  height: 30px;
  padding-top: 15px;
  margin-left: 70px;
  margin-right: 23px;
}
div#profile_message_validation a {
  width: 110px;
  height: 25px;
  color: #fff;
  line-height: 25px;
}
div#profile_message_validation a.back:hover {
  text-decoration: none;
  background: #dbdbdb;
}
div#profile_message_validation a.back {
  background: #a6a6a6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#a6a6a6 0%,#c9c9c9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a6a6a6),color-stop(100%,#c9c9c9));
  background: -webkit-linear-gradient(top,#a6a6a6 0%,#c9c9c9 100%);
  background: -o-linear-gradient(top,#a6a6a6 0%,#c9c9c9 100%);
  background: -ms-linear-gradient(top,#a6a6a6 0%,#c9c9c9 100%);
  background: linear-gradient(to bottom,#a6a6a6 0%,#c9c9c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a6a6',endColorstr='#c9c9c9',GradientType=0);
}
div#profile_message_validation div.delivery_notice {
  height: 25px;
  line-height: 25px;
  margin-left: 115px;
}
div#profile_message_validation div.delivery_notice .bg-credits span {
  text-indent: -9000em;
  display: inline-block;
  height: 26px;
  width: 26px;
  margin-left: 5px;
  background: url(/img/ui/item_credit.png) no-repeat 0 0;
}
.privateMessageList {
  background: #fff;
}
#member_mailbox_list {
  padding: 15px 20px;
}
#boxmail_header {
  position: relative;
}
#content_mailbox {
  float: left;
  background: #fff;
}
#content_mailbox a.delete_mail {
  display: inline-block;
  width: 105px;
  height: 25px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 25px;
}
#content_mailbox a.delete_mail:hover {
  background-position: 0 -25px;
}
table.mailbox_list {
  border-collapse: collapse;
}
table.mailbox_list tr td {
  text-align: left;
  border-bottom: 1px solid #cfcfca;
  border-top: 1px solid #cfcfca;
  heigth: 90px;
  color: #5b5a5a;
  font-size: 14xp;
}
table.mailbox_list tr.tr_line_mail {
  cursor: pointer;
}
table.mailbox_list tr td a.screenname {
  color: #313131;
  font-weight: bold;
  font-size: 15px;
  width: 200px;
  text-decoration: none;
}
table.mailbox_list tr td.date {
  color: #4382b2;
  font-size: 14px;
}
table.mailbox_list tr.not_read td {
  background: #eaeae5;
}
table.mailbox_list tr.not_read {
  cursor: pointer;
}
table.mailbox_list tr.tr_line_mail:hover {
  background: #F7F7F7;
}
table.mailbox_list tr.not_read:hover td {
  background: #efefef;
}
table.mailbox_list tr td.action_line {
  border: none;
}
table.mailbox_list tr th {
  color: #2c1e18;
  text-align: left;
  padding-left: 10px;
  height: 36px;
  line-height: 36px;
}
td.td_line_mail span.member_picture {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  padding: 3px;
  margin: 5px;
  background: #eaeae5;
}
td.td_line_mail span.member_picture img {
  width: 90px;
}
.button_answer_box a {
  display: block;
  width: 82px;
  height: 25px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  float: left;
}
.button_answer_box a#btn_answer_msg {
  margin-left: 10px;
}
#back_conversations_container {
  width: 600px;
  float: left;
  margin: 5px 0;
}
#back_conversations_container #back_conversations {
  display: block;
  width: 175px;
  height: 25px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
}
#content_message {
  width: 730px;
}
#messages_list_box {
  clear: both;
}
#messages_list_box div.title {
  color: #82827a;
  height: 50px;
  border-bottom: 1px solid #cfcfca;
  line-height: 50px;
  font-size: 13px;
}
#messages_list_box div.title a {
  font-weight: bold;
}
#messages_list_box div.title a:hover {
  text-decoration: underline;
}
#messages_list_box #header_member_message {
  float: left;
  width: 175px;
  min-height: 135px;
  margin-top: 10px;
}
#messages_list_box #header_member_message a {
  margin: 0 auto;
  width: 100px;
  display: block;
  text-align: center;
}
#messages_list_box #header_member_message a img {
  border: 4px solid #eaeae5;
}
#messages_list_box .message {
  float: left;
  width: 700px;
  padding: 15px;
  border-top: 1px solid #dfdfdc;
  min-height: 80px;
  text-align: left;
}
#messages_list_box .mail_notowner_send {
  background: #f0f0f0;
}
#messages_list_box .first {
  width: 525px;
  margin-top: 10px;
  border: none;
}
#messages_list_box .message .line {
  border: none;
}
#private_message_content {
  float: left;
  border-bottom: 1px solid #dfdfdc;
  margin-bottom: 15px;
}
.message .line span {
  color: #494949;
  font-size: 14px;
}
.message .line .label_mail_date {
  font-size: 14px;
  color: #4382b2;
}
.message .line .label_mail {
  font-weight: bold;
  font-size: 14px;
  color: #494949;
}
.message .text_mail {
  font-size: 13px;
  color: #494949;
}
#private_message_content .button_answer_box {
  float: right;
  margin-bottom: 15px;
  margin-top: 10px;
}
.message .line .screenname_logged,
.message .line .screenname {
  font-size: 15px;
  font-weight: bold;
  color: #313131;
  display: block;
  float: left;
  width: 90px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  margin-right: 15px;
}
#private_message_content #line_next_message {
  clear: both;
  font-size: 13px;
  color: #82827a;
  height: 28px;
}
#div_answer_message div#profile_message_validation div.button_action a {
  display: block;
  float: left;
}
#div_answer_message div#profile_message_validation div.button_action a.send {
  float: right;
}
#contacts_items_list {
  position: relative;
}
#contacts_items_list .content,
#boxmail_header .content {
  padding: 0;
}
#contacts_items_list a {
  position: relative;
  height: 34px;
  line-height: 34px;
  border: 1px solid transparent;
  display: block;
  text-align: left;
  padding-left: 25px;
  color: #1c1c1c;
}
#contacts_items_list a span {
  top: 50%;
  margin-top: -4px;
  left: 10px;
  display: block;
}
#contacts_items_list a:hover {
  background: #f3f3f3;
  border: 1px solid #d7d7d7;
  border-right: none;
}
#contacts_items_list a.selected {
  background: #fff;
  width: 210px;
  border: 1px solid #abacac;
  border-right: none;
}
#contacts_items_list h2 {
  color: #242424;
  text-align: left;
  margin-top: 20px;
  height: 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #242424;
}
#contacts_list {
  min-height: 400px;
  clear: both;
  float: left;
  margin-bottom: 20px;
  background: #fff;
  margin-left: -20px;
  padding-left: 20px;
}
#contacts_list>div {
  float: left;
  margin: 5px 0;
  text-align: left;
}
#contacts_list .simple_line {
  width: 685px;
  background: url(/img/ui/contact_exclamation_default.png) no-repeat 0 4px;
  padding-left: 22px;
  height: 24px;
  line-height: 24px;
}
#contacts_list .time {
  color: #1c1c1c;
}
.simple_line>div {
  float: left;
}
.simple_line div.informations a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
.simple_line div.informations a:hover {
  text-decoration: underline;
}
.simple_line div.informations span {
  color: #5e5e5e;
}
#contacts_list .complex_line {
  border-top: 1px solid #e0e0e0;
  padding: 10px;
  padding-right: 0;
  position: relative;
  width: 700px;
  margin: 0;
}
#contacts_list .complex_line div.float {
  float: left;
}
#contacts_list .line1 {
  background: #f2f2ef;
}
#contacts_list .line0 {
  background: #fff;
}
#contacts_list .complex_line a.picture {
  width: 96px;
  height: 96px;
  display: block;
  float: left;
}
#contacts_list .complex_line a.picture img {
  width: 95px;
  border: 1px solid #acacac;
}
#contacts_list .complex_line div.informations {
  width: 375px;
  margin-left: 20px;
  border-bottom: 1px dotted #d5d5ce;
  padding-bottom: 10px;
}
#contacts_list .complex_line div.informations a {
  font-size: 15px;
  font-weight: bold;
  color: #313131;
  text-decoration: none;
}
#contacts_list .complex_line div.informations a:hover {
  text-decoration: underline;
}
#contacts_list .complex_line div.action {
  margin-top: 15px;
  width: 375px;
  margin-left: 15px;
}
#contacts_list .complex_line div.action .bold {
  color: #333333;
}
#contacts_list .complex_line div.button_action {
  position: absolute;
  top: 28px;
  right: 15px;
  width: 175px;
}
#contacts_list .complex_line div.button_action a,
.more_information_box a.gift {
  clear: both;
  width: 100%;
  height: 22px;
  display: block;
  margin-top: 4px;
  line-height: 22px;
}
#contacts_list .complex_line div.button_action a:hover {
  text-decoration: underline;
}
div.button_action a.gift {
  background: url(/local/img/item_button_gift.png) no-repeat 0 0;
  padding-left: 35px;
}
div.button_action a.message {
  background: url(/local/img/item_button_write.png) no-repeat 0 0;
  padding-left: 35px;
}
#contacts_list .simple_line img {
  position: absolute;
  border: 2px solid black;
  display: none;
  width: 120px;
  height: 120px;
}
#contacts_list .simple_line img.decale {
  left: 127px;
}
a.see_contacts_line {
  display: block;
  background: url(/local/img/contact_more.png) no-repeat 55px 0;
  width: 150px;
  height: 20px;
  margin-top: 5px;
  line-height: 17px;
}
a.see_contacts_line:hover {
  text-decoration: underline;
}
.more_information_box a.invitation {
  display: inline-block;
}
#contacts_list .history div.action {
  width: 450px;
  padding-top: 0;
}
#contacts_list .more_information_box {
  display: none;
  margin-left: 122px;
  position: relative;
  padding-left: 35px;
  clear: both;
  float: left;
  margin-top: 15px;
  width: 375px;
}
#contacts_list .more_information_box .value {
  color: #EE037D;
  font-weight: bold;
}
#contacts_list .more_information_box .name {
  color: #272727;
  font-weight: bold;
}
#contacts_list .gift_box {
  padding-left: 65px;
}
.member_poke_item {
  height: 30px;
  display: inline-block;
  position: absolute;
  top: -9px;
  left: 0px;
}
.displayContacts a#contacts_list_more,
a#show_more_messages,
#button_see_more a#contacts_list_more {
  width: 291px;
  height: 45px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 13px;
  color: #272626;
  background: #c7c7b9;
  line-height: 45px;
  clear: both;
  text-decoration: none;
}
.displayContacts a#contacts_list_more:hover,
a#show_more_messages:hover,
#button_see_more a#contacts_list_more:hover {
  background: #ebebea;
}
.member_feature .relative {
  position: relative;
  float: left;
  margin-top: -5px;
  margin-left: 4px;
}
.member_feature select {
  margin-top: 5px;
  height: 20px;
  font-size: 11px;
  width: 160px;
}
.modifyMemberProfile div#member_features .member_feature span.feature_label {
  color: #706c6c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.member_feature {
  position: relative;
  margin: 3px 0;
}
div.member_feature span.status_value {
  margin-left: 5px;
  position: absolute;
  right: 0;
}
#member_features .select_simple_label,
#member_features .number_label {
  width: 48%;
  text-align: right;
}
#member_features .select_multiple_feature,
#member_features .number_feature {
  clear: both;
}
.modifyMemberProfile #member_features .select_multiple_label {
  text-align: left;
  padding-left: 2px;
  margin-bottom: 6px;
  width: 100%;
  border-bottom: 1px solid #CACACA;
}
#member_features span.mac_checkbox {
  width: 15px;
  margin-top: 2px;
}
.mac_checkbox span {
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url(/img/ui/bullet_unchecked.png) no-repeat 0 2px;
}
.mac_checkbox-checked span {
  background: url(/img/ui/bullet_checked.png) no-repeat 0 2px;
}
.mac_checkbox img {
  display: none;
}
table.select_multiple_table label.inline {
  font-size: 11px;
  text-align: left;
  float: left;
  margin-right: 8px;
}
.modifyMemberProfile div.button_action,
div.button_action_informations {
  width: 240px;
  margin: 0 auto;
}
.modifyMemberProfile div.button_action a,
div.button_action_informations a {
  display: block;
  float: left;
  width: 106px;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  color: #fff;
}
.message_confirmation div.button_action {
  width: 80%;
  margin-left: 30%;
  margin-top: 20px;
}
div.button_action a.confirmation_box_cancel,
div.button_action a.confirmation_box_ok {
  font-size: 14px;
  width: 105px;
  height: 26px;
  line-height: 26px;
  display: block;
  float: left;
  color: #fff;
  font-variant: small-caps;
}
div.button_action a.confirmation_box_cancel {
  background: #a6a6a6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E2YTZhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#a6a6a6 0%,#c9c9c9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a6a6a6),color-stop(100%,#c9c9c9));
  background: -webkit-linear-gradient(top,#a6a6a6 0%,#c9c9c9 100%);
  background: -o-linear-gradient(top,#a6a6a6 0%,#c9c9c9 100%);
  background: -ms-linear-gradient(top,#a6a6a6 0%,#c9c9c9 100%);
  background: linear-gradient(to bottom,#a6a6a6 0%,#c9c9c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a6a6',endColorstr='#c9c9c9',GradientType=0);
}
div.button_action a.confirmation_box_cancel:hover {
  background: #dbdbdb;
}
div.button_action a.confirmation_box_cancel {
  margin-right: 10px;
}
div#ask_invitation_frm {
  width: 300px;
  margin: 0 auto;
}
div#ask_invitation_frm .button_action {
  margin-left: 50px;
}
a.btn_cancel_edit_profile {
  margin-right: 2px;
}
a.btn_validate_profile {
  margin-left: 2px;
}
select#select_mood,
select#matching_type {
  width: 165px;
}
#presentation_container #p_description {
  width: 235px;
  border: 1px solid #BBB;
  padding: 20px;
}
#presentation_container div.value textarea {
  width: 275px;
  height: 215px;
  border: 1px solid #BBB;
}
.private_space_action_area {
  height: 40px;
  padding: 2px 0;
  width: 100%;
  border-top: 1px solid #cacaca;
  margin-top: 5px;
  padding-top: 4px;
}
.private_space_action_area span {
  display: block;
  width: 100%;
  font-size: 11px;
  color: #cacaca;
}
.private_space_action_area span.id {
  display: none;
}
.private_space_action_area a {
  width: 32px;
  height: 34px;
  display: block;
  float: left;
}
.private_space_action_area a.accept {
  background: url(/img/ui/icons/success.png) no-repeat 0 0;
  margin-right: 5px;
}
.private_space_action_area a.reject {
  background: url(/img/ui/icons/reject.png) no-repeat 0 0;
}
#pictures_informations {
  background: transparent;
  border: transparent;
}
div.picture_edit {
  float: left;
  position: relative;
  width: 116px;
  height: 116px;
  margin-top: 5px;
  margin-right: 2px;
  padding: 3px;
}
div.empty_picture>img {
  width: 121px;
  height: 121px;
  padding: 0;
  margin-top: -2px;
  margin-left: -3px;
}
.modifyMemberProfile #member_features h3 a {
  padding-left: 25px;
}
.modifyMemberProfile #member_features h3 a.btn_edit_profil {
  margin-top: -31px;
  margin-left: 3px;
  width: 20px;
  display: inline-block;
  padding: 0;
  float: left;
}
p.pictures_informations {
  float: left;
  font-style: italic;
  font-size: 11px;
  color: #000;
  margin: 2px 0;
  padding: 2px;
}
div#modify_pictures_div #member_pictures,
div#privates_pictures #member_private_pictures {
  width: 525px;
  margin: 0 auto;
}
table#table_add_picture,
table#table_add_private_picture {
  width: 710px;
  border-collapse: collapse;
  margin: 10px 0;
  float: left;
}
table#table_add_picture tr.picture_line,
table#table_add_private_picture tr.picture_line {
  background: #f9f7f7;
  border: 1px solid #c5c5c5;
}
table#table_add_picture tr.picture_line td,
table#table_add_picture tr.picture_line td label,
table#table_add_private_picture tr.picture_line td,
table#table_add_private_picture tr.picture_line td label {
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}
table#table_add_picture tr.picture_line td,
table#table_add_private_picture tr.picture_line td {
  height: 40px;
  padding-top: 4px;
}
table#table_add_private_picture tr.private_picture_line {
  background: #f9f7f7;
  border: 1px solid #c5c5c5;
}
table#table_add_private_picture tr.private_picture_line td {
  height: 40px;
  line-height: 40px;
}
.btn_edit_profil {
  display: block;
  background: url(/img/ui/btn_edit_profil.png) no-repeat 0 0;
  width: 18px;
  height: 19px;
  text-decoration: none;
}
div.picture_edit {
  float: left;
  position: relative;
  width: 116px;
  height: 116px;
  margin-top: 5px;
  margin-right: 5px;
  padding: 3px;
  background: #c9dbf3;
}
div.picture_edit>img {
  width: 112px;
  height: 112px;
  margin-top: 2px;
  margin-left: 2px;
}
div.empty_picture>img {
  width: 121px;
  height: 121px;
  padding: 0;
  margin-top: -2px;
  margin-left: -3px;
}
div.main_picture>img {
  border: 2px solid #DD7700;
  margin-top: 0;
  margin-left: 1px;
}
div.picture_tools {
  position: absolute;
  background: url(/img/ui/white_pix_85.png) 0 0 repeat;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 18px;
  vertical-align: middle;
}
*+html #profile_form div div.feature_div label {
  zoom: 1;
  display: inline;
}
div#member_pictures>div:hover>.picture_tools {
  display: block;
}
div.picture_tools img {
  margin: 2px;
  margin-top: 5px;
  float: right;
  cursor: pointer;
}
div#member_private_pictures>div:hover>.picture_tools {
  display: block;
}
a.default_button {
  width: 105px;
  height: 25px;
  color: #fff;
  display: block;
  line-height: 25px;
  text-align: center;
}
a.ask_private_space {
  margin: 0 auto;
  width: 250px;
}
#informations_content {
  background: #fff;
}
#informations_content .ui-tabs-panel {
  background: #fff;
  border: 1px solid #a5a5a5;
}
#informations_content span.important_info {
  display: block;
  width: 100%;
  padding: 2px 10px;
  text-align: justify;
  font-size: 12px;
  margin-bottom: 15px;
}
#informations_content table {
  width: 420px;
  margin: 0 auto;
}
#informations_content table tr td {
  height: 32px;
}
#informations_content table tr th label {
  text-align: right;
  float: right;
  font-size: 12px;
}
#informations_content div.default_form_container {
  float: left;
  width: 660px;
}
#gift_div {
  height: 215px;
  padding-top: 15px;
  width: 532px;
  float: left;
  margin: 10px 0;
  border-top: 1px solid #cacaca;
}
#gift_div>div {
  float: left;
}
#gift_div a {
  width: 100px;
  height: 100px;
  float: left;
  margin: 2px;
  border: 1px solid #fff;
  text-decoration: none;
  display: block;
}
.gift_tooltip {
  display: none;
  border: 2px solid #b6b6ab;
  background: #fff;
  height: 45px;
  width: 158px;
  padding: 1px;
  color: #19598a;
  z-index: 2003;
  position: absolute;
  top: -45px;
  left: -58px;
  line-height: 40px;
  padding-right: 62px;
  text-align: center;
  zoom: 1;
}
#gift_div .arrow {
  width: 0px;
  position: absolute;
  top: 47px;
  left: 40%;
  height: 0px;
  border-style: solid;
  border-width: 15px 8px 0 8px;
  border-color: #b6b6ab transparent transparent transparent;
}
#gift_div>div.unavailable div.mask_unvailable {
  position: absolute;
  top: 0;
  left: 0;
  width: 103px;
  height: 103px;
  background: #343434;
  opacity: 0.55;
  filter: alpha(opacity=55);
  -moz-opacity: 0.55;
  cursor: pointer;
}
#current_gift_div div#id_gift {
  float: left;
  width: 100%;
  text-align: center;
}
#current_gift_div a {
  float: left;
}
.gift_tooltip span {
  margin-top: 4px;
  float: right;
  background: url(/img/ui/credit_35x35.png) no-repeat 0 0;
  position: absolute;
  right: 2px;
  color: #ae924d;
  font-size: 13px;
  height: 40px;
  line-height: 36px;
  width: 40px;
  padding-left: 30px;
}
a.controls_gifts {
  display: none;
  width: 33px;
  height: 33px;
  text-indent: -9999px;
  float: left;
  top: 224px;
}
a#next_gifts {
  position: absolute;
  background: url(/img/ui/icons/next.png) no-repeat 0 0;
  right: -17px;
}
a#previous_gifts {
  position: absolute;
  left: -17px;
  background: url(/img/ui/icons/previous.png) no-repeat 0 0;
}
.default_form_container {
  width: 500px;
  margin: 0 auto;
}
.default_form_container table tr th label {
  text-align: right;
  margin-right: 10px;
}
.simple_content .default_form_container .inputfield {
  width: 350px;
}
.default_form_container table tr th,
.default_form_container table tr td {
  height: 26px;
}
.simple_content .button_action {
  height: 26px;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 260px;
  margin-top: 15px;
}
.simple_content .button_action a {
  display: block;
  width: 120px;
  height: 26px;
  line-height: 26px;
  float: left;
  color: #fff;
  text-align: center;
}
.simple_content .button_action a.bg-default-cancel {
  margin-right: 10px;
}
.contact #affiliate {
  display: none;
}
#privacy_policy h4 {
  text-align: left;
  margin-top: 17px;
  margin-bottom: 5px;
}
#privacy_policy ul {
  width: 400px;
  margin: 0 auto;
}
#privacy_policy ul li {
  list-style: none;
  text-align: left;
}
#terms_of_use p {
  text-align: left;
  margin: 10px 0;
}
#terms_of_use h4 {
  margin: 6px 0;
}
.gmap_overlay_content {
  z-index: 999;
  width: 150px;
  height: 50px;
  background: #fff;
  border: 2px solid #bcbca7;
  margin: 2px;
  padding: 2px;
  padding-top: 8px;
  position: absolute;
}
.gmap_overlay_content span {
  text-align: left;
}
.gmap_overlay_content span.picture {
  margin-left: 4px;
  margin-top: 1px;
  float: left;
}
.gmap_overlay_content span.screenname {
  margin-top: -5px;
  margin-left: 4px;
  color: #313131;
  font-weight: bold;
  width: 115px;
  font-size: 11px;
}
.gmap_overlay_content span.city {
  margin-left: 4px;
  color: #386b93;
  font-weight: bold;
  width: 90px;
  font-size: 10px;
}
.geoloc h2 {
  height: 46px;
}
.geoloc #map_canvas {
  width: 730px;
  height: 600px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: -15px;
}
.content_wrapper .body_wrapper a#btn_buy_credits {
  width: 180px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-left: 6px;
}
#content:after {
  content: " ";
  display: block;
  clear: both;
}
.ui-menu .ui-menu-item a {
  color: #333;
  font-size: 12px;
  text-align: left;
}
.ui-menu .ui-menu-item a:hover {
  background: #d3d3d3;
  color: #000;
  font-size: 12px;
  border: none;
}
.popularity_filter {
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
div.popup_alert_activity {
  width: 275px;
  height: 125px;
  background: #fff;
  border: 1px solid #cacaca;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  cursor: pointer;
  z-index: 1;
}
div.popup_alert_activity div.popup_alert_title {
  height: 30px;
  margin: 2px;
  background: #ff3333;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  position: relative;
}
div.popup_alert_activity div.popup_alert_title span {
  display: block;
  text-align: left;
  padding-left: 35px;
}
div.popup_alert_activity div.popup_alert_title span.visit {
  background: url(/img/ui/alert_icon_visit.png) no-repeat 8px 6px;
}
div.popup_alert_activity div.popup_alert_title span.send_poke {
  background: url(/img/ui/alert_icon_poke.png) no-repeat 8px 6px;
}
div.popup_alert_activity div.popup_alert_title span.send_message {
  background: url(/img/ui/alert_icon_message.png) no-repeat 8px 6px;
}
div.popup_alert_activity div.popup_alert_title span.send_gift {
  background: url(/img/ui/alert_icon_gift.png) no-repeat 8px 6px;
}
div.popup_alert_activity div.popup_alert_title a.close_alert {
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 8px;
  top: 0;
}
div.popup_alert_activity div.member_information {
  margin-top: 6px;
}
div.popup_alert_activity div.member_information >div {
  float: left;
}
div.popup_alert_activity div.member_information >div.picture {
  width: 65px;
  margin: 8px;
}
div.popup_alert_activity div.member_information >div.picture img {
  width: 62px;
  border: 1px solid #000;
}
div.popup_alert_activity div.member_information >div.sentence {
  width: 170px;
  color: #5b5b5b;
  font-size: 15px;
  margin-top: 18px;
  text-align: left;
}
div.popup_alert_activity div.member_information >div.sentence span {
  font-size: 16px;
  color: #ff3f51;
  font-weight: bold;
}
div.popup_alert_activity div.member_information a {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#message_account_alert {
  display: none;
  width: 100%;
  z-index: 1;
  top: 0;
  height: auto;
  line-height: 40px;
  background: #fef500;
  color: #000;
}
#message_account_alert a#resendme_email {
  background: #ff3f51;
  color: #fff;
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
  display: inline-block;
}
#message_account_alert a#resendme_email:hover {
  background: #d73743;
}
div#left_menu_nav {
  display: none;
}
@media screen and (max-width: 480px) {
  #mobile_header {
    display: block;
    height: 46px;
    background: #000;
    padding: 2px;
  }
  #mobile_header a#mobile_menu_button {
    float: left;
    margin-top: 7px;
    margin-left: 7px;
  }
  body {
    overflow-x: hidden;
  }
  div#content,
  div#breadcrumb,
  div#body_content_top,
  nav div#menu {
    width: 100%;
  }
  div#body_content {
    margin: 0;
  }
  div#top_content {
    height: auto;
  }
  nav div#menu.visible {
    visibility: visible;
    z-index: 1;
    -webkit-transition: z-index 0 linear .2s;
    -moz-transition: z-index 0 linear .2s;
    -ms-transition: z-index 0 linear .2s;
    -o-transition: z-index 0 linear .2s;
    transition: z-index 0 linear .2s;
  }
  #main_menu_nav {
    display: none;
  }
  #account-not-paid {
    top: 50%;
  }
  #member_mailbox_list {
    padding: 0;
  }
  table.mailbox_list tr td {
    vertical-align: middle;
  }
  td.td_line_mail span.member_picture {
    width: 60px;
    height: 60px;
  }
  td.td_line_mail span.member_picture img {
    width: 60px;
    height: 60px;
  }
  div#header {
    display: none;
  }
  div#header header {
    width: 100%;
    height: inherit;
  }
  div#header header h1 {
    margin: 0;
    background: none;
    width: 50%;
  }
  div#header header h1 a {
    text-align: left;
    text-indent: 0;
  }
  div#header header h1 a img {
    width: 35%;
    margin-top: 15px;
  }
  #top_links_menu a {
    font-size: 16px;
  }
  nav#main_menu_nav {
    height: auto;
  }
  nav div#menu {
    height: auto;
  }
  div#menu >ul {
    width: 100%;
    height: auto;
  }
  div#menu >ul >li {
    margin: 0;
    float: inherit;
    border-bottom: 1px solid #cacaca;
  }
  div#menu >ul >li.home {
    display: none;
  }
  div#menu >ul >li >a {
    height: 50px;
    font-size: 18px;
    background: #a4a4a4;
  }
  div#menu >ul >li >a.selected {
    background: #000;
  }
  div#breadcrumb,
  div#body_content_top {
    display: none;
  }
  div#body {
    width: 100%;
  }
  div#members_list {
    margin: 0;
  }
  div#members_list div.member {
    width: 100%;
    height: auto;
    margin: 0;
    border-bottom: 1px solid #cacaca;
  }
  div#members_list div.member div.member_picture {
    float: left;
    width: 113px;
  }
  div#members_list div.member a {
    display: inline-block;
    font-size: 22px;
    padding-left: 15px;
    padding-top: 4px;
  }
  #message_account_alert {
    line-height: 18px;
  }
  #members_list div.member:hover>.member_action {
    display: none;
  }
  #footer {
    height: auto;
    float: left;
  }
  #footer footer {
    width: 100%;
  }
  #footer footer #footer_description {
    width: 100%;
    min-height: 205px;
  }
  #footer footer #footer_description p {
    padding: 0 5px;
    margin-top: 4px;
  }
  #footer footer div.footer_list {
    margin-top: 20px;
  }
  .mesg_info,
  .mesg_success,
  .mesg_ok,
  .mesg_warning,
  .mesg_error,
  .mesg_validation {
    padding: 2%;
    width: 96%;
  }
  #content_message,
  #content_mailbox,
  #private_message_content {
    width: 100%;
  }
  #header_member_message {
    display: none;
  }
  #messages_list_box div {
    width: 100%;
  }
  #messages_list_box div.message {
    width: 100%;
  }
  #div_answer_message div#form_write_msg div.subject {
    width: 100%;
  }
  #div_answer_message div#form_write_msg div.subject label {
    width: 18%;
  }
  #div_answer_message div#form_write_msg div.subject input[type=text] {
    width: 75%;
  }
  #div_answer_message div#form_write_msg div.body {
    width: 100%;
    margin: 0;
  }
  #div_answer_message div#form_write_msg div.profile_picture {
    display: none;
  }
  #div_answer_message div#form_write_msg div#profile_message_validation {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #div_answer_message div#form_write_msg div.delivery_notice {
    display: none;
  }
  #contacts_list .complex_line a.picture {
    width: 60px;
    height: 60px;
  }
  #contacts_list .complex_line a.picture img {
    width: 60px;
    height: 60px;
  }
  .bg-default-cancel {
    width: 40%;
    height: 40px;
    line-height: 40px;
  }
  div#profile_message_validation a {
    width: 40%;
    height: 40px;
    line-height: 40px;
  }
  .button_answer_box a {
    width: 40%;
    height: 40px;
    line-height: 40px;
  }
  #contacts_list .complex_line {
    width: 100%;
  }
  #contacts_list .complex_line div.float {
    width: 78%;
  }
  #contacts_list .complex_line div.float:first-child {
    width: 20%;
  }
  #contacts_list .complex_line div.float div.button_action {
    display: none;
  }
  #contacts_list .complex_line div.float div.informations {
    width: 100%;
  }
  #contacts_list .complex_line div.float div.action {
    width: 100%;
  }
  #content aside {
    display: none;
  }
  #content.displayMember aside {
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    min-height: 0;
    height: 0;
  }
  #content.displayMember aside div.member_informations {
    display: none;
  }
  #content.displayMember aside div#member_picture {
    display: none;
  }
  aside #member_action_list {
    z-index: 8;
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    background: #000;
    color: #fff;
    width: 100%;
    height: 133px;
  }
  .navbar {
    height: 46px;
    line-height: 46px;
  }
  .navbar span,
  .navbar a {
    font-size: 24px;
  }
  .navbar a {
    background: #fff;
    margin: 2px;
    padding: 2px;
    width: 15%;
  }
  .navbar a:first-child,
  .navbar a:last-child,
  .navbar a:nth-last-child(2) {
    display: none;
  }
  #menu>ul>li>ul.normal {
    left: -175px;
  }
  div#profile_item_box {
    margin-bottom: 140px;
  }
  div#profile_item_box div#presentation_container {
    width: 98%;
    margin: 0;
    padding: 2%;
  }
  div#profile_item_box div#member_features {
    width: 100%;
  }
  #member_profile .ui-tabs-nav {
    width: 100%;
  }
  #member_profile .ui-tabs-nav li {
    width: 48%;
    padding: 0;
  }
  #member_profile li.ui-state-active,
  #members_list li.ui-state-active,
  #member_profile .ui-widget-content li.ui-state-active,
  #members_list .ui-widget-content li.ui-state-active,
  #member_profile .ui-widget-header li.ui-state-active,
  #members_list .ui-widget-header li.ui-state-active {
    width: 48%;
    padding: 0;
  }
  #member_profile .ui-tabs-panel {
    width: 100%;
  }
  #member_profile ul li:nth-child(3) {
    display: none;
  }
  .content_wrapper {
    width: 100%;
    margin: 0;
    top: 5%;
    left: 0;
  }
  .content_wrapper .relative_wrapper {
    width: 98%;
    border-width: 1%;
  }
  .content_wrapper .relative_wrapper .body_wrapper {
    width: 98%;
    padding: 1%;
  }
  .content_wrapper .relative_wrapper .body_wrapper .introduction {
    padding: 55px 50px;
  }
  .content_wrapper div#send_poke,
  .content_wrapper div#send_gift {
    width: 96%;
  }
  .content_wrapper #gift_div {
    width: 100%;
    overflow-y: scroll;
  }
  #nav-menu-static {
    display: none;
  }
  .writePrivateMessage #body .member_informations {
    width: 94%;
    padding: 2%;
    padding-left: 4%;
  }
  .mailbox_list tr.tr_line_mail td:first-child,
  .mailbox_list tr.tr_line_mail td:nth-child(3),
  .mailbox_list tr.not_read td:first-child,
  .mailbox_list tr.not_read td:nth-child(3) {
    display: none;
  }
  .mailbox_list tr th:first-child,
  .mailbox_list tr th:nth-child(3) {
    display: none;
  }
  div#profile_item_box form {
    width: 100%;
    margin: 0;
  }
  .modifyMemberProfile div.button_action a {
    width: 45%;
    height: 40px;
    line-height: 40px;
  }
  .modifyMemberProfile #presentation_container div.list_item:last-child,
  .modifyMemberProfile #presentation_container div.list_item:nth-last-child(1),
  .modifyMemberProfile #presentation_container div.list_item:nth-last-child(2) {
    display: none;
  }
  .searchMembers div#body_content_top {
    display: block;
  }
  .searchMembers div#body_content_top div#general_search div {
    width: 100%;
  }
  .searchMembers div#body_content_top div#general_search label {
    display: inline-block;
    width: 35%;
    float: left;
  }
  .searchMembers div#body_content_top div#general_search input[type=text] {
    width: 55%;
  }
  .searchMembers div#body_content_top div#general_search div#location_box a#search_geoloc {
    display: none;
  }
  .searchMembers div#body_content_top div#general_search div#age_box label {
    width: 21%;
    display: block;
    float: left;
  }
  .searchMembers div#body_content_top div#general_search div#age_box div {
    width: 19%;
    float: left;
  }
  .searchMembers div#body_content_top div#general_search div#age_box div.item_and {
    width: 13%;
  }
  .searchMembers div#body_content_top #member_search_top_panel {
    height: 280px;
  }
  .searchMembers div#body_content_top a#btn_search_members {
    float: left;
    margin-left: 5%;
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
}
