/**
* 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 {padding: 3px; vertical-align: top;}
/*.productListing-odd td {padding: 3px;}*/ /*control all listing elements with this*/
.listingModel {}
.listingName {}
h3.itemTitle {}
.listingDescription {float: left; margin-left: 130px; position: relative; vertical-align: top;}
.listingManufacturer {}
.listingPrice {} /*demo setup*/
.listingButtonGroup {} /*demo setup*/
.listingQuantity {}
.listingWeight {text-align: right;}
.listingImage {text-align: left; }
.listingProductImage {vertical-align: top;}