/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet_original.css 3286 2006-03-28 01:14:04Z drbyte $
*/

BODY {
	background-color: #515151;
	color: #000000;
	margin: 0 10px 1% 10px;
	padding: 0px;
  	font: 11px Verdana, Arial, sans-serif;
}

a:link, a:visited {
	color: #E32A0E;
	text-decoration: none;
	}

a:active {
	color: #FF0000;
	}

a:hover {
	color: #FFB432;
	}

a img {border: none; } 										/* obrazky v odkazu bez oramovani */

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;
	margin-left: 5px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
	margin-left: 0.0em;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
  	font-size: 11px;
	}

input:focus, select:focus, textarea:focus {
	background: #FFDE0A;
}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 2px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

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

LABEL.inputLabel {
	font-size: 0.95em;
	width: 10em;
	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: 2px;
	margin-top: 0.5em;
	border-width: 0 0 1px 0;
	border-bottom: solid #808080;
}


FORM {
	display: inline;
}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}

.centershop {												/*  prostredni sekce shopu */
	background-color: #ffffff;
  padding: 0px;
	margin: 0px auto;
	text-align: left;
	width: 100% !important;
	color: #000000;
}

TD.main, P.main {}

.banners {
  padding: 15px;
}

TABLE.header {												/*HEADER CSS - styl hlavičky*/
  background-image: url(../images/sablona/hlavicka1.jpg);
  background-repeat: no-repeat; 
  background-color: #DEDEDE;
  height: 151px;
}

/* odkaz na hlavni stranu pri kliknuti na hlavicku */
#clickHome {
  display: block; 
  width: 980px; 
  height: 151px;
}

TABLE.headerNavigation {								/* navigacni radek */
  width: 100% !important;
  height: 52px;
  background-image: url(../images/sablona/hlavicka2.jpg);
  background-color: #323232;
  background-repeat: no-repeat;
}

TD.headerNavigation {
  position: relative;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 13px 15px 15px 20px;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  color: #ffffff;
  font-size: 1.0em;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #FFB432;
  text-decoration: none;
}

#navEZPagesTop {											/* EZ Pages navigacni radek */
	text-align: right;
  font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
}

#navBreadCrumb {											/* crumb line - lista udavajici pozici ve strukture stranek */
  padding: 0.4em;
}

/*---------------------------------------------------------------------------
								SIDEBOX CSS - postranní boxy
---------------------------------------------------------------------------*/

#navColumnOne {											/* prvni navigacni sloupec */
	padding: 0;
	
}
	
#navColumnTwo {											/* druhy navigacni sloupec */
	padding: 0;
}

.column_left, .column_right, .column_single {
  padding: 2px;
}

.leftbox, .rightbox, .centerbox, .singlebox {
  font-size: 11px;
  border: 0;
  margin-bottom: 1px;
}

.centerboxheading, .singleboxheading {
  font-size: 10px;
  font-weight: bold;
  color: #ff0000;
  padding: 1px;
  height: 31px;
  padding-left: 40px;
  border:10px solid red;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #ffffff;
}

.leftboxheading, .rightboxheading {											/* nadpis leveho sloupce */
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px;
  height: 31px;
}

/* hlavicka boxu vlevo */
TR.leftboxheading {
  background-image: url(../images/sablona/bgbutton_left.jpg);
  background-color: #696C73;
  background-repeat: no-repeat;
  background-position: right;
  height: 35px;
}

TR.rightboxheading {
  background-image: url(../images/sablona/bgbutton_right.jpg);
  background-color: #696C73;
  background-repeat: no-repeat;
  background-position: left;
  height: 35px;
}

TD.leftboxheading {
  text-align: right;
  padding-right: 10px;
}

TD.rightboxheading {
  text-align: left;
  padding-left: 10px;
}

TR.centerboxheading, TR.singleboxheading {
  background: #abbbd3;
}

.leftboxcontent , .rightboxcontent {
  line-height: 125%;
  padding: 5px;
  border: 0;
  color: #000000;
  text-align: left;
}

.centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 1px;
  border: 0;
}

#whosonlineContent {							/* velikost pisma boxu "kdo je online" */
	font-size: 0.8em;
}

