@import url(default.css);
@import url(comments.css);
@import url(ebay-content.css);

#SearchResults
{
  width: 430px;
  font-size: .9em;
}
#SearchResults td
{
  padding: 3px;
}
#SearchResults thead
{
  background: #666;
}
#SearchResults thead td
{
  color: #FFF;
  font-weight: bold;
}
#SearchResults tr.Reg
{
  background: transparent;
}
#SearchResults tr.Alt
{
  background: #EFEFEF;
}
#AmazonWrapper
{
  float: left;
  width: 120px;
  margin: 0 15px 5px 0;
}
#BoxArt
{
  text-align: center;
  margin-bottom: 5px;
}
#BoxArtImage
{
  width: 120px;
}
#Sidebar dl
{
  padding: 5px;
  margin: 0;
}
#Sidebar dt
{
  font-weight: bold;
  float: left;
  clear: left;
  width: 100px;
  margin: 0;
  padding: 2px;
}
#Sidebar dd
{
  margin: 0;
  padding: 2px;
}
#Sidebar #Screenshot
{
  text-align: center;
}
#BuyNowAmazon a
{
  display: block;
  color: #FFF;
  background: #FF5252 url(../images/buy-button-background.gif) bottom left repeat-x;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  font: 1em verdana;
  font-weight: bold;
  margin: 0; 
}
#BuyNowAmazon a:hover
{
  background: #FF5252;
}

