/* 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{
  width:200px;
  vertical-align: top;
  text-align:center;
}

td.catalogItemImage img{
  border: none;
}

td.catalogItemText{
  vertical-align: top;
  text-align:center;  
  padding-bottom:30px;
}

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


a.productName{
  font-size:10pt;
}

span.catalogItemPrice{

}

span.catalogItemSalePrice{

}

img{

}

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

td.cartBottomRow{

}

td.cartHeader{
	background-color: #fff;
	color: #512212;
	font-weight:bold;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #512212;
}

td.cartItem{
	font-size:10pt;
	color:black;
	text-align:left;
	vertical-align: top;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: dotted 1px;
	border-color: #512212;
}

td.cartItem img{
	width:90px;
	margin-right:10px;
}

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

td.catDescription{
	border-top:dotted 1px #999;
	border-bottom:dotted 1px #999;
	border-right:dotted 1px #999;
	padding: 0px;
	font-size:11pt;
	line-height:1.3em;
	vertical-align:middle;
	text-align:left;
}