/* hlavicka vypisu vysledku vyhledavani zbozi
------------------------------------------------*/

.productListing-heading {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
}

TD.productListing-heading {
  background-color: #abbbd3;
  /* background-image: url(../images/bgbutton.jpg);*/ 
}

TH.productListing-heading a {
  color: #ffffff;
}

TH.productListing-heading a:hover {
  text-decoration: underline;
}

TD.productlisting {
  border:1px solid #88cee8;
}

TD.productListing-data {
  font-size: 10px;
  padding: 5px;
}

/*---------------------------------------------------------------------------
									hlavni sekce uprostred
---------------------------------------------------------------------------*/
.content {								/* obsah */
	padding-left: 5px;
}

h2.greeting {
	font-size: 1.0em;
}

TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 19px;
  font-weight: normal;
  color: #000000;
  padding-top: 11px;
}
.invoiceHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #2257c7;
  font-weight: bold;
}

.center_column {
  padding: 8px;
}
.main_page{
  width: 100% !important;
  padding: 5px;
}

/* větší text (popis zbozi) */
.biggerText {
	font-size: 1.2em;
}

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
}

.alert {
	color: #FF0000;
	margin-left: 0.1em;
	font-size: 0.9em;
	}
.advisory {}
.important {
	font-size: 1.1em;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}


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

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

h2.centerBoxHeading, .productListing-rowheading {
	margin: 0em;
	background-color: #323232;
	font-size: 1em;
	color: #ffffff;
	padding: 0.5em 0.2em;
	border-bottom: 2px solid #ffffff;
	}
.centerBoxWrapper, .tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	border: 2px solid #ffffff;
	margin-bottom: 1em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 
h3.rightBoxHeading a:hover {
	color: #ff0000;
	text-decoration: none;
	}
.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #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;
	}

#bestsellersContent .wrapper {
	margin: 0em 0em 0em 0em;
	}

#bestsellersContent ol {
	padding: 0;
	margin-left: 1.8em;
	}

#bestsellersContent li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0;
	list-style-position: outside;
	}

#bannerboxHeading {
	background-color: #0000CC;
}
#upProductsHeading {
	text-align: left;
	}
#upDateHeading {
	text-align: right;
	}

/* patka
 ------------------------------ */

TABLE.footer {
  background: #D5D5D5;
  text-align: center;
  font-size: 10px;
}

TR.footertop {
  background: #fff000;
  /* background-image: url(../images/bgbutton.jpg); */
  font-size: 11px;
}

TR.footermiddle {
  background: #326DB8;
  font-size: 11px;
}

TD.footertop, TD.footerbottom {
  padding: 5px;
  background-color: #323232;
}

TD.footerbottom2 {
  padding: 5px;
  width: 100%;
  text-align: right;
}

/*---------------------------------------------------------------------------
											ruzne
---------------------------------------------------------------------------*/

/* elektroodpad
----------------------------*/

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-waste-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-custom-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-total-Amount {
  font-weight: bold;
  border-top: 1px solid #9a9a9a;
}
TD.ot-subtotal-Amount, TD.ot-waste-Amount, TD.ot-cod-fee-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-custom-Amount, TD.ot-coupon-Amount {}

/* Selektivni menu
---------------------------*/
select.select_menu {
  border: solid #000000 1px;
  background-color: #FAFAFA;
  width: 120px;
  margin-right: 3px;
  margin-left: 3px; 
}

/* hlavicka tabulky (napr. u detailu nakupniho kosiku)
 ------------------------------ */

TR.tableHeading {
	background-color: #323232;
   color: #ffffff;
	}

TR.tableHeading TH {
	padding: 5px;
}
	
TD.cartBox {
   background: #eff4f8;
   font-size: 10px;
   padding: 3px;
   border: 1px dotted #ffb062;
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: #ffffff;
  border-bottom: 0px #ff0000;
  
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
  background: #F5F5F5;
  border-bottom: 10px solid #9a9a9a;
}

TD.productListing-data-description-odd {
  background: #99ccff;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #00ff00;
}

TD.productListing-data-description-even {
  background: #eff4f8;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
}

td.pageresults a {
  color: #428dff;
}

td.pageresults a:hover {
  background: #FFFF33;
}

