

/*! ###
    Copyright (c) 2007 Amazon.com, Inc., and its Affiliates.
    All rights reserved.
    Not to be reused without permission
    $DateTime: 2009/10/27 22:57:30 $
    ###
*/

.mp3shoveler * {
padding: 0;
margin: 0;
}

.mp3shoveler
{
  font-family: verdana,arial,helvetica,sans-serif;
}

.mp3shoveler a
{
  color: #039;
  text-decoration: none;
}

.mp3shoveler a:hover
{
  color: #C60;
  text-decoration: underline;
}

div.popAlbumHeader {
  color: #C60;
  float: left;
}

.mp3shoveler div.seeAll a
{
  float: right;
  font-size: .9em;
  padding-top: .2em;
  text-decoration: underline;
}

div.shoveler-title 
{
  font-weight: bold;
  width: 100%;
}

#mp3StoreShoveler 
{
  border-top: 1px solid #d0eaf8;
  padding-top: .5em;
}

.mp3shoveler .shoveler-content {
  margin: 0em !important;
  padding: 0em 59px;
}

.mp3shoveler ul 
{
  margin: 0em 0em;
  padding: 0em;
  overflow: hidden;
}

.mp3shoveler div.button {
 margin-top:60px !important;
}

.mp3shoveler div.mp3AlbumCell {
  text-align: left;
  padding: 0em;
  font-size: 86%;
  overflow: hidden;
  }

.mp3shoveler div.mp3AlbumSmallCell 
{
  display: table;
  float: left;
  padding-left: .4em;
}

.mp3shoveler .image {
  float: left;
  }

.mp3shoveler .image,
.mp3shoveler .image-title {
  margin:0;
  padding-bottom: .3em;
}

.mp3shoveler .title,
.mp3shoveler .title a
{
  margin:0 0 0 0;
  font-weight: bold;
  font-size: 11px;
}

.mp3shoveler .byline 
{
  font-size: 10;
  display: inline;
}

.mp3shoveler span.resultindex
{
  float: left;
}

.mp3shoveler .byline,
.mp3shoveler .title,
.mp3shoveler .title-byline
{
  padding: 0 !important;
}
 
.mp3shoveler .title span a:hover,
.mp3shoveler .byline a:hover
{
  color: #C60;
  text-decoration: underline;
}

.mp3shoveler .rating-price {
  margin:3px 0 0 0;
  font-size:100%;
  }

.mp3shoveler .price{
  white-space:nowrap; 
  font-weight: bold;
  }

.mp3shoveler {
  position: relative;
  width: 100%;
}

* html .mp3shoveler ul li {
  display: inline;
}

.mp3shoveler ul li {
  float: left;
  padding: .5em 0 0 0;
  width: 19.9%;
  list-style: none;
  white-space: normal;
  display: inline;
}

.mp3shoveler div.shoveler-title
{
  padding: 0;
  margin: 0;
  display: table;
}


