.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
    font-family: Lucida Grande, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    margin-top: 0px;
    text-align: center;
}            

h1, h2, h3, h4, h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 5px;
}

h2 {
  font-size: 17px;
  font-weight: bold;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  display: inline;
}

h4 {
  font-size: 12px;
  font-weight: bold;
}

p {
  line-height: 18px;
  padding 5px 0px;
}

.small_text {
  font-size: 11px;
}

a, a:visited {
  color: #333333;
}

a.query {
  text-decoration: none;
}

a.query:hover {
  text-decoration: underline;
}
a.logo {
 text-decoration: none;
}
.logo {
  text-decoration: none;
  color: #000000;
  margin-left: 10px;
  margin-bottom: 0px;
}
.logo .miser {
  font-style: italic;
  color: #666666;
}
.header .logo {
  color: #ffffff;
  /*padding-left: 10px;*/
  font-size: 20px;
  vertical-align: top;
 line-height: 20px;
}
.header .logo .miser {
  font-style: normal;
  color: #ffffff;
}

.logo .ending {
  font-size: 24px;
}

.main {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.search_box {
  width: 400px;
  margin-left: 12px;
 /* margin-bottom: 12px; */
  margin-right: 10px;
  vertical-align: top;
}

.pricing {
  margin-top: 5px;
}

.vendor-logo {
  height: 25px; 
  width: 25px;
  vertical-align: middle;
  border: 0px;
  padding-right: 2px;
}

.price {
  font-size: 12px;
  margin-right: 10px;
  font-weight: normal;
  float: left;
  line-height: 25px;
  width: 80px;
  padding: 2px;
}

.lowest_price {
  background-color: #FEFFC4;
  border: 1px solid #FFBA00;
}

.price a {
  text-decoration: none;
  font-weight: bold;
}

.price a:hover{
  text-decoration: underline;
}

#gateway {
  text-align: center;
}

#gateway .tag-line{
  font-size: 18px;
  font-weight: bold;
  padding: 5px  0px 30px 0px;
}

#gateway h1 {
  font-size: 48px;
  margin-top: 40px;
}

#gateway .search form {
  margin-bottom: 0px;
}

#gateway .search {
  padding-bottom: 10px;
  overflow: auto;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}

#gateway .powered-by {
  float: right;
  padding-top: 5px;
}

#gateway .powered-by img {
  float: left
}
#gateway .powered-by span {
  line-height: 25px;
  vertical-align: middle;
  display: block;
  float: left;
  padding: 0px 5px;
  color: #666;
  font-size: 11px;
}


.top10 {
  text-align: left;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.album_art img {
  width: 30px;
  height: 30px;
}

.album_cover {
  float: left;
  width: 80px;
  height: 80px;
  padding-right: 5px;
  padding-bottom: 10px;
}

#albums_table {
  padding-bottom: 20px;
}

.listing  {
  padding: 10px;
  overflow: auto;
  clear: both;
  /* margin-left: 10px; */
  border-bottom: solid 1px #DDD;
}

.listing .rating  {
  float: left;
  margin-right: 20px;
}

.listing .track  {
  width: 340px;
  float: left;
}

.listing .last_rating  {
  margin-right: 10px;
}

h4 {
  color: #777777;
}

.best_vendor {
  width: 40px;
  border: 0px;
}

.recommend {
  float: right;
  width: 215px;
}

.header h1 {
  font-size: 34px;
  display: inline;
}

.header h1 .ending {
  font-size: 18px;
}

.header {
  /*height: 70px;*/
  padding-top: 20px;
  clear: both;
  overflow: auto;
  background-color: #4682b4;
}

.header .search-form {
/*
  margin: 12px 6px 20px 20px;
  margin-bottom: 12px;
  padding-top: 10px;
  */
  display: inline;
}

#results .summary {
  overflow: auto;
  padding: 10px;
  padding-left: 0px;
  font-weight: bold;
}

.gray-background {
  background-color: #f4f4f4;  
}

#results .summary .highlight {
  font-size: 20px;
  color: maroon;
}

#results .summary .count {
  position: relative;
  width: 100%;
  height: 20px;
  border-bottom: solid 1px #e4e4e4;
}

.count-left {
  width: 50%;
  position: absolute;
  bottom: 0;
}

.count-right {
  width: 50%;
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 0;
  line-height: 20px;
}

#results .explicit {
  font-size: 11px;
  color: red;
}

#results .song_list {
  padding-top: 10px;
}

#results .song_list h4 {
  color: #777;
}

.pagination {
  float:right;
  font-size: 120%;
  padding-top: 5px;
}

.song_name {
  height: 28px;
  line-height: 28px; 
}
.song_name img {
  height: 22px;
  padding-left: 5px;
  border: 0px;
}

.song_name h2, .song_name h3 {
  float:left;
}

.mtv-preview {
}
.mtv-preview img{
  height: 25;
  border: none;
  vertical-align: middle;
  float: right;
}
.play-video-link {
  text-align:center;
}

.album_art {
  text-align: center;
  padding: 0px 5px;  
  float: left;
}

.song_details {
  float: left;
  width: 880px;
}

.song-info {
  padding: 15px 0px;
  border-bottom: solid 1px #ccc;
  clear: both;
  overflow: auto;
}

.play-stop {
  width: 15px;
  height: 15px;
  display: inline;
  border: 0;
  vertical-align: text-top;
}
#player_div {
  position:absolute;
  top:0px;
  left:-1000px;
}
.mtv_player {
}
.clear {
  clear: both;
}
.search_button {
  /*margin-bottom: 12px;*/
  vertical-align: bottom;
}
#gateway .logo {
  font-size: 48px;
  font-weight: bold;
}
#content {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    text-align: left;
}
#footer {
  clear: both;
  margin-top: 45px;
  border-top: solid 1px #CCC;
  color: #AAA;
  text-align: right;
}
.top10header {
  color: maroon;
  text-align: left;
  border-bottom: 1px solid #E4E4E4;
}
