/* style used and owned by ACCEPT! Inc UPDATED BY MON 9:48 DEC 11 2017*/

body {
	margin: 0;
	padding:0;
	background-color: #8b829c;
	background-image: url(../images/background_header.png);
	background-repeat: repeat-x;
	background-position: center top;
	color: #222222;
}

a {
	text-decoration:none;
}

#content {
   width: 950px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
}

#inner {
	background-image:url(../images/main_content_background.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	margin-top:-10px;
	min-height:662px;
}

@font-face {
	font-family: ReadableFont;
	src: url("sakitxaviACCEPT.ttf"); /* EOT for IE */
}

#header {
	position: relative;
	text-align: center;
}

#search {
	background-image:url(../images/search_block.png);
	width:271px;
	height:35px;
	position:absolute;
	bottom:10px;
	box-sizing: border-box;
	padding:4px;
	padding-left:7px;
	right:7px;
}

#search_input {
	padding:5px;
	border:1px solid #8E8E8E;
	border-radius:2px;
	font-size:13px;
	width:190px;
	background-color:transparent;
	color:#fff;
	float:left;
}

#search_submit {
	background:none;
	cursor: pointer;
	margin-top:3px;
	margin-left:4px;
	border:none;
	width:38px;
	height:28px;
	background-image:url(../images/search_btn.png);
}

#buttons_block {
	padding:6px;
	padding-bottom:2px;
	padding-left:18px;
}

#buttons_block_register {
	margin-left:20px;
}

#login_block {
	width:271px;
	height:106px;
}

#login_photo {
	width:94px;
	height:94px;
	background-size:cover;
	float:left;
	margin-right:5px;
	margin-left:5px;
	border:1px solid #333333;
}

#login_name {
	font-size:12px;
	font-family:Verdana;
	color:#ffffff;
	margin-bottom:8px;
	margin-top:5px;
}

#login_buttons {
	padding:3px;
	margin-bottom:3px;
	background:rgba(0,0,0,0.30);
	font-size:11px;
	color:#ffffff;
	display:table;
	border-radius:3px;
}

#login_buttons:hover {
	background:rgba(0,0,0,0.80);
}

#popular {
	padding-left:3px;
}

#popular li {
	padding:9px;
	margin-left:3px;
	list-style:none;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#eeeeee;
}

#popular a {
	color:#eeeeee;
}

#popular li:nth-child(even) {
	background:url(../images/bg_popular.png);
}

#popular li:nth-child(odd) {
	background:none;
}

#popular span {
	float:right;
}

#popular_title {
	width:277px;
	height:45px;
	background:url(../images/topnews_title.png);
}

#login_box {
	width:271px;
	height:106px;
}

#login_box_after {
	background-image:url(../images/login_block.png);
	height:105px;
}

#login_icon {
	display: inline-block;
	padding-top:2px;
}

#login {
	padding:10px 17px;
	padding-bottom: 8px;
	
	height: 110px;
	box-sizing: border-box;
}

#login_avatar {
	width:80px;
	height:80px;
	background-size: cover;
	border-radius: 3px;
	border:1px solid #c6c2cf;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
	float: left;
	margin-right:10px;
}

#login_title {
	font-family:ReadableFont;
	font-size:13px;
	margin-bottom:5px;
	color:#d5d5d5;
	text-shadow: 1px 1px 3px #625a73;
}

#login_title b {
	font-size:14px;
	color:#c6c2cf;
}

#login_input {
	background:#bab5c5;
	width:214px;
	height:20px;
	border-radius:2px;
	border:1px solid #c6c2cf;
	border-bottom: none;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
	color: #6f6d72;
	font-family: Verdana;
	font-size: 12px;
	padding: 4px;
	text-align: left;
	margin-bottom: 8px;
}


#login_button {
	font-size:12px;
	font-style: italic;
	text-align: center;
	color:#cbc8d2;
	cursor: pointer;
}

#content_international {
	position:relative;
	height:100%;
}

#navigation {
	text-align:center;
	font-size:13px;
	color:#ffffff;
	font-family:ReadableFont;
	width:667px;
	right:4px;
	box-sizing: border-box;
	position:absolute;
	bottom:14px;
}

