﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	
	
}

hr {
	border: 1px solid #80A8E4;
}

a {
	color: blue;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: none;
}

#wrapper {
	margin-top: 3px;
	min-width: 900px;
}
#topList {
	list-style-type: none;
	margin-left: 13px;
}
#topList li {
	float: right;
	margin-right: 13px;
}
#topUserBar {
	list-style-type: none;
	float: right;
	margin-right: 13px;
}
#topUserBar li {
	float: left;
	margin-left: 13px;
}
li.selected {
	font-weight: bold;
	color: black;
}
.separator {
	clear: both;
	border: none;
	border-bottom: 1px solid #C9D7F1;
	padding-top: 4px;
}

#bodyMain #logo {
	width: 362px;
	height: 110px;
	margin: 20px auto 0px auto;
	display: block;
}

#bodyMain #searchForm {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

#tagline {
	display: block;
	margin-top: -35px;
	margin-left: 70px;
	margin-bottom: 20px;
	color: #001F3D;
	font-family: Verdana;
	
}

input#q {
	width: 300px;
	margin: 0 auto 3px auto;
	background: white url('../gfx/search-icon.jpg') no-repeat center right;
	border: 1px solid #B3B9C3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	padding: 2px 5px;
	padding-right: 20px;
}

input#q:focus{
	border-color: #0073c4;
}

input#q.error:focus {
	border: 1px solid red;
}

#bottomList {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	
	display: none;
}

#bottomList a {
	margin-left: 10px;
}

#footer {
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	clear: both;
}

#footer a {
	text-decoration: none;
	color: black;
}

#bodyMain #wrapper {
	text-align: center;
}
/*
	bodySearch
*/

#bodySearch #logo img{
	width: 250px;
	height: 76px;
	margin-left: 10px;
	float: left;
	margin-right: 10px;
}

#bodySearch #q {
	width: 15em;
}

#bodySearch #s1 {
	margin-bottom: 3px;
}

#searchFormSide {
	float: left;
	margin-top: 30px;
}

.topInfo {
	clear: both;
	border: 1px solid #80A8E4;
	border-left: none;
	border-right: none;
	background: #DEE9FA;
	padding: 5px;
	margin: 0 5px;
	overflow: hidden;
	zoom: 1;
}
.topInfo span {
	float: left;
	margin-right: 3px;
}
.topInfo .info {
	float: left;
	font-weight: bold;
}

.topInfo p {
	float: right;
	margin-right: 10px;
}

.sideboard {
	float: right;
	width: 302px;
	margin-right: 50px;
	overflow: hidden;
}

div.sideboard div {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-opera-border-radius: 15px;
	border: 1px solid #B3B9C3;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

div.sideboard a {
	text-decoration: none;
}

div.sideboard a:hover {
	color: #001F3D;
}

#player1 {
	margin-top: 15px;
	margin-left: -10px;

}

#flashplayer {
	background:  url('../gfx/slogan.png') no-repeat top center;
	padding-top: 49px;
	text-align: center;
}

#tagCloud {
	background:  url('../gfx/tagi.png') no-repeat top center;
	padding-top: 49px;
	text-align: center;
}

#sideAdv {
		padding: 10px 20px;
}

#top10 {
	background:  url('../gfx/top10.png') no-repeat top center;
	padding-top: 49px;
}

#top10 ul {
	margin-bottom: 20px;
	margin-left: 5px;
	width: 200px;
}

#top10 li {
	margin: 0;
}


.main, .mainInfo {
	margin: 20px 0 20px 10px;
	overflow: hidden;
}

.mainWrapper {
	float: left;
	/* min-width: 700px; */
}

.main ul {
	list-style-type: none;
	margin-left: 10px;
}
ul#songList {

}
#loading {
	background: url('../gfx/loadingBig.gif') no-repeat bottom center;
	min-width: 500px;
	min-height: 300px;
}

.mainWrapper ul li {
	margin-bottom: 2em;
	clear: both;
	overflow: hidden;
	width: 500px;
	font-size: 12px;
	margin-left: 10px;
}

.mainWrapper .tips p {

	background: #fff1ba;
	border: 1px solid #e6cd67;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	padding: 5px 15px;
	margin: 0;
	margin-bottom: 25px; /* ie */
	margin-right: 15px;
}

