TR.productListing-heading {
  background-color : #d2e9fb;
}

TD.productListing-heading {
  font-family : Verdana, Arial, sans-serif;
  font-size : 13px;
  background-color : #fdd744;
  color : #000000;
  font-weight : bold;
  font-variant : small-caps;
  color:#000000
}

A.pageResults { 
  color: #0000FF; 
}

A:hover.pageResults { 
  color: #0000FF; 
  background-color: #FFFF33; 
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background-color : #f7e9b5;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background-color : #ffffff;
}
.contentslide{
border: 0;
border-bottom-width: 0px;
padding: 1px;
width: 400px;
height: 250px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #eee;
border-width: 0; /*Left/ right border width of pagination DIV.*/
padding: 0;
margin-top: 45em;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 468px; /*IE5 width*/
w\idth: 468px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #666;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #666;
}