SPAN.newItemInCart {
  color: #ffffff;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 10px;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

.back {
  float: left;
}
.forward {
	float: right;
}

.bold {
	font-weight: bold;
	}

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

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

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

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	}

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

#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;
	color: #000000;
}

/* zdůraznění jména návštěvníka 
---------------------------------*/

.greetUser {         
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
  color: #FF0000;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #ff0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */
.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #ffffff;
}

.messageStackSuccess { 
	background-color: #b3ffa8; 
	padding: 2px; 
	border: 1px solid #ffffff;
	background-color: #99FF99;
	color: #000000; 
}

.messageStackCaution { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	background-color: #ffff00;
	color: #000000;
}

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-custom-Text, TD.ot-coupon-Text {
  font-weight: bold;
  color: #ffffff;
}
TD.ot-total-Amount {
  font-weight: bold;
  border-top: 1px solid #ffffff;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-custom-Amount, TD.ot-coupon-Amount {}


/* product_info attribute comments */
.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #ffffff;
}

/* General alert span class */
/*TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}*/

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tabulky
 ------------------------------ */

TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: 11px Verdana, Arial, sans-serif;
  color: #ff0000;
}

/* popis kategorii
 ------------------------------ */

TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #D0D0D0;
  border:1px solid #88cee8;
}

TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}

/* kategorie 
------------------------------ */

A.category-top {
  text-decoration: none;
}
A.category-links {
  text-decoration: none;
}

A.category-subs, A.category-products {
  color: #323232;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}


/* better categories
 ------------------------------ */

A DIV.betterCategories, A:visited DIV.betterCategories {
  	border-top: 0px solid #ffffff;
  	padding: 2px 0 2px 0px;
  	font-size: 0.9em;
}

A:hover DIV.betterCategories, A:active DIV.betterCategories {
  	color: #000000;
  	text-decoration: underline;
}


/* upravuje zarovnani nazvu s ikonou*/
A DIV.betterCategories ul{
	margin:0;
	padding:0;
}


A DIV.betterCategories li{
  padding-left:15px;
  margin:0;
  border:0;
}



/* varovani, chyby, zpravy
 ------------------------------ */

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 2px solid #000000;
	}
.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

/* wrappers - containery casti stranky
 ------------------------------ */

#mainWrapper {
	text-align: left;
	width: 980px;
	vertical-align: top;
	}

#headerWrapper {
	margin: 0em;
	padding: 0em;
	color: #ff0000;
}

#contentMainWrapper {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	color: #ff0000;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}
#tagline {
  color:#000000;
	font-size: 2em;
  text-align : center;
	vertical-align: middle;
}

#sendSpendWrapper {
	border: 2px solid #88cee8;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
	margin: 10px 0px;
	width: 46%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}


/* navigace
 ------------------------------ */

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #ffffff;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
}

#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;
	white-space: nowrap;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ff0000;
}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 2px 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;
	color: #ff0000;
}

/* nakupni kosik *
 ------------------------------ */

#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
}

.cartTableHeading TH {
	border-bottom: 1px solid #88cee8;
	color: #ffffff;
	}

.cartTableHeading, #cartSubTotal {
   background-color: #C82617;
 }

#cartSubTotal {
	border-top: 0px solid #88cee8;
	font-weight: bold;
	text-align: right;
	line-height: 2.0em;
	padding-right: 2.5em;
	color: #ffffff;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}
	
	
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	/* color: #ff0000;*/
	}
#scUpdateQuantity {
	width: 2em;
	/* color: #ff0000; */
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #ff0000;
	font-weight: bold;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 1em;
	}

.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;
	}


/* zobrazeni obrazku *
 ------------------------------ */

#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em;
}
.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #ffffff; */
  float: left;
  padding: 2px;
}

/* This is the CSS needed for the Order Step Edition 2 contribution */

div.order_steps {       /* Is needed for the centering in IE */
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    text-align: center;
}

table.order_steps {
    margin-left: auto;
    margin-right: auto;
    width: 80%;       /* Here you can set the total width of this contrib */
    padding-bottom: 10px;
    background-color: transparent;      /* Here you can change the background-color of the whole contrib */
}

