* {
  margin: 0;
}
html, body {
  height: 100%;
  width: 100%;
}

body {
  font: font-family:georgia,garamond,serif;
  font-size: 20px;
  color:#000000;
  margin:0;
  background-color: #efefef;
  text-align: center;
}

a, a:link, a:visited, a:active, a:hover {
  color: #00a6ea;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px dotted #00a6ea;
}


h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

.color {
    color: #00a6ea;
}

h4 { 
  font-size: 12px;
}

#wrapper {
  background-color: #ffffff;
  width: 800px;
  min-height: 90%;
  height: auto !important;
  height: 100%;
  margin: 0px auto -26px auto;
  margin-left: auto;
  margin-right: auto;
}

.header_bar {
  height: 90px;
  background-color: #00a6ea;
  color: #ffffff;
  text-align: center; 
  line-height: 90px;
  overflow: hidden;
}

.header_bar img {
  width: 800px;
  height: 90px;
  border: 0px;
}

#push {
    height: 26px;
}

#footer_bar {
    height: 26px;
    width: 800px;
    margin: 26px auto 0 auto;
    line-height: 26px;
    background-color: #919191;
    text-align: center;
    color: #ffffff;
}

#footer_bar a, #footer_bar a:link, #footer_bar a:visited, #footer_bar a:active, #footer_bar a:hover {
  color: #daedb4;
  text-decoration: none;
}

#footer_bar a:hover {
  border-bottom: 1px dotted #daedb4;
}


#sidebar {
  margin: 0 auto; 
  margin-top: 26px;
  width: 800px;
}

#sidebar .albumlist {
  padding-left: 160px;
}

#sidebar .albumlist td {
  width: 120px;
  font-size: 12px;
  vertical-align: top;
}

#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:active, #sidebar a:hover {
  border: 0px;
  text-decoration: none;
}

#sidebar img {
  border: 1px solid #00a6ea;
}

#sidebar span {
  font-size: 12px;
  line-height: 10px;
  text-align: right;
}

#album {
  margin-top:26px;
  width: 765px;
}

#table_header_image {
  width: 100px;
  padding: 0 26px;
}

#table_header_image img {
  border: 1px solid #00a6ea;
}

.song_name, .song_price, .song_check, .song_number {
  padding: 0 12px 0;
  font-size: 18px;
}

.song_name, .song_price {
  border-bottom: 1px dotted #919191;
}

.song_name {
  width: 100%;
}

.purchase_td {
  text-align: right;
  padding-top: 14px;
}

td {
  color: #00a6ea;
}

.button a, .button a:link, .button a:visited, .button a:hover, .button a:active {
  color: #ffffff;
  font-size: 18px;
  line-height: 36px;
}

.button {
  background-color: #00a6ea;
  border: 2px solid #919191;
  height: 36px;
  width: 260px;
  text-align: center;
}

.black {
  color: #000000;
}

.play_button a, .play_button a:link, .play_button a:visited, .play_button a:hover, .play_button a:active, .stop_button a, .stop_button a:link, .stop_button a:visited, .stop_button a:hover, .stop_button a:active {
  text-decoration: none;
  border: 0px;
}

.play_button img, .stop_button img {
  border: 0px;
}

.stop_button {
  display: none;
}

.album_only_text {
  font-size: 14px;
  text-align: center;

}
