/* 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
*/

span, td, div{

}

span.noProductMsg{

}

table.prodList{
  width:700px;
}

td.catalogItemImage{
  width:233px;
  vertical-align: top;
  text-align:center;
}

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

td.catalogItemText{
  vertical-align: top;
  text-align:center;
}

td.pageCountInfo{
  font-size:10pt;
  color:#000000;
}


a.productName{
  font-size:11pt;
  font-weight:bold;
}

span.catalogItemPrice{

}

span.catalogItemSalePrice{

}

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

td.cartBottomRow{

}

td.cartHeader{
    color: #A40000;
	border-bottom:dotted 1px black;
	padding-bottom:2px;
    font-weight:bold;
}

td.cartItem{
	font-size:10pt;
	color:black;
	vertical-align: top;
	border-bottom:dotted 1px black;
	font-weight: bold;
	padding-top:7px;
	padding-bottom:7px;
}

td.cartItem img.cartImage{
	width:90px;
	margin-right:15px;
	border:solid 1px black;
}

td#cartPrice, td#cartSubTotal {
    color:red;
    text-align:right;
    vertical-align: top;
    font-weight:bold;
}

