/**
* 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 {}
.listingDescription {
	float: right;
	width: 120px;
	color: #666666;
	text-align: left;
	}
.listingManufacturer {}
.listingPrice {
	color: #900;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	float: right;
	width: 120px;
	padding: 3px;
}
.listingButtonGroup, .listingButtonGroup a {
	color: #333;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	float: right;
	width: 120px;
	clear: right;
	}
.listingButtonGroup a:hover {
	color: #BAF154;	
}
/*.listingPrice {float: left;} /*demo setup*/
/*.listingButtonGroup {float: right; width:50%; border-left: 1px solid #999999;} /*demo setup*/
.listingQuantity {text-align: right;}
.listingWeight {text-align: right;}
.listingImage {text-align: center;}
.listingProductImage {
}