/**
* 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 {float: center; text-align: center;}
h3.itemTitle {text-align: center; padding-left:7px;font-size:0.9em;}
.listingDescription {text-align: center;}
.listingManufacturer {}
.listingPrice {float: center;} /*demo setup*/
.listingButtonGroup {display:none;} /*demo setup*/
.listingQuantity {text-align: right;}
.listingWeight {text-align: right;}
.listingImage {text-align: center; padding-left:15px; padding-right:15px;}
.listingProductImage {margin-bottom:auto; margin-left:auto; margin-right:auto;}