/**
 * 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 */
.jsm-wrapper {
	margin: 0px;
	}

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

.jsm-odd {
	background: transparent;
	}

.jsm-margin {
	background-image: url(../images/product_listing_bg.gif);
	background-repeat: no-repeat;
	width: 210px;
	height: 257px;
	color: #5E3564;
	background-color: #ceaede;
	margin: 10px;
	}


h3.itemTitle a {
	color: #5E3564;
	}

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: none;
	padding: 0;
	margin: 0;
	}

.jsm-product-row-odd {
	background: none;
	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;
	}

#productlisting_imgWrapper {
	padding: 20px;
	}

#productlisting_descWrapper {
	padding: 0 20px;}
	

.additionalImages.jsm-margin {
	background-image: none;}


/* END OF GRID BLOCK */
