
/* src/music.css */
/* Альбом с треками */
#music_content dl.top dt,
#music_content dl.top dd {
  margin: 5px 0 0 195px;
}
#music_content dl.top dd.preview {
  float: left;
  width: 151px;
  height: 155px;
  margin: 0;
  padding: 1px 0 0 25px;
}
#music_content dl.top dd.preview .album-cover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 176px;
  height: 156px;
  background: url(/img/css/design/cdbox_big.png) no-repeat;
  z-index: 1;
}
#music_content dl.top dd.preview img,
#music_content dl.top dd.preview a {
  border: none;
  z-index: 100;
  position: relative;
}

#music_content dl.position {
  margin: 12px 0 12px 0;
}
#music_content dl.position dt,
#music_content dl.position dd.tags,
#music_content dl.position dd.description,
#music_content dl.position dd.year {
  margin: 5px 0 0 140px;
}
#music_content dl.position dd.preview {
  float: left;
  width: 105px;
  height: 111px;
  margin: 0;
  padding: 3px 0 0 20px;
}
#music_content dl.position dd.preview .album-cover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 125px;
  height: 114px;
  background: url(/img/css/design/cdbox.png) no-repeat;
  z-index: 1;
}
#music_content dl.position dd.preview .album-cover {
  display: block;
  width: 100px;
  height: 100px;
}
#music_content dl.position dd.preview img,
#music_content dl.position dd.preview a {
  border: none;
  z-index: 100;
  position: relative;
}
#music_content li.collumn{
  display: block;
  float: left;
  padding: 0;
}
#music_content ul.collumns-2 li.collumn{
  width: 49%;
}
#music_content ul.collumns-3 li.collumn{
  width: 33%;
}

#music_content li.collumn dl{
  background: none;
}

/* /Альбом с треками */

/* CD Markers */
#music_content dl.top dd.album-marker,
#music_content dl.position dd.album-marker {
  float: left;
  width: 120px;
  height: 50px;
  margin-left: -4px;
  background-repeat: no-repeat;
  background-position: 0px 7px;
}
#music_content dl.top dd.album-marker.fresh.marker-usual,
#music_content dl.position dd.album-marker.fresh.marker-usual {
  float: left;
  width: 0px;
  height: 0px;
}
#music_content dl.top dt,
#music_content dl.position dt {
  padding-top: 55px;
}
#music_content dl.top dt.fresh.marker-usual,
#music_content dl.position dt.fresh.marker-usual {
  padding-top: 0;
}
#music_content dl.top dd.album-big-marker,
#music_content dl.position dd.album-big-marker {
  float: left;
  width: 120px;
  height: 50px;
  margin-left: -1px;
  background-repeat: no-repeat;
  background-position: 0px 7px;
  overflow: hidden;
}
#music_content dl.top dd.marker-usual,
#music_content dl.position dd.marker-usual {
  width: 0;
}
#music_content dl.top dd.album-label,
#music_content dl.position dd.album-label {
  float: left;
  width: 15px;
  height: 85px;
  margin: 14px -7px 0 0;
  background-repeat: no-repeat;
  background-position: 0px 7px;
}

#music_content dd.marker-collection  { background-image: url(/img/css/design/markers/collection.gif); }
#music_content dd.marker-bootleg     { background-image: url(/img/css/design/markers/bootleg.gif); }
#music_content dd.marker-live        { background-image: url(/img/css/design/markers/live.gif); }
#music_content dd.marker-promo       { background-image: url(/img/css/design/markers/promo.gif); }
#music_content dd.marker-single      { background-image: url(/img/css/design/markers/single.gif); }
#music_content dd.marker-maxi-single { background-image: url(/img/css/design/markers/maxisingle.gif); }
#music_content dd.marker-tribute     { background-image: url(/img/css/design/markers/tribute.gif); }
#music_content dd.marker-ep          { background-image: url(/img/css/design/markers/ep.gif); }
#music_content dd.marker-maxisingle  { background-image: url(/img/css/design/markers/maxisingle.gif); }
#music_content dd.marker-remix       { background-image: url(/img/css/design/markers/remix.gif); }
#music_content dd.marker-broadcast   { background-image: url(/img/css/design/markers/broadcast.gif); }
#music_content dd.marker-lossless    { background-image: url(/img/css/design/markers/lossless.gif); }
#music_content dd.marker-vinyl       { background-image: url(/img/css/design/markers/vinyl.gif); }
#music_content dd.label-recommend    { background-image: url(/img/css/design/markers/label-recommend.gif); }
#music_content dd.label-new          { background-image: url(/img/css/design/markers/label-new.gif); }

#music_content dl dd.album-quality {
  width: 40px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin: 0 0 -1px 29px;
}
#music_content dl.top dd.album-quality {
  margin: 0 0 -1px 29px;
  }
#music_content dl.position dd.album-quality {
  margin: 0 0 -2px 29px;
}
#music_content dd.label-lossless{ background-image: url(/img/css/design/markers/music_small_labels.png); }
/* /CD Markers */

/* Страница исполнителя */
#music_content div.persons{
  margin-bottom: 10px;
  color: #393939;
}

#music_content div.persons a{
  font: 12px Arial;
  color: #369;
  margin-left: 10px;
  text-decoration: none;
  background-color: #fff;
  padding: 3px;
}

#music_content div.persons a:hover{
  color: #fff;
  background-color: #369;
}

#music_content #toggle_description{
  margin: 5px 0;
}

#music_content #toggle_description span{
  cursor: pointer;
  color: #669933;
  border-width: 0 0 1px 0;
  border-style: dashed;
  border-color: #669933;
}

#music_content .albums_group{
  margin: 10px 0;
  padding: 0 10px 10px 10px;
  border-color: #aaa;
  border-width: 1px;
  border-style: solid;
}

#music_content  .arrow.up{
  background: url(/img/css/design/toggle_arrow.png) no-repeat scroll -9px 0 transparent;
  width: 9px;
  height: 6px;
  display: inline-block;
  padding-bottom: 3px;
  cursor: pointer;
}

#music_content .arrow.down{
  background: url(/img/css/design/toggle_arrow.png) no-repeat scroll 0 0 transparent;
  width: 9px;
  height: 6px;
  display: inline-block;
  cursor: pointer;
}

#music_content h1 a.band_edit{
  color: #037806;
}

#band_edit_div textarea{
  width: 98%;
  height: 200px;
  border: 1px solid #666;
}

#band_edit_div ul.errors{
  background: #ffecdc;
  border: 1px solid #f9bebe;
  color: #393939;
  padding: 6px;
}

#band_edit_div ul.success{
  background: #ecffdc;
  border: 1px solid #bef9be;
  color: #393939;
  padding: 6px;
}

#music_content .socialization_panel{
  margin: 10px 0 10px 190px;
}

/* галереи исполнителей */
.lfm_gallery{
  cursor: pointer;
}

#music_content .star-rating{
  margin: 12px 0;
}

#music_content .gallery_way{
  margin: 10px 0;
}

#music_content .empty_gallery{
  cursor: pointer;
  color: #999;
  text-decoration: none;
}

#music_content .albums_group_title{
  cursor: pointer;
}

/***********redesign******************/
.objects__download
{
  width: 19px;
  height: 23px;
  border: 1px solid #5f9e03;
  background-color: #89c62f;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.objects__download:hover, .objects__download:active
{
  background-color: #51A351;
}
.objects__download-icon
{
  width: 7px;
  height: 11px;
  display: inline-block;
  background: transparent url(/img/css/design/audiobooks/abook_download.png) no-repeat left center;
  margin-top: 6px;
}
.objects__date__type__music{
  color: #6d6d6d;
  font-size: 13px;
  padding-left: 2px;
  margin-bottom: 10px;
}
.objects__content{
  padding: 0 14px 10px 14px!important;
}
.objects__row:hover{
  background-color: #fff;
  cursor:pointer;
}

.reviews__item {
  margin-bottom: 20px;
}
.reviews__item:hover .reviews__left {
  border: 3px solid #3173A1;
}
.reviews__item:hover .reviews__link {
  color: #FFF;
  text-decoration: none;
  background: #3173A1;
}
.reviews__left {
  float: left;
  margin: 0 12px 0 0;
  display: inline-block;
  border: 3px solid #CCC;
}
.reviews__right{
  display:inline-block;
  width:140px;
}
.reviews__right__short{
  display:inline-block;
  width:100px;
}
.reviews__image {
  display: block;
}
.reviews__left .reviews__image {
  border: none;
}
.reviews__left:hover {
  border: 3px solid #3173A1;
}
.reviews__link {
  font-size: 13px;
  color: #3173A1;
  text-decoration: none;
  border-bottom: 1px solid #3173A1;
}
.reviews__link:hover {
  color: #FFF;
  text-decoration: none;
  background: #3173A1;
}
.reviews__date {
  color: #949494;
  font: 11px arial, sans-serif;
  margin-bottom: 4px;
}
.reviews__band {
  color: #7a7a7a;
  font-size: 13px;
  padding-top:5px;
}
.release__year {
  color:#6d6d6d;
  font-size: 13px;
  margin-top:6px;
}
.block__heading{
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  border-bottom: 1px solid #caced1;
  padding-bottom: 5px;
}
.block__heading a{
  color: #000000;
  text-decoration: none;
}
.block__body {
  margin-bottom: 30px;
}
.wb-music{
  width: 893px;
  margin: 0 auto;
}
.band__header {
  background: #262626;
}

.wb-music .wb-tabs{
  background: #262626;
}
.card {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}
.card__heading {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  display: inline-block;
}
.card_layout_small .card__left .card__inner {
  padding: 15px 20px 30px;
  position: relative;
}
.card__subscribe__block {
  display: inline-block;
  float: right;
}
.card__subscribe__block .wb-button_none{
  float: right;
}

.card_layout_large .card__left,
.card_layout_large .card__center,
.card_layout_large .card__right {
  padding: 0;
  vertical-align: top;
}
.card_layout_large .card__left {
  width: 20%;
}
.card_layout_large .card__left .card__image{
  border: 3px solid #dddddd;
}
.card_layout_large .card__left .card__inner {
  padding: 17px 0px 22px 19px;
}
.card_layout_large .card__center {
  width: 80%;
}
.card_layout_large .card__center .card__inner {
  padding: 15px 17px 30px 17px;
}
.comments-link .comments-link__icon{
  margin-right: 10px!important;
}

.panel {
  border-top: 1px solid #dad9d9;
  height: 40px;
  padding-top: 20px;
}
.panel_noborder {
  height: 40px;
  padding-top: 10px;
}
.panel__left {
  padding: 0 12px;
  float: left;
}
.panel__right {
  float: right;
}
.panel__link {
  text-decoration: none;
}
.panel__link:hover .panel__arr {
  color: #000;
}
.panel__inner {
  font-size: 13px;
  color: #000;
  border-bottom: 1px solid #000;
  *zoom: 1;
}
.panel__arr {
  color: #5f5f5f;
  font-size: 70%;
}
.metric-type-music{
  min-height: 0!important;
  width:150px!important;
}
.metric-type-music .metric__tail{
  top:12px;
}
.wb-series-hint{
    color:white;
    float:right;
    padding-top:10px;
}

/* END src/music.css */


/* src/music/tracklist.css */
/* Заголовок для списка композиций и таблица со списком композиций */
.tracklist{
    margin-top: 10px;
}
.tracklist table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border-bottom: 1px solid #666;
}
.tracklist table tr {
  background: url(/img/css/design/artist/header-bg.gif) repeat-x;
}
.tracklist table th {
  border: 1px solid gray;
  padding: 8px 5px 8px 5px;
  -moz-user-select: none;
  font: 13px Arial;
  font-weight: bold;
  color: #666;
}
.tracklist table td {
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  padding: 8px 5px 8px 5px;
  font: 13px;
  background: #F5F5F5;
}
.tracklist table td.play {
  padding: 0px 5px 0px 5px;
}
.tracklist table .chkbox,
.tracklist .trckno {
  width: 20px;
  text-align: center;
}
.tracklist table .bitrate,
.tracklist table .dwnloads,
.tracklist table .time,
.tracklist table .size,
.tracklist table .play {
  width: 50px;
  text-align: center;
}
/* Колонка Исполнитель - композиция */
.tracklist table .track {
  text-align: left;
  padding-left: 15px;
}
.tracklist table td.trckno {
  color: #666;
}
.tracklist th.trckno {
  background: url(/img/css/design/artist/header-arrow.gif) center no-repeat;
}
.tracklist td.zebra {
  background: #fff;
}
.tracklist .seltrack {
  background: #ffffae;
}
.tracklist table .track strong{
    font-weight: normal;
}

