.times {
  font: Times New Roman, Times, serif;
}
.georgia {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.grey-btn {
  background-color: #e2e4e5;
  background-image: -moz-linear-gradient(top, #eff0f0, #e2e4e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eff0f0), to(#e2e4e5));
  background-image: -webkit-linear-gradient(top, #eff0f0, #e2e4e5);
  background-image: -o-linear-gradient(top, #eff0f0, #e2e4e5);
  background-image: linear-gradient(to bottom, #eff0f0, #e2e4e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff0f0', endColorstr='#ffe2e4e5', GradientType=0);
  box-shadow: 0 4px 4px -2px #c2c3c3;
  display: inline-block;
  border-radius: 3px;
  padding: 10px 12px;
  font: bold normal 12px / 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
}
.grey-btn + .grey-btn {
  margin-left: 14px;
}
.grey-btn.active {
  background-color: #cfd0d2;
  background-image: -moz-linear-gradient(top, #aaacae, #cfd0d2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aaacae), to(#cfd0d2));
  background-image: -webkit-linear-gradient(top, #aaacae, #cfd0d2);
  background-image: -o-linear-gradient(top, #aaacae, #cfd0d2);
  background-image: linear-gradient(to bottom, #aaacae, #cfd0d2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaacae', endColorstr='#ffcfd0d2', GradientType=0);
  -webkit-box-shadow: inset 1px 4px 9px -6px #000000;
  box-shadow: inset 1px 4px 9px -6px #000000;
  color: #636363;
}
:root .grey-btn.active {
  border-top: 1px solid #9e9fa1 \0;
}
.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.btn-blue {
  background-color: #004670;
  background-image: -moz-linear-gradient(top, #00588d, #004670);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00588d), to(#004670));
  background-image: -webkit-linear-gradient(top, #00588d, #004670);
  background-image: -o-linear-gradient(top, #00588d, #004670);
  background-image: linear-gradient(to bottom, #00588d, #004670);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00588d', endColorstr='#ff004670', GradientType=0);
  color: #fff;
  font: bold normal 12px / 1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 16px 10px;
  box-shadow: 0 4px 4px -2px #c2c3c3;
}
.btn-comment {
  background: #07345e;
  font: bold normal 0.8571em / 1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 0.7em;
}
.popup-close-m {
  font-size: 1em;
  line-height: 1;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.25;
  width: 1.25em;
  height: 1.25em;
  top: 1.6em;
  right: 1em;
  text-align: center;
  color: #d7d7d7;
  background: #fff;
  border-radius: 50%;
}
.input-text-dft {
  border: 1px solid #ccc;
  padding: 0.583em 1.83em;
  color: #000000;
  font-size: 1.083em;
  line-height: 1.417;
}
.input-text-dft::-webkit-input-placeholder,
.input-text-dft::-moz-placeholder,
.input-text-dft:-ms-input-placeholder {
  color: #d2d0d0;
}
.btn-flat {
  padding: 0.583em 1.83em;
  font-size: 1.083em;
  line-height: 1.417;
  color: #fff;
  background-color: #3a3a3a;
  border: 0;
  cursor: pointer;
}
.btn-flat-search {
  color: #000000;
  background-color: #e8e8e8;
}
.btn-flat-search.active {
  color: #fff;
  background-color: #3a3a3a;
}
.custom-checkbox {
  position: relative;
  width: 22px;
  height: 22px;
}
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 2;
}
.custom-checkbox .toggle {
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  position: absolute;
}
.custom-checkbox .toggle:after {
  display: block;
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(/i/search/tick.png) no-repeat center 6px;
  transition: opacity 200ms ease-in;
  opacity: 0;
}
.custom-checkbox input[type="checkbox"]:checked + .toggle:after {
  opacity: 1;
}
.c990 {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
.abs00 {
  left: 0;
  position: absolute;
  top: 0;
}
.profileIcon {
  background-image: url("/i/new/person/ic.png");
  background-repeat: no-repeat;
  display: block;
  position: relative;
  font-size: 1px;
}
.hr-dotted {
  background: url("/i/new/magazine/dotted.gif") repeat-x scroll 0 100% transparent;
  border: 0;
}
.h-layoutNarrow {
  background: none;
}
.h-columnWrapper {
  width: 990px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}
.three-column aside.notificationColumn {
  width: 195px;
  float: left;
  margin-right: 15px;
}
.three-column div.profileContent {
  width: 520px;
  float: left;
  margin-right: 20px;
}
.three-column aside.bannerColumn {
  width: 240px;
  float: left;
}
.two-column .profileContent {
  width: 735px;
  float: left;
  margin-right: 15px;
}
.two-column > aside {
  width: 240px;
  float: left;
}
.callSupportWindow {
  position: absolute;
  width: 437px;
  height: 235px;
  z-index: 10001;
  background: url('/i/bg-call-support-w.png') no-repeat 50% 50%;
  color: #ccc;
}
.callSupportWindow .closeBtn {
  position: absolute;
  top: 9px;
  right: 11px;
}
.callSupportWindow .content {
  margin: 14px 27px;
}
.callSupportWindow .content p,
.callSupportWindow .content dt {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 18px;
  color: #ccc;
}
.callSupportWindow .content textarea {
  overflow: hidden;
  height: 84px;
  width: 365px;
  border: 1px solid #545454;
  background-color: #2e2e2e;
  padding: 8px;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
}
.callSupportWindow .content input[type="button"] {
  background: url('/i/btn-call-support-fs.png') no-repeat;
  color: #fff;
  font-size: 12px;
  margin-top: 16px;
  font-weight: bold;
  border: none;
  width: 78px;
  height: 21px;
  cursor: pointer;
}
.callSupportWindow .content dt {
  float: left;
  margin: 3px -100% 2px 0;
}
.callSupportWindow li label input {
  margin: 0 3px 0 0;
  position: relative;
  top: 3px;
}
.callSupportWindow .content dd.who .autocomplete li {
  color: #333;
  font-size: 12px;
  line-height: 14px;
  font-family: Arial;
  margin: 0 0 5px;
  padding: 0 0 0 3px;
  cursor: pointer;
}
.callSupportWindow .content dd.who .autocomplete li:hover {
  text-decoration: underline;
}
.callSupportWindow .content dd.who .autocomplete {
  width: 206px;
  padding-top: 4px;
}
.callSupportWindow .content dd.who {
  position: relative;
}
.callSupportWindow .content dd {
  margin: 0 0 8px 80px;
}
.profile-form-notice {
  font-size: 1.1em;
}
.profile-form-notice dl {
  width: 100%;
  padding: 5px 3px;
  overflow: hidden;
  background: url("/i/new/person/sep.gif") repeat-x bottom;
}
.profile-form-notice dt {
  width: 70%;
  color: #333;
}
.profile-form-notice dd {
  width: 15%;
  float: right;
  text-align: center;
  color: #666;
  font-size: 0.8em;
}
.profile-form-notice h2 {
  font-size: 1.2em;
  padding: 26px 0 9px 3px;
  background: url("/i/new/person/sep.gif") repeat-x bottom;
  margin-bottom: -1px;
}
.profile-form-notice h3 {
  font-size: 1.05em;
  padding: 0 0 7px 3px;
  background: #ffffff url("/i/new/person/sep.gif") repeat-x bottom;
  color: #666;
}
.profile-form-notice .padding-form-left dl dt {
  padding-left: 19px;
}
form.profile-form-notice dt,
form.profile-form-notice dd {
  float: left;
}
.settings__buttonsRight {
  float: right;
  width: 200px;
}
.settings__buttonsRightTop {
  margin-top: 15px;
}
.settings__buttonsRight button {
  float: right;
}
.userAdd {
  margin: 9px 0 -25px 21px;
  display: block;
  float: left;
}
.padding-form-left {
  padding-bottom: 30px;
}
.aboutwholist dt {
  font-style: italic;
  font-family: Georgia;
}
.button {
  overflow: hidden;
}
.button button {
  float: right;
}
.notes {
  display: block;
  font-size: 0.8em;
  margin: 49px 0 35px 0;
  color: #666;
}
.settingsTabs {
  overflow: hidden;
  zoom: 1;
  padding-left: 1px;
  margin-bottom: -1px;
}
.settingsTabs li {
  float: left;
  margin-left: -1px;
}
.settingsTabs li a {
  background: #f8f8f8 url("/i/profile/bg_setting_menu.gif") repeat-x bottom;
  border: 1px solid #e2e2e2;
  border-bottom: 1px solid #c7c7c7;
  padding: 5px 20px 6px 20px;
  display: block;
}
.settingsTabs li a.settingsTabs__link-active {
  border: 1px solid #c7c7c7;
  border-bottom: 1px solid #fff;
  background: #fff;
  z-index: 1;
  position: relative;
  color: #000;
}
.person {
  padding-top: 6px;
  display: block;
  font-family: georgia;
  font-style: italic;
}
.message_toggle {
  background: url("/i/ban.gif") no-repeat 0 2px;
  padding: 0 0 0 20px;
  margin-top: 15px;
  width: 100px;
  color: #000;
  font-size: 11px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  right: 0;
}
.message_toggle.noban {
  background: none;
  padding: 0;
  width: 118px;
  margin-top: -10px;
}
.ban .manage_bar a,
.ban .manage_bar span {
  padding: 0 2px;
  font-weight: normal;
  display: block;
}
.entrysubscribe_toggle {
  background: url("/i/entrysubscribe.gif") no-repeat 0 2px;
  padding: 0 0 0 20px;
  margin-top: 15px;
  width: 100px;
  color: #000;
  font-size: 11px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  right: 0;
}
.settings {
  border: 1px solid #c7c7c7;
  padding: 27px;
  /* Кнопки  на главной странице настроек*/
  /* Кнопки Сохранить - Отменить*/
}
.settings .settings__button {
  margin-top: 20px;
  margin-bottom: 0;
  overflow: hidden;
  padding-left: 0;
  width: 411px;
}
.settings .settings__button dd {
  padding-left: 1px;
  margin-left: 6px;
  display: inline;
  display: block;
  float: right;
  height: 22px;
  background: url('/i/new/profile/bg-button2.png') no-repeat -299px 0;
  cursor: pointer;
  color: #08335f;
}
.settings .settings__button dd input {
  float: left;
  padding: 0 10px;
  font-size: 12px;
  line-height: 12px;
  color: #08335f;
  width: 84px;
  height: 22px;
  display: block;
  cursor: pointer;
  background: url('/i/new/profile/bg-button2.png') no-repeat 100% 0px;
}
.settings .settings__button dd.blueButton {
  background-position: -299px -22px;
}
.settings .settings__button dd.blueButton input {
  font-weight: bold;
  color: #fff;
  background-position: 100% -22px;
  width: 130px;
}
.settings button {
  font-size: 12px;
  padding: 0;
  margin: 0 2px;
  border: 0 solid;
  display: block;
  background: #fff;
  zoom: 1;
}
.settings button span {
  display: block;
  padding: 0;
  margin: 0;
  zoom: 1;
}
.settings button span span {
  padding: 3px 15px 0 15px;
  display: block;
  height: 19px;
  color: #164468;
  font-size: 12px;
  margin: 0;
  zoom: 1;
}
.settings button.reset span {
  background: url("/i/messages/bg_button.png") no-repeat right -256px;
}
.settings button.reset span span {
  background: url("/i/messages/bg_button.png") no-repeat 0 -278px;
}
.settings button.submit span {
  background: url("/i/messages/bg_button.png") no-repeat right -212px;
}
.settings button.submit span span {
  background: url("/i/messages/bg_button.png") no-repeat 0 -234px;
  color: #fff;
}
.settings-index h1 {
  font: normal bold 18px/18px Arial;
  padding: 3px 0 17px 10px;
  border-bottom: 1px solid #000;
}
.settings-index form.changePassword {
  margin: 23px 0 43px 10px;
}
.settings-index form.changeEmail {
  margin: 23px 0 0 10px;
}
.settings-index form .error {
  color: #cb0c0c;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
.settings-index form h2 {
  color: #454545;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 22px;
}
.settings-index form dl {
  overflow: hidden;
  padding-left: 150px;
  margin-bottom: 6px;
}
.settings-index form dl dt {
  float: left;
  font-size: 12px;
  line-height: 14px;
  padding-top: 3px;
  margin-left: -150px;
  height: 20px;
}
.settings-index form dl dd {
  background: url('/i/new/bg-input-rc.gif') -499px 0 no-repeat;
  float: left;
  padding-left: 1px;
}
.settings-index form dl dd input {
  background: url('/i/new/bg-input-rc.gif') 100% 0 no-repeat;
  border: none;
  font-size: 12px;
  line-height: 14px;
  padding: 3px;
  width: 254px;
}
.settings-index form.hideMe {
  margin: 43px 0 0 10px;
}
.settings-index form.hideMe h2 {
  margin-bottom: 18px;
}
.settings-index form.hideMe label input {
  margin-right: 4px;
  position: relative;
  top: 2px;
}
/* Настройки Ленты */
.settings-ribbon {
  overflow: hidden;
}
.settings-ribbon img {
  float: left;
  margin-right: 5px;
  margin-top: -6px;
}
.settings-ribbon p {
  float: left;
  padding: 0 0 15px 0;
}
.settings-ribbon dl dd {
  float: left;
  width: 20px;
}
.settings-ribbon h3 {
  color: #000;
}
.settings-ribbon h2 {
  font-size: 16px;
  font-weight: normal;
  display: inline;
  background: none;
  padding: 0;
}
.settings-ribbon .settingsRibbon__addButton {
  background: url("/i/new/person/sep.gif") repeat-x bottom;
  overflow: hidden;
  padding: 7px 0 9px 0;
  zoom: 1;
}
.settings-ribbon .h-settingsRibbon__column {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
  padding: 20px 0;
  margin: 15px 0;
  float: left;
  width: 100%;
}
.settings-ribbon .h-settingsRibbon__column .h-settingsRibbon__left {
  float: left;
  width: 47%;
}
.settings-ribbon .h-settingsRibbon__column .h-settingsRibbon__right {
  float: right;
  width: 47%;
}
.settings-ribbon .h-settingsRibbon__column .h-settingsRibbon__right dd {
  padding-top: 8px;
}
.settings-ribbon .h-settingsRibbon__column .h-settingsRibbon__right a {
  color: #000;
}
.setting form.changePassword *,
.setting form.changeEmail * {
  font-family: Arial;
}
.settings-notice form.profile-form-notice dl dd {
  width: 15%;
  float: right;
  text-align: center;
  color: #666;
  font-size: 0.8em;
}
.settings-notice form.profile-form-notice dl.noticeFormHead {
  background: none;
  float: right;
  width: 30%;
}
.settings-notice form.profile-form-notice dl.noticeFormHead dd {
  width: 40%;
  margin: 0 5px;
}
.settings-notice .settings-notice__button button {
  float: right;
}
/* Страницы бана и подписки на материалы*/
.settings-ban h2 {
  margin: 0 0 10px 0;
  font-size: 1.2em;
}
.settings-ban ul {
  border-top: 1px solid #000;
}
.settings-ban ul.first {
  border: none;
}
.settings-ban ul div {
  width: 77%;
  float: left;
  line-height: 1.5em;
}
.settings-ban ul div .usercard {
  padding-top: 10px;
  display: block;
}
.settings-ban ul li {
  background: url("/i/new/person/sep.gif") repeat-x bottom;
  margin-bottom: -1px;
  padding: 10px 0 11px 0;
  overflow: hidden;
  position: relative;
}
.settings-ban ul li img {
  float: left;
  margin-right: 13px;
}
.settings-ban ul li span {
  color: #898989;
  font-size: 0.9em;
}
.settings-ban ul li.first {
  background: none;
}
.settings-ban ul li.last {
  background: none;
}
.settings-ban .usercard {
  font-family: georgia;
  font-style: italic;
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
}
.settings-ban .manage_bar {
  color: #4C4C4C;
  font-size: 0.9em;
  padding: 10px 10px 10px 0;
}
.settings-ban .manage_bar ul {
  border: 0 solid;
  padding: 0;
}
.settings-ban .manage_bar * {
  float: left;
  background: none;
}
.settings-ban .manage_bar li {
  padding: 0;
  font-weight: bold;
  color: #000;
}
.members-list {
  margin: 53px 0 24px 0;
}
.members-list__item {
  display: inline-block;
  vertical-align: top;
  min-height: 110px;
  width: 265px;
  margin: 0 0 10px 0;
}
.members-list__item:nth-child(3n) {
  width: 175px;
}
.members-list__item:nth-child(3n) .userInSubject {
  max-width: 77px;
}
.members-list__item .userInSubject {
  min-height: 83px;
  max-width: 167px;
  float: left;
  display: block;
  font-weight: normal;
  padding: 27px 0 0 18px;
}
.members-list__item-pic {
  float: left;
  display: block;
}
.profile-search-results {
  margin-top: 33px;
}
.profile-search-results__item {
  color: #083463;
  font: normal normal 18px / 36px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 4px;
  text-transform: capitalize;
}
.profile-search-results__item sup {
  font-size: 12px;
}
.profile-search-results h2 {
  font: italic 30px / 30px Georgia, Times, "Times New Roman", serif;
  color: #a9a6a6;
  margin: 37px 0 11px 0;
}
.profile-search-results h2:first-child {
  margin-top: 0;
}
.profile-search-results_date {
  margin-top: 30px;
}
@media (min-width: 770px) {
  .blogHeader span.red {
    font-style: normal;
    font-size: 9px;
    font-weight: bold;
    color: #b50005;
  }
}
.blogHeader {
  background: #fafafa url("/i/blog/bg_top.jpg") repeat-x bottom;
  border: 1px solid #c7c7c7;
  padding: 12px 29px 7px 29px;
  color: #333;
}
.blogHeader span.userInSubject {
  font-size: 12px;
  font-weight: normal;
}
.blogHeader .g-moreAll {
  float: right;
  margin-top: 30px;
  display: block;
  font-weight: bold;
}
.blogHeader__header {
  margin-bottom: 11px;
  padding: 4px 0 0 0;
  position: relative;
}
.blogHeader__header h1 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 31px;
  color: #333333;
  float: left;
  margin-bottom: 11px;
}
.blogHeader__header h1 span {
  font-weight: normal;
  font-size: 26px;
}
.blogHeader__header__sort {
  float: right;
}
.blogHeader__header__sort a:last-child {
  margin-left: 10px;
}
.blogHeader__recent {
  float: left;
  padding-right: 50px;
  width: 60%;
}
.blogHeader__recent p {
  line-height: 1.16em;
}
.blogHeader__recent h2 {
  font-size: 1.2em;
  margin-bottom: 0.18em;
}
.blogHeader__recent h2 a {
  color: #000;
}
.blogHeader__recent h2 a span.userInSubject {
  font-size: 14px;
}
.blogHeader__featured {
  width: 31%;
  float: left;
  font-size: 0.9em;
}
.blogHeader__featured h4 {
  color: #b50005;
  font-size: 9px;
  font-weight: bold;
}
.blogHeader__featured ul li {
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 2px;
  background: url("/i/profile/li.gif") no-repeat 0 8px;
  font-size: 1.1em;
  line-height: 1.2em;
}
.blogHeader__controls {
  background: url("/i/new/magazine/dotted.gif") repeat-x bottom;
  padding: 27px 12px 19px 30px;
  overflow: hidden;
  margin-right: 10px;
}
.blogHeader__controls .controls {
  padding-top: 3px;
}
.blogHeader__filter {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 8px;
  font: normal normal 0.916em / 1.1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
}
.blogHeader__filter:first-child {
  margin-left: -6px;
}
.blogHeader__filter.active {
  position: relative;
  background: #e8e8e8;
  border-radius: 3px;
}
.blogHeader__filter.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #e8e8e8 transparent transparent transparent;
}
.blogHeader__add {
  float: right;
  margin-top: -8px;
}
.blogHeader__add:hover {
  box-shadow: 0 3px 4px -2px #c2c3c3;
  color: #f5f5f5;
}
.blogHeader time {
  font-size: 0.95em;
}
.blogHeader time span {
  padding-right: 5px;
}
.blogHeader__rss {
  top: 16px;
  right: 1px;
  position: absolute;
  display: block;
  padding: 0 0 0 27px;
  font: bold normal 10px / 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.blogHeader .arrow-back {
  background-position: -16px -66px;
  display: inline-block;
  height: 11px;
  margin: 0 4px;
  top: 2px;
  width: 11px;
}
.blogHeader a:hover {
  color: #f00;
}
.one .last-writing {
  padding-right: 0;
  width: 100%;
}
@media (min-width: 770px) {
  .subscriberStatus p {
    font: bold 11px/16px Arial;
  }
  .subscriberStatus p b {
    font: normal 14px/17px Arial;
  }
  .subscriberStatus p i {
    font: normal 14px/17px Arial;
  }
  .subscriberStatus-message a {
    font: 13px/13px Arial;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.subscriberStatus {
  border: 1px solid #e3e3e3;
  margin: 0 0 10px 0;
  padding: 15px 14px 12px;
  background: #f8f8f8 url("/i/new/person/bg-person-format.gif") 189px 9px no-repeat;
  background-size: 40px;
}
.subscriberStatus p {
  color: #b2b2b2;
}
.subscriberStatus p b {
  color: #333333;
}
.subscriberStatus p i {
  color: #9e3ea0;
}
.subscriberStatus-partner {
  background-position: 188px 35px;
  background-size: 29px;
}
.subscriberStatus-message {
  background-position: 188px 6px;
  background-size: 29px;
  padding: 13px 14px 13px 14px;
}
.subscriberStatus-message a {
  color: #083367;
  display: block;
}
/*

.profileMenuWrapper {
	background: transparent url('/i/new/profile/bg-menu.png') 0 100% repeat-x;
	left: 0;
	position: absolute;
	z-index: 100;
	width: 100%;
    margin-top: 241px;
    min-width: 990px;
    top: 35px;
}

.profileMenuWrapper .profile-menu {
	position: relative;
	margin: 0 auto;
	width: 990px;
    height: 39px;

}
.profileMenuWrapper .profile-menu:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

//.profileMenuWrapper div.profile-menu {margin-top: 24px;}

.profile-menu li {
	border-left: 1px solid #9F9F9F;
	bottom: -12px;
	float: left;
	margin-left: -1px;
	position: relative;

    &:first-child{
      margin-left:0;
      border-left: none;
    }
}

.profile-menu li a,
.profile-menu li b {
	background: none repeat scroll 0 0 #000000;
	border-color: #474747;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	color: #FFFFFF;
	display: block;
	font: bold 12px/25px Arial;
	padding: 0 20px;
}

.profile-menu li b {
	cursor: default;
	}
.profile-menu li a:hover {
	color: #f00;
	}

.profile-menu li.active {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	bottom: 0;
	margin: 0 -12px 0;
	overflow: hidden;
	padding: 12px 22px 0;
	z-index: 2;
}

.profile-menu li.active a,
.profile-menu li.active b {
	position: relative;
	display: block;
	font: bold 12px/12px Arial;


	padding: 8px 20px 7px 20px;
	background: none repeat scroll 0 0 #FFFFFF;
    border-color: #fff;
	color: #000000;
	margin: 0 -10px;
    //margin-top:0px;

}

.profile-menu li.active .sdw {
	background: url("/i/new/profile/bg-menuActive.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 63px;
	left: -22px;
	position: absolute;
	top: 0;
	width: 100%;
}

.profile-menu li.active .sdw.r {
	margin-left: 100%;
	}

.profile-menu li.active.first {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    bottom: 0;
    margin: -12px -12px 0;
    overflow: hidden;
    padding: 12px 22px 0;
    z-index: 2;
}

.profile-menu li {
    border-left: 1px solid #9F9F9F;
    bottom: -12px;
    float: left;
    margin-left: -1px;
    position: relative;
}

.profile-menu li.active.first a,
.profile-menu li.active.first b {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #000000;
    line-height: 27px;
    margin: 0 -10px;
    padding-bottom: 4px;
    position: relative;
}
*/
.disabled a {
  color: #777;
}
.next,
.prev {
  background-color: #ededed;
  background-image: url("/i/new/person/ic.png");
  background-repeat: no-repeat;
  border: 1px #c7c7c7 solid;
  display: block;
  height: 9px;
}
.prev {
  background-position: 132px -140px;
}
.next {
  background-position: 132px -153px;
}
.next span,
.prev span {
  display: none;
}
.prev:hover,
.next:hover {
  border-color: #ff0000;
}
.prev-disabled,
.next-disabled,
.prev-disabled:hover,
.next-disabled:hover {
  background-color: #fff;
  border-color: #eee;
  cursor: default;
}
.next-disabled,
.next-disabled:hover {
  background-position: 132px -126px;
}
.prev-disabled,
.prev-disabled:hover {
  background-position: 132px -110px;
}
.content-person-you-read {
  margin: 6px 11px 12px;
}
/*.year {padding-bottom: 11px;}*/