#navigation a {
	color:#ffffff;
	text-decoration:none;
}


#navigation li {
	list-style-type:none;
	color:#ffffff;
}

#navigation li:hover {
	text-decoration:underline;
}

#navigation #next {
	float:right;
	margin-right:15px;
}

#navigation #prev {
	float:left;
	margin-left:8px;
}


#left {
	float:left;
	width:279px;
}

#right {
	width:668px;
	padding-right:7px;
	box-sizing: border-box;
	float:right;
	padding-top:3px;
	border-radius:7px
}

#music_table {
	width:100%;
	overflow: hidden;
	border-radius:4px;
	font-family:ReadableFont;
}

#mucic_list_header {
	color:#919191;
	font-family:RadableFont;
	font-size:12px;
	border-bottom: 1px solid #bfbfbf;
	borer-top:1px solid #f2f2f2;
}

#mucic_list_header {
	background:#e9e9e9;
	height:27.1px;
}

#music_item {
	display: table;
	width:100%;
	color:#919191;
	font-family:RadableFont;
	font-size:12px;
	
	border-bottom:1px solid #cccccc;
	border-top:1px solid #f1f1f1;
}

#music_item:first-child {
	border:none;
}

#music_item:hover {
	background: rgba(75,75,75,0.1);
}

#music_item_number {
	padding:5.8px;
	display: table-cell;
	width:20px;
	text-align: center;
	box-sizing: border-box;
	height:26px;
}

#music_item_title {
	padding:5.8px;
	display: table-cell;
	box-sizing: border-box;
	height:26px;
}


#content_full {
	padding:10px;
}

#title {
	font-family:Verdana;
	font-size:17px;
	float:left;
	margin-bottom:15px;
	color:#333333;
}

#icons {
	float:right;
}

#icons img {
	cursor:pointer;
}


#albume_inner {
	padding:10px;
}

#albume_cover {
	width:160px;
	border:1px solid #cccccc;
	float:left;
	margin-right:10px;
}

#albume_description {
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
}

#clear {
	clear:both;
}

#musics_albume {
	border-radius:2px;
	background:#ffffff;
	margin-top:10px;
	height:424px;
	overflow:auto;
}

#musics_albume li {
	list-style:none;
	padding:12px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:1px solid #cccccc;
}

#musics_albume span {
	float:right;
}


#comments {
	overflow:hidden;
}

#comments_inner {
	height:130px;
	overflow:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

#comments_item {
	border-bottom:1px dashed #cccccc;
	padding:10px;
}

#comments_date {
	float:right;
	color:#999;
}

#comments_item b {
	margin-bottom:5px;
	font-size:13px;
}

#comments_story {
	margin-top:6px;
}

#comments_add {
	
}

#comment_author {
	padding:7px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #cccccc;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:8px;
}

#comments_add textarea {
	width:100%;
	padding:7px;
	font-size:12px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #cccccc;
	font-family:Verdana, Geneva, sans-serif;
	height:45px;
	border-radius:2px;
	margin:0;
}

#dialog {
	padding:25px;
	font-size:11px;
	color:#333333;
	text-align:center;
}





#full {
	margin-top:10px;
	padding:10px;
}

#full_inner {
	background:#f1f1f1;
	padding:8px;
	padding-bottom:8px;
	border-radius:2px;
}

#full_title {
    font-family: 'Source Sans Pro', sans-serif;
	font-size:21px;
	color:#222222;
	margin-bottom:5px;
}

#full_title_title {
	padding:4px;
	float:left;
	padding-bottom:0px;
}



#full_description {
	margin-top:10px;
	float:left;
	width:70%;
}

#full_avatar {
	float:left;
	margin-right:10px;
}

#full_username {
	color: #333;
	font-weight: bold;
	font-family: arial,sans-serif;
	font-size: 15px;
}

#full_views {
	margin-top:13px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

#like_dislike {
	float:right;
	margin-top:10px;
}

#like_dislike .checked {
	background:#cccccc;
}