.tracklist a,
.tracklist a:link,
.tracklist a:visited,
.tracklist a:hover,
.tracklist a:focus,
.tracklist a:active {
  color: #000;
  text-decoration: none;
  font: 11px Tahoma, Arial;
}

#album-outer {
}

.album-total {
  text-align: right;
  font: normal 100% Arial;
  color: #555;
  margin-top:10px;
}

/* END src/music/tracklist.css */


/* src/main_widget/abc_music.css */
/* ABC widget CSS Document */

/* Music */
#abc #music_types {
  position: absolute;
  top: 35px;
  left: 30px;
  width: 126px;
  overflow: hidden;
  z-index: 20;
}
#abc #music_types #music_types_table {
  position: relative;
  width: 100%;
  background: url(/img/css/design/main_widget/abc/music_plash.png) top left no-repeat;
}
#abc #music_types #music_cont {
  font-size: 20px;
  line-height: 1.2em;
  padding: 3px 0 3px 6px;
  text-decoration: underline;
  text-align: left;
}
#abc #music_types #music_cont .event_cont_div {
  padding-top: 19px;
}
#abc #music_types #music_cont div div {
  cursor: pointer;
  display: none;
}
#abc #music_types #music_cont .cur {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 116px;
  background: url(/img/css/design/main_widget/abc/lang_cur.gif) 105px 12px no-repeat;
}
#abc #music_types #music_start {
  height: 2px;
  background: url(/img/css/design/main_widget/abc/music_start.gif) top left no-repeat;
}
#abc #music_types #music_end {
  height: 4px;
  background: url(/img/css/design/main_widget/abc/music_end.gif) top left no-repeat;
}
#abc #mt_radioshow_cont {color: #fff; text-align: left;}
#abc #mt_radioshow_cont .list_content {overflow: auto;}
#abc #mt_radioshow_cont .list_content li {margin-bottom: 10px;}
/* End Music */

/* END src/main_widget/abc_music.css */


/* src/music/awards.css */
.awards_object{
  background: transparent;
  position: relative;
  top: 0px;
  right: auto;
  padding-left: 27px;
  z-index: 2;
  width: 160px;
  margin-bottom: 10px;
}
.awards_object .text{
  background: #666666;
  color: #fff;
  font-size: 11px;
  padding: 7px 20px 7px 30px;
}
.awards_object .awards_statue{
  background: url(/img/css/design/awards/awards_statues.png) 0 -446px no-repeat;
  height: 71px;
  width: 65px;
  position: absolute;
  left: 0;
  top: -18px;
  z-index: 2;
}
.awards_object .add_nominee_link{
  color: #ffc508;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.awards_object .add_nominee_link:hover{
  border-bottom: none;
}
.awards_object .nomination_link{
  color: #ffc508;
}

.awards_object .nominee_winner{
  font-size: 12px;
  color: #666;
  margin-left: 30px;
  margin-top: 3px;
}

/* END src/music/awards.css */


/* src/lastfm.css */
#lastFmData ul.errors{
  background: #ffecdc;
  border: 1px solid #f9bebe;
  color: #393939;
  padding: 6px;
}

#lastFmData ul.success{
  background: #ecffdc;
  border: 1px solid #bef9be;
  color: #393939;
  padding: 6px;
}

#lastFmData ul.errors li{
  padding: 3px 0;
}

#lastFmData a.lfmlink{
  color: #369;
  font-size: 11px;
}

#lastFmData textarea{
  border: 1px solid #aaa;
  width: 95%;
  height: 150px;
}

#lastFmData input[type=text]{
  border: 1px solid #aaa;
  width: 95%;
}

a.lfm_export{
  cursor: pointer;
}

#lastFmData #images_form .image_block{
  display: inline-block;
  margin: 7px 5px;
}

#lastFmData #images_form .lfm_image{
  border: 2px #9bf solid;
}

#lastFmData .action_board{
  background: #eee;
  margin: 10px 0;
  padding: 7px 10px;
  font-size: 12px;
}

#lastFmData .load_inprogress{
  background: url(/img/css/jquery/ui-icons_0078ae_256x240.png) 0 -160px no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

#lastFmData .load_error{
  background: url(/img/css/jquery/ui-icons_0078ae_256x240.png) 0 -144px no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

#lastFmData .load_success{
  background: url(/img/css/jquery/ui-icons_0078ae_256x240.png) -64px -144px no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

/* END src/lastfm.css */


/* src/social_panel.css */
.socialization_panel{
  margin-top: 0;
  float: left;
}

.socialization_panel .socnet{
  float: left;
  height: 22px;
  margin-bottom: 8px;
  margin-right: 5px;
}

.socialization_panel td{
  padding: 0 !important;
}

.socialization_panel .socnet.livejournal{
  width: 95px;
}

.socialization_panel .socnet.livejournal .lj{
  width: 95px;
  height: 20px;
  background: url(/img/css/design/social/lj.png) 0 -29px no-repeat;
}

.socialization_panel .socnet.livejournal .lj:hover{
  background: url(/img/css/design/social/lj.png) 0 -3px no-repeat;
}

.socialization_panel .socnet.twitter{
  width: 74px;
}
.socialization_panel .socnet.facebook{
  width: 120px;
}
.socialization_panel .socnet.facebook .fb_ltr{
  min-width: 100px;
}

.socialization_panel .vkontakte{
  overflow-x: hidden;
  
}

.socialization_panel .vkontakte #vk_like{
  /*width: 140px !important;*/
}

.fb_edge_widget_with_comment .fb_edge_comment_widget { 
  position: absolute;
}
.socialization_panel .socnet.google{
  width: 60px;
  margin-left: 5px;
}

.socialization_panel-margin-left{
	margin-left:20px;
}

.socialization_panel-margin-top {
  margin-top: 10px;
}

.socialization_panel-margin-top-paging {
  margin-top: -28px;
}
/* Стили для кнопки Одноклассники */
.odkl-klass-s,.odkl-klass{display:-moz-inline-stack;display:inline-block;*display:inline;vertical-align:middle;overflow:hidden;text-indent:-3000px;zoom:1;*text-indent:0;*font:0/0 Arial;}.odkl-klass{width:69px;height:21px;background:#f58220 url(odkl_klass.gif) no-repeat;}.odkl-klass-s{width:16px;height:16px;background:#f58220 url(odkl_klass_s.gif) no-repeat;}.odkl-klass:hover,.odkl-klass-stat:hover,.odkl-klass-stat:hover,.odkl-share-oc:hover{background-color:#e83;}.odkl-share-oc,.odkl-klass-oc,.odkl-klass-stat,.odkl-share-stat,.odkl-share-oc-voted,.odkl-klass-oc-voted{border-style:none;font:normal 17px arial;display:-moz-inline-stack;display:inline-block;*display:inline;padding-bottom:1px;padding-top:1px;text-decoration:none;zoom:1;height:18px;*height:21px;}.odkl-share-stat,.odkl-share-oc{padding-left:99px;*padding:0 0 0 99px;background:#f58220 url(odkl_klass_stat-neutral.gif) no-repeat;}.odkl-klass-oc,.odkl-klass-stat{padding-left:70px;*padding:0 0 0 70px;background:#f58220 url(https://st.mycdn.me/share/odkl_klass_stat.gif) no-repeat;}.odkl-klass-oc SPAN,.odkl-share-oc SPAN,.odkl-share-stat SPAN,.odkl-klass-stat SPAN{border-top-style:solid;border-top-width:1px;border-top-color:#f58220;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#f58220;border-right-style:solid;border-right-width:1px;border-right-color:#f58220;width:auto!important;text-decoration:none;padding:0 5px;text-align:center;font:normal 16px/19px arial;color:#f58220;background:white!important;zoom:1;}.odkl-klass-oc-voted,.odkl-share-oc-voted{cursor:default;color:#e83;zoom:1;}.odkl-klass-oc-voted{padding-left:20px;*padding:1 1 1 20px;background:url(odk_klass_v.gif) no-repeat;}.odkl-share-oc-voted{padding-left:26px;*padding:1 1 1 26px;background:url(odkl_klass_s2.gif) no-repeat;}.odkl-share-oc-voted A,.odkl-klass-oc-voted A{color:#e83;}.odkl-oc-comment-form{z-index:2000;position:absolute;width:192px;height:81px;font:normal 11px verdana,arial,helvetica,sans-serif;padding:2px 6px 6px 6px;border-style:solid;border-width:1px;border-color:#e83;background-color:white;zoom:1;}.odkl-oc-comment-form LABEL{text-align:left;display:block;color:#777E5D;padding-bottom:2px;}.odkl-oc-comment-form TEXTAREA{margin-bottom:7px;overflow-y:auto;height:35px;width:188px;display:block;padding:1px;border:1px solid #777e5d;}.odkl-oc-comment-form INPUT{font:normal 11px verdana,arial,helvetica,sans-serif;display:-moz-inline-stack;display:inline-block;*display:inline;padding:1px;text-align:center;vertical-align:middle;width:104px;cursor:pointer;background-color:#f93;color:white;border-style:solid;border-width:1px;border-color:#e83;}.odkl-oc-comment-form INPUT::-moz-focus-inner{border:1px dotted transparent;}.odkl-oc-comment-form INPUT:focus::-moz-focus-inner{border-color:#e83;}.odkl-oc-comment-form SPAN:hover{background-color:#e83;}.odkl-oc-comment-form A{color:#777E5D;margin-left:13px;}.odkl-oc-comment-form A:hover{color:black;}.odkl-oc-cmnt-hidden{visibility:hidden;width:1px;height:1px;}.odkl-oc-cmnt-err,.odkl-oc-cmnt-ok{visibility:visible;width:225px;min-height:14px;height:auto;color:black;border-style:solid;border-width:1px;padding:7px 17px 7px 7px;z-index:3000;position:absolute;display:inline;}.odkl-oc-msg-anchor{width:0;height:0;position:relative;visibility:hidden;*font:17px/19px Arial;}.odkl-oc-msg{font:normal 11px verdana,arial,helvetica,sans-serif;overflow-x:hidden;}.odkl-oc-lbl{float:left;width:15px;height:15px;padding-right:6px;}.odkl-oc-cmnt-ok .odkl-oc-lbl{background:url(ok_14x14.png) no-repeat;}.odkl-oc-cmnt-err .odkl-oc-lbl{background:url(error_14x14.png) no-repeat;}.odkl-oc-cmnt-err{background-color:#FFBFBF;border-color:#F39998;}.odkl-oc-cmnt-ok{background-color:#DFF0C6;border-color:#CC9;}.odkl-klass-oc-fc-hidden,.odkl-share-oc-fc-hidden{display:none;}.odkl-share-oc-fc,.odkl-klass-oc-fc{display:-moz-inline-stack;display:inline-block;*display:inline;border-style:none!important;border-width:0!important;padding:0!important;zoom:1;position:relative;height:21px;}.odkl-share-oc-fc{width:128px;}.odkl-klass-oc-fc{width:99px;}.odkl-share-oc-fc IFRAME,.odkl-klass-oc-fc IFRAME{border-style:none!important;border-width:0!important;padding:0!important;zoom:1;width:100%;height:100%;position:absolute;}

/*
.vkontakte_icon{
  background: url(/img/css/design/social/panel.png) -126px 0 no-repeat;
  width: 18px;
  height: 18px;
}

.facebook_icon{
  background: url(/img/css/design/social/panel.png) 0 0 no-repeat;
  width: 18px;
  height: 18px;
}

.twitter_icon{
  background: url(/img/css/design/social/panel.png) -18px 0 no-repeat;
  width: 18px;
  height: 18px;
}

.livejournal_icon{
  background: url(/img/css/design/social/panel.png) -54px 0 no-repeat;
  width: 18px;
  height: 18px;
}

.yandex_icon{
  background: url(/img/css/design/social/panel.png) -90px 0 no-repeat;
  width: 18px;
  height: 18px;
}

.mailru_icon{
  background: url(/img/css/design/social/panel.png) -108px 0 no-repeat;
  width: 18px;
  height: 18px;
}

.liveinternet_icon{
  background: url(/img/css/design/social/panel.png) -72px 0 no-repeat;
  width: 18px;
  height: 18px;
}

.buzz_icon{
  background: url(/img/css/design/social/panel.png) -36px 0 no-repeat;
  width: 18px;
  height: 18px;
}*/

/* END src/social_panel.css */


/* src/foto.css */
#foto_content {
  font-size: 11px;
  color: #666666;
}
/* Галерея */
#foto_content .upload-foto {
  text-align: right;
}
#foto_content .images-operations {
  background: #EEE;
  margin: 10px 0 10px 0;
  padding-left: 10px;
  padding-right: 10px;
}
#foto_content .images-operations-type-backoffice {
    background: #FFFFFF;
}
#foto_content .images-operations input {
  vertical-align: middle;
}
#foto_content .images-operations-chk-box {
  float: left;
}
#foto_content  .images-operations-btn {
  float: right;
}
#foto_content  .images-operations-btn a {
  margin-left: 10px;
}
#foto_content .image {
  display:-moz-inline-box;/*Нужно для Firefox*/
  display:inline-block; /*Не применяется в IE и Firefox*/
  _overflow:hidden;/*фикс для IE6*/
  zoom:1;/*включаем hasLayout*/
  *display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/

  /*width: 128px;*/
  margin: 0 20px 10px 0;
}
#foto_content .image .image-label {
  margin-top: 2px;
}
#foto_content .image input {
  vertical-align: middle;
}
#foto_content img.preview {
  display: block;
  border: #b2d1e0 2px solid;
  margin: auto;
}

