/**
 * CSS Stylesheet for Flexible Product Listing examples
 * @copyright Copyright 2012 Glenn Herbert
 * @copyright Portions Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.gnu.org/licenses/ GNU Public License V3.0
 * /includes/templates/your_template/css/stylesheet_flexible_product_listing.css
 * Flexible Product Listing   Glenn Herbert (gjh42)  2012-11-30
*/

.productListing-rowheading th {} /*control all heading elements with this*/
th.listingModel {}/*heading elements can be individually controlled like this*/
.productListing-even td, .productListing-odd td {} /*control all listing elements with this*/
.listingModel {}
.listingName {}
h3.itemTitle {}
.listingDescription {}
.listingManufacturer {}
.listingPrice {float: left;  padding-top: 30px; margin-bottom:8px;} /*demo setup*/
.listingButtonGroup {float: right; width: 100%;  margin-top: 20px; margin-bottom: 15px; } /*demo setup*/
.listingQuantity {text-align: right;}
.listingWeight {text-align: right;}
.listingImage {}
.listingProductImage {}
.myclass .listingProductImage {
    height: 95px;
    width: 95px;
}



/* Column Layout Grid rules */
#gridSorter ul {border-bottom: 1px dotted #aabbcc; list-style: none; margin-left: 0; padding-left: 0;}
#gridSorter ul li {display: inline; padding-left: 2em;}