.mainWrapper .title {
	overflow: hidden;
}

.mainWrapper .title h2 {
	float: left;
	font-weight: normal;
	color: blue;
	font-weight: bold;
	margin-right: 5px;
}

.mainWrapper .title h2 a {
	font-size: 12px;
}

.mainWrapper .star {
	text-indent: -999em;
	width: 12px;
	height: 12px;
	background: url('../gfx/stars.png') no-repeat 0px 0px;
	overflow: hidden;
	display: block;
	margin-top: 2px;
	float: left;

}


.mainWrapper .star:hover, .mainWrapper .star.selected {
	background: url('../gfx/stars.png') no-repeat 0px -12px;
}
.mainWrapper .star.error {
	background: url('../gfx/stars.png') no-repeat 0px -24px;
}
.mainWrapper a.star.loadingSmall {
	background: url('../gfx/loadingSmall.gif') no-repeat;
}

.mainWrapper .rating {
	height: 13px;
	margin-top: 4px;
	background: url('../gfx/star.png') repeat-x;
	text-indent: -999px;
	float: left;
	margin-left: 5px;
	
	display: none;
}

.r1 {width: 11px;}
.r2 {width: 22px;}
.r3 {width: 33px;}
.r4 {width: 44px;}
.r5 {width: 55px;}
.r6 {width: 66px;}

.mainWrapper p {
	/* padding-left: 5px; */
}

.mainWrapper .size {
	color: black;
}

.mainWrapper .tags {
	clear: both;
}

.mainWrapper .time {
	color: gray;
}

.mainWrapper .info {
	display: none;
}


.mainWrapper .links a{
	text-decoration: none;
	font-size: 10px;
}

.mainWrapper .tags a {
	color: #7777CC;
	color: black;
	text-decoration: none;
}

.mainWrapper .tags a:hover {
	color: #7777CC;
}

.mainWrapper img {
	float: left;
	width: 90px;
	height: 75px;
	margin-right: 7px;
	border: 1px solid black;
}


.pagination {
	list-style-type: none;
	overflow: hidden;
	text-align: center;
	margin: 10px auto;
	clear: both;
}

.pagination a {
	color: black;
	margin-left: 10px;
}

.pagination a.selected {
	color: red;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}

.pagination a.next {
	color: blue;
	font-weight: bold;
	font-size: 16px;
}

.bottomInfo {
	clear: both;
	border: 1px solid #80A8E4;
	border-left: none;
	border-right: none;
	background: #DEE9FA;
	padding: 20px;
	margin: 0 5px;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
}

.similarArtists {
	list-style-type: none;
	overflow: hidden;
	clear: both;

}

.similarArtists li {
	float: left;
	margin-right: 5px;
}

.similarArtists img {
	width: 75px;
	height: 75px;
	overflow: crop;
	border: 1px solid black;
}


.directUrl{display: none;}
.tips {display: none;}

/* lang menu */

#topList li.lang {
	margin-right: 5px;
	margin-top: 3px;
	float: left;
}

li.lang a {
	display: block;
	width: 16px;
	height: 11px;
	background-image: url('../gfx/flagi.png');
	text-indent: -999em;
}

li.pl a{background-position: 0px -0px;}
li.en a{background-position: -16px 0px;}
li.ru a{background-position: -32px 0px;}
li.es a{background-position: -48px 0px;}
li.de a{background-position: -64px 0px;}

/* debug */

#debugBox {
	background: lightgray;
	border: 1px solid gray;
	padding: 0px 20px;
	padding-bottom: 5px;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 10px;
	opacity: 0.9;
	position: fixed;
	top: 5px;
	right: 10px;
	max-width: 200px;

}

#debugBox li {
	font: 10px verdana;
}

#debugBox li.h {
	font: bold 12px inherit;
	margin-top: 5px;
}
#debugBox a {
	text-decoration: none;
}

#debugBox #debugClose {
	text-align: right;
	margin-bottom: -10px;
	clear: both;
}

.debugMinimalised {
	width: 10px;
	height: 10px;
}
.debugMinimalised  li{
	display: none;
}
.debugMinimalised  #debugClose{
	display: block;
}

.inlineAds1 {
	margin-left: 10px;
}
