/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 58 2009-03-07 17:35:59Z petr $
 */

body {
	margin: 0; padding: 0;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif ;
	font-size: 62.5%;
	color:#1B1B1B; background: #E6E3D5;
	text-align: center;
}

table.header, #mainWrapper, table.footer, table.strip { margin: 0; padding: 0; border-spacing: 0; width: 95%; }
table.header {
	border: 0; border-width: 0; height: 153px;
	color: #FFFFFF; background: url(../images/bck_header.gif) repeat-x;
}
table.header td, table.footer td, .strip td { padding: 0; margin: 0; text-align: left; font-weight: bold; font-size: 110%; }
table.header a, table.footer a, .strip a { color: #FFFFFF; }
table.header a:hover, table.footer a:hover, .strip a:hover {	color: #FFFF33; text-decoration: none; }

table.footer a, table.strip a { font-size: 11px; }

table.header a.home { padding: 0 0 0 20px; background: url(../images/icons/home.gif) left center no-repeat; }
table.header a.login { padding: 0 0 0 20px; background: url(../images/icons/login.gif) left center no-repeat; }
table.header a.checkout { padding: 0 0 0 20px; background: url(../images/icons/checkout.gif) left center no-repeat; }
table.header a.account { padding: 0 0 0 20px; background: url(../images/account.png) left center no-repeat; }
table.header a.cart { padding: 0 0 0 20px; background: url(../images/cart.png) left center no-repeat; }
table.header a.contact { padding: 0 0 0 20px; background: url(../images/contact.png) left center no-repeat; }

table.footer, .strip {
	color: #FFFFFF; background: #FFFFFF url(../images/bck_stitle.png) repeat-x;
}

table.footer {
	border: 4px solid #FFFFFF; height: 30px;
}

.strip {
	border: 0 solid #FFFFFF; border-width: 2px 4px 2px 4px; height: 30px;
}

img { border: 0; margin: 0; padding: 0;}
th { text-align: center; }

a img {border: none; }
a:link { color:#1a7fb7; text-decoration:none; font-weight:bold; }

a:visited {
color:#1a7fb7;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#4dafea;
text-decoration:none;
}


#navEZPagesTOC ul li a {
	color: #000;
	text-decoration: none;
	}
 
#navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #000;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

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;
	}

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: #efeeee;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

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;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
	
#logo {
	margin:0;
	float: left;
}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

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 #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/

#topWrapper {
   margin: 0;
   padding: 0;
	text-align: left;
	width: 100%;
	vertical-align: top;
}

#mainWrapper {
   margin: 0;
   padding: 0;
	background: #fff;
	border: 0px solid #000;
	text-align: left;
	vertical-align: top;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#contentMainWrapper {
	padding: 0; margin: 0; border: 0; border-width: 0; border-spacing: 0;
/*	background: #fff green; */
	background: #F0F0F0;
}	
	
#logoWrapper {
   margin: 0 auto;
	padding: 0;
	width: 907px;
	height:100px;
	background: url(../images/header_bg.jpg) no-repeat;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	font-size: 1em;
	}
#taglineWrapper {
	margin: 0 auto;
	width: 360px;	
}
#tagline {
	padding-top:10px;
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#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 {
margin: 20px 0 20px 0;
padding: 0;
}
.navSplitPagesLinks {
margin: 20px 0 20px 0;
padding: 0;
}
.navNextPrevCounter {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 5px 0 50px 0;
	padding: 5px 0 5px 0;
	list-style-type: none;
	}
	
#navSuppWrapper {
	margin: 0 auto;
	background: transparent;
	font-weight: bold;
	color: #000;
	height: 26px;
	width: 907px;
	}
	
#navCatTabsWrapper {
	margin: 0;
	background-color: #E5EDF5;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}
	
#navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	}
#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000;
	}
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#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;
	}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}
	
