h1 {
  font-size:14px;	
}

table{
  font-size:10px;	
}

/* Product listing */
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productListingCol-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productListingCol-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f1f1f1;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}
P#categoryDescription
{
 font-family:Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-family:Arial, sans-serif;
  line-height:15px;
  color: #000000;

}

.productListing-heading {
  font-family:Arial, sans-serif;
  font-size: 11px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family:Arial, sans-serif;
  font-size: 11px;
  vertical-align:bottom;
  position:relative;
}

TD.productListing-data .slave{
  margin-left:15px;
  font-weight:normal;
}

TD.productListing-data .master{
  font-weight:bold;
}

TD.productListing-subtotal{
  font-family:Arial, sans-serif;
  font-size: 11px;
  font-weight:bold;
  vertical-align:top;
  height:30px;
}

TABLE.productListingCol {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListingCol-heading {
  font-family:Arial, sans-serif;
  font-size: 11px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListingCol-data {
  font-family:Arial, sans-serif;
  font-size: 11px;
  vertical-align:top;
  position:relative;
}

.productListing-heading:hover {
  color:#FFFFFF;
}
