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

.greeting {text-align:center;background:#fe9a26; color:#000000; }


th.listingModel {}/*heading elements can be individually controlled like this*/
.productListing-rowheading th {} /*control all heading elements with this*/
.productListing-even td {background:#e8e9e9;}
.productListing-odd td {} /*control all listing elements with this*/
.listingModelglobal {text-align:left; margin-top: 0px}	/*pouzito v product_listing - pro vyhledani pouze jednoho obrazku */
.listingModel {margin-top: 10px; margin-left:25px;text-align:left;background:#fbfbfb; color:#fbfbfb; border: 2px solid #cdcfce; width:320px; height:300px};	/*podklad pro kazdy zobrazeny vyrobek*/
.listingName {}
h3.itemTitle {text-align:center; width:315px; margin-top:-300px; margin-left: 30px;}
.listingDescription {text-align:center; width:310px; margin-top: 0px; margin-left: 30px;}
.listingManufacturer {}
.listingPrice {text-align:center; width:100px; margin-top:-150px; margin-left: 245px;font-weight:bold;} /*demo setup*/
.listingButtonGroup {margin-left:250px;margin-top:20px} /*demo setup*/
.listingButtonGroupOnly {margin-left:230px;margin-top:20px} /*demo setup*/
.listingQuantity {}
.listingWeight {}
.listingImage {text-align:left; margin-left:35px;width:200px}
.listingProductImage {margin-top:5px; border: 1px solid #cdcfce;}
.listingDetails{margin-left:250px;margin-top:0px}
.listingDetailsOnly{margin-left:230px;margin-top:0px}

/*   CSS tridy pro soubor tpl_modules_products_all_listing*/
.alllistingProductImage{border: 3px solid #cdcfce;}
.alllistingProductKod{font-size:12px;margin-top:-20px;font-weight:normal;}
.AlllistingProductPad{line-height:30px;padding-left:20px;font-size:16px; font-weight:bold;background-image: url("../images/kurt/allproducts_bg.gif"); background-repeat: repeat-x;}
.alllistingPrice {color:#ff6c00;font-size:18px;text-align:left; width:150px; margin-top:-65px; margin-left: 20px;font-weight:bold;} /*demo setup*/
.alllistingDescription {text-align:center;border-top: 1px solid #cdcfce;} /*demo setup*/
.alllistingButtonGroup {margin-left:250px;margin-top:20px} /*demo setup*/
.alllistingDetails{margin-left:250px;margin-top:25px}

/*   CSS tridy pro soubor tpl_modules_products_featured_listing*/
.allfeaturedProductKod{font-size:12px;margin-top:0px;font-weight:normal;}
.allfeaturedProductPad{line-height:30px;padding-left:20px;font-size:16px; font-weight:bold;background-image: url("../images/kurt/allproducts_bg.gif"); background-repeat: repeat-x;}
.allfeaturedPrice {color:#ff6c00;font-size:18px;text-align:left; width:150px; margin-top:-55px; margin-left: 0px;font-weight:bold;} /*demo setup*/
.allfeaturedButtonGroup {margin-left:250px;margin-top:20px} /*demo setup*/
.allfeaturedDetails{margin-left:250px;margin-top:25px}

/*   CSS tridy pro soubor tpl_modules_products_new_listing*/
.newlistingButtonGroup {margin-left:250px;margin-top:20px} /*demo setup*/
.newlistingDetails{margin-left:250px;margin-top:25px}
.newlistingPrice {color:#ff6c00;font-size:18px;text-align:left; width:150px; margin-top:-45px; margin-left: 20px;font-weight:bold;} /*demo setup*/
.newlistingaddeddate{margin-top:20px; margin-left: 20px;font-size:0.75em;} /*demo setup*/


/*   CSS tridy pro soubor tpl__product_info_dispaly*/
p.infoModel {font-size:16px; font-weight:bold; text-align:center; margin-top:-2px;}
p.infoPrice {font-size:18px; font-weight:bold; text-align:left; padding-left: 70px; padding-top:167px;}		/*zobrazuji cenu kdyz neexistuji atributy */
p.infoPriceA {float:left;font-size:18px; font-weight:bold; text-align:left; padding-top:95px;padding-left:70px;}		/*zobrazuji cenu kdyz existuji atributy */	

/* sidebox besteseller ***/
.wrapper_bestseller {margin-top:10px;}
.bestseller_border {padding-left:25px;border: 1px solid #cdcfce;background:#cdcfce;}
.bestseller_price {text-align:right;text-decoration:underline;}
.bestseller_space {margin-bottom: 15px;border: 1px solid #cdcfce;}
a.bestseller_description:link, a.bestseller_description:visited {font-size:10px;font-weight: bold;text-align:center;}
