/**
 * Product List CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2008 Pamaya Ltd
 * @author Glyn Mooney
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
 
 table.tabTable {
 	width:					100%;
	margin:					0 0 10px 0;
 }
 
 table.tabTable tr.productListing-rowheading th {
 	text-align:				left;
	height:					10px;
	padding:                5px;
	vertical-align:			middle;
 }
 
 table.tabTable tr.productListing-odd {
 	background-color:		#f2f2f2;
 }
 
 table.tabTable tr.productListing-odd td, table.tabTable tr.productListing-even td {
 	vertical-align:			top;
	padding:                5px;	
 }
 
 table.tabTable .productListing-data img.listingProductImage  {
 	padding:                          4px;
	border:							  1px solid #ccc;
	background-color:				  #fff;
 }
 
 .categoryListBoxContents {
 	text-align:						  center;
	padding-bottom:					  5px;
 }

 .categoryListBoxContents a img{
  	padding:                          4px;
	border:							  1px solid #ccc;
	background-color:				  #fff;
 }	