/* Алоадер */
.swfupload {
  vertical-align: top;
}
#uploadManager {
  border-collapse: collapse;
}
#uploadManager td,
#uploadManager th {
  font-size: 12px;
  text-indent: 10px;
}
#uploadManager th {
  color: #999;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  width: 60px
}
#uploadManager th.name,
#uploadManager td.name {
  width: 260px;
  text-align: left;
}
#uploadManager th.size,
#uploadManager td.size {
  text-align: right;
}
#uploadManager tbody {
  border: 1px solid #CCC;
}
#uploadManager tbody tr {
  border-bottom: 1px solid #EEE;
  height: 22px;
}
#uploadManager tbody td .ui-icon {
  margin: auto;
}
#uploadManager tbody td.remove .ui-icon {
  cursor: pointer;
}

#uploadManager tfoot {
  border: 1px solid #CCC;
  background-color: #EEE;
}
#uploadQueueStats .progressbar {
  position: relative;
  height: 24px;
  background: #EEE;
}
#uploadQueueStats .stats {
  position: absolute;
  right: 10px;
  height: 24px;
  padding: 3px 0 5px 0;
}
/* Заказы */
#image-order {
  width: 100%;
  border-collapse: collapse;
}
#image-order thead {
  background-color: #EEEEEE;
}
#image-order thead th {
  padding: 0 4px 0 4px;
}
#image-order thead th.cn {
  width: 10px;
  padding: 0;
}
#image-order thead th.cn .r10 {
  height: 16px;
  padding: 10px 5px;
}
#image-order tbody tr {
  border-bottom: #CCC 1px solid;
}
#image-order tbody td {
  padding-top: 10px;
  text-align: center;
}
#image-order .orderline-options {
  text-align: left;
}
#foto_content .orderlines-operations {
  margin: 10px 0;
}
#foto_content .orderlines-operations > div {
  padding-left: 10px;
}
#foto_content  .orderlines-operations-btn {
  float: right;
}
#foto_content .submit-btns {
  text-align: center;
}

#orderlist {
  width: 100%;
  border-collapse: collapse;
}
#orderlist thead {
  background-color: #EEEEEE;
}
#orderlist thead th {
  padding: 0 4px 0 4px;
}
#orderlist thead th.cn {
  width: 10px;
  padding: 0;
}
#orderlist thead th.cn .r10 {
  height: 16px;
  padding: 10px 5px;
}
#orderlist tbody tr {
  border-bottom: #CCC 1px solid;
}
#orderlist tbody td {
  padding-top: 10px;
  text-align: center;
}
#orderlist .left {
  text-align: left;
}

#edit_state_dialog {
  display: none;
}
#state_history_dialog {
  display: none;
}
#state_history_dialog table {
  width: 100%;
  border-collapse: collapse;
  font: 11px Arial,Helvetica,sans-serif;
  color: #666;
}
#state_history_dialog table thead {
  background-color: #EEEEEE;
}
#state_history_dialog table tbody tr {
  border-bottom: #CCC 1px solid;
}
#state_history_dialog table tbody td {
  text-align: center;
}

#foto_content .error_msg {
  color: red;
  padding: 0 10px;
  font-size: 14px;
}


/* END src/foto.css */


/* src/r-star.css */
.r-star,
.r-star-shape{
  position:relative;
  overflow:hidden;
}
.r-star .cn,
.r-star-shape .cn{
  position:absolute;
}
.r-star-shape .cn.tl,
.r-star-shape .cn.bl {
  width:100%;
}
.r-star .cn.tr,
.r-star .cn.br,
.r-star-shape .cn.tr,
.r-star-shape .cn.br {
  margin-left:100%;
}


/* r10 */
.r10 {
  padding:10px 0;
}
.r10 .cn {
  width:20px;
  height:20px;
  left:-10px;
  top:-10px;
  background:url(/img/css/design/border_star/star_10px.png);
}
.r10 .cn.bl,
.r10 .cn.br {
  top:auto;
  bottom:-10px;
}

/* r8 border */
.rb8 {
  padding: 8px 0;
  border: #DDD 1px solid;
}
.rb8 .cn{
  width:16px;
  height:16px;
  left:-8px;
  top:-8px;
  background:url(/img/css/design/border_star/border_star_8px.png);
}
.rb8 .cn.bl,
.rb8 .cn.br {
  top:auto;
  bottom:-8px;
}

/* r10 shape*/
.rs10 {
  padding:10px 0;
}
.rs10 .cn{
  width:20px;
  height:20px;
  left:-10px;
  top:-10px
  background:url(/img/css/design/border_star/shape_10px.png);
}
.rs10 .cn.bl,
.rs10 .cn.br {
  top:auto;
  bottom:-10px;
}

/* END src/r-star.css */


