
.content_title {
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  hsla(0,0%,96%,1) 0%, hsla(0,0%,94%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(0,0%,96%,1)), color-stop(100%,hsla(0,0%,94%,1)));
	background: -webkit-linear-gradient(top,  hsla(0,0%,96%,1) 0%,hsla(0,0%,94%,1) 100%);
	background: -o-linear-gradient(top,  hsla(0,0%,96%,1) 0%,hsla(0,0%,94%,1) 100%);
	background: -ms-linear-gradient(top,  hsla(0,0%,96%,1) 0%,hsla(0,0%,94%,1) 100%);
	background: linear-gradient(top,  hsla(0,0%,96%,1) 0%,hsla(0,0%,94%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#efefef',GradientType=0 );
	padding:15px 20px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
    -webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: 1px solid #dddddd;
}
.content_title h2 {
	color:#656565;
	font-size:16px;
	text-shadow: 1px 1px #ffffff;
	margin-bottom:-5px
}
.content_title h2 span {font-size:12px;vertical-align:middle;}

.song_msg {
	background: #3680e0;
	background: -moz-linear-gradient(top,  hsla(214,73%,55%,1) 0%, hsla(214,100%,38%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(214,73%,55%,1)), color-stop(100%,hsla(214,100%,38%,1)));
	background: -webkit-linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	background: -o-linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	background: -ms-linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	background: linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3680e0', endColorstr='#0053c0',GradientType=0 );
	border: 1px solid #0053c0;
	border-bottom: 1px solid #0150c0;
	border: 1px solid hsla(214,100%,38%,1);
	border-bottom: 1px solid hsla(214,100%,38%,1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	line-height: 22px;
	padding:5px 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom:10px;
	text-shadow: 0px -1px #999999;
}

.song_container {margin-bottom:10px}
.song_container img {
	float:left;
	width:160px;
	height:160px;
	border:5px solid #ddd;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.song_info {float:left;margin-left:15px}
.song_info li {display:block;line-height: 23px;border-bottom:1px dashed #ddd;color:#4d4d4d;width:365px}

.share_user {float:left;margin-top:6px;}
.share_user a {
	padding:5px 15px;
	background: #3680e0;
	background: -moz-linear-gradient(top,  hsla(214,73%,55%,1) 0%, hsla(214,100%,38%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(214,73%,55%,1)), color-stop(100%,hsla(214,100%,38%,1)));
	background: -webkit-linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	background: -o-linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	background: -ms-linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	background: linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3680e0', endColorstr='#0053c0',GradientType=0 );
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	color:#fff;
}
.share_user a:hover {
	background: #5192e7;
	background: -moz-linear-gradient(top,  hsla(214,76%,61%,1) 0%, hsla(214,69%,52%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(214,76%,61%,1)), color-stop(100%,hsla(214,69%,52%,1)));
	background: -webkit-linear-gradient(top,  hsla(214,76%,61%,1) 0%,hsla(214,69%,52%,1) 100%);
	background: -o-linear-gradient(top,  hsla(214,76%,61%,1) 0%,hsla(214,69%,52%,1) 100%);
	background: -ms-linear-gradient(top,  hsla(214,76%,61%,1) 0%,hsla(214,69%,52%,1) 100%);
	background: linear-gradient(top,  hsla(214,76%,61%,1) 0%,hsla(214,69%,52%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5192e7', endColorstr='#2f78d9',GradientType=0 );
}

.share_panel {float:right;}

.button {
	padding:5px 15px;
	border:none;
	background: #3680e0;
	background: -moz-linear-gradient(top,  hsla(214,73%,55%,1) 0%, hsla(214,100%,38%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(214,73%,55%,1)), color-stop(100%,hsla(214,100%,38%,1)));
	background: -webkit-linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	background: -o-linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	background: -ms-linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	background: linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3680e0', endColorstr='#0053c0',GradientType=0 );
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
}
.button:hover {
	background: #5192e7;
	background: -moz-linear-gradient(top,  hsla(214,76%,61%,1) 0%, hsla(214,69%,52%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(214,76%,61%,1)), color-stop(100%,hsla(214,69%,52%,1)));
	background: -webkit-linear-gradient(top,  hsla(214,76%,61%,1) 0%,hsla(214,69%,52%,1) 100%);
	background: -o-linear-gradient(top,  hsla(214,76%,61%,1) 0%,hsla(214,69%,52%,1) 100%);
	background: -ms-linear-gradient(top,  hsla(214,76%,61%,1) 0%,hsla(214,69%,52%,1) 100%);
	background: linear-gradient(top,  hsla(214,76%,61%,1) 0%,hsla(214,69%,52%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5192e7', endColorstr='#2f78d9',GradientType=0 );
	cursor:pointer;
}
.button:disabled {
	background:#73adfa url("/web/20121102032022im_/http://www.musics.az/layout/images/blue2.png") repeat-x;
	color:#fff;
	cursor:default;
}

.player {margin-top:10px;display:none;}
.embed {margin-top:10px;display:none;}
.embed textarea {
	width:550px;
	resize:none;
	height:35px;
	padding:4px;
	border:2px solid #ccc;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	color:#656565;
}
.embed .textarea {width:550px;resize:none;height:35px;margin-bottom:5px;}

/* Comment */
.song_comments {margin-top:10px;margin-bottom:10px}
.comm_title {
	border-bottom:1px solid #ddd;
	color:#656565;
	padding-bottom:7px;
	margin-bottom:7px;
	font-size:14px;
	font-weight:bold;
}
.comment_list li {
	border:1px solid #ddd;
	padding:5px;
	margin-bottom:5px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	clear:both;
}
.comment_list li a:hover {text-decoration:underline;}
.comment_list li:hover, .comment_list li.active {background:#f1f1f1;}
.comment_list li:last-child {margin-bottom:5px;}
.comment_list li div.photo {float:left;width:50px;margin-right:10px;}
.comment_list li div.inner {float:left;width: 485px;}
.comment_list li div.photo img {width:50px;height:50px;}

.no_logged {
	padding:5px;
	background:#f1f1f1;
	border:1px solid #ddd;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	color:#656565;
	text-align:center;
}

.comment_photo {float:left;width:50px;}
.comment_photo img {
	width:49px;
	height:49px;
	border:1px solid #ddd;
	border-top: 1px solid #cccccc;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.comm_textarea {
	float:right;
	border:1px solid #ddd;
	border-top: 1px solid #cccccc;
	width:490px;
	height:40px;
	resize:none;
	padding:5px;
	color: #333333;
	font-size: 12px;
	color:#656565;
	outline: none; 
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.comm_textarea:focus {
	-moz-box-shadow: inset 0px 0px 2px #0053c0;
	-webkit-box-shadow: inset 0px 0px 2px #0053c0;
	box-shadow: inset 0px 0px 2px #0053c0;
}

.comm_submit {
	background: #3680e0;
	background: -moz-linear-gradient(top,  hsla(214,73%,55%,1) 0%, hsla(214,100%,38%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(214,73%,55%,1)), color-stop(100%,hsla(214,100%,38%,1)));
	background: -webkit-linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	background: -o-linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	background: -ms-linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	background: linear-gradient(top,  hsla(214,73%,55%,1) 0%,hsla(214,100%,38%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3680e0', endColorstr='#0053c0',GradientType=0 );
	border: 1px solid #0053c0;
	border-bottom: 1px solid #0150c0;
	border: 1px solid hsla(214,100%,38%,1);
	border-bottom: 1px solid hsla(214,100%,36%,1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	padding: 4px 10px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	margin-top:5px;
	font-weight: bold;
	color: #ffffff;
	float:right;
	text-shadow: 0px -1px rgba(0, 0, 0, 0.2);
	display:none;
}
.comm_submit:hover {
	cursor:pointer;
	background: #5192e7;
	background: -moz-linear-gradient(top,  hsla(214,76%,61%,1) 0%, hsla(214,69%,52%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(214,76%,61%,1)), color-stop(100%,hsla(214,69%,52%,1)));
	background: -webkit-linear-gradient(top,  hsla(214,76%,61%,1) 0%,hsla(214,69%,52%,1) 100%);
	background: -o-linear-gradient(top,  hsla(214,76%,61%,1) 0%,hsla(214,69%,52%,1) 100%);
	background: -ms-linear-gradient(top,  hsla(214,76%,61%,1) 0%,hsla(214,69%,52%,1) 100%);
	background: linear-gradient(top,  hsla(214,76%,61%,1) 0%,hsla(214,69%,52%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5192e7', endColorstr='#2f78d9',GradientType=0 );
	border: 1px solid #2f78d9;
	border-bottom: 1px solid #2f72d9;
	border: 1px solid hsla(214,69%,52%,1);
	border-bottom: 1px solid hsla(214,69%,50%,1);
	color: #ffffff;
}

.comment_add_loading {
	float:right;
	background:url("/web/20121102032022im_/http://www.musics.az/layout/images/ajax-loader.gif");
	margin-top:11px;
	margin-right:10px;
	width:43px;
	height:11px;
	display:none;
}
/* Comment */


.pagination {margin-top:5px;margin-bottom:5px;}
#page {
	background:#fff;
	border:1px solid #ddd;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	padding:7px 10px;
	cursor:pointer;
	color:#656565;
}
#page:disabled {background:#eee;cursor:pointer;}



#right {
	float:right;
	width:370px;
}

.top_block_tab {
	border-bottom: 1px solid #dddddd;
}

.top_block_tab ol {
	list-style: none;
	height: 32px;
	width: 100%;
	margin-bottom: 0px;
	border-bottom: none;
	margin-left:0;
}

.top_block_tab ol li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 31px;
	width:180px;
	line-height: 31px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  hsla(0,0%,96%,1) 0%, hsla(0,0%,92%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(0,0%,96%,1)), color-stop(100%,hsla(0,0%,92%,1)));
	background: -webkit-linear-gradient(top,  hsla(0,0%,96%,1) 0%,hsla(0,0%,92%,1) 100%);
	background: -o-linear-gradient(top,  hsla(0,0%,96%,1) 0%,hsla(0,0%,92%,1) 100%);
	background: -ms-linear-gradient(top,  hsla(0,0%,96%,1) 0%,hsla(0,0%,92%,1) 100%);
	background: linear-gradient(top,  hsla(0,0%,96%,1) 0%,hsla(0,0%,92%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eaeaea',GradientType=0 );
	margin-bottom: -1px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.top_block_tab ol li:last-child {
	width:181px;
	margin-left:5px;
}

.top_block_tab ol li.active a {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.top_block_tab ol li a {
	font-weight: bold;
	line-height: 32px;
	color: #666666;
	display: block;
	padding: 0px 20px;
	outline: none;
}
.top_block_tab ol li a:hover {color: #0095d7;}

.top_block_tab ol li.active, .top_block_tab ol li.active a, .top_block_tab ol li.active a:hover  {
	color: #333333;
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.tab {
	padding:10px 20px 20px 20px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-top: none;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

ul.music_list li {
	margin-top: 10px;
	display: block;
	overflow: hidden;
	width: 317px;
	height: 50px;
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  hsla(0,0%,96%,1) 0%, hsla(0,0%,93%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(0,0%,96%,1)), color-stop(100%,hsla(0,0%,93%,1)));
	background: -webkit-linear-gradient(top,  hsla(0,0%,96%,1) 0%,hsla(0,0%,93%,1) 100%);
	background: -o-linear-gradient(top,  hsla(0,0%,96%,1) 0%,hsla(0,0%,93%,1) 100%);
	background: -ms-linear-gradient(top,  hsla(0,0%,96%,1) 0%,hsla(0,0%,93%,1) 100%);
	background: linear-gradient(top,  hsla(0,0%,96%,1) 0%,hsla(0,0%,93%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee',GradientType=0 );
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	border:1px solid #e0e0e0;
	padding:5px;
	clear:both;
}
ul.music_list li a {color:#4d4d4d}
ul.music_list li a:hover {color: #0095d7;text-decoration:underline;}
ul.music_list li:hover {background:#fff}
ul.music_list li div.photo {float:left;width:50px;margin-right:10px;}
ul.music_list li div.inner {float:left;width: 257px;}
ul.music_list li div.photo img {width:50px;height:50px;}

.loading {
	margin:0 auto;
	background:url("/web/20121102032022im_/http://www.musics.az/layout/images/ajax-loader.gif");
	margin-top:10px;
	width:43px;
	height:11px;
	display:none;
}
/*
     FILE ARCHIVED ON 03:20:22 Nov 02, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:36:05 Aug 01, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 16.456
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.013
  esindex: 0.019
  cdx.remote: 94.691
  LoadShardBlock: 121.74 (3)
  PetaboxLoader3.datanode: 130.049 (4)
  load_resource: 479.775
  PetaboxLoader3.resolve: 402.064
*/