tr.order_steps_line_2 {
    height: 5px;        /* Is a part in determining the height of the line */
    padding: 0px;
    margin: 0px;
}

tr.order_steps_line_3 {
    height: 0px;        /* Is a part in determining the height of the line shadow */
    padding: 0px;
    margin: 0px;
}

td.progressbar_active {
    background-color: #003399;     /* Determines the active color of the completed part of the line */
    width: 4%;
    padding: 0px;
    margin: 0px;
}

td.progressbar_inactive {
    width: 4%;
    background-color: #99ccff;    /* Determines the non-active color of the uncompleted part of the line */
    padding: 0px;
    margin: 0px;
}

td.progressbar_active_shadow {
    background-color: #fff;     /* Determines the non-active color of the completed part of the line shadow */
    width: 4%;
    padding: 0px;
    margin: 0px;
}

td.progressbar_inactive_shadow {
    width: 4%;
    background-color: #ffffff;   /* Determines the non-active color of the uncompleted part of the line line*/
    padding: 0px;
    margin: 0px;
}


td.order_steps_text {
    text-align: center;
    vertical-align: top;
    color: #003399;        /* Determines the non-active color of the text */
    padding-bottom: 5px; /* Determines the distance between the text and the line */
}

td.order_steps_text_completed {
    text-align: center;
    vertical-align: top;
    color: #99ccff;        /* Determines the non-active color of the text steps that have been completed*/
    padding-bottom: 10px; /* Determines the distance between the text and the line */
}

td#active_step_text {       /* These are the styles for the active text */
    color: #ff0000;
    font-weight: 700;
    font-size: 1.1em;
}

TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #ff00ff;
  padding: 3px;
  border-bottom: 1px dotted #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
  }

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* image hover
 ------------------------------ */
 
#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}

/*---------------------------------------------------------------------------
										novinky
---------------------------------------------------------------------------*/

.newsHeadlineText { 
text-align: right; 
  width: 100%; 
  height: 15px; 
  font-size: .9em; 
  padding: 0;
  font-weight: bold;
}

.newsHeadlineText img {           /* zarovnani obrazku (RSS) doprostred radku */ 
  vertical-align: middle; 
}

/* 2P note  - class newsHeader is only used for news summary linked to index page. News pages heading moved from PHP class newsDisplay to templates */
.newsHeader {                     /* hlavicka novinek */ 
  font-size: 14px; 
  text-align: left; 
  padding: 25px 0 3px 0; 
  margin: 10px 0; 
  border-bottom: 2px dotted #323232;
}

p.articleHeading {              /* nadpis clanku */
  font-weight: bold; 
  margin: 10px 0; 
  padding: 0; 
}

span.articleHeading { 
  font-weight: bold; 
}

h3.articleHeading { 
  font-size: 13px; 
  padding: 0; 
  margin: 10px 0; 
}

p.articleByLine { 
  font-size: .9em; 
  padding: 0 0 0 20px; 
  margin: 0; 
}

p.articleByLine span.author { 
  font-style: normal; 
}

p.articleByLine span.comments { 
  font-style: italic; 
}

p.articleByLine a { 
  text-decoration: underline; 
}

div.articleTextBlock { 
  clear: both; padding: 0; margin: 0; 
}

div.articleText, p.articleText { 
  margin: 10px 0; 
  padding: 0; 
}

.articleText a { 
  text-decoration: underline; 
}

.articleSummary p { 
  margin: 0; 
  padding: 0; 
}

/* 2P note - "float: right" added to fix IE & Opera bug. */
img.articleImage { 
  border: 1px solid #ffffff; 
  background: #FFFFFF; 
  padding: 0; 
  margin: 5px 0 10px 10px; 
  float: right; 
}

p.newsListingDate { 
  font-weight: bold; 
  text-align: center; 
  margin: 0; 
  padding: 0; 
}

ul.archiveLinkList { 
  list-style-type: none; 
  line-height: 1.5em; 
  padding: 0; 
  margin: 10px 0; 
  clear: both; 
}

ul.articleLinkList { 
  list-style-type: none; 
  line-height: 1.5em; 
  padding: 0; 
  margin: 0px 0; 
  clear: both; 
}