#like_dislike_like {
	padding:8px 10px;
	padding-bottom:6px;
	color: #666666;
	font-size:13px;
	background:#ffffff;
	font-family: ReadableFont;
	border-radius:2px;
	margin-right:7px;
	float:left;
	cursor:pointer;
}

#like_dislike_like:hover {
	background:#cccccc;
}

#like_dislike_dislike {
	padding:8px 10px;
	padding-bottom:6px;
	color: #666666;
	font-size:13px;
	background:#ffffff;
	font-family: ReadableFont;
	border-radius:2px;
	float:left;
	cursor:pointer;
}

#like_dislike_dislike:hover {
	background:#cccccc;
}

#full_rates {
	float:right;
	margin-top:10px;
	font-family: arial,sans-serif;
	font-size: 19px;
	line-height: 24px;
	color: #333;
	text-align:right;
	padding-right:5px;
}

#full_rates_count {
	width:160px;
	margin-top:8px;
}

#full_rates_count_plus {
	height:3px;
	background:#036;
	float:left;
}

#full_rates_count_minus {
	height:3px;
	background:#999;
	float:left;
}

#full_rates_statistic {
	color:#666;
	font-size:11px;
	margin-top:1px;
}

#full_buttons {
	float:left;
	margin-bottom:10px;
}

#full_buttons li {
	float:left;
	font-weight: bold;
	font-size: 13px;
	color:#999999;
	font-family: ReadableFont;
	list-style-type:none;
	padding:11px 14px;
	border-bottom:3px solid transparent;
	cursor:pointer;
	margin-right:15px;
}

#full_buttons li:hover {
	color:#333333;
	border-bottom:3px solid #CC181E;
}

#full_buttons .active {
	color:#333333;
	border-bottom:3px solid #CC181E;
}

#hide_lyrics {
	text-align:center;
	font-size:15px;
	width:100%;
	box-sizing: border-box;
	line-height:24px;
	font-family:Verdana, Geneva, sans-serif;
	height:270px;
	color:white;
	overflow:auto;
	background:#000000;
	margin-top:12px;
	margin-bottom:15px;
	padding:10px;
}

#hide_share {
}

#emb_title {
	font-size:15px;
	color:#ffffff;
	font-family:ReadableFont;
	margin-bottom:10px;
	font-weight: bold;
}


#textarea_embed {
	width:100%;
	height:70px;
	padding:5px;
	font-size:14px;
	color:#333333;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	resize: none;
}

#share_input {
	padding:7px;
	float:right;
	border:1px solid #cccccc;
	margin:0;
	margin-top:1px;
	font-size:11px;
	font-family:Verdana;
	width:220px;
	color: #666;
}










#l1 {
	background:#2a749f;
}

#l2 {
	background:#114d70;
	color:#ffffff;
}

#l3 {
	background:#2a749f;
}

#l4 {
	background:#114d70;
	color:#ffffff;
}

#albume_full_desc {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

#footer {
	margin-left:5px;
	margin-right:11px;
	margin-bottom:4px;
	padding:12px 0px;
	font-family: ReadableFont;
	font-size:12px;
	color:#ffffff;
}

#copyright {
	float:left;
	color:#ffffff;
	font-weight:bold;
}

#footer_inner {
	float:right;
}

#footer_inner a {
	margin-left:12px;font-size:12px;
	color:#ffffff;
	font-weight:bold;
}


.rowa {
	background:#efefef;
}

.rowa:nth-child(odd) {
	background:#e9e9e9;
}

#music_table td {
	border-bottom:1px solid #c0c0c0;
	border-top:1px solid #f2f2f2;
	color:#919191;
	font-family:Trebuchet MS;
	font-size:12px;
	height:28px;
	padding:5px;
	box-sizing: border-box;
	border-right:1px solid rgba(0,0,0, 0.02);
	border-left:1px solid rgba(0,0,0, 0.01);
}

.rowa img {
	display: inline-block;
}

tr.rowa:hover {
	background: rgba(75,75,75,0.1);
}

.music {
	font-weight:bold;
}


a
{
   color: #919191;
   text-decoration: none;
}

