/**
* CSS Stylesheet for Flexible Product Listing examples
* stylesheet_flexible_product_listing.css
* Flexible Product Listing v0.9   Glenn Herbert (gjh42)  2008-02-20 - de 2010-03-29
*/

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 {padding: 0 0.3em 0.3em; border-bottom: 1px solid #c6c7c9;} /*control all listing elements with this*/
.listingModel {}
.listingName {}
h3.itemTitle {}
.listingDescription {}
.listingManufacturer {}
.listingPrice {
	color: #820c8e;
	font-size: 1.3em;} 
.listingButtonGroup {} 
.listingQuantity {text-align: left; color: #33aa00; font-size: 1.2em;}
#productGeneral .listingQuantity {float: right; clear: right; margin-right: 1.5em; font-size: 1.4em;}
.listingWeight {text-align: right;}
.listingImage {text-align: center;}
.listingProductImage {}