ul.articleLinkList li, ul.archiveLinkList li { 
  list-style-type: none; 
  background-image: url("../images/icons/news_link.gif"); 
  background-repeat: no-repeat; 
  background-position: 17px 2px; 
  padding: 0 0 0 35px; 
}

ul.articleLinkList li.articleStoreLink { 
  background-image: url("../images/icons/news_link_2.gif"); 
  background-repeat: no-repeat; 
  background-position: 17px 4px; 
  padding: 0 0 0 35px; 
}

ul.articleLinkList li.articleProductLink { 
  background-image: url("../images/icons/cart.gif"); 
  background-repeat: no-repeat; 
  background-position: 17px 0px; 
  padding: 0 0 0 35px; 
}

ul.articleLinkList a, ul.archiveLinkList a { 
  text-decoration: underline; 
}

.commentsHeading { 
  background: #f2f1ee; 
  padding: 3px; 
}

.commentsBody { 
  background: #FFFFFF; 
  padding: 3px; 
}

p.backLink { 
  float: right; 
  margin: 0; 
  padding: 0; 
  clear: right; 
}

.commentsAuthor { 
  text-align: left; 
  float: left; 
  margin: 0; 
  width: 45%; 
}

.commentsSubject { 
  font-weight: bold; 
}

.commentsDate { 
  text-align: right; 
  float: right; 
  padding: 0; 
  margin: 0; 
}

div.commentsBody p { 
  clear: both; 
  padding: 0 10px 10px 10px; 
  margin: 0; 
}

fieldset.commentsFieldSet { 
  text-align: left; 
  background: #f2f1ee; 
  border: 1px solid #e7e6e0; 
  padding: 1em; 
  margin: 10px 0 0 0; 
}

fieldset.commentsFieldSet legend { 
  padding: 0.2em 0.5em; 
  border: 1px solid #c96e29; 
  background: #fff; 
  color: #000; 
  text-align: right;
}

fieldset.commentsFieldSet label { 
  display: block; 
  text-align: left; 
  margin: 3px;
}

fieldset.commentsFieldSet label input { 
  display: block; 
}

.commentsSubmit { 
  text-align: right; 
}

.splitSolid { 
  height: 1px; 
  background: #000000; 
  padding: 0; 
  margin: 10px 0; 
}

.splitSolidGray { 
  height: 1px; 
  background: #9a9a9a; 
  padding: 0; 
  margin: 10px 0; 
}

.clearSplit { 
  height: 5px; 
  padding: 0; 
  margin: 0; 
}

.splitSolid hr, .splitSolidGray hr, .clearSplit hr { 
  display: none; 
}

.clearboth { 
  clear: both; 
  height: 1px; 
  width: 100%; 
}

.clearboth hr { 
  display: none; 
}

/* news sidebox
 ------------------------------ */
 
#newsarchive-content .articleHeading { background: #f2f1ee; border: 1px solid #ffffff; border-bottom: 1px solid #ffffff; padding: 2px 5px; margin: 0; font-size: 1em; }
#newsarchive-content ul.archiveLinkList { margin: 0; padding: .25em 0 0 0; }
#newsarchive-content ul.archiveLinkList a { text-decoration: none; }

/*---------------------------------------------------------------------------
									quick contact sidebox
---------------------------------------------------------------------------*/								

#quickcontact-content IMG {
  border:none; 
  vertical-align:middle;
}

#quickcontact-content HR {
  height:1px; 
  margin:5px 0; _margin:0; 
  padding:0; 
  border:none; 
  border-top:1px solid #999;
}

/*---------------------------------------------------------------------------
									tablite v2
---------------------------------------------------------------------------*/


/* wireframe
 ------------------------------ */

.ditch-tab-skin-wireframe .ditch-tab-container {
	margin:10px;
	border-bottom: 1px solid gray;
	border-left:   1px solid gray;
}
	
.ditch-tab-skin-wireframe .ditch-tab-wrap {
	clear: both;
}
	
.ditch-tab-skin-wireframe .ditch-tab {
	float:left;
	padding:2px 10px 2px;
	border-top:  1px solid gray;
	border-right:1px solid gray;
	cursor:pointer;
}
	
.ditch-tab-skin-wireframe .ditch-tab-wrap .ditch-unfocused {
	color: #808080;
}
	
