/**
 * Стили для страничке
 */


/**
 * Шапка страниц
 */
#page-head .page-head {
	margin: 0 325px 5px 275px;
	padding: 0;
}
#page-head .page-head-w {
	margin-top: -1px;
}
#page-head .head-col-l {
	float: left;
	position: relative;
	margin-right: -100%;
	width: 270px;
	left: -276px;
}
#page-head .head-col-r {
	float: right;
	position: relative;
	left: 326px;
	width: 320px;
	margin-bottom: -1px;
}
#page-head .head-col-r .box {
	margin-bottom: 0;
}
#page-head .head-col-c {
	float: left;
	width: 100%;
	position: relative;
	margin-right: -100%;
	text-align: center;
	padding: 5px 0;
}
#page-head .page-head-anonymous {
	margin-right: 253px;
}
#page-head .page-head-anonymous .head-col-r {
	left: 254px;
	width: 248px;
}
#page-head .avatar-placeholder {
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 3px;
	text-align: center;
}
#page-head .avatar-placeholder a {
	height: 0;
	width: 100px;
	padding-top: 100px;
	display: block;
	overflow: hidden;
	background: transparent no-repeat center center;
}
#page-head .avatar-placeholder img {
	display: none;
}
#page-head .user-data-placeholder {
	overflow: hidden;
	zoom: 1;
}

/* форма авторизации */
.authentication__helper {
	text-align: center;
	margin-bottom: 1em;
}
.authentication__field,
.authentication__submit,
.authentication__social {
	margin-bottom: 5px;
	margin-left: 30%;
}
.page-head .authentication__field {
	margin-left: 20%;
}
.authentication__field label {
	float: left;
	position: relative;
	display: block;
	width: 30%;
	left: -32%;
	margin-right: -100%;
	padding-top: 4px;
	text-align: right;
}
.authentication__field .text {
	width: 300px;
}
.page-head .authentication__field .text {
	width: 95%;
}
.authentication__field .checkbox {
	line-height: 21px;
	height: 21px;
}
.authentication__field .checkbox input {
	vertical-align: middle;
	border: 0 none;
}
.authentication__field .checkbox span {
	padding: 0 1em 0 0.5em;
}
.authentication__field .checkbox label {
	display: inline;
	float: none;
	position: static;
	width: auto;
	left: auto;
	margin-right: 0;
	padding-left: 0.5em;
}
.page-head .authentication_remember {
	display: none !important;
}
.page-head .authentication__submit {
	margin-bottom: 0;
	margin-left: -100%;
	width: 100%;
	position: relative;
	float: right;
	left: -4px;
	text-align: right;
}
.page-head .authentication__social {
	margin-left: 0;
	height: 21px;
	line-height: 21px;
	position: relative;
	display: inline-block !important;
	zoom: 1;
}


/* списки мп3шек */
.audio-track-list {
	padding: 0 10px;
}
.audio-track-list table {
	width: 100%;
}
.audio-track-list table.simple {
	/*width: 600px;*/
}
.audio-track-list table th {
	font-weight: bold;
}
.audio-track-list table td,
.audio-track-list table th {
	padding: 0 0.5em;
	vertical-align: top;
}
.audio-track-list table td.track {
	background: url(../images/li.gif) no-repeat 0 0;
	padding-left: 12px;
}
.audio-track-list table .download-count,
.audio-track-list table .mini-count,
.audio-track-list table .play-count {
	text-align: right;
	width: 1%;
}
.audio-track-list table th.download-count-head,
.audio-track-list table th.mini-count-head,
.audio-track-list table th.play-count-head {
	text-align: center;
}
.audio-track-list table .download-count-head,
.audio-track-list table .download-count {
	background: #f8fef8;
}
.audio-track-list table .mini-count-head,
.audio-track-list table .mini-count {
	background: #f4fbf4;
}
.audio-track-list table .play-count-head,
.audio-track-list table .play-count {
	background: #f0f8f0;
}

.audio-track-list table .date {
	width: 60px;
	white-space: nowrap;
	text-align: center;
}
.audio-track-list table .contest-count {
	width: 60px;
	white-space: nowrap;
	text-align: center;
}
.audio-track-list table .bitrate {
	width: 60px;
	text-align: center;
}
.audio-track-list table .size {
	width: 60px;
	text-align: right;
}
.audio-track-list table .duration {
	width: 60px;
	text-align: center;
}

