 /**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @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 $
 */


	/* GRID LAYOUT BLOCK */
	.jsm-wrapper {
		color: white;
		
	}
	.jsm-wrapper img {
		float: left;
	}
		
	
	.jsm-even {
		background: #57050A;
	}
	.jsm-odd {
		background: #57050A;
	}
	.jsm-margin {
		margin: 10px;
		width: 200px;
		
	}
	h3.itemTitle a {
		color: #FFF;
		font-weight:600;
		text-decoration: none;
		

	}
	img.listingProductImage {
		margin: 5px 5px 5px 0;
	}
	.jsm-product-row {
		
	}
	.jsm-product-row-even img,
	.jsm-product-row-odd img {
		float: left;
	}
	.jsm-product-row-even {
		background: white;
		padding: 0;
		margin: 0;
	}
	.jsm-product-row-odd {
		background: #D6D6DA;
				padding: 0;
		margin: 0;
	}
	a.productListing-heading-image:link,
	a.productListing-heading-image:visited {
		display: block;
		width: 20%;
		float: left;
		text-align: center;
	}	
	a.productListing-heading:link,
	a.productListing-heading:visited {
		display: block;
		width: 40%;
		float: left;
		text-align: center;
	}

	/* END OF GRID BLOCK */


#newProductitemTitle {
	float: left;}

#newProductPrice, #specialProductPrice, #catProductPrice {
	float: right;
	font-weight: 600;
	}
	
#newProductDescWrapper {
	width: 200px;
	padding: 0.5em 0;}
	
#newProductDesc {
		float: left;
	position: relative;}
