body {
	background-color: #F8F8F8;
	line-height: 18px;
	font-family: arial;
	font-size: 12px;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
a img 	{ border: 0; }

a {
	color: #435baa;
}

a:hover {
	color: #446ae4;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	text-transform:uppercase;
	color: #262626;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

.clear { clear: both; }

.p, span.playtrack {
	cursor: pointer;
}

.p-hover {
	color: #446ae4 !important;
}

.playtrack {
	width: 20px;
	height: 20px;
	display: inline-block;
	float: left;
}

span.play,
a.play {
	background: url(/images/play.gif) no-repeat;
}

span.pause,
a.pause {
	background: url(/images/pause.gif) no-repeat;
}

span.duration {
	line-height: 20px;
	color: #777777;
}

span.b-link__inner {
	color: #435baa;
	text-decoration: underline;
	cursor: pointer;
}

a.download_button {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(/images/download.png) no-repeat;
	color: #888888;
}

a.download_button:hover {
	color: #888888;
}

div.music-item {
	border: 1px solid #E8E8E8;
	background: #FBFBFB url(/images/item-grad.png) 0 bottom repeat-x;
	margin: 20px 0 0 0;
	padding: 10px 10px 0 70px;
	position: relative;
}

.music-item .inner {
	padding: 10px 10px 10px 70px;
}

.music-item img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.play_section {
	padding: 5px 0 0 0;
}

.download {
	width: 60px;
	background: url("/images/middle-button-right.png") no-repeat 100% 50%;
	color: #888888;
	display: block;
	height: 32px;
	min-width: 40px;
	padding: 12px 4px 0px 0px;
	text-align: center;
	text-decoration: none;
}

.download.show_more {
	width: 100px;
	margin: 10px auto 0 auto;
}

.download .middle-right {
	background: url("/images/midle-button-left.png") 0% 50% no-repeat transparent;
	float: left;
	height: 32px;
	margin: -6px 0px 0px -5px;
	width: 5px;
}


.middle-button {
	float: left;
	margin-right: 10px;
}

.download.more {
	width: 100px;
	float: left;
}

.play_section .duration {
	line-height: 20px;
	padding-left: 7px;
}

div.music-item-hover {
}

.music-item p {
	color: #9E9E9E;
}

.wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.wrap-header {
	width: 60%;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 155px;
	border-bottom: 6px solid #000;
	background: url(/images/header_bg.jpg) center -60px no-repeat;
}

#header .top_nav {
	height: 43px;
	background: url(/images/top-navigation.png) repeat-x 0 0;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.9);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.9);
    box-shadow: 0 0 10px rgba(0,0,0,0.9);
    opacity: 0.8;
}

#header .logo {
	width: 159px;
	position: absolute;
	top: 2px;
	left: 0;
}

#header .menu {
	margin-left: 180px;
	width: 500px;
}

#header .menu ul li {
	height: 43px;
	background: url(/images/li_border.png) no-repeat 0 0;
	float: left;
	display: inline;
	font-family: arial;
	text-transform: uppercase;
}

#header .menu ul li a {
	display: block;
	padding: 0 20px;
	color: #aaa;
	line-height: 42px;
	text-decoration: none;
}

#header .menu ul li a:hover {
	color: #f0f0f0;
}

#header .description {
	width: 560px;
	padding: 10px;
	margin: 25px 0 0 0;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	font-family: Trebuchet MS, arial;
	line-height: 28px;
	text-transform: uppercase;
	position: absolute;
	opacity: 0.8;
}

.main-tab{
	width:1017px;
}

#content {
	margin: 30px auto 40px auto;
}

div.play_botton_section {
	padding-bottom: 10px;
}


#search .title {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ebebeb;
	font-size: 20px;
}

#search .body {
	padding: 16px 130px 0 0;
	position: relative;
}

#search .body input[type="text"] {
	width: 100%;
	height: 26px;
	padding: 0 5px;
	margin: 0 115px 0 0;
	display: block;
	border: 1px solid #bbb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#search .body input[type="submit"] {
	width: 100px;
	height: 27px;
	border: 1px solid #3672A0;
	background: url(/images/usualButtons.png) repeat-x 0 -85px;
	color: #FEFEFE;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: 1px;
	right: 0;
}


.author {
	padding-top: 2px;
}

.song {
	padding-top: 2px;
	padding-bottom: 8px;
	text-transform:capitalize;
}

.song-title {
	margin-top: 10px;
	margin-bottom: 10px;
}

.lyrics-mus {
	padding: 10px;
	border: 1px solid #E8E8E8;
	background: #FBFBFB;
	color: #000;
}

.song-mus {
	margin-bottom: 20px;
}

.song-mus-img {
	width:300px;
	height:300px;
	margin:0 auto;
	border: 1px solid #888;
}

.lyrics-mus h2 {
	padding-bottom: 15px;
	color: #000;
}

.footer {
	border-top: 1px solid #222;
	background: #FFF url(/images/footer.jpg) center 0 repeat-x;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 10px;
	opacity: 0.5;
}