.ditch-tab-skin-wireframe .ditch-tab-wrap .ditch-focused {
	color: #000000;
	background-color: #C0C0C0;
}

.ditch-tab-skin-wireframe .ditch-tab-pane-wrap {
	padding:8px;
	border-top:    1px solid gray;
	border-right:  1px solid gray;
}

.ditch-tab-skin-wireframe .ditch-tab-pane {
			
}

.ditch-tab-skin-wireframe br.ditch-clear {
	clear:both;
}
			
			
/* INVISIBLE 
 ------------------------------ */
.ditch-tab-skin-invisible .ditchnet-tab-container {
	margin:10px;
	border:0;
}
	
.ditch-tab-skin-invisible .ditch-tab-wrap {
	display:none;
	border:0;
	clear: both;
}
	
.ditch-tab-skin-invisible .ditch-tab {
	display:none;
	border:0;
}
	
.ditch-tab-skin-invisible .ditch-tab-wrap .ditch-unfocused {
	border:0;
}
	
.ditch-tab-skin-invisible .ditch-tab-wrap .ditch-focused {
	border:0;
}

.ditch-tab-skin-invisible .ditch-tab-pane-wrap {
	border:0;
	padding:8px;
}

.ditch-tab-skin-invisible .ditch-tab-pane {
	border:0;
}
	
.ditch-tab-skin-invisible br.ditch-clear {
  clear:both;
}
			
			
/* default
 ------------------------------ */

.ditch-tab-skin-default .ditchnet-tab-container {
	margin:10px;
}
	
.ditch-tab-skin-default .ditch-tab-wrap {
		clear: both;
  position:relative;
	z-index:10;
	font:12px "Lucida Grande",LucidaGrande,Verdana,sans-serif;
}
	
.ditch-tab-skin-default .ditch-tab {
	position:relative;
	float:left;
	padding:2px 20px;
	margin:5px 1px -1px 0;
	text-align:center;
	cursor:pointer;
	font:12px "Lucida Grande",LucidaGrande,Verdana,sans-serif;
}

.ditch-tab-skin-default .ditch-tab-bg-left {
	position:absolute;
	left:0; top:0;
	width:10px; height:18px;
}
html>body .ditch-tab-skin-default .ditch-tab-bg-left {
	height:18px;
}

.ditch-tab-skin-default .ditch-unfocused {
	color:#999;
  border-bottom:1px solid silver;
	background:transparent url(../images/default_tab_bg_gray_transparent_right.gif) 100% 0 no-repeat;
}
	
.ditch-tab-skin-default .ditch-focused {
	border-bottom:1px solid #ffffff;
	background:transparent url(../images/default_tab_bg_white_right.gif) 100% 0 no-repeat;
}


.ditch-tab-skin-default .ditch-unfocused .ditch-tab-bg-left {
	background:transparent url(../images/default_tab_bg_left.gif) 0 0 no-repeat;
}
.ditch-tab-skin-default .ditch-focused .ditch-tab-bg-left {
	background:transparent url(../images/default_tab_bg_white_left.gif) 0 0 no-repeat;
}


.ditch-tab-skin-default .ditch-tab a:link,
.ditch-tab-skin-default .ditch-tab a:visited {
	color: #000000;
	text-decoration:none;
}

.ditch-tab-skin-default .ditch-tab-wrap .ditch-unfocused a:link,
.ditch-tab-skin-default .ditch-tab-wrap .ditch-unfocused a:visited {
	color: #C0C0C0;
}



.ditch-tab-skin-default .ditch-tab-pane-wrap {
	position:relative;
	z-index:9;
	border:1px solid silver;
	padding:8px 15px;
}

.ditch-tab-skin-default .ditch-tab-pane {

}
	
.ditch-tab-skin-default br.ditch-clear {
  clear:both;
}

			
/*---------------------------------------------------------------------------
									dokumentace ZenCartu
---------------------------------------------------------------------------*/

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ccffff;
  border: 1px solid #88cee8;
  padding: 5px;
  
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}


/* =========== MODUL VYBER VYROBCU ==============*/
.select_manufacture{
  background-color: #FFD2D2;
  padding:10px;
}
/*========== konec MODUL VYBER VYROBCU ===============*/

