ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
  color: blue;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

div#header {
  background-color: #333;
}
div#footer {
  margin-top: 20px;
  background-color: #f9f9f9;
}
div#infooter {
  background-color: #333;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  text-align: right;
}
div#infooter a {
  color: white;
}
img#logo {
  border-right: 2px solid white;
}

div#wrap
{
  margin-top: 20px;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

div#menu {
  width: 180px;
  float: left;
  margin-top: 30px;
}

div#content {
  margin-left: 180px;
}
/******************************************************************************/
#menu ul li { list-style: none; margin: 2px; padding: 3px; margin-right: 20px; font-size: 110%; background-color: #f5f5f5; }
#menu ul li a { color: black; display: block; padding: 1px; }
#menu ul li a:hover { background-color: #eee; text-decoration: none;}
.list-item {
  margin: 10px;
  padding: 10px;
}
.list-item h2 {
  background: #f5f5f5 url('/images/mp3.png') right center no-repeat;
  padding: 10px;
}
.list-item h2 a {
  color: black;
}
.list-item table {
  width: 100%;
  color: #444;
}
.list-item table td {
  width: 25%;
  padding: 1%;
  font-size: 110%;
}
.list-item table td.td1 {
  width: 46%;
}
#mp3-show h1 {
  margin-bottom: 30px;
}
#mp3-show td, #mp3-show th {
  font-size: 110%;
}
#mp3-show th {
  text-align: right;
  padding: 2px;
  padding-right: 5px;
}

h1 {
  text-align: right;
  padding-right: 50px;
}

#charBar a {
  border:1px solid #9AAFE5;
  background-color: #f5f5f5;
  color: black;
  text-decoration:none;
}
#charBar a:hover {
  border:1px solid black;
  color: black;
  background-color: #eee;
} 
#charBar a {
  font-size:110%;
  margin-right:3px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#charBar a{
  display:block;
  float:left;
  margin:2px;
  width: 31px;
  text-align: center;
}

.pager a, .pager span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}
.pager span {
  font-weight: bold;
}
.pager a {
    border: 1px solid #9AAFE5;
    color: #333;
    text-decoration: none;
}
.pager a:hover {
    border-color: #2E6AB1;
    color: black;
}


/******************************************************************************/
#stats-div {
  margin-top: 300px;
  
  border: 1px solid silver;
  padding: 8px;
  width: 132px;
}
#bookmark-link {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  font-size: 110%;
}
#bookmark-link a {
  color: gray;
}
#bookmark-link a:hover {
  color: darkred;
}

#top ul li {
  list-style: none;
  display: inline;
}

/** ad-css ********************************************************************/
.advertising {
  font-size: 110%;
  width: 336px;
  float: right;
}
.advertising #ad-info {
  color: silver;
  font-size: 90%;
}
.advertising #ad-slot {
  padding-top: 10px;
  padding-bottom: 10px;
}
.advertising a:hover {
  text-decoration: none;
} 
.advertising #ad-title { 
  font-size: 110%;
  font-weight: bold;
  color: blue;
  text-decoration: underline;
}
.advertising #ad-description {
  color: black;
  text-decoration: none;
}
.advertising #ad-url {
  color: green;
  text-decoration: none;
}

.topweek table {
    width: 100%;
}
.topweek a {
    background: url('/images/icon_download.gif') left center no-repeat;
    padding-left: 15px;
}

.toolstable {
    margin-left: 80px;
}
.toolstable a {
    padding: 2px;
    padding-left: 22px;
    display: block;
}
.toolstable a.discography {
    background: url('/images/cd.png') left center no-repeat;
   font-weight: bold;
}
.toolstable a.alert {
    background: url('/images/exclamation.png') left center no-repeat;
}
.toolstable a.download {
    background: url('/images/music.png') left center no-repeat;
}

.descriptiontable {
    background: url('/images/mp3.png') left top no-repeat;
}

.similar {
    margin-left: 100px;
    font-size: 12px;
}
.similar ul {
    padding-left: 15px;
}
.similar li {
    padding: 1px;
}

#upozorneni {
    background-color: #ffa;
    font-size: 110%;
    padding: 10px;
    
    width: 300px;
    margin-top: 30px;
    margin-left: 60px;
}