/**
 * columndisplay 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 1.0 by diverpeter@gmail.com on 06 April 2009
 * file name: sty;e_columndisplay.css
 */


/* GRID LAYOUT BLOCK */
.centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials, .jsm-wrapper {
	background-image:url(../images/index_listing_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 365px;
	width: 215px;
	padding-right: 13px;
	padding-bottom: 13px;
	overflow: hidden;
	 }

.jsm-wrapper img {
	float: left;
	}
		
.jsm-even {
	
	}

.jsm-odd {
	
	}

.jsm-margin {
	margin: 20px 15px;
	}

h3.itemTitle, h3.itemTitle a { color: #b30000;
	}

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;
	}

#listingPrice {
	padding: 5px;
	font-size: 1.3em;
	font-weight: bold;
	color: #b30000;}

#newpd-image {
	padding: 5px;}

#productlisting-image {
	padding: 5px 20px;
	height: 190px;
	}
	

#productListing-details {
	padding: 0 32px;}
/* END OF GRID BLOCK */