#navBreadCrumbWrapper { margin: 0; padding: 0; text-align: center; width: 100%; }
#navBreadCrumb { margin: 0; padding: 0; }
#navBreadCrumb a { color: #FFF; }
#navBreadCrumb a:hover { color: #FFFF33;	}
#navEZPagesTop {
	margin: 0;
	padding: 6px 0 6px 0;
   background: url(../images/tier2_bg.gif) repeat-x;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	/*height: 24px;*/
	vertical-align: middle;
	}
	
#navEZPagesTop a {
	color: #fff;
}	
	
#headerWrapper {
   margin: 0 auto;
	padding: 0;
	background: #fff;
	}

#navColumnOne, #navColumnTwo {}


/*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;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}
	
.centerColumn {
	background: #fff;
	font-size: 1.2em;
}	

.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH { border-bottom: 1px solid #117799; }
.tableHeading, #cartSubTotal { background-color: #E8EFF9; }
#cartSubTotal { border-top: 1px solid #117799; font-weight: bold; text-align: right; line-height: 2.2em; padding-right: 2.5em; }
.tableRow, .tableHeading, #cartSubTotal { height: 2.2em; }

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

#scProductsHeading { text-align: left; }
#scUnitHeading, #scTotalHeading { text-align: right; padding-right: 0.5em; }
.cartProductDisplay { text-align: left; }
.cartProductDisplayImage { text-align: left; width: 50px; }

.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: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay, .cartRemoveItemDisplayCheck { width: 30px; text-align: center; }

#cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
width: 50%; 
margin: 0.2em;
padding: 0.5em;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.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 {}
#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: 0;
	}

/*sideboxes*/
.columnLeft, .columnCenter, .columnRight { padding: 0; margin: 0; background-color: #fff; }
.columnLeft { text-align: left; }

h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label, 
h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading label {
	padding: 5px 0 0 0; font-size: 10px;  font-weight: bold; color: #FFFFFF;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover{
	background-image:url(../images/bck_stitle.png); color: #FFFF33; text-decoration: none;
} 

.leftBoxHeading, .rightBoxHeading {
	background: url(../images/bck_stitle.png) repeat-x;
	height: 18px; white-space: nowrap; vertical-align: middle; white-space: nowrap; margin: 0;
}

.centerBoxWrapper { }

h2.centerBoxHeading, h2.centerBoxHeading a, h2.centerBoxHeading label {
	padding: 2px 0 0 0; color: #fff;
}
h3.centerBoxHeading, h3.centerBoxHeading a, h3.centerBoxHeading label {
	padding: 6px 0 0 0; margin: 0 4px 0 4px; font-size: 10px;  font-weight: bold; color: #fff;
}
h3.centerBoxHeading a:hover { color: #FFFF33; text-decoration: none; } 

.centerBoxHeading {
	background: url(../images/bck_ctitle.png) repeat-x;
	height: 26px; white-space: nowrap; vertical-align: middle; white-space: nowrap; margin: 0;
}

.leftBoxContainer, .rightBoxContainer { border: 0 #FFFFFF solid; border-width: 4px 0 4px 0; }

.sideBoxContent { 
	background: none; color: #445588; background-color: #E8EFF9; font-size: 12px;
	border-color: #999999; border-style: solid; border-width: 0 0 1px 0;
	padding: 4px 4px 10px 4px;
}

.sideBoxContent a:hover {
background:#999;
color: #fff;
text-decoration: none;	
}
.centeredContent, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, 
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, 
#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, 
.center, .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;
	}

#bestsellers .wrapper {
	margin: 0 0 0 1em;
	}

#bestsellers ol {
	margin-left: .5em;
   padding: 0;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0.5em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back { float: left; }
.forward { float: right; }

.bold { font-weight: bold; }
.rowOdd, .rowEven { background-color: transparent; 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: transparent; height: 2em; }

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}
TEXTAREA#review-text { width: 100% }	

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	background-color: #ffffff;
	}
#centerOuterBorder { margin: 0; padding: 0; background-color: #fff; }
#centerOuterBorderBottom { margin: 5px auto; padding: 5px 15px 5px 15px; }

