@charset "utf-8";
@import url("site_framework.css"); 

/* ACTUANA FRONTEND CSS */
/* DEFAULT THEME */
/* Version 1.0 */
/* Datum posledni revize: 23.04.2010 */
/* Autor: petr@cover.cz */


/*------ GENERAL -----------------------------------------------------------------*/

html {}
body {font-family: Verdana, sans-serif; font-size: small; color: #000; margin: 0; padding: 0; text-align: center; border: 0px none; background:  url("../images/bg/page.png") 50% 0 repeat-x #000;}
h2 {color: #015AA4; font-size: 180%; font-weight: normal; font-family: Arial, sans-serif; }
h3 {color: #015AA4; font-size: 140%; font-weight: normal; font-family: Arial, sans-serif;}
h4 {color: #015AA4; font-size: 116%; font-family: Arial, sans-serif;}
h5 {color: #015AA4; font-size: 100%; font-family: Arial, sans-serif;}
acronym { cursor: help; border-bottom: dotted 1px black;}
legend {background-color: #566675; color: #FFFFFF; font-weight: bold; padding: 0.3em 1.5em;}
fieldset { padding: 1em; margin: 1em 0; border: solid 1px silver;}
hr {border-top: solid 1px #EBEDEF;  border-right: none;  border-bottom: none; border-left: none}
table {border-collapse: collapse;}
del { font-size: 85%; color: #666666; text-decoration: line-through;}

/* LINKS */
a:link {color: #0257A1;}
a:visited {color: #0257A1;}
a:hover {color: #000000;}
a:active {color: #0257A1;}

/* ARROWS */
.nextSmallBlack {padding-right: 8px; background: url("../images/sipka-next-small-b.gif") center right no-repeat;}
.prevSmallBlack {padding-left: 8px; background: url("../images/sipka-prev-small-b.gif") center left no-repeat;}
.nextSmallGrey {padding-right: 8px; background: url("../images/sipka-next-small-g.gif") center right no-repeat;}
.nextSmallGreyDis {padding-right: 8px; color: #999999; background: url("../images/sipka-next-small-g2.gif") center right no-repeat;}
.prevSmallGreyDis {padding-left: 8px; color: #999999; background: url("../images/sipka-prev-small-g2.gif") center left no-repeat;}
.arrowDown {padding-right: 12px; background: url("../images/sipka-down-small-b.gif") center right no-repeat;}
.arrowUp {padding-left: 12px; background: url("../images/sipka-up-small-b.gif") center left no-repeat;}

/* GRAPHICAL LINKS */
.external {padding-right: 10px; background: url("../images/link_external.gif") top right no-repeat;}
.cartLink {}
.loginLink {}
.addLink {padding-left: 18px; background: url("../images/icons/green-plus.gif") top left no-repeat;}
.removeLink {padding-left: 18px; background: url("../images/icons/red-minus.gif") top left no-repeat;}
.generateLink {padding: 3px 10px 3px 10px; background: url("../images/icons/reload.gif") center left no-repeat; text-decoration: none;}
.generateLink span { display: none;}
.generateLinkDis {padding: 3px 10px 3px 10px; background: url("../images/icons/reload-dis.gif") center left no-repeat;}
.generateLinkDis span { display: none;}
.warningLink {padding: 3px 22px 3px 0px; background: url("../images/icons/warning.gif") center right no-repeat; cursor: help;}
.warningLink a {display: none;}
.delete {background: url("../images/iko-delete.gif") center no-repeat; text-decoration: none !important; padding: 5px;}
.delete span {visibility: hidden;}
.helpLink {padding: 3px 0 3px 20px; background: url("../images/icons/napoveda.gif") center left no-repeat;}
.emailLink {padding-left: 18px; background: url("../images/icons/email.png") center left no-repeat;}
.downloadLink {padding-left: 18px; background: url("../images/icons/download16x16.png") center left no-repeat; text-decoration: none;}
.restoreLink {padding-left: 18px; background: url("../images/icons/restore16x16.png") center left no-repeat; text-decoration: none;}
.zoomLink {padding-left: 18px; background: url("../images/icons/zoom.gif") center left no-repeat; text-decoration: none;}

/* SYMBOLS */
.true {padding-left: 15px; background: url("../images/icons/ano.gif") left center no-repeat;}
.false {padding-left: 15px; background: url("../images/icons/ne.gif") left center no-repeat;}

/*------ FIXED LAYOUT -----------------------------------------------------------------*/
/* default layout with fixed width */

/* BODY */
#fixed {}
/* WRAPPERS */
#wrapper {width: 980px; margin: 0px auto; text-align: left;}
#wrapper2 {width: auto;}
/* 2 col bg wrappers */
#wrapper3 {float: left; width: 980px; background: #FFF; border-top: solid 10px #FFF; border-bottom: solid 10px #FFF;}
#wrapper3cont {padding: 0 10px;}
/* 3 col bg wrappers */
#wrapper4 {float: left; width: 980px; background: #FFF; border-top: solid 10px #FFF; border-bottom: solid 10px #FFF;}
#wrapper4cont {padding: 0 10px;}

/*------ CONTENT CONTENT AREA (WYSIWYG editor) -----------------------------------------------------------------*/
.contentContent {}
.contentContent table {border-collapse: collapse; border: solid 1px #CCC;}
.contentContent table th {border-bottom: solid 1px #CCC; border-right: dotted 1px #CCC; padding: 0.5em;}
.contentContent table td {border-bottom: dotted 1px #CCC; border-right: dotted 1px #CCC; padding: 0.5em;}

/* DUMMIES*/
.cleaner { width: auto; height: 0; font-size: 0; clear: both;}

/* BOX FRAMEWORK */
/* widths */
.w1 {width: 192px;}
.w2 {width: 384px;}
.w3 {width: 576px;}
.w4 {width: 768px;}
.w5 {width: 960px;}
/* paddings */
.p1 {padding: 10px;}
.p2 {padding-right: 10px;}
/* floats */
.fL { float: left;}
.fR { float: right;}
.cL { clear: left;}

/*------ FLUID LAYOUT -----------------------------------------------------------------*/
/* For testing purposes only! In case of bigger project place rules for
any other type of layout into separate CSS file loaded via header.tpl.php */

/* BODY */
#fluid {}
/* WRAPPERS */
#wrapperFluid {width: 90%; margin: 0px auto; text-align: left;}
#wrapperFluid2 {width: auto; padding: 1em;}


/*------ EXTRA IMAGES -----------------------------------------------------------------*/

/* these extra divs may be used as catch-alls to add extra imagery */
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv3 span, #extraDiv4, #extraDiv5, #extraDiv6, #extraDiv6 span {position: absolute;}
#extraDiv1 {background: url("../images/bg/title.jpg") top center no-repeat; top: 0px; left: 0px; width: 100%; height: 310px; z-index: -1;}
/* more to add... */
#extraDiv2 {background: url("../images/bg/subpage.jpg") top center no-repeat; top: 0px; left: 0px; width: 100%; height: 233px; z-index: -1;}

/*------ HEAD, LOGO, SEARCH BOX, LANGUAGES, PAGING -----------------------------------------------------------------*/

/* HEAD */
#head, #headTitle {float: left; text-align: right; display: block; width: 980px; margin: 0; padding: 0; color: #0062AA;}
#head a, #headTitle a {color: #FFF;}
#head {height: 169px; }
#headTitle {height: 246px; }

/* LOGO */
#logo {float: left; display: block; width: 300px; height: 100px; margin: 0; padding: 0;}
#logo a {float: left; display: block; width: 300px; height: 100px; }
#logo span {display: none;}
#logo img {border: none;}

/* SEARCH BOXES */
/* search box 1*/
.searchBox1 {float: right; padding: 10px 10px 0 0;}
.searchBox1 form {padding: 10px; margin: 0;}
/* search box 2*/
.searchBox2 {margin-bottom: 10px; background-color: #323334;}
.searchBox2 form {padding: 15px; margin: 0;}
/*search input*/
.searchBox2 .poleSearch {color: #999; width: 105px;}

/* LANGUAGES */
#languages {float: right; padding: 10px 10px 0 0;}

/* BRANDS */
#brands {float: left; width: 980px; height: 64px;}
#brands a {}
#brands span {display: none;}
#brands img { display: block; float: left; border: none; padding: 0; margin: 0;}

/* BREADCRUMB NAVI */
.breadCrumbNavi {float: left; width: 900px; padding: 1em 0 0 0; height: 1.2em; margin-bottom: 1em; overflow: hidden; color: #000; background-color: #FFFFFF; font-family: Arial, sans-serif;}
.breadCrumbNavi p {padding: 0; margin: 0 1em;}

/* CART BOXES */
/* cart box 1 */
#cartBox1 {width: 120px; padding: 45px 0 0 0; float: right; color: #000; text-align: center; background: url("../images/iko-cart-32x32.png") center 1.2em no-repeat;  font-family: Arial, sans-serif;}
#cartBox12 {position: relative;}
#cartBoxP { padding: 1em; margin: 0; font-weight: bold;}
/* cart box info */
#cartInfo1 {position: absolute; width: 160px; top: 38px; left: -75px; border: solid 1px #71BEF9; background: #012545; color: #FFF; display: none; z-index: 100; padding: 1em 1em 1em 1em; margin: 0; text-align: left;}
#cartInfo1 p {padding: 0.5em; margin: 0;}
#cartInfo1 a { color: #FFFF00;}
#cartInfo1 a:hover { color: #FFF;}

/* SHOPPING CART*/
#cartBig {width: 100%; border-collapse: collapse; border: solid 1px #96CFFB; background-color: #FFF;}
#cartBig th {padding: 0.5em; vertical-align: middle; text-align: center; border-bottom: solid 1px #96CFFB; color: #005CA8; background-color: #D1ECFF;}
#cartBig td {padding: 0.5em; vertical-align: middle; text-align: left; border-bottom: dotted 1px #96CFFB;}
#cartBig img {border: none; vertical-align: middle;}
/* prices */
.orderPrice { font-size: 140%;}
/* buttons */
#cartBigSendOrder {font-weight: bold;}
/* deliveries */
.cartDeliveries { width: 100%}
.cartDeliveries h3 {color: #2661A2;}

/* LOGIN BOXES */
/* login box 1 */
#loginBox1 {margin-bottom: 10px; background-color: #323334; color: #FFF;}
#loginBox1 h3 { padding: 1em; margin: 0; background-color: #2661A2; color: #FFF; font-size: 100%;}
#loginBox1 form { padding: 1em; margin: 0;}
#loginBox1 p { padding: 1em; margin: 0;}
#loginBox1 input {margin-bottom: 10px;}
#loginBox1 a { color: #FFF;}
#loginBox1 a:hover { color: #FFFF00;}
#loginBox1 .poleSearch {color: #999; width: 150px;}
/* login box 2 */
#loginBox2 {width: 90px; padding: 45px 0 0 0; float: right; color: #FFF; text-align: center; background: url("../images/icons/lock-big-transparent.png") center 1.2em no-repeat;  font-family: Arial, sans-serif;}
#loginBox22 {position: relative;}
#loginBox2P { padding: 1em;}
#loginBox2 form { padding: 0; margin: 0;}
#loginBox2 input {margin-bottom: 10px;}
#loginBox2 a {}
#loginBox2 .poleSearch {color: #999; width: 150px;}
/* cart box info */
#loginInfo1 {position: absolute; width: 200px; top: 38px; left: -75px; border: solid 1px #71BEF9; background: #012545; color: #FFF; display: none; z-index: 100; padding: 1.5em 1em; margin: 0; text-align: left;}
#loginInfo1 p {padding: 0.5em; margin: 0;}
#loginInfo1 a {color: #FFFF00;}
#loginInfo1 a:hover {color: #FFF;}
/* general */
.logged {}

/* BANNER BOXES */
/* banner box 1 */
.bannerBox1 {margin: 10px 0; padding: 10px; border-bottom: solid 1px #C1C2C4;}
.bannerBox1 img { border:none;}

/* UNI BOXES */
/* universal box 1 */
.uniBox1 {margin: 10px 0; padding: 10px; font-size: 85%; font-weight: bold;}
.uniBox1 img {border: none;}

/* ACCOUNT BOX */
#accountBox {float: right; width: 240px; text-align: right; color: white; font-size: 83%; }
#accountBox p {padding: 15px 1em 0 0; margin: 15px 0 0.5em 0; background: url("../images/bg/account-box-div.png") top left repeat-y;}
#accountBox a {color: white;}

/* PAGING */
/* 3 cells table */
.spodniLista { width: 100%; border-collapse: collapse; background-color: #D1ECFF; margin: 1.5em 0; color: #000;}
.spodniLista td {width: 33%; border: none; padding: 0.8em; vertical-align: middle;}
/* cisla */
.strankovaniCisloActive a {padding: 3px 6px; color: #D32923; border: solid 1px #1C7EC0;}
.strankovaniCisloActive a:hover {border: solid 1px #000 !important;}
.strankovaniCislo {padding: 3px 6px; background-color: #D32923; border: solid 1px #D32923; color: #FFF;}
/* BOTTOM BUTTONS BAR */
/* 2 cells table */
.bottomBar { width: 100%; border-collapse: collapse; background-color: #D1ECFF; margin: 1.5em 0; color: #000;}
.bottomBar td {width: 50%; border: none; padding: 0.8em; vertical-align: middle;}


/*------ TITLE PAGE -----------------------------------------------------------------*/
/* loft col */
#titleBox1a {width: 576px; float: left;}
#titleBox1b {padding-left: 10px;}
/* right col */
#titleBox2a {width: 404px; float: left;}
#titleBox2b {margin-right: 10px; padding: 10px 0 10px 10px; background-color: #D1ECFF;}
#titleBox2b h4 { padding: 0 0 0.5em 0; margin: 1em 0 0.5em 0; border-bottom: solid 1px white;}


/*------ MENUS -----------------------------------------------------------------*/

/* MENU 1*/
/* CSS dropdown menu v 1.0 */
/* menu container */
#menu1cont {float: left; width: 980px; height: 70px; background:  url("../images/bg/menu.png") top left repeat-x #FFF; } /*container bg*/
/* menu list */
#menu1nav {float: left; width: 640px; list-style: none; padding: 0; margin: 0; }
#menu1nav ul {float: left; width: 980px; list-style: none; padding: 0; margin: 0; background-color: #666; z-index: 100;}
#menu1nav a {display: block; width: auto; color: white; text-decoration: none; padding: 22px 1.5em 32px 1.5em;}
#menu1nav span {display: block; width: auto; color: white; text-decoration: none; padding: 20px 1.5em 34px 1.5em;} /* not using, 2DO fix a link to span when active */
#menu1nav a.tree {background: url("../images/sipka-menu-strom.png") 14em center no-repeat;}
#menu1nav li {float: left; list-style: none;}
/* sublevel */
#menu1nav li ul {position: absolute; left: -999em; height: auto; width: 15.6em;}
#menu1nav li li {font-weight: normal; width: auto;}
#menu1nav li li a {width: auto;}
/* submenu items width */
#menu1nav li li {width: 15.6em;}
/* submenu items padding */
#menu1nav li ul a {width: auto; padding: 0.5em !important;}
#menu1nav li ul span {width: auto; padding: 0.5em !important;}
#menu1nav li ul ul {margin-top: -2em; margin-left: 15.6em;}
#menu1nav li li li {background-color: #666;}
/* blackbox */
#menu1nav li:hover ul ul, #menu1nav li:hover ul ul ul, #menu1nav li.sfhover ul ul, #menu1nav li.sfhover ul ul ul {left: -999em;}
#menu1nav li:hover ul, #menu1nav li li:hover ul, #menu1nav li li li:hover ul, #menu1nav li.sfhover ul, #menu1nav li li.sfhover ul, #menu1nav li li li.sfhover ul {left: auto;}
#menu1nav li:hover, #menu1nav li.sfhover {background-color: #000;} /*hover bg - any level*/
#menu1nav>li:hover, #menu1nav>li.sfhover {background:  url("../images/bg/menu-hover.png") top left repeat-x;} /*hover bg - first level*/
#menu1nav>li>a:hover, #menu1nav>li>a.sfhover {background:  url("../images/bg/menu-arrow2.png") center 55px no-repeat;} /*hover bg a - first level*/
/*selected item*/
#menu1nav>li.active {float: left; display: block; background:  url("../images/bg/menu-active.png") top left repeat-x !important;} /*active bg*/
#menu1nav>li.active>span, #menu1nav>li.active>a {background:  url("../images/bg/menu-arrow.png") center 55px no-repeat !important; }
/*tree root*/
.treeRoot {} /*items with childrens*/

/* MENU 2 */
/* new list-type menu supporting up to 4 levels */
/* (n levels is possible, just add some more definitions) */
/* menu */
.menu2cont {width: 192px;}
.menu2cont h3 {}
.menu2cont>ul {margin-bottom: 5px !important; }
.menu2cont ul, .menu2cont li {padding: 0; margin: 0; }
.menu2cont li {background: none; display: block; list-style: none;}
.menu2cont a {color: #fff; text-decoration: none; padding: 0.5em 3px 0.5em 15px; background: #235D9E url('../bg/menu-ico.png') 300px 4px no-repeat; display: block; }
.menu2cont a:hover, .menu2cont a:focus {text-decoration: underline; background: url("../images/bg/menu2-active.png") 170px center no-repeat #1A4C84; }
.menu2cont span {color: #666666; text-decoration: none; padding: 4px 15px 5px 15px; background: #D32923 url('../bg/menu-ico.png') 300px 4px no-repeat; display: block; }
.menu2cont .active { background: url("../images/bg/menu2-active.png") 170px center no-repeat;}
/* 1. level */
/* a, span */
.menu2cont>ul>li>a, .menu2cont>ul>li>span {border-top: solid 1px #91AECF; border-bottom: solid 1px #323334;}
/* active a, span */
.menu2cont>ul>li.active>a, .menu2cont>ul>li>ul>li.active>a, .menu2cont>ul>li.active>span, .menu2cont>ul>li>ul>li.active>span {color: #fff; border-top: solid 1px #F6B2B0; border-bottom: solid 1px #323334; background: #D32923; background-color: #D32923;}
/* 2. level */
.menu2cont>ul>li>ul>li>a, .menu2cont>ul>li>ul>li>span {border-top: solid 1px #D1D3D6; border-bottom: solid 1px #323334;}
.menu2cont li ul>li>a, .menu2cont li ul>li>span {padding-left: 30px; background: #7E838A; font-size: 83%;}
.menu2cont>ul>li>ul>li.active>a, .menu2cont>ul>li>ul>li.active>span {background-color: #850F0A; background-position: -206px 4px; }
.menu2cont li ul>li>a:hover, .menu2cont li ul>li>a:focus {background-color: #63686F; }
/* 3. level */
.menu2cont li li ul>li a, .menu2cont li li ul>li span {padding-left: 45px; background: #8D9299;}
/*.menu2cont li li.active ul>li a, .menu2cont li li.active ul>li span {padding-left: 45px; background: #8D9299;}*/
/* 4. level */
.menu2cont li li li ul>li>a, .menu2cont li li li ul>li>span {padding-left: 60px; background: #8D9299;}
/*.menu2cont li li li.active ul>li>a, .menu2cont li li li.active ul>li>span {padding-left: 60px; background: #8D9299;}*/

/* BOOKMARKS 1 */
.bookmarks1cont { float: left; width: 980px; margin-top: 1em;}
.bookmarks1cont>ul {margin: 0; padding: 13px 1em; border-top: 1px solid #71BEF9;}
.bookmarks1cont li {list-style: none; margin: 0; display: inline;}
.bookmarks1cont li a {padding: 12px 2em; margin-right: 0.5em; border: 1px solid #96CFFB; border-top: 1px solid #D1ECFF; background: #D1ECFF; text-decoration: none;}
.bookmarks1cont li a:link { color: #032B62; }
.bookmarks1cont li a:visited { color: #032B62; }
.bookmarks1cont li a:hover {color: #FFF; background: #398FD6;}
.bookmarks1cont>ul>li.active>a, .bookmarks1cont>ul>li.active>span {color: #000; background: #FFF; border-bottom: 1px solid #71BEF9; border-right: 1px solid #71BEF9; border-left: 1px solid #71BEF9; border-top: 2px solid #FFF; }


/*------ COLUMNS -----------------------------------------------------------------*/

/* COLUMN 1 */
#column1cont {width: 192px; float: left;}
#column1cont2 {padding: 0;}

/* COLUMN 2 NARROW */
#column2narrow {width: 576px; float: left; background: /*url("../images/bg/column-2-narrow.png") top left repeat-x*/ #FFF;}
#column2narrow2 {padding: 0 10px;}

/* COLUMN 2 WIDE */
#column2wide {width: 768px; float: left; background: /*url("../images/bg/column-2-narrow.png") top left repeat-x*/ #FFF;}
#column2wide2 {padding: 0 10px 0 10px;}

/* COLUMN 2 WIDE */
#column2full {width: 960px; float: left;}

/* COLUMN 3 */
#column3cont {width: 192px; float: left;}
#column3cont2 {padding: 0;}


/*------ TEXTS AND OTHER -----------------------------------------------------------------*/
.infoText { color: #000; font-size: 83%;}
.infoText2 { color: #015AA4; font-size: 83%; font-family: Arial, sans-serif;}

/*------ MODULE SHOP -----------------------------------------------------------------*/

/* CATALOG */
/* titles */
#shopCatalogTitle { margin-top: 1.5em;}
.uniTitle1 {padding-bottom: 0.5em; border-bottom: solid 1px #D1ECFF;}

/* image box */
/* for vertical centering // 2DO: bypass <table> solution by CSS solution for vertical centering */
.imageBox {position: relative;}
.imageBox table {border-collapse: collapse; width: 100%;}
.imageBox td {}
.imageBox a {outline: none; vertical-align: middle;}
.imageBox img {border: 0;}

/* CATEGORY LIST */
.categoryList {width: auto; list-style: none; min-height: 10px; padding: 0; margin: 0 0 10px 0; overflow: hidden; }
.categoryList>li {position: relative; }
.categoryList h3 {margin: 0; margin-bottom: 10px; overflow: hidden; }
.categoryList h3 a {text-decoration: underline; display: block; }
.categoryList h3 a:hover, .productList h3 a:focus {text-decoration: none; }

/* category card 1 */
.categoryCard1 {width: 160px; height: 19em; text-align: center; padding: 10px 7px; margin: 0 9px 10px 0; border: solid 1px #D1ECFF; overflow: hidden; float: left; background-color: #FFFFFF;}
.categoryCard1 h3 {font-size: 1em;}
/* image box */
.categoryCard1 .imageBox {text-align: center; width: 160px; height: 131px; margin-bottom: 5px; border-bottom: solid 1px #D1ECFF;}
.categoryCard1 .imageBox td { vertical-align: middle; height: 130px}
.categoryCard1 .imageBox a {width: 160px; height: 131px; margin-bottom: 5px; }
.categoryCard1 .imageBox img  {}

/* PRODUCT LIST */
.productList {width: auto; list-style: none; min-height: 10px; padding: 0; margin: 0 0 10px 0; overflow: hidden; }
.productList>li {position: relative; }
.productList h3 {margin: 0; margin-bottom: 10px; overflow: hidden; }
.productList h3 a {text-decoration: underline; display: block; }
.productList h3 a:hover, .productList h3 a:focus {text-decoration: none; }

/* product card 1 */
.productCard1 {width: 218px; height: 28.5em; border: solid 1px #D1ECFF; text-align: center; padding: 10px; margin: 0 9px 10px 0; overflow: hidden; background: #fff; float: left;}
.productCard1 h3 {font-size: 1.1em; line-height: 1.5; height: 2.8em; font-weight: bold;}
/* image box */
.productCard1 .imageBox {text-align: center; width: 218px; height: 165px; margin-bottom: 5px; border-bottom: solid 1px #D1ECFF;}
.productCard1 .imageBox td { vertical-align: middle; height: 165px}
.productCard1 .imageBox a {width: 218px; height: 160px; margin-bottom: 5px; }
.productCard1 .imageBox img  {}

/* product card 2 */
.productCard2 {width: 160px; height: 17em; text-align: center; padding: 10px 7px; margin: 0 1px 10px 0; border-top: solid 1px #D1ECFF; overflow: hidden; float: left; background-color: #FFFFFF;}
.productCard2 h3 {font-size: 1em; line-height: 1.5; height: 2.8em;}
/* image box */
.productCard2 .imageBox {text-align: center; width: 160px; height: 131px; margin-bottom: 5px; border-bottom: solid 1px #D1ECFF;}
.productCard2 .imageBox td { vertical-align: middle; height: 130px}
.productCard2 .imageBox a {width: 160px; height: 131px; margin-bottom: 5px; }
.productCard2 .imageBox img  {}

/* product card 3 */
.productCard3 {width: 160px; height: 17em; text-align: center; padding: 10px 7px; margin: 0 10px 10px 0; border: solid 1px #D1ECFF; overflow: hidden; float: left; background-color: #FFFFFF;}
.productCard3 h3 {font-size: 1em; line-height: 1.5; height: 2.8em;}
/* image box */
.productCard3 .imageBox {text-align: center; width: 160px; height: 131px; margin-bottom: 5px; border-bottom: solid 1px #D1ECFF;}
.productCard3 .imageBox td { vertical-align: middle; height: 130px}
.productCard3 .imageBox a {width: 160px; height: 131px; margin-bottom: 5px; }
.productCard3 .imageBox img  {}

/* FILTER */
.filter { background-color: #D1ECFF; color: #000; padding: 0.5em 1em; margin: 0 10px 10px 0;}
.filter form { padding: 0; margin: 0; vertical-align: middle;}
.filter input {vertical-align: middle;}

/* TOP 10 BOX */
.top10productsBox {margin: 10px 0; padding: 10px;}
.top10productsBox>h2, .top10productsBox>h3 {padding: 0 0 0.5em 0; margin: 0; color: #0159A4; font-size: 100%; font-weight: bold;}

/* RECOMMENDED BOX */
.recommendedProductsBox {margin: 10px 10px 10px 0; padding: 10px; background-color: #D1ECFF;}
.recommendedProductsBox h2 { padding: 0; margin: 0 0 1em 0;}

/* product card 4 */
.productCard4 {width: auto; height: 7em; border-bottom: solid 1px #EDF8FF; padding: 10px 3px 3px 10px; clear: left;}
.productCard4 h3 {font-size: 0.9em; line-height: 1.5; height: 2.8em;}
.productCard4 p { padding: 0; margin: 0.5em 0 0 0;}
/* image box */
.productCard4 .imageBox {text-align: center; float: left; width: 75px; height: 75px; margin: 0 5px 0 0;}
.productCard4 .imageBox a {}
.productCard4 .imageBox img  {}

/* 2DO list types */
.catalog {}
.pictures {}
.table {}
/* product card data */
.productCardData {clear: both;}
.productCardData .perex { display: block; font-size: 85%; line-height: 1.2em; height: 2.4em; overflow: hidden; padding: 0; margin: 0;}
.productCardData .price { color: #000; padding: 0; margin: 0.4em;}
.productCardData .availabilities { font-size: 85%; padding: 0; margin: 0;}
.productCardData .manufacturer { font-size: 85%;}

/* labels set 1 */
.productLabels1 {position: absolute; width: 100px; height: 48px; top: -5px; left: -5px; font-size: 75%; color: #FFF;}
.productLabels1 .label1 {display: block; width: 100px; height: 25px; padding-top: 7px; margin-bottom: -13px; background: url('../images/labels/label1trans.png') top left no-repeat; }
.productLabels1 .label2 {display: block; width: 100px; height: 25px; padding-top: 7px; margin-bottom: -13px; background: url('../images/labels/label2trans.png') top left no-repeat;}
.productLabels1 .label3 {display: block; width: 100px; height: 25px; padding-top: 7px; margin-bottom: -13px; background: url('../images/labels/label3trans.png') top left no-repeat;}
.productLabels1 .label4 {}
/* labels set 2 */
.productLabels2 {}


/* PRODUCT DETAIL */
/* product card */
#productDetail {}
/* product detail part I. */
#productDetailDiv1 {float: left; width: 470px;}
#productDetailDiv1cont {padding-right: 10px;}
/* product detail part II. */
#productDetailDiv2 { float: right; width: 250px; text-align: center;}
/* summary table */
.productDetailSummary {width: 100%; border: solid 1px #CCC;}
.productDetailSummary th {padding: 0.2em; vertical-align: middle; font-weight: bold; text-align: center;}
.productDetailSummary td {padding: 0.2em; vertical-align: middle;}
/* availabilities table */
.productDetailAvailabilities {width: 100%; border: solid 1px #CCC;}
.productDetailAvailabilities th {padding: 0.2em; vertical-align: middle; font-weight: bold; text-align: center;}
.productDetailAvailabilities td {padding: 0.2em; vertical-align: middle;}
/* availabilities table */
.productDetailQuantityDiscount {width: 100%; margin-bottom: 1em;}
.productDetailQuantityDiscount th {padding: 0.5em; vertical-align: middle; text-align: left; border-bottom: solid 1px #CCC;}
.productDetailQuantityDiscount td {padding: 0.5em; vertical-align: middle; text-align: left;}
/* variants table */
.productDetailVariants {width: 100%; border: solid 1px #96CFFB; margin-bottom: 1.5em;}
.productDetailVariants th {padding: 0.5em; vertical-align: middle; text-align: center; border-bottom: solid 1px #96CFFB; color: #005CA8; background-color: #D1ECFF;}
.productDetailVariants td {padding: 0.5em; vertical-align: middle; text-align: left; border-bottom: dotted 1px #96CFFB;}
.productDetailVariants .price {font-size: 140%;}
.productDetailVariants .availability { color: #009933;}

/* ratings table */
.productDetailRatings { margin: 1em 20px 1em 0; width: 275px; float: left;}
.productDetailRatings td {padding: 0.5em; vertical-align: middle;}

/* variant selector */
.productDetailVarSelector { font-weight: bold;}
/* prices */
.productDetailSummary .price { font-size: 160%; color: #000;}
/* jQuery Lightbox gallery */
/* image box - master image */
#productDetailDiv2 .imageBox {width: 241px; height: auto; margin-bottom: 5px;}
#productDetailDiv2 .imageBox td { vertical-align: middle; height: auto;}
#productDetailDiv2 .imageBox a {width: 240px; height: auto; margin-bottom: 5px;}
#productDetailDiv2 .imageBox img {border: 0; margin: 0; padding: 0; border: solid 3px #FFF;}

/* image box */
#productDetailDiv2 .imageBoxGallery { float: left; text-align: center; width: 55px; height: 55px; margin: 0 5px 5px 0; border: solid 1px #d8d7d7; background-color: #FFF;}
#productDetailDiv2 .imageBoxGallery td { vertical-align: middle; height: 55px;}
#productDetailDiv2 .imageBoxGallery a {width: 55px; height: 55px; margin-bottom: 5px;}
#productDetailDiv2 .imageBoxGallery img {border: 0; margin: 0 0 0 2px; padding: 0;}

/* other */
.buyForm1 {text-align: right; padding: 0.2em 1em; margin-top: 1em; border: solid 1px #CCC;}
.ui-effects-transfer {border: 2px solid #C10000;}

/* FORMS */
/* universal form - order, contact form, registration, login, forgotten pass...*/
.uniForm td { padding: 0.3em; vertical-align: top; line-height: 1.7em;}
.uniForm fieldset {}
.uniForm input { padding: 0.3em; }
.uniForm .inputStyle {width: 330px; border: 1px solid #A5ACB2; background-color: #FFFFFF !important;}
.uniForm textarea  { padding: 0.3em; width: 330px;}


/*------ MODULE ARTICLES -----------------------------------------------------------------*/

/* CATALOG */
/* subtitles */
#shopArticlesTitle { margin-top: 1.5em;}

/* ARTICLE LIST */
.articlesList {width: auto; list-style: none; min-height: 10px; padding: 0; margin: 0; overflow: hidden; }
.articlesList>li {width: auto; clear: left; list-style: none;}
.articlesList h3 { padding: 0; margin: 0.5em 0;}
.articlesList h3 a {text-decoration: underline;}
.articlesList h3 a:hover, .productList h3 a:focus {text-decoration: none; }
.articlesList img {margin-right: 1em; border: none;}
.articlesList p {padding: 0; margin: 0.5em 0;}
/* arcticle card types */
/* type 0 = articles list in page */
.articleCard0 {padding: 1em 0;}
.articleCard0 h3 {}
.articleCard0 img {}
/* type 1 */
.articleCard1 {padding: 0 1em 0 0; margin: 2em 0; height: auto;}
.articleCard1 h3 {font-size: 1.7em; margin: 0; margin-bottom: 10px; overflow: hidden; }
.articleCard1 img {float: left;}
/* type 2 */
.articleCard2 { clear: left;}
.articleCard2 h3 {font-size: 1.3em;}
.articleCard2 img {float: left;}
/* type 3*/
.articleCard3 {}
.articleCard3 h3 { font-size: 1em;}
.articleCard3 img {}
/* type 4*/
.articleCard4 {width: 160px; height: 17em; text-align: center; padding: 10px 7px; margin: 0 1px 10px 0; border-top: solid 1px #D1ECFF; overflow: hidden; float: left; background-color: #FFFFFF;}
.articleCard4 h3 {font-size: 1em;}
.articleCard4 img {float: left;}
/* arcticle info */
.articleInfo {font-size: 85%; padding: 0; margin: 0 0 0.5em 0; color: #55B6FF;}
.datePublished {padding-left: 16px !important; background: url("../images/icons/time.png") center left no-repeat;}


/* ARTICLE DETAIL */
.articleDetail .articleImage { float: left; margin-right: 1em; border: none;}
.articleDetail .articleInfo {}

/*------ MODULE GALLERY -----------------------------------------------------------------*/

/* PRODUCT LIST */
.galleryList {width: auto; list-style: none; min-height: 10px; padding: 0; margin: 0 0 10px 0; overflow: hidden; }
.galleryList>li {position: relative; overflow: hidden; background: #fff; float: left;}
.galleryList h3 {margin: 0; margin-bottom: 10px; overflow: hidden; }
.galleryList h3 a {text-decoration: underline; display: block; }
.galleryList h3 a:hover, .productList h3 a:focus {text-decoration: none; }
/* product card 1 */
.galleryCard1 {width: 218px; height: 20em; border: solid 1px #d9d8d8; text-align: center; padding: 10px; margin: 0 9px 10px 0;}
.galleryCard1 h3 {font-size: 1.1em; line-height: 1.5; height: 2.8em;}
/* image box */
.galleryCard1 .imageBox {text-align: center; width: 218px; height: 165px; margin-bottom: 5px;}
.galleryCard1 .imageBox td { vertical-align: middle; height: 165px}
.galleryCard1 .imageBox a {width: 218px; height: 160px; margin-bottom: 5px; }
.galleryCard1 .imageBox img  {}
/* product card 2 */
.galleryCard2 {width: 160px; height: 15em; border: solid 1px #D1ECFF; text-align: center; padding: 10px; margin: 0 9px 10px 0;}
.galleryCard2 h3 {font-size: 1em; line-height: 1.5; height: 2.8em;}
/* image box */
.galleryCard2 .imageBox {text-align: center; width: 160px; height: 121px; margin-bottom: 5px;}
.galleryCard2 .imageBox td { vertical-align: middle; height: 120px}
.galleryCard2 .imageBox a {width: 160px; height: 121px; margin-bottom: 5px; }
.galleryCard2 .imageBox img  {}


/*------ MODULE CONTACT FORM ----------------------------------------------------------------*/



/*------ MODULE RATINGS ----------------------------------------------------------------*/
.rating_wrapper { text-align: center;}
.productCard1 .rating_wrapper { float: right;}
.base {width: 85px; text-align: left; margin: 0 auto; height: 15px; padding-right: 4px; overflow: hidden; background: url("../images/modules/rating/ratings.gif") 0 0 no-repeat;}
.average {text-indent: -9999px; background: url("../images/modules/rating/ratings.gif") 0 -16px no-repeat;}

/*------ MODULE FORUM ----------------------------------------------------------------*/

.zobrazvybrane {padding: 3px 0 3px 15px; background: url("../images/modules/forum/zobrazvybrane.gif") center left no-repeat;}
.zobrazvse {padding: 3px 0 3px 15px;  background: url("../images/modules/forum/zobrazvse.gif") center left no-repeat;}
.odpovedet {padding: 3px 0 3px 15px;  background: url("../images/modules/forum/odpovedet.gif") center left no-repeat;}
.pridattema {padding: 3px 0 3px 20px;  background: url("../images/modules/forum/pridat.gif") center left no-repeat;}
.uvod {padding: 3px 0 3px 20px;  background: url("../images/modules/forum/uvod.gif") center left no-repeat;}
.vstoupit {padding: 3px 20px 3px 0;  background: url("../images/icons/vstoupit.gif") center right no-repeat; text-decoration: none;}
/* thread - vlakno */
#temadetail { background-color: #FFFF99; margin: 2em 0 0 0; }
#temadetail .hlavicka  {background: url("../images/modules/forum/diskuter.gif") 0 10px no-repeat;  border-bottom: 3px solid #FFF886; padding: 10px 0 5px 27px; margin-left: 10px;}
.hlavicka h3 { font-size: 114%; margin-bottom: 1em;}

#forumodpseznam { border: solid 1px #E8E8E8; padding: 0;}
#forumodpseznam select {overflow: auto; height: 200px;}
.forumodpnav { margin-top: 10px;}
.temaodpoved .hlavicka {background: url("../images/modules/forum/reakce.png") 5px 0.3em  no-repeat #F8F8F8; border-top: 1px solid #CCC;  padding: 10px 10px 15px 50px; margin: 10px 0 0 0;}
.temaodpoved .hlavicka h3 { font-size: 114%; padding: 0; margin: 0 0 10px 0;}
.temaodpoved .text {padding: 0.5em 1em 0.5em 50px; border: solid 1px #FFF; margin: 0 0 1em 0;}

/*------ MODULE FULLTEXT SEARCH -----------------------------------------------------------------*/

/* SEARCH RESULTS */
.uniForm2 {background-color: #FFF; border: solid 1px #2661A2; padding: 1.5em;}

/* SEARCH LIST */
.searchList {width: auto; list-style: none; min-height: 10px; padding: 0; margin: 0; overflow: hidden; }
.searchList li {width: auto; clear: left; padding: 1em 0; margin: 0; list-style: none;}
.searchList h3 { padding: 0; margin: 0.5em 0;}
.searchList h3 a {text-decoration: underline;}
.searchList h3 a:hover, .productList h3 a:focus {text-decoration: none; }
.searchList img {float: left; border: solid 1px #F0F0F0; margin-right: 1em;}

/* search string */
.spString { background-color: #FFFF00; font-weight: bold;}


/*------ MODULE POLLS ----------------------------------------------------------------*/

/* POLL BOXES */
/* poll box 1 */
#pollBox1 {margin: 10px 0; padding-bottom: 10px; background-color: #d1ecff; color: #000;}
#pollBox1 h3 { padding: 1em; margin: 0; background-color: #2661A2; color: #FFF; font-size: 100%;}
#pollBox1 a {text-decoration: none; color: #2661a2;}
#pollBox1 a:hover {color: #000;}
/* Q and A */
#pollBox1 .qa { padding: 0 10px;} 
#pollBox1 .question { padding: 0.3em 0; margin: 0.3em 0; border-bottom: solid 1px #FFF;}
#pollBox1 .answer { padding: 0; margin: 0.3em 0; font-size: 85%;}
#pollBox1 .progressBar {}

/*------ OTHER -----------------------------------------------------------------*/

/* FOOTER */
#footer {width: 980px; clear: left; margin: 0px auto; text-align: left; background:  url("../images/bg/footer.png") top center no-repeat; font-family: Arial, sans-serif;}
#footer p {font-size: 83%; color: #666666; margin: 0; padding: 2.8em 1.5em;}
#footer a {color: #666666; text-decoration: none;}

/* FOOTER CATEGORIES */
#footerCategories {width: 980px; height: auto; clear: left; text-align: left; margin: 0px auto; border-top: solid 1px #71BEF9; background-color: #FFFFFF;}
#footerCategories ul {width: 300px; float: left;}
#footerCategories ul>li {}
#footerCategories a {}

/* logo COVER MEDIA */
#logoCover {display: block; width: 131px; height: 16px; background: url("../images/logo-covermedia.gif") 0 0 no-repeat; overflow:hidden;}
#logoCover:visited { background: url("../images/logo-covermedia.gif") 0 0 no-repeat;}
#logoCover:hover {background: url("../images/logo-covermedia.gif") -131px 0 no-repeat;}
#logoCover span { display: none;}

/* PROCESS TIME */
/* hide with display:none rule*/
#processTime {}

/* IMAGES */
/* custom properties */

/* INDEX PAGE */

/* COLORS */
.grey {color: #999999;}
.grey2 {color: #BBBBBB;}
.grey3 {color: #D1DAE0}
.red {color: #FF0000;}
.black {color: #000000;}
.yellow {color: #FFCC00;}
.orange {color: #FF6600;}
.blue1 {color: #D1ECFF;}
.green {color: #009900;}
/* BG COLORS */
.bgBlue1 { background-color: #D1ECFF;}

/* GALLERY */
.card {float: left; width: 180px; height: 220px; margin: 0 10px 10px 0; padding: 10px 0; text-align: center; background: #fff; border: 1px solid #e6e6e6; overflow: auto;}
.card-title {margin: 0 0 5px 0; color: #f60; font-size: 100%;}
.card-photo {height: 135px; margin: 0 5px; padding: 0; border: none; background-color: #ddd;}
.card-desc {margin: 5px 10px; padding:0; text-align: left;}
.card-info {margin: 5px 10px 0 10px; padding:0; text-align: center; color: #666;}

/* TABLES */
/* universal */
.uniTable {width: 100%; border-collapse: collapse; border: solid 1px #96CFFB;}
.uniTable td {padding: 0.5em; vertical-align: middle; text-align: left; border-bottom: dotted 1px #96CFFB;}
/* invisible */
.layoutTable {width: 100%; border-collapse: collapse; border: none !important;}
.layoutTable td {padding: 0; border: none !important; vertical-align: top;}

/* LISTS */
.uniList {text-align: left; list-style: none; padding: 0; margin: 1em 0 1em 1.5em;}
.uniList li {margin: 0.4em 0; padding: 0 0 0.4em 1.2em; border-bottom: dotted 1px #D1ECFF; background: url("../images/bullet6.gif") 0.2em 0.4em no-repeat;}
.uniList a { text-decoration: none;}
