/**
 * 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 {
	position: relative;
	float: left;
	border: 0px solid #000;
	background-image: url(../images/product_listing_bg.gif);
	height: 238px;
	width: 175px;
	margin-right: 5px;
	margin-bottom: 5px;
	}
		
.jsm-even {	}

.jsm-odd {}

.jsm-margin {
	margin: 10px 10px 0 10px;
	}

h3.itemTitle {
	font-size: 12px;
	text-align: center;
	height: 16px;
	overflow: hidden;
	
	
	}

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

#imgWrapper.productListing {
	width: 155px;
	text-align: center;
	padding: 5px 0;
	}

#imgWrapper.productListing img {
	border: 3px solid #CCC;}

#listingBuyNowButton.productListing {
	position: absolute;
	bottom: 15px;
	left: 18px;	}
	
#details.productListing {
	position: absolute;
	bottom: 18px;
	left: 57px;}

#price.productListing {
	position: absolute;
	bottom: 41px;
	font-size: 12px;
	color: #e13e86;
	text-align: center;
	width: 155px;
}

/* END OF GRID BLOCK */

