/* 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{

}

td.catalogItemImage{
	text-align:center;
	width:220px;
	vertical-align:top;
	padding-bottom:15px;
}

td.catalogItemImage img{
	border:dotted 1px silver;
}

td.catalogItemText{
	font-size:10pt;
	color:black;
}

a.productName{
	font-size:10pt;
	font-weight:bold;
	color:#b00000;
}

span.catalogItemPrice{

}

span.catalogItemSalePrice{

}

img{

}

td#couponError{
  color: red;
  height: 35px;
  text-align:center;
  vertical-align:middle;
}

td.cartBottomRow{
	border-top:solid 1px silver;
}

td.cartHeader{
 background-color:#392d1f;
 color:white;
 font-weight:bold;
 font-size:10pt;
}

td.cartItem{
	padding-top:5px;
	padding-bottom:5px;
}

td.cartPrice{
	color:red;
	font-weight:bold;
}