.first-colum,
.second-colum {
	width: 50%;
	float: left;
	margin-top: 10px;
}

.first-colum ul,
.second-colum ul,
.authors-col ul {
	padding: 0;
	margin: 0;
	margin-left: 15px;
	list-style-image: url(/images/circle.png);
}

.first-colum li {
	padding-right: 10px;
}

.first-colum li,
.second-colum li {
	padding: 0;
	margin: 0;
	padding-bottom: 2px;
}

#abcd {
	text-align: center;
	margin-top: -10px;
}

#abcd .title {
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 5px;
}

#abcd .letters {
	text-align: center;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 10px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;

}
#abcd .letters ul {
	display: block;
	margin-bottom: 5px;
	font-size: 0;
}
#abcd .letters ul li {
	font-size: 15px;
	display: inline-block;
}
#abcd .letters ul li a {
	color: #FFF;
	text-shadow: 0 1px 0 #555;
	background-color: #8A8A8A;
	text-decoration: none;
	display: inline-block;
	padding: 0 5px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#abcd .letters ul li a:hover {
	color: #5F5F5F;
	text-shadow: 0 1px 0 #EEE;
	background-color: #FFF;
}

#abcd .letters ul#abcd-styles {
	margin-top: 15px;
	padding-top: 12px;
	border-top: 1px solid #D9D9DA;
	box-shadow: 0 -1px 0 0 #AEAEAE;
}
#abcd .letters ul#abcd-styles li {
	font-size: 12px;
	margin: 3px 5px 0 5px;
}
#abcd .letters ul#abcd-styles li a { color: #333; }
#abcd .letters ul#abcd-styles li a:hover { color: #FFF; }

.no-songs {
	color: #444;
	padding-top: 30px;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

ul.listalka {
	line-height: 26px;
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 0;
}
ul.listalka li {
	font-size: 14px;
	display: inline-block;
}
ul.listalka li.listalka-b { margin-right: 10px; }
ul.listalka li.listalka-n { margin-left: 10px; }

ul.listalka li a,
ul.listalka li em {
	min-width: 10px;
	display: block;
	padding: 0 8px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

ul.listalka li em { color: #FFF; background-color: #4B95E5; }

ul.listalka li a { color: #777; text-decoration: none; }
ul.listalka li a:hover { color: #4B95E5; }

#feedback_form h1 {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #777;
}

#feedback_form *, #feedback_form {
	font-size: 13px;
}

#feedback_form label {
	display: block;
}

#feedback_form span.need {
	color: red;
}

#feedback_form input[type=text] {
	width: 400px;
}

#feedback_form textarea {
	width: 400px;
	height: 100px;
}

#feedback_form label {
	margin-bottom: 3px;
}

#feedback_form textarea, #feedback_form input[type=text] {
	margin-bottom: 10px;
}

.info {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

.feedback_status_ok,
.feedback_status_fail,
.feedback_status_spam {
	padding: 5px;
	margin-bottom: 15px;
}

.feedback_status_fail,
.feedback_status_spam {
	color: #7e3c2a;
	border: 1px solid #7e3c2a;
	background: #e2b6aa;
}

.feedback_status_ok {
	color: #284420;
	border: 1px solid #284420;
	background: #9acc8b;
}

.ac_vol {
	padding-left: 10px;
}

.ac_white_line {
	width: 100%;
	height: 15px;
	position: relative;
	display: block;
	top: -5px;
	cursor: pointer;
	-webkit-user-select: none;
}

.ac_back_line {
	width: 100%;
	height: 4px;
	margin: 0;
	position: relative;
	display: block;
	top: -15px;
	background-color: #dfdfdf;
	cursor: pointer;
	-webkit-user-select: none;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.ac_load_line {
	width: 0%;
	height: 4px;
	margin: 0;
	position: relative;
	display: block;
	top: -19px;
	background-color: #d4d4d4;
	cursor: pointer;
	-webkit-user-select: none;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.ac_progress_line {
	width: 0%;
	height: 4px;
	margin: -12px 0 0 0;
	position: relative;
	display: block;
	top: -11px;
	background-color: #999999;
	cursor: pointer;
	-webkit-user-select: none;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.ac_vol_white_line {
	width: 55px;
	height: 15px;
	position: relative;
	top: -5px;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
}

.ac_load_line_vol {
	width: 100%;
	top: -17px;
}

.ac_progress_line_vol {
	top: -9px;
	width: 50%;
}

.radiostation-name img {
	vertical-align: middle;
	margin-right: 20;
}

.radiostation-name {
	font-size: 20px;
	padding-top:20px;
}

table.music-top {
	margin-top: 10px;
}

.music-top td,
.music-top th {
	padding: 2px;
	vertical-align: middle;
	min-height: 15px;
	border-bottom: 1px solid #CCC;
}

div.music-top-songname {
	background: url(/images/cirle-ball.png) 0 2px no-repeat;
	padding-left: 25px;
	min-height: 15px;
	text-transform:capitalize;
}