/* Shop Stylesheet for Tank Girl - The Girl U Want

Coded by:
Pete - atari2600vcs@yahoo.com */





div#shopIntro
{
  background: url(../images/shop/missilebra_sm_gray.jpg) top right no-repeat;
  height: 347px;
  margin: 0;
  padding: 0px 0px 15px 0px;
  position: relative;
  width: 600px;
}

div#shopIntro ul
{
  display: block;
  font-family:  "Hewletters", Arial, Verdana, Helvetica, sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 300px;
  top: 30px;
  width: 150px;
}

div#shopIntro li
{
  line-height: 20px;
  margin: 0;
  padding: 3px;
}

div#shopIntro li a
{
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

div#shopIntro li a:hover
{
  color: #900;
  display: block;
  font-family:  "Tank Girl 2", Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}







/* page reload --------------------------- */
p#amazonReload
{
  color: #94AD7D;
  font-size: 11px;
  font-style: italic;
}






/* Amazon.com items (non clothing or novelties ----------------- */
div.shopItem
{
  float: left;
  margin: 0;
  padding: 0px 0px 10px 20px;
  width: 110px;
}

div.shopItemRight
{
  float: right;
  margin: 0;
  padding: 0px 20px 10px 20px;
  width: 110px;
}

div.shopItemSidebar
{
  margin: 0;
  padding: 5px;
  width: 110px;
}

div.shopItem span, div.shopItemRight span, div.shopItemSidebar span
{
  color: #900;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0px 3px 0px;
  padding: 0;
  text-align: center;
}

iframe.amazonMusic
{
  margin: 0;
  padding: 0px 0px 10px 20px;
}

/* Clothing Store listing ----------------------*/
ul#clothingStoreList
{
  font-size: 2em;
  font-weight: bold;
}
