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

th.listingPrice {}/*heading elements can be individually controlled like this*/
.productListing-rowheading th {font-size: 1.1em; text-align: left; padding: 8px 5px; 5px 5px; border-bottom: 1px solid #999999;} /*control all heading elements with this*/
.productListing-even td {height:35px; padding: 0px 5px; background-color: #d0d7e8; /*border-top: 1px solid #999999;*/}
.productListing-odd td {height:35px; padding: 0px 5px; /*border-top: 1px solid #999999;*/} /*control all listing elements with this*/
.listingModel {text-align: left;}
.listingName {text-align: left;}
h3.itemTitle {text-align: left; font-size: 1.0em;}
.listingDescription {}
.listingManufacturer {}
.listingPrice {text-align: right; width: 100px; padding: 0;}
.listingButton {width:120px; padding: 0;}
.listingQty {width:40px;}
.listingQuantity {text-align: right;}
.listingWeight {text-align: right;}
.listingImage {text-align: center;}
.listingProductImage {display: none;}
.miniTable {align: right;}