.myfiles__head-id {
	text-align: center;
	width: 1%;
}
.myfiles__column-id {
	text-align: right;
	white-space: nowrap;
}
.myfiles__head-catalog-id {
	text-align: center;
	width: 1%;
}
.myfiles__column-catalog-id {
	text-align: left;
	white-space: nowrap;
}

/*
.size-wide .audio-track-list table .date,
.size-wide .audio-track-list table .duration {
	display: none;
}
.size-normal .audio-track-list table .date,
.size-normal .audio-track-list table .duration {
	display: none;
}
*/
.size-narrow .audio-track-list table .date,
.size-narrow .audio-track-list table .bitrate,
.size-narrow .audio-track-list table .duration {
	display: none;
}
.size-narrow .audio-track-list table.simple .size {
	display: none;
}
.audio-track-list table tr.phantom td {
	/*background: #f5deb3;*/
}
.audio-track-list table tr.phantom td.track {
	/*background: #f5deb3 url(../images/li.gif) no-repeat 0 0;*/
}
.audio-track-list table tr.phantom,
.audio-track-list table tr.phantom a {
	color: #888888;
}


/**
	Artists list
*/
.artist-list {
	padding: 0 10px;
}
.artist-list table {
	width: 100%;
}
.artist-list table th {
	font-weight: bold;
}
.artist-list table td,
.artist-list table th {
	padding: 0 0.5em;
	vertical-align: top;
}
.artist-list table td.artist {
	background: url(../images/li.gif) no-repeat 0 0;
	padding-left: 12px;
}
.artist-list table .count {
	width: 60px;
	white-space: nowrap;
	text-align: center;
}




.audio-track-possessor {
	padding: 10px 10px 0 10px;
	white-space: normal;
}
.audio-track-possessor__items {
	margin: 0;
	padding: 0;
}
.audio-track-possessor__item {
	margin: 0;
	padding: 0;
	background: none;
}

.progress {
	height: 10px;
	background: #cccccc url(../images/progress.gif) repeat 0 0;
	margin-top: 5px;
	overflow: hidden;
	position: relative;
}
.progress div {
	background: #88ff88;
	height: 10px;
	width: 0;
	position: absolute;
}
#upload-form .status-ok {
	color: #22cc22;
	font-weight: bold;
}
#upload-form .status-error {
	color: red;
	font-weight: bold;
}
#upload-form table.list td.text {
	padding-top: 10px;
}
#upload-form table.list td {
	vertical-align: top;
}
#upload-form .tooltip {
	margin-top: -1px;
	position: absolute;
	width: 200px;
	border: 1px solid silver;
	background: white;
	z-index: 2;
}
#upload-form .tooltip p {
	padding: 10px;	
}
#upload-form .submit-wrapper {
	margin: 10px 0;
}
#upload-form .submit-wrapper .col-left {
	float: left;
	position: relative;
}
#upload-form .submit-wrapper .col-right {
	float: right;
	position: relative;
}

#upload-form .upload-item-multi input.file,
#upload-form .upload-item-multi input.browse {
	display: none;
}
#upload-form .upload-item-multi .file-field {
	width: 300px;
}
#upload-form .upload-item-counter {
	color: #aaaaaa;
	font-size: 10px;
	padding-top: 2px;
}
#upload-form input.mix {
	margin-top: 3px;
}


.busy .row-w {
	background: url(../images/busy.gif) no-repeat right center;
}

.rp-info-column,
.person-info-column,
.artist-info-column {
	clear: left;
	float: left;
	position: relative;
	margin: 0 1.5em 1em 0;
	width: 300px;
}
.rp-info-column img,
.person-info-column img,
.artist-info-column img {
	display: block;
	padding: 2px;
	background: #dcdcdc url(../images/title-bg.gif) repeat-x 0 0;
	margin: 0 auto 1em;
}