a:hover
{
   color: #000000;
}
a.login {color:#ffffff; text-decoration:none;}

a.m_title{
	color:#919191;
	text-decoration:none;
}




#inputeditbox1 {
   height:23px;
   position:absolute;
   margin-left:10px;
}

#full_download {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

#full_lyrics {
	height:350px;
	overflow:auto;
	text-align:center;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}


#related_item {
	padding:7px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

#related_item:nth-child(even) {
	background:#eeeeee;
}

#related_item:nth-child(odd) {
	background:#e1e1e1;
}

#related_item_rating {
	float:right;
}

#related_item a {
	color:#333333;
	text-decoration:none;
}

#share_box {
	padding:10px;
	background:#ffffff;
	margin-bottom:10px;
}

#share_box img {
	display:block;
	float:left;
	margin-right:7px;
}

#share_input {
	padding:7px;
	float:right;
	border:1px solid #cccccc;
	margin:0;
	margin-top:1px;
	font-size:11px;
	font-family:Verdana;
	width:220px;
	color: #666;
}


#author_title {
	font-size:18px;
	font-weight:bold;
	font-family:Verdana;
	margin-bottom:12px;
	color:#4b4b4b;
}

#author_container {
	height:569px;
	overflow:auto;
	margin-top:5px;
	font-size:14px;
	line-height:20px;
	font-family:ReadableFont;
}

#authors_about_title {
	font-weight:bold;
	margin-bottom:10px;
	margin-top:-3px;
}

#author_left {
	width:200px;
	padding-right:15px;
	float:left;
}

#author_left li {
	padding:8px;
	color:#9999a2;
	border-bottom: 3px solid #e06367;
	font-family:ReadableFont;
	list-style-type:none;
	font-size:12px;
	background:#e1e1e1;
}

#author_left .active {
	color:#333333;
	border-bottom: 3px solid #CC181E;
}

#author_img {
	border:1px solid #333333;
	box-sizing:border-box;
	display:block;
}

#author_container p {
	margin-top:0px;
	padding-top:0px;
}

#autocomplate_search {
	position:absolute;
	top:35px;
	left:3px;
	background:rgba(103,96,115,0.90);
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	width:267px;
	max-height:200px;
	overflow:auto;
	z-index:9999999;
}

#autocomplate_search li {
	padding:10px;
	color:#ffffff;
	font-size:11px;
	text-align: left;
	font-family:Verdana;
	list-style-type:none;
	border-bottom:1px solid #6d667a;
}

#autocomplate_search li:hover {
	background:#6d667a;
}

#albumes {
	padding-right:14px;
}

#albumes_item {
	width:20%;
	float:left;
	box-sizing:border-box;
	padding:14px;
	padding-right:0;
	height:203px;
}

#albumes_item img {	
	width:100%;
	margin-bottom: 5px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

#albumes_title {
	color: #4C4C4C;
	font-weight: 600;
	font-size: 11px;
	line-height: 1.4em;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	font-family:Verdana;
}

#albumes_author {
	color: #999;
	font-weight: 600;
	font-size: 11px;
	line-height: 1.4em;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	font-family:Verdana;
	margin-top:3px;
}

#albumes_full {
	padding:15px;
}

#albumes_full_title {
	color: #4C4C4C;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.4em;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	font-family:Verdana;
}

#albumes_full_author {
	color: #999;
	font-weight: 600;
	font-size: 11px;
	line-height: 1.4em;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	font-family:Verdana;
	margin-top:5px;
}

#albume_art {
	float:right;
	width:114px;
}

#albumes_full_list {
	margin-left:15px;
	margin-right:15px;
	background:#F7F7F7;
	border-radius:4px;
	margin-top:15px;
	font-family:Verdana;
	font-size:11px;
	border-bottom:1px solid #c9c9c9;
}

#albumes_full_item {
	padding:10px;
	border-bottom:1px solid #c9c9c9;
}

#albumes_full_item:hover {
	background:#F1F1F1;
}

#albumes_full_desc {
	font-size:11px;
	margin-top:19px;
	font-family:Verdana;
	line-height:15px;
	color:#8c8c8c;
}

#albumes_full_item_duration {
	float:right;
	
}


#clear {
	clear: both;
}