/**
* CSS Stylesheet for Flexible Product Listing examples
* stylesheet_flexible_product_listing.css
* Flexible Product Listing v0.9   Glenn Herbert (gjh42)  2008-02-20
*/

th.listingModel {}/*heading elements can be individually controlled like this*/
.productListing-rowheading th {} /*control all heading elements with this*/
.productListing-even td, .productListing-odd td {} /*control all listing elements with this*/
.listingModel {}
.listingName {}
h3.itemTitle {font-size:1.1em;letter-spacing:0.0625em;}
.listingDescription { font-size:0.8em; line-height:1.5em; letter-spacing:0.0625em;}
.listingManufacturer {}
.listingPrice{display:block;font-size:1.2em;font-weight:bold;margin-top:0.25em;width:100%;text-align:center;}
.listingButtonGroup {width:100%; text-align:center} /*demo setup*/
.listingQuantity {text-align: right;}
.listingWeight {text-align: right;}
.listingImage {text-align: center;}
.listingProductImage {margin-top:0.7em;}
.listingNameCell{padding:0.25em;}

