/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5349 2006-12-22 20:34:40Z birdbrain $
 */

body { 	margin: 0px 0px 9px 0px; 	font-family: Arial, verdana, arial, helvetica, sans-serif; 	font-size: 72.5%; 	color: #32072a; 	background-color: #fff; 	background-image: url(../images/bg_body.png); 	background-position: center 0px; 	background-repeat: repeat-x; 	}



a img {border: none; }
a:link, #navEZPagesTOC ul li a { 	color: #042c4d; 	text-decoration: underline; 	} 
a:visited { 	color: #042c4d; 	text-decoration: underline; 	}
a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover { 	color: #042c4d; 	text-decoration: none; 	}
a:active { 	color: #FF8B00; 	}

.listanahore {border: none; background-color: #042c4d; margin: 0px 0px 0px 0px; display: block; height: 30px; line-height: 30px; color: #466987; text-align: center;}
.listanahore a {color: #466987; }
.listanahore a:hover,  .listanahore a:active, .listanahore a:visited {color: #466987; }



h1 { 	font-size: 1.7em; 	font-family: arial, verdana, helvetica, sans-serif; 	color: #093454; 	}
h2 { 	font-size: 1.4em; 	font-family: arial, verdana, helvetica, sans-serif; 	}
h3 { 	font-size: 1.3em; 	}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{ 	font-size: 1.1em; 	}
.biggerText { 	font-size: 1.2em; 	}
h1, h2, h3, h4, h5, h6 { 	margin: 0.3em 0; 	}
	


/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p { 	position: relative; 	}
*html .centerColumn { 	height: 1%; 	}
*/

CODE { 	font-family: arial, verdana, helvetica, sans-serif; 	font-size: 1em; 	}
FORM, SELECT, INPUT { 	display: inline; 	font-size: 1em; 	margin: 0.1em; 	}
TEXTAREA { 	float: left; 	margin: auto; 	display: block; 	width: 95%; 	}
input:focus, select:focus, textarea:focus { 	background: #E4FEF5; 	}
FIELDSET { 	padding: 0.5em; 	margin: 0.5em 0em; 	border: 1px solid #b6dfff; 	}
LEGEND { 	font-weight: bold; 	padding: 0.3em; 	}
LABEL, h4.optionName { 	line-height: 1.5em; 	padding: 0.2em; 	}
LABEL.checkboxLabel, LABEL.radioButtonLabel { 	margin: 0.5em 0.3em; 	}

.logo{ 	display:block; position:absolute; top: 15px; left: 10px; 	}

#navMainCartSummary { position: absolute; top: 29px; right: 0px; display: block; width: 180px; height: 66px; color: #49093d;
											padding: 15px 0px 0px 69px; text-align: left; background-image: url(../images/bg_kosik.png);	background-repeat: no-repeat;}
											
#navMainCartSummary span { font-size: 14px; }
#navMainCartSummary span a { color: #49093d; }


.boxy {  display: block; width: 950px; height: 101px; margin-bottom: 10px; color: #fff; }
.boxy span { font-size: 16px; display: block; }
.boxy a {  color: #fff; display: block; }
.box {  display: block; width: 138px; height: 86px; float: left; padding: 15px 0px 0px 50px; margin-right: 3px;}
.box2 {  display: block; width: 136px; height: 86px; float: left; padding: 15px 0px 0px 50px; margin-right: 0px;}

.boxstropni {background: url(../images/box_stropni.png) no-repeat top left;}
.boxstojaci {background: url(../images/box_stojaci.png) no-repeat top left;}
.boxnastenna {background: url(../images/box_nastenna.png) no-repeat top left;}
.boxdetska {background: url(../images/box_detska.png) no-repeat top left;}
.boxostatni {background: url(../images/box_ostatni.png) no-repeat top left; }

.banneruvod  {   padding: 0px 0px 0px 12px;}



.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg { 	float: left; 	}

LABEL.inputLabel { 	width: 9em; 	float: left; 	}
LABEL.inputLabelPayment { 	width: 14em; 	float: left; 	padding-left: 2.5em; 	}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel { 	width: 11em; 	float: left; 	}

#checkoutPayment LABEL.radioButtonLabel { 	font-weight: bold; 	}

P, ADDRESS { 	padding: 0.5em; 	}
ADDRESS { 	font-style: normal; 	}
.clearBoth { 	clear: both; 	}

HR { 	height: 1px; 	margin-top: 0.5em; 	border: none; 	border-bottom: 1px solid #686868; 	}



/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution { 	line-height: 1.8em; 	padding: 0.2em; 	border: 1px solid #9a9a9a; 	}
.messageStackWarning, .messageStackError { 	background-color: #ff0000; 	color: #ffffff; 	}
.messageStackSuccess { 	background-color: #99FF99; 	color: #000000; 	}	
#shoppingcartContent { 	/*background-color: #D5D5D5;  */}
.messageStackCaution { 	background-color: #FFFF66; 	color: #000000; 	}

/*wrappers - page or section containers*/
#mainWrapper { 	/*background-color: #fff;*/	text-align: left; 	width: 950px; 	vertical-align: top; 	border: 0px solid #9a9a9a; 	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage { 	margin: 0em; 	padding: 0em; 	}
	
#headerWrapper { 	margin: 0em; 	background-image: url(../images/new_top.jpg); 	background-repeat: no-repeat; 	padding: 0px 0px 0px 0px; 	height: 340px; position:relative;}
	
#behacka { 	padding-right: 150px; 	}	

#navCatTabsWrapper { 	/*display: none;*/ }

#logoWrapper{ 	/*background-image: url(../images/top.jpg);*/
	background-repeat: repeat-x; position:absolute; top: 100px; left: 10px;
	text-align: left; 	height:54px; 	/*display: none;*/ }

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper { 	margin: 0 auto; 	} 
#navColumnOneWrapper, #navColumnTwoWrapper { 	margin-left: 0em; 	margin-right: 0em; 	}
	

	
#tagline { 	color:#fff; 	display: none; 	font-size: 1em; 	padding: 20px 20px 0px 0px; 	text-align : right; 	vertical-align: middle; 	font-family:Arial, Helvetica, sans-serif; 	}
#tagline h1{ 	color:#fff; 	}

#sendSpendWrapper { 	border: 1px solid #cacaca; 	float: right; 	margin: 0em 0em 1em 1em; 	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper { 	margin: 0; 	width: 47%; 	}

.wrapperAttribsOptions { 	margin: 0.3em 0em; 	}

/*navigation*/

.navSplitPagesResult { padding: 5px 0px;}
.navSplitPagesLinks {}

.navNextPrevCounter { 	margin: 0em; 	font-size: 0.9em; 	}
.navNextPrevList { 	display: inline; 	white-space: nowrap; 	margin: 0; 	padding: 0.5em 0em; 	list-style-type: none; 	}

#navMain { 	/*margin: 0;*/
	padding: 10px 5px 0px 5px; 	text-align: left; 	width: 300px; 	float: left; 	display: block; 
	 }

#navMainWrapper, #navCatTabsWrapper { 	margin: 0em; 	/*background-color: #fff;*/
	border-bottom: solid #4D4D4D 0px; 
	background-repeat: no-repeat; 	padding: 0px 0px 0px 0px; 	font-weight: bold; 	text-align: right; 	color: #443a2d; 	height: 126px; 	/*line-height: 25px;*/ }


#navCatTabsWrapper { 	background-color: #ffffff; 	color: #9a9a9a; 	background-image:none; }

#navMain ul, #navSupp ul, #navCatTabs ul { 	margin: 0; 	padding: 0.5em 0em; 	list-style-type: none; 	/*text-align: center;*/
	line-height: 1.5em; 	 }

#navMain ul li, #navSupp ul li, #navCatTabs ul li { 	display: inline; 	padding: 0px 0px 0px 2px; 	border-right: solid #395f7e 1px; 	}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a { 	text-decoration: none; 	padding: 0em 0.5em; 	margin: 0; 	color: #00baff; 	white-space: nowrap; 	}	
#navMain ul li a:hover, #navMain ul li a.sel { 	color: #ffea00; 	}
#navCatTabs ul li a { 	color: #777777; 	}

#navEZPagesTOCWrapper { 	font-weight: bold; 	float: right; 	height: 1%; 	border: 1px solid #9a9a9a; 	}
#navEZPagesTOC ul { 	margin: 0; 	padding: 0.5em 0em; 	list-style-type: none; 	line-height: 1.5em; 	}
#navEZPagesTOC ul li { 	white-space: nowrap; 	}
#navEZPagesTOC ul li a { 	padding: 0em 0.5em; 	margin: 0; 	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription { 	margin: 0.5em; 	 }
	
#navMainSearch { display: block; padding: 0px 0px 0px 0px; /*width: 230px;*/ z-index: 100; position:absolute; top: 292px; right: 0px; }	
#navMainSearch form { display: block;position:relative; width: 190px; }	
#navMainSearch .cssButton { 	background-image: url(../images/lupa.png); border: 0px solid #042c4d; width: 27px; height: 24px; margin: 0px; padding: 0px; color: #83aacb; float: none; position:absolute; top: 0px; right: 10px;}
#navMainSearch .cssButtonHover { background-color: #042c4d; border: 0px solid #042c4d; padding: 2px; color: #83aacb;}		

.hledaninahore  { 	border: 0px solid #042c4d; width: 137px; height: 17px; background: #edd4fb url(../images/bg_hledani.png) no-repeat; 	padding: 4px 4px 3px 4px; float: none;	}
	
	

#navBreadCrumb { 	padding: 0.5em 0.5em; 	/*background-color: #EBEBEB;*/ font-size: 0.95em; 	font-weight: bold; 	border-bottom: 1px solid #b6dfff; 	margin: 0em 1em; 	}

#navEZPagesTop { 	position:absolute; top: 283px; left: 0px; width: 920px; background-color: #611353; 	background-image: url(../images/bg_menu.png); 	
									font-size: 12px; 	font-weight: normal; 	color: #e0c49c; 	height: 32px; 	margin: 0px 0px 0px 0px; 	padding: 16px 15px 0px 15px; 	display: block; }
#navEZPagesTop a { 	color: #fff; 	padding: 0px 7px 0px 7px; border-right: 1px solid #754780; display: block; float: left;	}
#navEZPagesTop a:hover, #navEZPagesTop a.sel { 	color: #fff; 	}	

#navColumnOne, #navColumnTwo { 	background-color: transparent; 	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert { 	vertical-align: top; 	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper { 	/*font-size: 1.2em;*/
	padding: 0.5em; 	}

.alert { 	color: #FF0000; 	margin-left: 0.5em; 	}
.advisory {}
.important { 	font-weight: bold; 	}
.notice {}
.rating{}
.gvBal { 	float: right; 	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix { 	padding: 1em; 	}
	
.centerColumn { 	padding: 1em; 	 }

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP { 	font-size: 0.9em; 	/*background-color: #deecfd;*/
	padding: 1em; 	}

/*Shopping Cart Display*/
#cartAdd {
	/*float: right;*/
	text-align: left;
	margin: 0em;
	display: block;
	width: 326px;
	height: 75px;
	border: 0px solid #2e938f;
	padding: 10px 0px;
	/*background-image: url(../images/bg_item_kosik.jpg);*/
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #fff;
	}

.tableHeading TH { 	border-bottom: 1px solid #9a9a9a; 	}

.tableHeading, #cartSubTotal { 	background-color: #e9e9e9; 	 }

#cartSubTotal { 	border-top: 1px solid #b6dfff; 	font-weight: bold; 	text-align: right; 	line-height: 2.2em; 	padding-right: 2.5em; 	}

.tableRow, .tableHeading, #cartSubTotal { 	height: 2.2em; 	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay { 	padding: 0.5em 0em; 	}

.cartUnitDisplay, .cartTotalDisplay { 	text-align: right; 	padding-right: 0.2em; 	}

#scUpdateQuantity { 	width: 2em; 	}

.cartQuantity { 	width: 4.7em; 	}

.cartNewItem { 	color: #33CC33; 	position: relative;  /*do not remove-fixes stupid IEbug*/ }

.cartOldItem { 	color: #CA0000; 	position: relative;  /*do not remove-fixes stupid IEbug*/ }

.cartBoxTotal { 	text-align: right; 	font-weight: bold; 	}

.cartRemoveItemDisplay { 	width: 3.5em; 	}

.cartAttribsList { 	margin-left: 1em; 	}

#mediaManager { 	width: 50%; 
	margin: 0.2em; 	padding: 0.5em; 	background-color: #E4FEf5; 	border: 1px solid #003D00; 	}

.normalprice, .productSpecialPriceSale { 	text-decoration: line-through; 	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount { 	color: #ff0000; 	}

.orderHistList { 	margin: 1em; 	padding: 0.2em 0em; 	list-style-type: none; 	} 

#cartBoxListWrapper ul, #ezPageBoxList ul { 	list-style-type: none; 	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal { 	margin: 0; 	padding: 0.2em 0em; 	} 

#cartBoxEmpty, #cartBoxVoucherBalance { 	font-weight: bold; 	}

.totalBox { 	width: 5.5em; 	text-align: right; 	padding: 0.2em; 	}

.lineTitle, .amount { 	text-align: right; 	padding: 0.2em; 	}

.amount { 	width: 5.5em; 	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage { 	margin: 0em 1em 1em 0em ; 	}

.categoryIcon { display:none; border-bottom: 1px solid #9a9a9a; }

#cartImage { 	margin: 0.5em 1em; 	}

/*Attributes*/
.attribImg { 	width: 20%; 	margin: 0.3em 0em; }

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew { 	margin: 1em 0em; 	}

.centerBoxWrapper { 	border-bottom: 1px solid #b6dfff; border-left: 1px solid #b6dfff; border-right: 1px solid #b6dfff; 	height: 1%; 	margin: 1.1em 0;	}

h2.centerBoxHeading { 	font-size: 1.3em; 	color: #2f0427; 	}

/*sideboxes*/
.columnLeft {}

div.leftBoxHeading, div.leftBoxHeading a,
div.rightBoxHeading, div.rightBoxHeading a { 	font-size: 1em; 	font-weight: bold; 	color: #611353; 	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading { 	font-size: 0.9em; 	/*padding: 5px 0px 0px 0px;*/
	color: #611353; 
}

.leftBoxHeading, .rightBoxHeading { 	margin: 0em; 	/*background-color: #0a3455;*/
	background-image: url(../images/sidebox_bg.png); 	padding: 10px 0px; 	height:16px; 	}

.leftBoxContainer, .rightBoxContainer { 	margin: 0em; 	border: 0px solid #9a9a9a; 	border-bottom: 1px sd1a76bd1a76b; 	margin-bottom: 1.5em; 	/*background-color: #83aacb;*/
 }
	
.centerBoxHeading { background: #b6dfff; padding: 10px 0px; color: #2f0427;}

.sideBoxContent { padding: 0.5em; background: #def0fd url(../images/sidebox_bg_dole.png) no-repeat bottom left; }

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover { 	color: #611353; 	text-decoration: none; 	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited { 	color: #611353; 	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg { 	text-align: center; 	}

#indexDefaultMainContent { 	font-size: 14px; 	}

#bestsellers .wrapper { 	margin: 0em 0em 0em 1.5em; 	}

#bestsellers ol { 	padding: 0; 	margin-left: 1.1em; 	}

#bestsellers li { 	padding: 0; 	margin: 0.3em 0em 0.3em 0em; 	}

#bannerboxHeading { 	background-color: #0000CC; }

#upProductsHeading { 	text-align: left; 	}

#upDateHeading { 	text-align: right; 	}

/* categories box parent and child categories */
A.category-top { 	color: #114b78; 	font-size: 12px; 	font-family: Arial; 	display: block; 	padding: 3px 5px; 	margin: 0px; 	font-weight:normal; 	background-color: #def0fd; 	text-decoration: none; 	border-top: 1px solid #fff; 	border-bottom: 1px solid #b6dfff; 	 }
A.category-top:link { 	/*color: #353535; 	background-color: #B9B9B9;*/
	text-decoration: none; }
A.category-top:visited { 	text-decoration: none; 	color: #114b78; }
A.category-top:hover { 	text-decoration: none; 	background-color: #b6dfff; 	/*font-weight:bold;*/
	/*color: #fff;*/ }
A.category-top.sel { 	text-decoration: none; 	/*background-color: #D0D0D0;*/
	color: #fff; }
	
A.category-links, A.category-links:visited { 	color: #004080; 	text-decoration: none; 	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited { 	color: #6f3164; 	border-bottom: 1px solid #def0fd; 	display: block; 	background-color: #f0f8fe; 	padding: 3px 0px 3px 0px; 	text-decoration: none; 	}
	
A.category-subs:hover, A.category-products:hover { 	color: #fff; 	background-color: #00baff; 	text-decoration: none; 	}
SPAN.category-subs-parent { 	font-weight: bold; 	}
SPAN.category-subs-selected { 	font-weight: bold; 	}
/* end categories box links */

/*misc*/
.back { 	float: left; 	}

.forward, #shoppingCartDefault #PPECbutton { 	float: right; 	}

.bold { 	font-weight: bold; 	}

.rowOdd { 	background-color: #E8E8E8; 	height: 1.5em; 	vertical-align: top; 	}

.rowEven { 	background-color: #F0F0F0; 	height: 1.5em; 	vertical-align: top; 	}

.hiddenField { 	display: none; }
.visibleField { 	display: inline; }

CAPTION { 	/*display: none;*/ }

#myAccountGen li, #myAccountNotify li { 	margin: 0; 	} 

.accountTotalDisplay, .accountTaxDisplay { 	width: 20%; 	text-align: right; 	/*vertical-align: top*/ }

.accountQuantityDisplay { 	width: 10%; 	vertical-align: top }

TR.tableHeading { 	background-color: #cacaca; 	height: 2em; 	}

.productListing-rowheading { 	background-color: #b6dfff; 	/*background-image: url(../images/tile_back.gif);*/
	height: 2em; 	color: #FFFFFF; 	margin: 5px 0px; 	}
	
.tabTable{ 	margin: 0px 0px; 	border-top: 1px solid #b6dfff; 	border-right: 1px solid #b6dfff; 	}
	
.tabTable td{ 	padding: 3px; 	border-bottom: 1px solid #b6dfff; 	border-left: 1px solid #b6dfff; 	}

#siteMapList { 	width: 90%; 	float: right; 	}

.ratingRow { 	margin: 1em 0em 1.5em 0em; 	}

LABEL#textAreaReviews { 	font-weight: normal; 	margin: 1em 0em; 	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart { 	background-color: #ffffff; 	}
.additionalImages { 
	display: none; 	}
	
.productTaxPrice {   background-color: #000;   display: none; }

#indexDefaultMainContent {   font-size: 12px; }

#indexDefaultHeading{   font-size: 22px;   padding: 0px 0px 0px 0px;   margin: 5px 0px 0px 0px; }

#indexDefaultMainContent h2{   color: #093454; }

#indexDefaultMainContent a, #indexDefaultMainContent a.sel, #indexDefaultMainContent a:visited {   text-decoration: underline; }
#indexDefaultMainContent a:hover {   text-decoration: none; }

#indexDefaultMainContent p{  padding: 5px 0px;  margin: 0px; }


.centerBoxContentsProducts {  padding: 5px;  margin: 5px;  /*background-color: #ffffff;*/
 width: 170px;  border: 1px solid #c7ac87;  float: left; }


.centerBoxContentsProducts .productNormalPrice {  color: #c4022b;  /*font-weight: bold;*/
 font-size: 18px; }

.pollmanager form  { 
 padding: 5px; 
}

.pollmanager input  { 
  padding: 0px;  margin: 0px; 
}

.vysledky  { 
  margin: 10px; 

}

.categoryListBoxContents img {display: none;}

.supertrideni {text-align: left; /*background-color: #f4f4f4;*/ margin: 10px;}

.centerBoxContentsProducts {padding: 5px;margin: 5px;/*background-color: #ffffff;*/width: 170px; border: 1px solid #c0dbfd; float: left;}
.centerBoxContentsProducts h2 {display: block; height: 40px;}
.centerBoxContentsProducts .obrazek-vypis {display: block;/*background-color: #ededed;*/height: 80px;}
.centerBoxContentsProducts .listingDescription {display: block;padding: 5px;background-color: #deecfd;height: 80px;}
.centerBoxContentsProducts .productNormalPrice, .centerBoxContentsProducts .productSpecialPrice {color: #093454;/*font-weight: bold;*/font-size: 18px;}
.centerBoxContentsProducts .productPriceDiscount {display: block; padding: 1px; margin: 1px;}

#spodek {background-color: #bbc8d3; padding: 10px 10px; margin: 0px auto; float: none; text-align: center;}
#spod_kolem {display: block; width: 950px; height: 170px; padding: 0px; margin: 0px auto; text-align: center; float:none;}
#spod1, #spod2, #spod3 {display: block; width: 290px; height: 110px; padding: 10px; margin: 0px; border-left: 1px solid #93a4b3; font-size: 12px; float: left; text-align: left; 												border-bottom: 0px solid #bebebe;}
.spod_nadpis {font-size: 16px;}




h1#productName {font-family: Trebuchet MS, verdana, helvetica, sans-serif; font-size: 20px; color: #000;}


#productDescription, .productsouvisejici {border: 1px solid #b6dfff;}
#popisproduktu {display: block; width: 140px; height: 31px; padding: 0px; margin: 0px;background-image: url(../images/popisproduktu.gif); background-repeat: no-repeat;}
#crossnadpis {display: block; width: 140px; height: 31px; padding: 0px; margin: 0px;background-image: url(../images/souvisejici.gif); background-repeat: no-repeat;}
.centerBoxContentsCrossSell {float: left; padding: 0px; display: block; height: 120px;}

#kolemceny {display: block; width: 340px; /*background-color: #fff;*/ float: right;}
#kolemceny .productNormalPrice, #kolemceny .productSpecialPrice {font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif; font-size: 22px; color: #cc0000;}
#kolemceny .cssButton {background-image: url(../images/ico/vlozit_kos_btn.gif); background-repeat: no-repeat;}

#oblibene {background-image: url(../images/oblibene.gif); background-repeat: no-repeat; display: block; padding: 5px 25px}
#celkovenaklady {display: block; padding: 5px 0px}

#productImagesWrapper {/*background-color: #f4f4f4;*/ text-align: center; /*border: 1px solid #ccc;*/ display: block; float: left; width: 228px; padding: 3px;}

.beznacena {color: #999;}




.detailvyrobku {display: block; height: 24px; padding: 5px; font-size: 14px; background-color: #dcdada;}
.koupitlisting  {display: block; height: 30px; width: 85px; float: left; padding: 0px; font-size: 14px;}


.pollmanager form  {padding: 5px;}

.pollmanager input  {padding: 0px;margin: 0px;}

form {margin: 0px 0px;}

.vysledky  {margin: 10px;}

.manualy {padding: 0px; margin: 0px; border: 1px solid #565656; font-size: 10px;}
.manualy p {padding: 2px 5px; margin: 0px;}
.manualynadpis {padding: 5px; margin: 0px; border: 0px solid #ccc; background-color: #565656; font-weight: bold; color: #fff}

.textpodpolozkou {text-align: left; display: block; height: 90px; width: 530px; float: none; padding: 10px 10px;}
.textpodpolozkou img {padding: 0px 10px 0px 0px; float: left;}
.textpodpolozkou p {padding: 5px 0px; margin: 0px 0px; float: none;}

#spodek {background-color: #def0fd; padding: 10px 10px; margin: 0px auto; float: none; text-align: center; font-size: 11px;}

#spod_kolem {display: block; width: 950px; height: 170px; padding: 0px; margin: 0px auto; text-align: center; float:none;}

#spod1, #spod2, #spod3 {display: block; width: 290px; height: 110px; padding: 10px; margin: 0px; border-left: 1px solid #bebebe; font-size: 12px; float: left; text-align: left;
												border-bottom: 0px solid #bebebe;}

.spod_nadpis {font-size: 16px;}

.storecredit {font-size: 12px; padding: 5px; margin: 0px; border: 0px solid #ccc; background-color: #fe581c; font-weight: normal; color: #fff;}
.storecredit a {color: #fff;}

.infoBoxHeading {color: #fff;}

.poradit {display: block; text-align: left; font-size: 12px;}
.poradit_nadpis {font-size: 14px; font-weight: bold;}

.regred {color: red; font-size: 12px;}
.registrovat {background-color: #ccc; padding: 5px; display: block;}

#ezPageDefault {font-size: 14px; }
#ezPageDefault p {padding:0px;}