.rp-news-column .rp-news-column-items,
.rp-news-column .rp-news-column-item {
	margin: 0;
	padding: 0;
	background: none;
}
.rp-news-column .rp-news-column-item {
	margin: 10px 0;
}
.rp-news-column .pagination {
	margin-left: 0;
	margin-right: 0;
}
.rp-news-column .rp-news-column-date {
	font-style: italic;
	margin-bottom: 0.5em;
}
.rp-news-column .rp-news-column-figure {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.rp-news-column .rp-news-column-controls {
	margin-top: 1em;
}

/* горизонтальная раскладка новостей */
.rp-news-column_horiz .pagination {
	display: none;
}
.rp-news-column_horiz .rp-news-column-item {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
	margin-right: 2%;
	width: 32%;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.rp-news-column_horiz .rp-news-column-item_last {
	margin-right: 0;
}
.rp-news-column_horiz .rp-news-column-items {
	overflow: hidden;
	position: relative;
	zoom: 1;
}
.rp-news-column_horiz .pages-nav {
	position: relative;
	text-align: center;
	width: 3em;
	height: 3em;
	line-height: 3em;
	cursor: pointer;
	margin-top: 20px;
}
.rp-news-column_horiz .pages-nav_prev {
	float: left;
}
.rp-news-column_horiz .pages-nav_next {
	float: right;
}
.rp-news-column_horiz .pages-nav_disabled {
	visibility: hidden;
}



.right-possessor_grid_column_2 .right-possessor__info-container {
	position: relative;
	float: left;
	width: 50%;
}
.right-possessor_grid_column_2 .right-possessor__news-container {
	position: relative;
	float: right;
	width: 49%;
}


.mix-image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.mix-cover-hint {
	color: #aaaaaa;
	font-size: 10px;
	margin-bottom: 0.5em;
}

.track-file-info .track-file-info__music,
.track-file-info .track-file-info__lyric,
.track-file-info .track-file-info__artist,
.track-file-info .track-file-info__tags {
	white-space: normal;
}


.box-grid {
	margin-right: -5px;
}
.box-unit {
	width: 50%;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}
.box-unit .box {
	margin-right: 5px;
}


/** Логин через социальные сети **/
.login-social-label {
	vertical-align: middle;
}
.user-nick-icon,
.login-social-icon {
	background: url(../images/social/ico-14.png) no-repeat;
	height: 0;
	width: 14px;
	padding-top: 14px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
}
.login-social-icon {
	margin-left: 0.5em;
	cursor: pointer;
}
.user-nick-icon-vk,
.login-social-icon-vk {
	background-position: 0 0;
}
.user-nick-icon-ok,
.login-social-icon-ok {
	background-position: 0 -100px;
}
.user-nick-icon-gp,
.login-social-icon-gp {
	background-position: 0 -80px;
}


.login-social-place-page .login-social-icon,
.profile-join-social .login-social-icon {
	background: url(../images/social/ico-32.png) no-repeat;
	width: 32px;
	padding-top: 32px;
}
.login-social-place-page .login-social-icon-vk,
.profile-join-social .login-social-icon-vk {
	background-position: 0 0;
}
.login-social-place-page .login-social-icon-ok,
.profile-join-social .login-social-icon-ok {
	background-position: 0 -170px;
}
.login-social-place-page .login-social-icon-gp,
.profile-join-social .login-social-icon-gp {
	background-position: 0 -136px;
}

.audiotrack-front-artist-name {
	font-size: 16px;
	font-weight: bold;
}
.audiotrack-front-artist-name {
	margin-bottom: 0.5em;
}
.audiotrack-front-artist-image {
	margin-bottom: 1em;
	margin-right: 1em;
	float: left;
}
.audiotrack-front-artist-about__full {
	margin-top: 0.5em;
}

.login-social-icon-ok {
	/*display: none !important;*/
}


.audio-track-front-artist-subscribe {
	margin-left: 10px;
	white-space: normal;
}
.audio-track-front-artist-subscribe .favorite-artist-subscribe-action {
	color: blue;
}
.audio-track-front-artist-block-subscribe {
	vertical-align: middle;
}

.favorite-artist-list-empty {
	display: none;
}
.favorite-artist-empty .favorite-artist-list-empty {
	display: block;
}
.favorite-artist-empty .list {
	display: none;
}

.page-artist-subscribe .zina-widget-favorite-artist {
	position: absolute;
	margin-top: -2px;
	margin-left: 0.5em;
}


.audio-track-info-col1 {
	width: 180px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.audio-track-info-col2 {
	text-align: left;
	vertical-align: top;
}


.download-same-artist-total {
	font-weight: bold;
	text-align: right;
}

.ringbacktone__trigger {
	cursor: pointer;
/*
	padding-top: 26px;
	background: url(../images/ringbacktone.gif) no-repeat center top;
	font-weight: bold;
	display: inline-block;
	zoom: 1;
*/
}


.filtered-tracklist__side {
	width: 19%;
	float: left;
	position: relative;
	padding-top: 4px;
}

.filtered-tracklist__main {
	width: 80%;
	float: right;
	position: relative;
}
.filtered-tracklist__selector-title {
	font-weight: bold;
}
.filtered-tracklist__selector-options {
	margin-top: 5px;
}
.filtered-tracklist__form {
	padding: 0 10px;
}
.filtered-tracklist__form-label {
	font-weight: bold;
	float: left;
	padding-top: 4px;
}
.filtered-tracklist__form-submit {
	float: right;
}
.filtered-tracklist__form-input-container {
	overflow: hidden;
	text-align: center;
}
.filtered-tracklist__form-input {
	width: 96%;
}


.spelling-correction {
	font-size: 12px;
}
.spelling-correction__link {
	font-weight: bold;
	text-decoration: underline;
}
.spelling-correction__link ins {
	color: #0600fb;
	text-decoration: underline;
	font-weight: bold;
}
.spelling-correction__link del {
	display: none;
}
.spelling-misprint {
	font-size: 12px;
}
.spelling-misprint__word:before {
	content: '\ab';
}
.spelling-misprint__word:after {
	content: '\bb';
}
.spelling-misprint__word {
	font-weight: bold;
}
.spelling-misprint__word_wrong {
	color: #5f5f5f;
}
.spelling-misprint__word_right {
	color: #009900;
}


.search-page__no-results {
	padding: 0 13px 9px;
	font-size: 12px;
	font-weight: bold;
}
.search-page__no-results-query {
	color: #5f5f5f;
}
.search-page__no-results-query:before {
	content: '\ab';
}
.search-page__no-results-query:after {
	content: '\bb';
}

.search-precise__order {
	padding: 9px 13px;
	font-size: 12px;
}
.search-precise__order-label {
	font-weight: bold;
}
.search-precise__order-item,
.search-precise__order-active {
	padding: 4px 10px;
}
a.search-precise__order-link {
	color: black;
	text-decoration: underline;
}
a.search-precise__order-link {
	color: black;
	text-decoration: underline;
}
a.search-precise__order-link:hover {
	color: black;
	text-decoration: none;
}
.search-precise__order-item_active {
	padding: 0;
}
.search-precise__order-active {
	background: #dadada;
	border-radius: 10px;
}


.search-page-rp-result,
.search-page-artist-result {
	margin: 20px 13px;
}
.search-page-result__image {
	float: left;
	width: 140px;
	position: relative;
	margin-right: 15px;
}
.search-page-result-stuff {
	overflow: hidden;
	position: relative;
}
.search-page-result-title {
	font-size: 18px;
	font-weight: bold;
}
.search-page-result-title a {
	text-decoration: underline;
}
.search-page-result-title a:hover {
	text-decoration: none;
}
.search-page-result-more {
	margin-top: 0.5em;
}
.search-page-result-descr {
	font-size: 12px;
	line-height: 20px;
	margin-top: 0.75em;
}
.search-page-result-more a {
	padding-right: 1.5em;
	font-size: 12px;
	text-decoration: underline;
}
.search-page-result-more a:hover {
	text-decoration: none;
}



.audiotrack-comment {
    text-align: left;
    padding: 10px;
    margin: 10px;
    border: solid 1px silver;
    background-color: #FFFFFF;
	position: relative;
}
.audiotrack-comment__meta {
	font-weight: bold;
}
.audiotrack-comment__text {
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}
.audiotrack-comment__text p {
	margin-top: 1em;
}
.audiotrack-comment__rating,
.audiotrack-comment__rating-value {
	display: block;
	width: 30px;
	position: absolute;
}
.audiotrack-comment__rating {
	height: 1px;
	overflow: hidden;
	bottom: 0;
	margin-bottom: -1px;
}
.audiotrack-comment__rating-value {
	background: silver;
	padding-top: 1px;
}

.audiotrack-comments__aggregate-rating {
	font-size: 10px;
	text-align: center;
	margin: 1em 0;
	color: #d3d3d3;
}

