/* Output HTML code for catalog product list

    Use stylesheet to modify the following elements of the catalog listing

    1.  span.noProductsMsg
    2.  table.prodList
    3.  td.catalogItemImage
    4.  td.catalogItemText
    5.  a.productName
    6.  span.catalogItemPrice
    7.  span.catalogItemSalePrice
    8.  img
*/

div.cartOptions{
  padding-top:2px;
  padding-bottom:5px;
  font-weight: normal;
  color:white;
}

span, td, div{

}

span.noProductMsg{

}

table.prodList{
  width:620px;
  border-top:dotted 2px white;
}

table.cart{
  width:600px;
}

td.catalogItemImage{
  padding-top:10px;
  padding-bottom:10px;
  width:200px;
  vertical-align:top;
}

td.catalogItemImage img{
  border: solid 1px black;
}


td.catalogItemText{
  color: white;
  padding-bottom:5px;
}

a.productName{
  color: white;
}

a.pageNumber{
  color:gold;
  font-weight:normal;
  text-decoration:none;
}

span.currentPageNumber{
  color: white;
  font-weight:bold;
}

span.catalogItemPrice{
  color: #99ffff;
  font-weight:bold;
}

span.catalogItemSalePrice{
  color: gold;
}

td#couponError{
  color: gold;
  height: 35px;
  text-align:center;
  vertical-align:middle;
}

td.cartBottomRow{
  border-top:solid 1px white;
  padding-top:10px;
}

td.cartHeader{
  color: #99ffff;
  font-weight:bold;
  font-size:11pt;
  padding-bottom: 8px;
}

td.cartItem{
  color: white;
  font-weight:bold;
  font-size:10pt;
  padding-bottom:8pt;
}

td.cartPrice{
  color: gold;
  font-weight:bold;
}



