/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
	padding:0;
}
img {
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

a {
	outline: none; /* ������� ������� ������ ������  � firefox */
}

/*---------- END RESET ----------*/

html{
	font-size:16px;
	min-height:101%;
}

body{
	font-size:100%;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	margin-left: 40px;
}

a {
	color: #28529D;
}

a:hover{
	color: #00f;
}

h2.results {
	clear: both;
	margin: 0 0 10px 0;
}

ol.results {
	padding:0 0 0 20px;
	clear: both;
	width: 585px;
	float: left;
}

.results li {
	margin: 0 0 15px 20px;
}

.searchform {
	background: #ccc;
	margin: 0 0 10px 0;
	padding: 10px;
	float: left;
	overflow: hidden;
	height: 100%;
}

.searchform .query {
	margin-right: 10px;
}

.searchform div {
	float: left;
}

.searchform input.query {
	width: 520px;
}

#player_container {
	clear: both;
	display: none;
	margin-top: 5px;
}

.snippet {
	font-size: 80%;
	color: #555;
}

.snippet a {
	color: #555;
	text-decoration: none;
}

.size {
	color: #666;
	font-size: 90%;
}

.service {
		font-size: 90%;
		overflow: hidden;
		height: 100%;
}

.service li {
	float: left;
	margin: 0;
}

.service li.listen {
	padding-left: 16px;
	background: url(listen.gif) no-repeat 0 6px;
}

.service li.download {
	padding-left: 13px;
	margin-left: 10px;
	background: url(download.gif) no-repeat 0 4px;
}

.service li.share {
	padding-left: 16px;
	margin-left: 10px;
	background: url(share.gif) no-repeat 0 2px;
}

h1.share {
	padding-left: 17px;
	background: url(share.gif) no-repeat 0 5px;
}

h1.download {
	padding-left: 13px;
	background: url(download.gif) no-repeat 0 5px;
}

div.share {
	display: none;
	background-color:#DCE3F6;
	padding: 10px;
	width: 500px;
	margin-top: 5px;
}

div.share textarea {
	width: 100%;
}

div.share p{
	margin-top: 10px;
	font-size: 90%;
}

.header {
	margin: 20px 0 20px 0;
	font-size: 120%;
}

.cantplay a{
	color: #666;
}

.pages {
	clear: both;
	overflow: hidden;
	height: 100%;
}

.pages li {
	float:left;
	padding: 0 6px;
	margin-right: 3px;
}

.pages li.cur {
	background: #ccc;
}

.pages li.cur a{
	color: #000;
	text-decoration: none;
}

.pages li.title{
	padding-left: 0;
}

.footer {
	clear: both;
	margin: 10px 0 10px 0;
	padding-top: 10px;
	font-size: 70%;
	color: #666;
	width: 640px;
	border-top: 1px solid #ccc;
}

.footer a {
	color: #666;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.favorites {
	margin-top: 20px;
	font-size: 90%;
	color: #666;
	clear: both;
}

.noresults {
	clear: both;
}

.catalog_content {
	clear: both;
	float: left;
	width: 610px;
}

.top, .catalog{
	clear: both;
	width: 610px;
	font-size: 90%;
}

.top h1,.catalog h1, .catalog_content h1 {
	font-size: 120%;
	padding-top: 10px;
}

.catalog h2{
	font-size: 115%;
	padding-top: 5px;
	margin-top: 20px;
}

.top ul, .catalog ul {
	overflow: hidden;
	height: 100%;
	margin: 5px 0 0 0;
}

.top li {
	padding: 0 10px 10px 0;
	float: left;
	width: 290px;
}

.catalog li {
	padding: 0 5px 5px 0;
	float: left;
	width: 20px;
	font-size: 110%;
}

.close {
	text-align: right;
}

.play {
	clear: both;
}

.advert {
 	width: 130px;
	float: left;
	margin-left: 20px;
}

.advert1 {
 	margin: 15px 0 0 0;
}

.sample {
	font-size: 80%;
}

.sample a {
	border-bottom:1px dashed #28529D;
	cursor:pointer;
	text-decoration:none;
}

a.seo {
	color: #666;
	text-decoration: none;
}

.songs {
	margin-left: 10px;
	display: none;
}

.play h1 {
	margin: 10px 0;
	font-size: 120%;
}

p.tomain {
	margin-bottom: 5px;
}