/* src/ratings.css */
.star-rating{
  height: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.thumbnail .star-rating{
  float: right;
  padding-right: 7px;
}

.stars-block{
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
}

.star-gold{
  background: url(/img/css/design/ratings/stars.png) -32px 0 no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
}

.star-gray{
  background: url(/img/css/design/ratings/stars.png) -16px 0 no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
}

.star-blue{
  background: url(/img/css/design/ratings/stars.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  float: left;
  zoom: 1;
  cursor: pointer;
}

.stars-hint{
  color: #444;
  font-size: 11px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 2px 0 0 7px;
}

.star-blue-hint{
  color: #0080C0;
}

/* END src/ratings.css */



/* src/music/layout.css */
.wb-page { width: 1256px; margin: 0 auto; }
.wb-page-i { }

.wb-page__l { }
.wb-page__l-i {width: 896px; }
.wb-page__r { }
.wb-page__r-i { margin: 0 25px;}

.wb-page-series { width: 938px; background: #f5f5f5; }

.wb-layout-about { width: 100%;}
.wb-layout-about__l {width: 640px;}
.wb-layout-about__r {width: 258px;}
.wb-layout-about__r-i { margin-left: 25px;}

.wb-layout-table { width: 100%;}
.wb-layout-torrens { }
.wb-layout-series-compact { width: 100%; }
.wb-layout-series-compact-w {padding: 12px 0 0 0; margin: 0 19px 22px 15px; position:relative;}
.wb-layout-series-compact__l { width: 165px; vertical-align: top;}
.wb-layout-series-compact__l-i {display: inline-block; float:left;margin-right:20px; width: 150px;}
.wb-layout-series-compact__l-i img {border : 2px solid #dddddd;}
.wb-layout-series-compact__c {width:535px; vertical-align: top}
.wb-layout-series-compact__c-i { /*margin: 0 19px;*/}
.wb-layout-series-compact__r { width: 327px; vertical-align: top;}
.wb-layout-series-compact__r-i {}

.wb-layout-archive { width: 100%; border-collapse: collapse; font-size: 100%;}
.wb-layout-archive__l {width: 274px}
.wb-layout-archive__r { }
.wb-layout-archive__r-i { margin-left: 30px;}

.wb-layout-archive-season {border: 1px solid #d3dadf; width: 272px; margin-bottom: 10px;}
.wb-layout-archive-season__l {width: 71px;}
.wb-layout-archive-season__c { width: 70px;}
.wb-layout-archive-season__c-i { margin: 8px 14px;}
.wb-layout-archive-season__r { width: 131px; }
.wb-layout-archive-season__r-i { margin: 8px 7px; }

.wb-layout-about__l-i{
  font-size: 15px;
  line-height: 1.5;
}

/* END src/music/layout.css */


/* src/music/promo.css */
.wb-slides {
  margin: 0;
  padding: 0;
  width: 937px;
  overflow: hidden;
  position: relative;
}

.wb-slides_series {
  height: 400px;
}

.wb-slides_admin {
  height: 410px;
}

.wb-slides_info {
  height: 455px;
  margin-bottom: 10px;
}

.wb-slides-panel {
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  height: 400px;
}

.wb-slides-image {
  float: left;
  display: block;
  width: 938px;
  height: 400px;
  overflow: hidden;
}


#wb-promo-image {
  position: relative;
  display: block;
  z-index: 0;
  z-index: 0;
  line-height: 0;
  width: 938px;
  height: 410px;
}

.wb-promo-caption {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYmBgaAAIMAAAjwCD5Hc2/AAAAABJRU5ErkJggg==);
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  position: absolute;
  top: 252px;
  left:0;
  z-index: 1;
  margin: 0 0 0 16px;
  padding: 8px 12px;
  width: 884px;
  height: 55px;
}

.wb-promo-caption_hover {
  background: rgba(0, 0, 0, 0.7);
}

.wb-promo-caption__i {
  display: block;
  text-decoration: none;
  width: 884px;
  height: 39px;
}

.wb-promo-heading {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

.wb-promo-heading_hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
} 

.wb-promo-season {
  color: rgba(255, 255, 255, 0.7);
  margin: 6px 0 0 0;
  display: block;
  font-size: 14px;
  position: relative;
}

.wb-promo-season_hover {
  color: rgba(255, 255, 255, 1);
}

.wb-promo-list-w {
  top: 324px;
  position: relative;
  margin: 1px 0 0 0;
  z-index: 3;
  padding: 13px 12px 16px 24px;
}

.wb-promo-list {

}

.wb-promo-list-link {
  margin: 0 5px;
}

.wb-promo-list-image {
  width: 63px;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
  border: 3px solid #cccccc;
}

.wb-promo-list-image:hover {
  border: 3px solid #2b71a2;
}

.wb-promo-image-item {

}

.wb-promo-gradient {
  position: absolute;
  width: 938px;
  height: 455px;
  z-index: 2;
  top: 0;
  left: 0;
  background: url(/img/css/design/series/promo/promo_03.png) repeat-x 0 265px;
}

.wb-promo-info {
  position: absolute;
  top: 343px;
  width: 893px;
  height: 104px;
  padding: 0 20px 0;
}

.wb-promo-box-type {
  color: #000;
  font-size: 13px;
  line-height: 14px;
  margin: 0 0 6px 3px;
}

.wb-promo-box-heading {
  color: #000;
  font-size: 32px;
  margin: 0 0 7px 0;
  padding: 0;
  line-height: normal;
  font-weight: 600;
}
.wb-promo-admin a{
    font-size: 18px;
}
.wb-promo-box-link a{
  color: #000000;
  font-size: 14px;
}

.wb-promo-box-name {
  color: #797878;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 7px 3px;
}

.wb-promo-box-string{
    color: #9c9c9c;
    font-size: 14px;
    line-height: 14px;
    margin: 7px 0 0 0;
}

.wb-promo-box {
  /*overflow: hidden;*/
  padding: 0 20px 0 173px;
  zoom: 1;
}

.wb-promo-metrics {
  float: right;
  width: 175px;
  padding: 10px 14px 0 14px;
  line-height: 16px;
  color: #666;
  font-size: 11px;
}

.wb-promo-rating {
  margin: 0;
  padding: 0;
}

.wb-promo-rating-block {
  padding: 0;
  margin: 0;
}

.wb-promo-rating-caption {
  margin: 0 0 10px 0;
  font-size: 11px;
  color: #989898;
}

.wb-button_promo {
  padding: 5px 10px;
  font: 16px arial, sans-serif;
  font-weight: 700;
}

.wb-button__content_favorite-remove {
  color: #5d5d5d;
}

.wb-icon_promo {
  margin: 0 8px 0 0;
  float: left;
}

.wb-slides-admin-link {
  color:green;
  font-weight: 700;
  font-size: 16px;
}

.wb-promo-box-tags-wrap{
  margin-top: 30px;
  margin-left: 2px;
}
.wb-promo-box-tags-wrap .nav_type_tags:before, .nav_type_tags:after{
  display: inline;
}
.wb-promo-box-tags-wrap .nav__item{
  margin-right: 3px;
}

.wb-promo-box-label{
  height: 20px;
  width:130px;
  margin:9px 2px 0 0;
  color:white;
  font-size: 13px;
  float: left;
}


.wb-label-single{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px top;
  width: 65px;
}
.wb-label-live{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -20px;
  width: 53px;
}
.wb-label-bootleg{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -40px;
  width: 71px;
}
.wb-label-remix{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -60px;
  width: 65px;
}
.wb-label-broadcast{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -80px;
  width: 87px;
}
.wb-label-promo{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -100px;
  width: 65px;
}
.wb-label-collection{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -120px;
  width: 91px;
}
.wb-label-tribute{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -140px;
  width: 65px;
}
.wb-label-ep{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -160px;
  width: 43px;
}
.wb-label-maxi-single{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -180px;
  width: 97px;
}
.wb-label-lossless{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -200px;
  width: 84px;
}
.wb-label-new{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -220px;
  width: 65px;
}
.wb-label-recommend{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -240px;
  width: 105px;
}
.wb-label-vinyl{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -260px;
  width: 65px;
}

.wb-label-soundtrack{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -280px;
  width: 97px;
}
.wb-label-collection-rus{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -300px;
  width: 84px;
}

.wb-label-classic{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -320px;
  width: 90px;
}

.wb-label-radioshow{
  background: transparent url(/img/css/design/music/labels.png) no-repeat 2px -340px;
  width: 90px;
}

.shortened_lossless{
  width: 72px;
}
.shortened_recommend{
  width: 97px;
}
.shortened_new{
  width:57px;
}
.shortened_soundtrack{
  width: 87px;
}
.shortened_collection-rus{
  width:73px;
}
.shortened_classic{
  width: 76px;
}
.shortened_radioshow{
  width: 81px;
}


/* END src/music/promo.css */


/* src/music/tags.css */
/* Tags */

.wb-tags {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}

.wb-tags-item {
  float: left;
  margin: 1px;
  font: 13px sans-serif;
  line-height: 19px;
  position: relative;
  list-style: none;
}

a.wb-tags-link {
  text-decoration: none;
  color: #878787;
  background: #e1e1e1;
  white-space: nowrap;
  display: block;
  padding: 0 4px;
}

a.wb-tags-link:hover {
  background: #0baee5;
  color: #fff;
}

a.wb-icon_tags-show {
  background-position: 0 -13px;
}

a.wb-icon_tags-show:hover {
  background-position: 0 0;
}

a.wb-icon_tags-hide {
  background-position: 0 -13px;
}

a.wb-icon_tags-hide:hover {
  background-position: 0 0;
}

.tags {
  margin: 0 0 5px;
}

.tags__heading {
  line-height: 14px;
  font-weight: 400;
  margin: 0 9px 0 0;
  padding: 0;
}

.tags__list {
  margin: 0;
  padding: 0;
  display: inline;
}

.tags__item {
  display: inline;
  margin: 0 9px 0 0;
}

.tags__link {
  white-space: nowrap;
  color: #0a5b94
}

.tags__link:hover {
  background: #2b71a2;
  color: #fff;
}

.tags__arr {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 15px;
  height: 13px;
  cursor: pointer;
  background: url(/img/css/design/series/tags/arr.png) no-repeat 0 -13px;
  vertical-align: middle;
}

.tags__arr:hover {
  background-position: 0 0;
}

.tags__arr_show_yes {
  background-position: -15px -13px;
}

.tags__arr_show_yes:hover {
  background-position: -15px 0;
}



/* END src/music/tags.css */


/* src/music/ratings.css */

.ratings-block{
  width:100%;
  border-collapse: collapse;
}
.ratings-block-element{
  height: 40px;
  border-bottom: 1px solid #d3dadf;
  font-size: 13px;
  vertical-align: middle;
}
.ratings-block-element-gray{
  color:#878787;
}
.ratings-block-element-gray a{
  color:#878787;
}
.ratings-block-num{
  font-size: 21px;
  color: #666666;
  position: absolute;
  right:0;
  top: -3px;
  display: inline-block;
}
.ratings-block-num-red{
   color:#cc0000;
 }
.list__inner__ratings .ratings-block-num-big{
  font-size: 21px;
}
.ratings-block-sign{
  display:inline-block;
  font-size:13px;
  margin:5px 7px 0 0;
  vertical-align: top;
}
.ratings-block-num-gray{
  color:#666666;
}
.rating-wrapper{
  position: relative;
}
.ratings-vote-block{
  padding-top:20px;
}
.ratings-vote-block>span{
  color:#878787;
}
.ratings-block-position{
  position: relative;
  left: -10px;
  top:-4px;
  width: 11px;
  height: 6px;
  display:inline-block;
}
.ratings-block-num .chart_up{
  background: transparent url(/img/css/design/music/top_arrows.png) no-repeat left top;
}
.ratings-block-num .chart_down{
  background: transparent url(/img/css/design/music/top_arrows.png) no-repeat left bottom;
}
.ratings-block-favorite{
  position:absolute;
  display: inline-block;
  right: 0;
  bottom: -35px;
}

/* END src/music/ratings.css */


/* src/music/ratings_vote.css */
.wb-music-rating, .wb-music-rating-static {
  margin: 0 0 8px;
  float: right;
  display: inline-block;
}
.wb-music-rating-static {cursor: pointer}
.wb-music-block { overflow: hidden; display: inline-block;float:right;margin-bottom:5px; }
.wb-music-gold { background: url(/img/css/design/music/new_stars.png) -30px 0 no-repeat; width: 26px; height: 24px; display: inline-block; *display: inline; zoom: 1; float: left }
.wb-music-gray { background: url(/img/css/design/music/new_stars.png) -59px 0 no-repeat; width: 26px; height: 24px; display: inline-block; *display: inline; zoom: 1; float: left }
.wb-music-blue { background: url(/img/css/design/music/new_stars.png) 0 0 no-repeat; width: 26px; height: 24px; display: inline-block; *display: inline; float: left; zoom: 1; cursor: pointer }
.wb-music-hint { color: #989898; font-size: 11px; clear: both; margin: 4px 0 0 2px; }
.wb-music-blue-hint { color: #0080C0 }

.wb-music-block-static { display:block; text-decoration:none; overflow: hidden; }
.wb-music-gold-static { background: url(/img/css/design/music/new_stars.png) -30px 0 no-repeat; width: 26px; height: 24px; display: inline-block; *display: inline; zoom: 1; float: left }
.wb-music-gray-static { background: url(/img/css/design/music/new_stars.png) -59px 0 no-repeat; width: 26px; height: 24px; display: inline-block; *display: inline; zoom: 1; float: left }
.wb-music-hint-static { color: #989898; font-size: 11px; margin: 4px 5px 0 2px; float: right; text-decoration: none;}
/*.wb-music-rating-static_theme_gray .wb-music-gold-static {
  background: url(/img/css/design/music/new_stars.png) -57px 0 no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
}*/
.music-rating__count {
  color:#666;
}



/* END src/music/ratings_vote.css */


/* src/music/magazine.css */
/* List */
.wb-serials {
  margin: 16px 0 0 0;
}

.wb-serials_favorite-select {
  margin: 16px 22px;
}

.wb-serials-item {
  overflow: hidden;
  clear: both;
  padding: 14px 0 14px 13px;
  border-bottom: 1px solid #d3dadf;
}

.wb-serials-item_noshow {
  background: #CCC;
}

.wb-serials-item:hover {
  background: #f7f7f7;
}

.wb-serials-item_first {
  border-top: 1px solid #d3dadf;
}

.wb-serials-imaged {
  margin: 0 14px 0 0;
}

.wb-serials-metrics {
  margin: 20px 0;
  line-height: 16px;
  color: #666;
  font-size: 14px;
}

.wb-serials-author {
  color: #9c9c9c;
}

.wb-series-count {
  background: #8fc939;
  color: #fff;
  font: 9px arial, sans-serif;
  padding: 2px 5px;
  margin-left: 4px;
}

.wb-serials-heading {
  margin: 10px 0 8px 0;
  padding: 0 0 3px;
}

.wb-serials-heading__link {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  color: #2b71a2;
  padding: 0 1px;
  text-decoration: none;
  border-bottom: 1px solid #2b71a2;
}

.wb-serials-heading__grey-link {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #777777;
  padding: 0 1px;
  text-decoration: none;
  border-bottom: 1px solid #777777;
}

.wb-serials-heading__link-selected {
  background: #2b71a2;
  color: #fff;
}

.wb-serials-heading__link:hover {
  background: #2b71a2;
  color: #fff;
}

.wb-serials-heading__grey-link:hover {
  border: none;
}

.wb-serials-heading__arrow {
  font-size: 7px;
  position: relative;
  top: -3px;
}

.wb-serials-title {
  font: 13px sans-serif;
  color: #7f7f7f;
  margin: 0 0 8px;
  line-height: 19px;
  position: relative;
}

.wb-serials-authors {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}

.wb-serials-authors .wb-item {
  float: left;
  font: 13px sans-serif;
  line-height: 19px;
  position: relative;
  list-style: none;
}

.wb-serials-authors .wb-item a.link {
  text-decoration: none;
  color: #878787;
  display: block;
  padding: 4px 2px;
}

.wb-serials-authors .wb-item a.link:hover {
}

.wb-serials-tags {
  display: block;
  margin: 0 0 13px 0;
  padding: 0;
  clear: both;
  width: 100%;
  overflow: hidden;
}

.wb-serials-tags-item {
  float: left;
  margin: 0 1px 1px 0;
  font: 13px sans-serif;
  line-height: 19px;
  position: relative;
  serials-style: none;
}

.wb-serials-tags-item__link {
  text-decoration: none;
  color: #878787;
  background: #e1e1e1;
  display: block;
  padding: 0 4px;
}

.wb-serials-tags-item__link:hover {
  background: #0baee5;
  color: #fff;
}

.wb-serials-info {
  margin: 20px 0 15px;
  color: #000;
  font-size: 15px;
  line-height: 21px;
}

.wb-serial-more-info {
  margin: 15px 0 20px;
  color: #6d6d6d;
  font-size: 13px;
}

.wb-serials-link {
  display: block;
  background: #cccccc;
  line-height: 0;
  border: 3px solid #cccccc;
}

.wb-serials-link_614 {
  width: 614px;
}

.wb-serials-link_751 {
  width: 751px;
}

.wb-serials-link_818 {
  width: 818px;
}

.wb-serials-link_250 {
  width: 250px;
}

.wb-serials-link:hover {
  border: 3px solid #2b71a2
}

.wb-rubrics .wb-serials-link {
  max-width: 820px;
  width: auto;
  margin: 10px 0;
}

.wb-series-button {
  margin-top: 12px;
}

.wb-series-compact-link__image {
  display: block;
  background: #cccccc;
  width: 146px;
  height: 214px;
  line-height: 0;
  border: 3px solid #cccccc;
}

.wb-paging {
  padding: 10px;
  clear: both;
}

.wb-link {
  color: #0a5b94
}

.wb-link:hover {
  background: #2b71a2;
  color: #fff;
}

.wb-link_selected {
  background: #2b71a2;
  color: #fff;
  text-decoration: none;
}

.wb-link-ratings {
  color: #0080C0
}

.wb-image_selected {
  border: 3px solid #2b71a2;
}

.wb-hide {
  display: none
}

.articles_soc_panel .socialization_panel {
  float: right;
}

/* */
.wb-serials-metrics__date {
  float: left;
  margin-right: 13px;
}

.wb-serials-metrics__rating {
  float: left;
  margin-left: 12px;
  font-size: 14px;
}

.wb-serials-metrics__comments {
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 16px;
}
.wb-serials-metrics__comments .wb-comments-link{
  color: #336699;
  text-decoration: underline;
}
.wb-serials-metrics__comments .wb-comments-link{
  text-decoration: none;
}

.wb-serials-metrics__rating .wb-series-gold-static {
  background: url(/img/css/design/series/ratings/stars.png) -38px 0 no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  margin-top: -3px;
}

.wb-serials-metrics__rating .wb-series-gray-static {
  background: url(/img/css/design/series/ratings/stars.png) -19px 0 no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  margin-top: -3px;
}



/* END src/music/magazine.css */


/* src/tabs.css */
/* Tabs */
.wb-tabs {
    margin: 0;
    padding: 0;
    width: 100%;
}

.wb-tabs-nav {
    display: block;
    margin: 0 9px;
    padding: 0;
}

.wb-tabs-nav_widget {
    margin: 0 8px;
}

.wb-tabs-item {
    top: 1px;
    float: left;
    margin: 0 2px;
    font: bold 16px sans-serif;
    line-height: 16px;
    position: relative;
    list-style: none;
}

.wb-tabs-link {
    text-decoration: none;
    display: block;
    overflow: hidden;
}

.wb-tabs-series-count {
    float: right;
    margin-top: 2px;
}

.wb-tabs-content {
    clear: both;
    border-top: solid 1px #caced1;
    background-color: #fff;
}

.wb-tabs-panel_serials {
    padding: 0;
}

.wb-tabs-panel_about {
    padding: 25px 22px;
}

.wb-tabs-panel_award {
    padding: 25px 0 0;
}

.wb-tabs-item_all a.wb-tabs-link {
    padding: 9px 8px 2px;
    background: #e1e1e1;
    line-height: 17px;
    color: #616161;
    font: 18px arial, sans-serif;
    font-weight: 700;
    height: 28px;
    margin-bottom: 1px;
}

.wb-tabs-item_all a.wb-tabs-link:hover {
    color: #fff;
    background-color: #0baee5;
}

.wb-tabs-item_all-select {
    top: 1px;
    border-left: 1px solid #caced1;
    border-top: 1px solid #caced1;
    border-right: 1px solid #caced1;
}

.wb-tabs-item_all-select a.wb-tabs-link {
    padding: 8px 7px 3px;
    background: #fff;
    line-height: 17px;
    color: #000;
    font: 18px arial, sans-serif;
    font-weight: 700;
    height: 28px;
}

.wb-tabs-item_default .wb-tabs-link {
    background-color: #e1e1e1;
    padding: 6px 6px 6px;
    color: #666666;
    font: 14px arial, sans-serif;
    font-weight: 700;
    height: 17px;
}

.wb-tabs-item_default a.wb-tabs-link:hover {
    color: #fff;
    background-color: #0baee5;
}

.wb-tabs-item_default-select {
    top: 1px;
    border-left: 1px solid #caced1;
    border-top: 1px solid #caced1;
    border-right: 1px solid #caced1;
}

.wb-tabs-item_default-select a.wb-tabs-link {
    color: #000;
    padding: 5px 5px 7px;
    background-color: #fff;
    font: 14px arial, sans-serif;
    font-weight: 700;
    height: 17px;
}

.wb-tabs-item_series a.wb-tabs-link {
    color: #666666;
    background-color: #e1e1e1;
    padding: 6px 11px 5px;
    font: 16px arial, sans-serif;
    font-weight: 700;
    height: 20px;
}

.wb-tabs-item_series a.wb-tabs-link:hover {
    color: #fff;
    background-color: #0baee5;
}

.wb-tabs-item_series-select {
    top: 1px;
    border-left: 1px solid #caced1;
    border-top: 1px solid #caced1;
    border-right: 1px solid #caced1;
}

.wb-tabs-item_series-select a.wb-tabs-link {
    padding: 5px 8px 6px;
    background-color: #fff;
    color: #000;
    font: 16px arial, sans-serif;
    font-weight: 700;
    height: 20px;
}

.wb-tabs-item_favorite a.wb-tabs-link {
    color: #666666;
    background-color: #e1e1e1;
    padding: 6px 8px 5px;
    font: 14px arial, sans-serif;
    font-weight: 700;
    height: 18px;
}

.wb-tabs-item_favorite a.wb-tabs-link:hover {
    color: #fff;
    background-color: #0baee5;
}

.wb-tabs-item_favorite-select {
    top: 1px;
    border-left: 1px solid #caced1;
    border-top: 1px solid #caced1;
    border-right: 1px solid #caced1;
}

.wb-tabs-item_favorite-select a.wb-tabs-link {
    color: #000;
    padding: 5px 7px 6px;
    background-color: #fff;
    font: 16px arial, sans-serif;
    font-weight: 700;
    height: 18px;
}

.wb-tabs-item_favorite,
.wb-tabs-item_favorite-select {
    float: right;
}

.wb-tabs-item_widget {
    margin: 0 1px
}

.wb-tabs-item_widget a.wb-tabs-link {
    color: #666666;
    background-color: #e1e1e1;
    padding: 6px 7px 5px;
    font: 16px arial, sans-serif;
    font-weight: 700;
    height: 20px;
}

.wb-tabs-item_widget a.wb-tabs-link:hover {
    color: #fff;
    background-color: #0baee5;
}

.wb-tabs-item_widget-select {
    margin: 0 1px;
    top: 1px;
    border-left: 1px solid #caced1;
    border-top: 1px solid #caced1;
    border-right: 1px solid #caced1;
}

.wb-tabs-item_widget-select a.wb-tabs-link {
    color: #000;
    padding: 5px 6px 6px;
    background-color: #fff;
    font: 16px arial, sans-serif;
    font-weight: 700;
    height: 20px;
}

.wb-icon_tabs {
    float: left;
    margin: 0 8px 0 0;
}

a.wb-tabs-link_favorite:hover .wb-icon_tabs {
    background: url(/img/css/design/series/icons/icons_04.png) no-repeat 0 0;
}

.wb-tabs-nav-main .wb-tabs-item_default,
.wb-tabs-nav-main .wb-tabs-item_default-select,
.wb-tabs-nav-main .wb-tabs-item_series,
.wb-tabs-nav-main .wb-tabs-item_series-select,
.wb-tabs-nav-main .wb-tabs-item_widget,
.wb-tabs-nav-main .wb-tabs-item_widget-select,
.wb-tabs-nav-main .wb-tabs-item_favorite,
.wb-tabs-nav-main .wb-tabs-item_favorite-select,
.wb-tabs-nav-main .wb-tabs-item_atoz,
.wb-tabs-nav-main .wb-tabs-item_atoz-select{
    top: 11px;
}


/* END src/tabs.css */


/* src/objects.css */
.objects {
}
.objects__item {
  border-top: 1px double #f1f1f1;
  padding: 2px 0 0;
  margin: 10px 0 0;
}
.objects__item_open_yes .objects__content {
  display: block;
}
.objects__header {
  background: #f1f1f1;
  overflow: hidden;
  cursor: pointer;
  padding: 10px 14px 10px;
}
.objects__left {
  font-weight: 700;
  font-size: 16px;
  padding: 3px 0;
  margin: 0 130px 0 0;
}
.objects__right {
  float: right;
  width: 130px;
  text-align: left;
}
.objects__content {
  display: none;
  background: #f1f1f1;
  padding: 7px 14px 10px;
}
.objects__files {
  font-size: 100%;
  border-collapse: collapse;
}
.objects__search, .objects__play {
  font-weight: 700;
  padding: 2px 7px;
  color: #616161;
}
.objects__search {
  width: 93px;
  white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.objects__search:hover, .objects__play:hover {
  color: #000;
}

.objects__search_animate_yes {
  color: #000;
}

.objects__loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #6aade5;
  left: -100%;
  top: 0;
    z-index: 1;
}

.objects__search_animate_yes .objects__loader {
    display: block;
}

.objects__search .button__inner {
  position: relative;
    z-index: 2;
}
.objects__play .icon {
  display: inline-block;
  width: 10px;
  height: 12px;
  background: url(/img/css/design/icons/play.gif) no-repeat 0 0;
  vertical-align: middle;
  margin-right: 5px;
}
.objects__play .button__inner {
  vertical-align: middle;
}
.objects__quality {
  color:#7a7a7a;
}
.objects__cell {
  vertical-align: middle;
  padding: 4px;
}
.objects__cell_type_play {
  width: 100px;
}
.objects__cell_type_link {
  width: 93px;
}
.objects__cell_type_description {
  padding: 9px 20px 9px 4px;
}
.objects__cell_type_metric {
  /*vertical-align: top;*/
   vertical-align:middle;
}
.objects__cell_type_metric .objects-metric {
  margin: 4px 0;
}
.objects__torrent {

}
.objects__torrent_download_yes {
  color: #666;
  border-bottom: 1px solid transparent;
}

.objects__torrent_download_yes:hover,
.objects__torrent_download_yes:visited,
.objects__torrent_download_yes:active {
  color: #666;
  border-bottom: 1px solid transparent;
}

.objects-dropdown {}
.objects-dropdown_open_yes {}
.objects-dropdown__header {
  /*padding: 0 0 0 108px;*/
}
.objects-dropdown__content {
  display: none;
  margin: 10px 4px;
}
.objects-dropdown__content_open_yes {
  display: block;
}
.objects-dropdown__content .objects__cell_type_play {
   padding: 4px 4px 4px 0;
}
.objects-dropdown__link {
  margin: 0 4px;
}
.objects-dropdown__inner {
  border-bottom: 1px dashed;
  margin: 0 4px 0 0;
  color: #0a5b94;
  cursor: pointer;
  text-decoration: none;
}
.objects-dropdown__arr {
  cursor: pointer;
  color: #c0ccd5;
  font-size: 70%;
}
.objects-dropdown__link:hover .objects-dropdown__arr {
  color: #0a5b94;
}

.objects-metric {
  background: #fff;
  cursor: pointer;
  border: 1px solid #c8c8c8;
  white-space: nowrap;
  display: inline;
}
.objects-metric__length {
  color: #fff;
  padding: 0 6px;
  background: #c0c0c0;
  white-space: nowrap;
}
.objects-metric__size {
  color: #c8c8c8;
  background: #fff;
  padding: 0 6px;
  white-space: nowrap;
}

.metric {
  position: absolute;
  min-height: 72px;
  width: 300px;
  background: #fff;
  z-index: 100;
  padding: 10px;
  border: 1px solid #ccc;
  display: none;
}
.metric_show_yes {
  display: block;
}
.metric__content {
  line-height: 18px;
  white-space: normal;
}
.metric__tail {
  background: url(/img/css/design/objects/tail.gif) no-repeat 0 0;
  position: absolute;
  width: 8px;
  height: 16px;
  top: 26px;
  left: 0;
  margin: 0 0 0 -8px;
}
.metric__label {
  color:#767676;
}
.metric__value {
  color:#000;
}

.trailer {}
.trailer__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.trailer__header {
  font-size: 13px;
  color:#6f6f6f;
  margin-bottom: 10px;
}
.trailer__download {
  padding: 6px;
}
.trailer__download .icon {
  display: block;
  width: 7px;
  height: 11px;
  background: url(/img/css/design/icons/download.png) no-repeat 0 0;
}
.trailer__content {
  margin-bottom: 20px;
}
.trailer__video {
}
.trailer__heading {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 10px 4px;
}
.trailer__list {
  font-size: 100%;
  border-collapse: collapse;
}
.trailer__row:hover{
  background: #fff;
  cursor: pointer;
}
.trailer__cell {
  vertical-align: middle;
  padding: 2px 4px;
}
.trailer__cell_type_quality {
  padding: 4px 100px 4px 4px;
}
.trailer__quality {
  color:#000;
  font-size: 13px;
}
.trailer__info { font-size: 13px;
  color: #666;
  margin-bottom: 5px;
}
.trailer__format {
  color:#6f6f6f;
  font-size: 13px;
}
.trailer__link {
  margin-bottom: 5px;
}

/* END src/objects.css */


/* src/music/review.css */
.wb-review {
  margin: 16px 0;
}

#articles{
  margin: 16px 0;
}

.wb-review-item {
  overflow: hidden;
  clear: both;
  padding: 14px 22px;
  border-bottom: 1px solid #d3dadf;
}
.wb-review-item_first {
  border-top: 1px solid #d3dadf;
}
.wb-review-item_last {
  border-bottom:none;
}

.wb-review-imaged {
  float: left;
  margin: 0 14px 0 0;
}
.wb-review-content {
  overflow: hidden;
  zoom: 1;
}

.wb-review-link {
}
.wb-review-link__image {
  display: block;
  background: #cccccc;
  width: 122px;
  height: 61px;
  line-height: 0;
  border: 3px solid #cccccc;
}
.wb-review-link:hover .wb-review-link__image {
  border: 3px solid #2b71a2
}

.wb-review-heading {
  margin: 0 0 8px 2px;
  padding: 0;
}

a.wb-link_review {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding: 0 1px;
  text-decoration: none;
  border-bottom: 1px solid #2b71a2;
}

.wb-review-metrics {
  color: #7f7f7f;
  margin: 0 3px 10px;
}
.wb-review-metrics__date {
  font-size: 13px;
  line-height: 14px;
}
.wb-review-metrics__mark {
}
.wb-review-metrics__author {
  font-size: 13px;
  line-height: 14px;
}

.wb-review-tags {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.wb-review-tags-item {
  float: left;
  margin: 0 1px 13px;
  font: 13px sans-serif;
  line-height: 19px;
  position: relative;
  serials-style: none;
}
a.wb-review-tags-item__link {
  text-decoration: none;
  color: #666666;
  background: #e1e1e1;
  display: block;
  padding: 0 8px 1px;
}
a.wb-review-tags-item__link:hover {
  background: #0baee5;
  color: #fff;
}
.wb-review-text {
  clear: both;
  margin: 0 3px 20px;
}
.wb-comments-panel {
  margin: 0 2px;
}
.wb-comments-panel__mark {
  color: #666666;
}




/* END src/music/review.css */


/* src/music/list.css */
.list {
  width: 100%;
  font-size: 100%;
  border-collapse: collapse;
}

.list_type_music {
  margin: 22px 0;
  width: 100%;
  border-bottom: 1px solid #D3DADF;
}
.list_type_music .list-item__column {
  vertical-align: top;
  padding: 12px 0;
}

.list_type_music .list-item__column_type_content {
  width: 530px;
  padding:16px 0 12px 20px;
}
.list_type_music .list-item__column_type_content .list__inner {
  padding-top: 0px;
}
.list_type_music .list-item__column_type_image {
  width: 150px;
  padding: 14px 0 12px 5px;
}
.list_type_music .list-item__column_type_metrics {
  width: 150px;
  padding: 18px 16px 12px 22px;
}
.list_type_music .wb-series-rating-static {
  margin: 0 0 15px;
}

.list_type_music .comments-link {
  float: right;
}
.list__inner__ratings{
  text-align: right;
  padding-right:5px;
  margin-bottom:15px;
}
.list-item {

}
.list-item:hover {
  background: #f7f7f7;
}

.list-item-info {
  margin-bottom: 5px;
  font-size: 15px;
}
.list-item-info__link {
  color: #0a5b94;
  padding: 0 3px;
}
.list-item-info__text {
  margin-top: 15px;
  line-height: 1.5;
  font-size: 13px;
}
.list-item__column {
  vertical-align: top;
  padding: 12px 0;
  border-top: 1px solid #d3dadf;
}
.list-item__heading {
  margin: 0 0 10px;
  padding: 0;
}
.list-item__fees {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  color: #000;
}
.list-item__caption {
  margin: 0 0 20px;
  font-size: 11px;
  white-space: nowrap;
  line-height: 15px;
  color: #999;
}
.list-item__title {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 14px;
  color: #bebebe;
}
.list-item__nav {
  margin-bottom: 5px;
}
.list-item__nav .nav__link{
  margin-right: 3px;
  color: #666666;
  padding:0 5px;
}
.list-item__image {
  display: block;
  background: #cccccc;
  width: 144px;
  height: 144px;
  line-height: 0;
  border: 3px solid #cccccc;
}
.list-item__image:hover,
.list-item__image_selected_yes{
  border: 3px solid #2b71a2!important;
}

.list-item__link {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  color: #3173a1;
  text-decoration: none;
  border-bottom: 1px solid #3173a1;
}
.list-item__link:hover,
.list-item__link_selected_yes {
  color: #ffffff;
  text-decoration: none;
  background: #3173a1;
}

.list__inner {
  min-height: 130px;
  *height: 130px;
  padding: 0 0 1px;
}
.list-item__column_type_metrics .list__inner {
  min-height: 105px;
  *height: 105px;
}
.list-item__labels{
  padding: 0;
  margin:0;
}
.list-item__label{
  height: 20px;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
}


/* END src/music/list.css */


/* src/series/comments.css */
.wb-comments { /*margin: 12px 4px;*/ }
.wb-comments__l { display: inline; float: left; margin: 5px 0; }
.wb-comments__c { display: inline; float: left; color: #666666; }
.wb-comments__r { float: left;}
.wb-comments-link { text-decoration: none; color: #666666; }
.wb-comments-link__content { float:left;}
a.wb-comments-link .wb-icon_comments {background-position: 0 0;}
a.wb-comments-link:hover .wb-icon_comments {background-position: 0 -20px;}
.wb-comments-button {margin: 0 10px; text-decoration: none;}
.wb-rating { margin: 0 0 12px; }

.comments {}
.comments-link {
  color: #666;
  text-decoration: none;
  white-space: nowrap;
}
.comments-link:hover {
  color: #666;
}
.comments-link .comments-link__inner {
  color: #666;
  font-size: 13px;
}
.comments-link:hover .comments-link__inner {
  color: #666;
}
.comments-link .comments-link__icon {
  vertical-align: middle;
  margin-right: 5px;
  width: 21px;
  height: 20px;
  display: inline-block;
  background: url(/img/css/design/comments/comments.png) no-repeat;
}
.comments-link:hover .comments-link__icon {
  background-position: 0 -20px;
}


/* END src/series/comments.css */


/* src/music/billboard.css */
.billboard__list {
  width: 100%;
}

.billboard__list_type_event {
  width: 100%;
  border-bottom: 1px solid #D3DADF;
}
.billboard__list_type_event .list__column_type_left {
  width: 174px;
  padding: 14px 0;
}
.billboard__list_type_event .list__column_type_left .list__inner {
  padding-left: 13px;
  padding-right: 7px;
  min-height: 0;
}
.billboard__list_type_event .list__column_type_center{
  padding: 14px 0;
}
.billboard__list_type_event .list__column_type_center .list__inner {
  padding-left: 13px;
  padding-right: 7px;
  min-height: 0;
}
.billboard__list_type_event .list__column_type_right {
  width: 140px;
  padding: 14px 0;
}
.billboard__list_type_event .list__column_type_right .list__inner {
  padding-left: 10px;
  padding-right: 10px;
  min-height: 0;
}
.billboard__list_type_event .billboard__list__image {

}

.billboard__list_type_place {
  width: 100%;
  border-bottom: 1px solid #D3DADF;
  margin-bottom: 20px;
}
.billboard__list_type_place .list__column_type_left {
  width: 174px;
}
.billboard__list_type_place .list__column_type_left .list__inner {
  padding-left: 13px;
  padding-right: 7px;
}
.billboard__list_type_place .list__column_type_center .list__inner {
  padding-left: 13px;
  padding-right: 7px;
}
.billboard__list_type_place .list__column_type_right {
  width: 110px;
}
.billboard__list_type_place .list__column_type_right .list__inner {
  padding-left: 10px;
  padding-right: 10px;
}
.billboard__list_type_place .billboard__list__image {
  display: block;
  width: 170px;
  height: 112px;
}

.billboard__list__image {
  display: block;
  background: #dddddd;
  width: 170px;
  height: 93px;
  line-height: 0;
  border: 3px solid #dddddd;
}
.billboard__list__image:hover,
.billboard__list__image_selected_yes {
  border: 3px solid #3173A1;
}

.billboard__list__heading {
  margin-left: 10px;
  padding: 0 0 4px 0;
}
.billboard__list__heading_position_top {
  margin-top: 30px;
}
.billboard__list__heading__date {
  color: #000;
  font-size: 21px;
}
.billboard__list__heading__week {
  color: #949494;
  font-size: 21px;
}
.billboard__list__count {}
.billboard__list__count__value {
  font-size: 18px;
  font-weight: 700;
}
.billboard__list__count__text {
  color:#666666;
  font-size: 11px;
}
.billboard__list__type {
  margin: 0 0 2px;
  color: #666666;
  font-size: 11px;
}
.billboard__list__title {
  margin: 0 0 10px;
}
.billboard__list__text {
  font-size: 13px;
  line-height: 17px;
}
.billboard__list__text_position_bottom {
  margin: 0 0 18px;
}
.billboard__list__schedule {}
.billboard__list__schedule__item {
  margin-bottom: 13px;
  font-size: 13px;
}
.billboard__list__schedule__link {
  margin: 0 10px 0 0;
}
.billboard__list__schedule__time {
  color:#999999;
  padding: 0 10px 0 0;
}
.billboard__list__schedule__time_active_yes {
  color:#000000;
}
.billboard__list__schedule__more {
  font-size: 13px;

}
.billboard__list__name {
  margin-bottom: 14px;
  font-size: 13px;
}
.billboard__list__name__link {}
.billboard__list__name__time {}

.list__item:hover {
  background: #F7F7F7;
}

/* END src/music/billboard.css */


/* src/music/icon.css */
.wb-icon {
  border: none;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.wb-icon_download {
  width: 7px;
  height: 11px;
  background: url(/img/css/design/series/icons/icons_07.png) no-repeat 0 0;
}

.wb-icon_play {
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 0;
  display: block;
  background: url(/img/css/design/series/icons/icons_play.gif) no-repeat 0 0;
}

.wb-icon_play-caption {
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 1px 0 0 0;
  vertical-align: text-top;
  display: block;
  float: left;
  background: url(/img/css/design/series/icons/icons_play.gif) no-repeat 0 0;
}

.wb-icon_love {
  width: 15px;
  height: 13px;
  float: left;
  margin: 3px 4px 0 0;
  background: url(/img/css/design/series/icons/love.gif) no-repeat 0 0;
}

.wb-icon_favorite {
  width: 23px;
  height: 19px;
  background: url(/img/css/design/series/icons/icons_03.png) no-repeat 0 0;
}

.wb-icon_favorite-selected {
  width: 23px;
  height: 19px;
  background: url(/img/css/design/series/icons/icons_04.png) no-repeat 0 0;
}

.wb-icon_favorite-black {
  width: 23px;
  height: 19px;
  background: url(/img/css/design/series/icons/icons_09.png) no-repeat 1px 1px;
}
.wb-icon_favorite-blue {
  width: 23px;
  height: 19px;
  background: url(/img/css/design/series/icons/icons_14.png) no-repeat 1px 1px;
}

.wb-icon_comments {
  width: 21px;
  height: 20px;
  float: left;
  margin: 0 11px 3px 0;
  background: url(/img/css/design/series/icons/icons_06.png) no-repeat;
}

.wb-icon_tags-show {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 15px;
  height: 13px;
  vertical-align: middle;
  cursor: pointer;
  background: url(/img/css/design/series/icons/icons_11.png) no-repeat;
}

.wb-icon_tags-hide {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 15px;
  height: 13px;
  vertical-align: middle;
  cursor: pointer;
  background: url(/img/css/design/series/icons/icons_12.png) no-repeat;
}

.wb-icon_empty-rating {
  width: 53px;
  height: 50px;
  float: left;
  margin: 0 11px 0 0;
  background: url(/img/css/design/series/empty/empty_13.jpg) no-repeat 0 0;
}
.wb-icon_empty-favorite {
  width: 54px;
  height: 43px;
  margin: 0 11px 0 0;
  float: left;
  background: url(/img/css/design/series/empty/empty_06.jpg) no-repeat 0 0;
}
.wb-icon_hd {
  width: 23px;
  height: 16px;
  margin-top: 3px;
  vertical-align: top;
  background: url(/img/css/design/list/label.png) no-repeat 0 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.wb-icon_radio {
  width: 23px;
  height: 20px;
  background: url(/img/css/design/series/icons/radio.png) no-repeat left bottom;
  margin-top:-1px;
}

.wb-icon_radio-selected {
  width: 23px;
  height: 19px;
  background: url(/img/css/design/series/icons/radio.png) no-repeat left top;
  margin-top:-1px;
}

/* END src/music/icon.css */


/* src/series/widgets.css */
.wb-widget { width: 239px; margin: 0 auto 25px;}

.wb-widget-link {}
.wb-widget-link__image { display: block; background: #CCC; line-height: 0; border: 3px solid #CCC;}
.wb-widget-link__image_albums { width:66px; height:66px; }
.wb-widget-link__image_news { width:72px; height:50px; }
.wb-widgets-link__image_series, .wb-widgets-link__image_movies { width:66px; height:98px; }
.wb-widget-link:hover .wb-widget-link__image { border: 3px solid #2b71a2 }

.wb-widget-market-gid { padding: 12px 12px 24px; }

.wb-widget-about { padding: 0; background: #fff;   }
.wb-widget-about-header { padding: 0 3px 8px; border-bottom: 1px solid #d5d5d5; }
.wb-widget-about-header__heading { color:#000; margin: 0; padding: 0; font: 18px arial, sans-serif; line-height: 18px; font-weight: 700; }
.wb-widget-about-list { overflow: hidden; padding: 0; margin: 0; }
.wb-widget-about-item { list-style: none; margin: 0; overflow: hidden; padding: 12px 0;}
.wb-widget-about-date { color:#949494; font: 11px arial, sans-serif; margin-bottom: 3px; }
.wb-widget-about-imaged { float: left; margin: 2px 9px 0 0; }
.wb-widget-about-content { overflow: hidden; zoom: 1; }
.wb-widget-about-link { color: #0a5b94 }
.wb-widget-about-link:hover { background: #2b71a2; color:#fff; }
.wb-widget-about-footer { padding: 0 13px 15px; text-align: center; }

.wb-widget-comments {border: 1px solid #d5d5d5; }
.wb-widget-comments-header { padding: 10px 14px; background: #e2e2e2}
.wb-widget-comments-header__heading {margin: 0; padding: 0; color:#000; font-size: 18px; font-weight: 700; }
.wb-widget-comments-list { margin: 0; }
.wb-widget-comments-item { list-style: none; overflow: hidden; margin: 0; border: none; padding: 14px 11px; background: url(/img/css/design/series/gradient/gradient.png) repeat-x left bottom;}
.wb-widget-comments-imaged {float: left; margin: 2px 9px 0 0;}
.wb-widget-comments-content {overflow: hidden; zoom: 1;}
.wb-widget-comments-comments {margin-bottom: 6px;}
.wb-widget-comments-comments__link {text-decoration: none; color:#000; font: 13px arial, sans-serif; line-height: 19px;}
.wb-widget-comments-username {}
.wb-widget-comments-username__link {color:#666666; font: 11px arial, sans-serif;}
.wb-widget-comments-footer {padding: 15px 13px 15px; text-align: center;}

.wb-widget-faq {border: 1px solid #d5d5d5;  padding: 14px;}
.wb-widget-faq__icon {background: url(/img/css/design/series/widget/widget_03.png) no-repeat 0 0; margin: 0 0 14px; width: 49px; height: 41px; overflow: hidden;}
.wb-widget-faq__heading {color:#000;font: 16px arial, sans-serif; font-weight: 700;margin: 0 0 14px; padding: 0}
.wb-widget-faq-content {color:#858585; font: 13px arial, sans-serif; margin: 0 0 14px; padding: 0;}
.wb-widget-faq-content__link {font: 13px arial, sans-serif; color:#0a5b94;}
.wb-widget-faq-link { display: block; margin: 0 0 8px;}
.wb-widget-faq-link__link {font: 13px arial, sans-serif; color:#0a5b94;}

.wb-widget-more { }
.wb-widget-more-header { padding: 0 3px 8px; border-bottom: 1px solid #d5d5d5}
.wb-widget-more-header__heading { margin: 0; padding: 0; color:#000; font-size: 18px;
  line-height: 18px; font-weight: 700;  }
.wb-widget-more-list { margin: 0; padding: 0; overflow: hidden; }
.wb-widget-more-item { list-style: none; margin: 0; overflow: hidden; padding: 17px 0 0; }
.wb-widget-more-imaged { float: left; margin: 0 9px 0 0;}
.wb-widget-more-content { overflow: hidden; zoom: 1; }
.wb-widget-more-link { }
.wb-widget-more-link__link { font: 13px arial, sans-serif; }
.wb-widget-more-link__link-selected { color:#fff; background: #2b71a2; }

.wb-widget-news { border: 1px solid #d5d5d5; }
.wb-widget-news-header { overflow: hidden; padding: 10px 13px 0; border: none; }
.wb-widget-news-header__heading { margin: 0; padding: 0; color:#000; font: 18px arial, sans-serif; font-weight: 700; color:#000;
  text-decoration: none; }
.wb-widget-news-list { overflow: hidden; padding: 0 8px; border: none; }
.wb-widget-news-item { list-style: none; margin: 0; padding: 12px 3px; overflow: hidden; }
.wb-widget-news-date { color:#949494; font: 11px arial, sans-serif; margin-bottom: 3px; }
.wb-widget-news-imaged { float: left; margin: 2px 9px 0 0; }
.wb-widget-news-content { overflow: hidden; zoom: 1; }
.wb-widget-news-link { color: #0a5b94 }
.wb-widget-news-link:hover { background: #2b71a2; color:#fff; }
.wb-widget-news-footer { padding: 0 13px 15px; text-align: center; }

.wb-widget-serials {border: 1px solid #d5d5d5; }
.wb-widget-serials-header {background: #e2e2e2; padding: 10px 13px; overflow: hidden; border-bottom: 1px solid #d6d6d6; }
.wb-widget-serials-heading { margin: 0; padding: 0; color:#000; font-size: 18px; font-weight: 700; text-decoration: none; color:#000}
.wb-widget-serials-heading__content {  float:left; }
.wb-widget-serials-heading__icon { float:left; cursor: auto; display: block; width: 23px; height: 19px; margin: 0 8px 0 0; background: url(/img/css/design/series/icons/icons_03.png) no-repeat 0 0;}
.wb-widget-serials-heading__count {float: left; margin-top: 4px; background: #8fc939; color: #fff; font: 9px arial, sans-serif; padding: 2px 5px; margin-left: 11px; }
.wb-widget-serials-list { margin: 0 8px; padding: 0; overflow: hidden; }
.wb-widget-serials-item { list-style: none; margin: 0; padding: 17px 5px; overflow: hidden; border-top: 1px solid #d3dadf; }
.wb-widget-serials-item_first { border: none}
.wb-widget-serials-imaged {float: left; margin: 0 9px 0 0;}
.wb-widget-serials-content {overflow: hidden; zoom: 1; }
.wb-widget-serials-link {margin-bottom: 6px; }
.wb-widget-serials-link__link {font: 13px arial, sans-serif; }
.wb-widget-serials-name { color:#949494; font: 11px arial, sans-serif; margin-bottom: 4px;}
.wb-widget-serials-name_link { color:#949494; }
.wb-widget-serials-season { color:#949494; font: 11px arial, sans-serif; }
.wb-widget-serials-footer { padding: 0 13px 15px; text-align: center; }
.wb-widget-serials-details{ font-size:13px; color: #6d6d6d; margin-bottom:3px;}

.wb-widget-top {border: 1px solid #d5d5d5; }
.wb-widget-top-header { background: #e2e2e2; padding: 10px 13px; }
.wb-widget-top-header__heading { margin: 0; padding: 0; color:#000; font-size: 18px; font-weight: 700; }
.wb-widget-top-list { margin: 8px; padding: 0; overflow: hidden; }
.wb-widget-top-item {list-style: none; margin: 0; padding: 12px 5px; border-top: 1px solid #d3dadf; overflow: hidden;}
.wb-widget-top-item_first {border: none}
.wb-widget-top-name { color:#949494; font: 11px arial, sans-serif; margin: 0 0 4px 0}
a.wb-widget-top-name__link { color:#949494; text-decoration: none;}
a.wb-widget-top-name__link:hover { text-decoration: underline;}
.wb-widget-top-imaged {float: left; margin: 0 9px 0 0;}
.wb-widget-top-content { overflow: hidden; zoom: 1;}
.wb-widget-top-link { margin-bottom: 6px; }
.wb-widget-top-link__link { color:#0a5b94; font: 13px arial, sans-serif; }
.wb-widget-top-footer {padding: 0 11px 15px; text-align: center;}
.wb-tabs_top { background: #e2e2e2 }

.wb-widget-tv { background: #fff }
.wb-widget-tv-header { padding: 0 3px 8px; border-bottom: 1px solid #caced1; }
.wb-widget-tv-header__heading { margin: 0; padding: 0; color:#000; font-size: 18px;
  line-height: 18px; font-weight: 700; }
.wb-widget-tv-list { margin: 0; padding: 0; overflow: hidden; }
.wb-widget-tv-item {list-style: none; margin: 0; padding: 10px 0 5px; overflow: hidden;}
.wb-widget-tv-imaged {float: left; margin: 0 9px 0 0;}
.wb-widget-tv-content { overflow: hidden; zoom: 1;}
.wb-widget-tv-date {color:#949494; font: 11px arial, sans-serif; margin: 0 0 3px 3px; }
.wb-widget-tv-time {color:#000; font-size: 21px;}

.wb-widget-vendor {border: 1px solid #d5d5d5; padding: 10px 13px; background: #fff; }
.wb-widget-vendor-header { overflow: hidden; }
.wb-widget-vendor-header__heading { font: 18px arial, sans-serif; margin: 0 0 0 1px; padding: 0; font-weight: 700;}
.wb-widget-vendor-list { margin: 0; padding: 0; overflow: hidden;}
.wb-widget-vendor-item {list-style: none; margin: 0; padding: 10px 0 5px; overflow: hidden;}
.wb-widget-vendor-imaged {float: left; margin: 6px 9px 0 0;}
.wb-widget-vendor-content { overflow: hidden; zoom: 1;}
.wb-widget-vendor-site { margin-bottom: 4px;}
.wb-widget-vendor-site__link {color:#6d6d6d; text-decoration: none; font: 11px arial, sans-serif;}
.wb-widget-vendor-link { color:#0a5b94;}

.wb-button_widget {width: 212px; padding: 7px 0; display: block; margin: 0 auto }

.wb-widget-reviews { border: 1px solid #d5d5d5; }
.wb-widget-avatar{ width:54px; height: 54px; display: inline-block;}
.wb-widget-avatar-type-aod {background: url(/img/css/design/music/pub_avatars.png) no-repeat left top;}
.wb-widget-avatar-type-mo {background: url(/img/css/design/music/pub_avatars.png) no-repeat left bottom;}
.wb-widget-reviews-text-wrap{padding: 12px 13px 14px;}
.wb-widget-reviews-text-title{font-size: 13px; margin-left:10px; display: inline-block; width:144px; vertical-align: top; line-height: 1.5;}
.wb-widget-reviews-text-title a{font-size:15px;font-weight: bold;display: inline-block; margin-top: 3px;}


/* END src/series/widgets.css */


/* src/music/global.css */
.wb-link {
  color: #0a5b94
}

.wb-link:hover {
  background: #2b71a2;
  color: #fff;
}

.wb-link_selected {
  background: #2b71a2;
  color: #fff;
  text-decoration: none;
}

.wb-link-ratings {
  color: #0080C0;
}

.wb-image_selected {
  border: 3px solid #2b71a2;
}

.wb-hide {
  display: none
}

/* END src/music/global.css */



/* src/music/jplayer_tracklist.css */
.oldbrowser_dialog_window {
  display: none;
}
.jplayer_nosolution {
  display: none;
}

.cd-album-info {
  margin-bottom: 14px;	
}

.cd-album-info .cd-name{
  margin: 0 0 0 12px;
  float: left;
}

.album-total {
  	color: #b9b9b9;
  	padding: 0px 50px 14px 0;
}

.cd-album-info .album-total {
    padding-bottom: 0px;
}
div.jp-audio {
	width:600px;
}

div.jp-interface {
	position: relative;
	width:100%;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	margin:0;
	padding: 0;
	overflow:hidden;
	display: none;
}

div.jp-audio ul.jp-controls {
	width: 600px;
	padding:18px 0px 0 0px;
}

div.jp-interface ul.jp-controls a {
	display:block;
}
a.jp-play,
a.jp-pause {
	width:118px;
	height:23px;
	font-weight: 700;
}

a.jp-play .jp-play-logo {
	background: url("/img/css/design/icons/play.gif") 0 0 no-repeat;
	width: 10px;
	height: 12px;
	margin: 6px 14px 0px 0px;
	display: inline-block;
}
a.jp-pause {
	display: none;
}
a.jp-pause .jp-pause-logo{
	background: url("/img/css/design/icons/pause.png") 0 0 no-repeat;
	width: 12px;
	height: 14px;
	margin: 3px 12px 0px 0px;
	display: inline-block;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
	display: none;
}
div.jp-audio div.jp-progress {
	position: absolute;
	height:36px;
	left: 0px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	width:600px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	width:600px;
}
div.jp-seek-bar {
	background: #fff;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: #cbcbcb;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	backgroung: #fff;
}

/* @end */


/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}

div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:14px;
	font-style:oblique;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

/* @end */

/* @group playlist */

div.jp-title {
	font-weight:bold;
	text-align:center;
}

div.jp-title,
div.jp-playlist {
	width:100%;
	border-left:2px solid #dedede;
	border-right:2px solid #dedede;
	border-bottom:2px solid #dedede;
}
div.jp-playlist ul {
	list-style-type:decimal;
	margin:0;
	padding:0;
	font-size: 15px;
	font-family: Arial;
}

div.jp-playlist li {
	border-top:2px solid #dedede;
	height: 31px;
	margin:0;
	padding-top: 5px;
	line-height: 1;
}
div.jp-playlist li:nth-child(even) {
	background:#f7f7f7;
}

div.jp-playlist li:hover {
	background: #dae5eb;
	padding: 0;
	height: 36px;
}

div.jp-playlist li div.jp-playlist-div-item {
  display: inline-block;
  position: relative;
  width: 571px;
  padding-left: 13px;
  height: 36px;
  top: 0;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	padding: 0;
	height: 36px;
}

div.jp-type-playlist .jp-playlist-track-number {
    display: inline-block;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current .jp-playlist-track-number, 
div.jp-playlist li:hover .jp-playlist-track-number {
  display: none;	
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current .jp-progress{
	display: inline;
}
div.jp-type-playlist div.jp-playlist a {
	color: #000;
	font-weight: bold; 
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-left: 28px;
	margin-top: 5px;
	display: inline-block;
	font-size:15px;
	font-family: Arial;
}
div.jp-type-playlist div.jp-playlist li:hover a,
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  /*position: absolute;
  top: 9px;
  left: 33px;*/
  margin: 10px 0 0 48px;
}

div.jp-type-playlist div.jp-playlist .jp-duration-media{
	display: inline-block;
	float: right;
	position: relative;
	z-index: 1;
	margin-top: 6px;
}

div.jp-type-playlist div.jp-playlist li:hover .jp-duration-media,
div.jp-type-playlist div.jp-playlist .jp-playlist-current .jp-duration-media{
  margin-top: 11px;
}



span.jp-artist {
	color:#666;
}
.jp-playlist-item-play,
.jp-playlist-item-pause {
  display: none;
  width: 7px;
  height: 23px;
  position: absolute;
  top: 1px;
  left: 2px;
}
.jp-playlist-item-play {
  background: url("/img/css/design/icons/play.gif") center no-repeat;
}

.jp-playlist-item-pause {
  background: url("/img/css/design/icons/pause.png") center no-repeat;
}

div.jp-playlist li:hover .jp-playlist-item-pause {
  display: none;
}

.jp-playlist-current .jp-playlist-playing .jp-playlist-item-pause,
.jp-playlist-current li:hover .jp-playlist-playing .jp-playlist-item-pause {
  display: inline-block!important;	
  background-color: #cccccc;
  margin-right: 26px;
}

div.jp-playlist li:hover .jp-playlist-item-play,
div.jp-playlist .jp-playlist-current .jp-playlist-item-play {
  display: inline-block;
  background-color: #cccccc;
  margin-right: 26px;	
}

div.jp-playlist li.jp-playlist-current:hover .jp-playlist-playing .jp-playlist-item-play,
div.jp-playlist .jp-playlist-playing .jp-playlist-item-play {
  display: none;	
}

/* @end */

div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	display:none;
}

.jp-no-solution a {
	color:#000;
}

/* @end */


/* END src/music/jplayer_tracklist.css */

