/**
* 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 {}

.listingDescription 
{
float: right;
font-size: 12px;
text-align: left;
margin-top: 0px;
margin-right: 3px;
margin-bottom: 0px;
margin-left: 4px;
padding-top: 35px;
padding-bottom: 5px;
width: 540px;
height: 114px;
}
.listingManufacturer 
{
font-size: 12px;
TEXT-ALIGN: center;
margin-top: 100px;
margin-right: 15px;
margin-bottom: 15px;
margin-left: 15px;
}
.listingPrice 
{
position:absolute;
font-size: 14px;
float: left;
margin-top: 160px;
margin-bottom: 0px;
margin-left: px;
font-weight: bold;
} 

.listingButtonGroup 
{
float: right;
width: 124px;
height: 26px;
margin-top: -21px;
height: 60px;
} 
.listingQuantity {text-align: right;}
.listingWeight {text-align: right;}
.listingImage {text-align: center;}

.listingProductImage 
{
position:relative;
margin-top: 35px;
margin-right: 2px;
margin-bottom: 3px;
margin-left: 0px;
float: left;
width: 83px;
height: 120px;
}

.itemTitle
{
position:absolute;
font-weight: bold;
font-size: 13px;
TEXT-ALIGN: left;
width: 650px;
height: 18px;
border-bottom: 1px solid;
}