#copyrightBox {
margin: 0;
padding: 0 5px;
	width: 20%;
	float: right;
}
#siteinfoLegal {
margin: -20px 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.9em;
}
#shopinfoBox {
margin: -25px 0 0 0;
padding: 0 5px;
	width: 20%;
	float: left;
}
#shopinfo {
	padding: 0 0 0 0;
	font-size: 0.9em;
}
#footerWrapper {
	margin: 0; padding: 0; border: 4px solid #FFFFFF; border-spacing: 0; height: 30px; width: 962px;
	color: #FFFFFF; background: #FFFFFF url(../images/bck_stitle.png) repeat-x;
}

#shopOptions {
	margin: 10px 0 0 0;
	padding: 0;
	background: url(../images/options.gif) center center no-repeat;
	height: 40px;
}

.navNextPrevWrapper {
	margin: 10px 0 20px 0;
	padding: 0;
}

tr.productListing-rowheading {margin:0;padding:.5em 0.2em;font-size:1em;text-align:center;background:#efeeee;color:navy;height:24px;}
.tableHeading { margin:0; padding:.5em 0.2em; font-size:1em; text-align:center; background:#efeeee; color:#117799; height:24px; }

tr.productListing-rowheading a,.productListing-heading a,.tableHeading a{background:transparent;color:navy;}
.productListing-heading{font-weight:700;font-size:1em;}
#productListing{background-color: transparent;}
.productListing-even .productListing-data,.productListing-even .linkListing-data{padding:5px 0;font-size:1em;color:#000;}
.productListing-odd .productListing-data,.productListing-odd .linkListing-data{padding:5px 0;font-size:1em;color:#000;}
.productListing-even {font-size:1em;color:#000;}
.productListing-odd {font-size:1em;color:#000;}
.itemTitle{padding:0 0 0 3px;font-size:1.1em;font-weight:700;text-align:left;}
.listingDescription{padding:0 0 0 3px;text-align:left;clear:left;}

/*uprava pro zobrazeni cen bez dane a s dani*/
span.normalprice { text-decoration: line-through; }
td.productPrice { font-size: 14px; font-weight: bold; }
span.productSpecialPrice, span.productSalePrice, .stockWarning, span.coming { color: #ee0a00; font-weight: bold; }
span.productNormalPrice { color: #000000; font-weight: bold; }
span.productTaxPrice { color: #666666; font-size: 10px; }
span.productSpecialPriceSale { color: #ee0a00; text-decoration: line-through; }
span.productPriceDiscount, .inputRequirement { color: #ee0a00; font-size: 11px; }

.infoBox { text-align:center; }
.infoBox, #cartEmptyText, #cartDefaultHeading { background-color:#E8EFF9; border:1px solid #117799; color:#117799; font-size:1.3em; padding:0.3em; margin-top: 1.5em; }

/*box menu*/
#categoriesContent { _overflow:hidden; }
#categoriesContent a { display: block; text-decoration: none; line-height: 18px; padding-left: 18px; _font-size:11px; }
#categoriesContent a.category-top { background: url("../images/ico_boat2.gif") 0 50% no-repeat; }
#categoriesContent a.category-subs { background: url("../images/arrow_rw.gif") 4px 50% no-repeat; background-color: #F0F5FF; }
#categoriesContent a.category-products { background: url("../images/arrow_rw.gif") 4px 50% no-repeat; background-color: #F0F5FF; }
#categoriesContent a:hover {text-decoration:none; background-color: #1A7FB7; }
#categoriesContent ul { padding: 0; margin: 0; list-style: none; border-style: none; font-weight: bold; }
#categoriesContent ul li {border-bottom: 1px dotted #7DD; margin:0px; }
#categoriesContent ul li.noitem { border: 0; }
#categoriesContent div.sum { color: #3A9FD7; float: right; position: relative; top: 2px; }
#categoriesContent div.item { overflow: hidden; }

/*box ezpages*/
#ezpagesContent a { background: url("../images/ico_boat2.gif") 0 50% no-repeat; padding-left: 18px; }
