@charset "utf-8";
@import url("site_framework.css"); 

/* ACTUANA FRONTEND CSS */
/* DEFAULT THEME */
/* System version 1.7 */
/* Last revision: 22.05.2010 */
/* Author: petr@cover.cz */


/*------ GENERAL -----------------------------------------------------------------*/

html, body {height:100%;}
body {font-family: Verdana, sans-serif; font-size: small; color: #525054; margin: 0; padding: 0; text-align: center; border: 0px none; background: #FFF;}
h1 {color: #90AED0; font-size: 220%;}
h2 {color: #90AED0; font-size: 160%;}
h3 {color: #90AED0; font-size: 140%;}
h4 {color: #90AED0; font-size: 116%;}
h5 {color: #90AED0; font-size: 100%;}
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: #90AED0;}
a:visited {color: #90AED0;}
a:hover {color: #525054;}
a:active {color: #90AED0;}

/* 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;}
.externalLink {padding-left: 14px; background: url("../images/icons/external-link.png") center left 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;}

/* FILE TYPES */
/* attachment */
.att {padding: 3px 0 3px 30px; height: 16px; background: url("../images/icons/filetype-att-24x24.png") center left no-repeat;}

/* 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;}
/* 3 col bg wrappers */
#wrapper4 {float: left; width: 980px; background: #FFF; border-top: solid 10px #FFF; border-bottom: solid 10px #FFF;}
#wrapper4cont {padding: 0;}
/* for vertically centered layout only */
#wrapper5 {width: 618px; height: 456px; margin-left: auto; margin-right: auto; text-align: left;}

/*------ VERTICALLY CENTERED LAYOUT -----------------------------------------------------------------*/
/* adopted from login screen */
#vcDistance {width: 1px; height: 40%; background-color: none; margin-bottom: -14.5em; float: left;}
#vcContainer {margin: 0 auto; position: relative; text-align: center; height: 27.5em;	width: 45em; clear: left;}
#vcIntro h1 {display: none;}

/*------ CONTENT CONTENT AREA (WYSIWYG editor) -----------------------------------------------------------------*/
.contentContent {}
/* headings */
.contentContent h2 { margin-top: 0;}
/* table */
.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;}
/* lists */
.contentContent ul, ol {text-align: left; padding: 0 1.5em; margin: 0;}
.contentContent ul, ol li {}

/* 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 {}

/*------ HEAD, LOGO, SEARCH BOX, LANGUAGES, PAGING -----------------------------------------------------------------*/

/* HEAD */
#head {float: left; text-align: right; display: block; width: 980px; height: 146px; margin: 10px 0 40px 0; padding: 0; color: #0062AA; background-image: url("../images/bg/_default_header.jpg"); background-position: top left; background-repeat: no-repeat;}
#head a {color: #FFF;}

/* LOGO */
#logo {float: right; display: block; width: 280px; height: 146px; margin: 0 15px 0 0; padding: 0;}
#logo a {float: left; display: block; width: 280px; height: 146px; }
#logo span {display: none;}
#logo img {border: none;}

/* SEARCH BOXES */
/* search box 1*/
.searchBox1 {float: left; width: 500px; padding: 0; text-align: right;}
.searchBox1 form {padding: 10px; margin: 0 25px 0 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 {width: 97px; height: 90px; padding: 0; margin-top: 10px; font-size: 85%; color: #000; float: left; background: url("../images/bg/menu-languages.png") top left no-repeat;}
#languages p { padding: 0; margin: 15px 0 0 10px;}
#languages a { text-decoration: none; color: #FFFFFF;}
#languages a:hover { text-decoration: none; color: #000;}

/* 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: 980px; padding: 1em 0 0 0; height: 1.2em; margin-bottom: 1em; overflow: hidden; color: #000; background-color: #FFFFFF;}
.breadCrumbNavi p {padding: 0; margin: 0;}

/* 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;}
#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: 97px; height: 90px; padding: 0; margin-top: 10px; color: #000; float: left;}
#loginBox22 {position: relative; }
#loginBox2P { padding: 0; margin: 0;}
#loginBox2 form { padding: 0; margin: 0;}
#loginBox2 input {margin-bottom: 10px;}
#loginBox2 a {color: #C8D300; text-decoration: none;}
.loginLink, #logout {display: block; width: 90px; height: 90px; padding: 70px 0 0 10px; background: url("../images/bg/login_box_2.png") top left no-repeat;}
.loginLink:hover, #logout:hover {display: block; width: 90px; height: 90px; background: url("../images/bg/login_box_2.png") top left no-repeat;}
#loginBox2 a:hover {color: #000;}
#loginBox2 .poleSearch {color: #999; width: 150px;}
/* cart box info */
#loginInfo1 {position: absolute; width: 200px; top: 90px; left: -75px; background: #F4A300; 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 {}
/*contact box*/
#contactBox2 {width: 97px; height: 90px; padding: 0; margin-top: 10px; color: #000; float: left;}
#contactBox2 p { padding: 0; margin: 0;}
#contactBox2 a {display: block; width: 90px; padding: 67px 0 10px 10px; background: url("../images/bg/menu-item.png") top left no-repeat; color: #FFFFFF; text-decoration: none; }
#contactBox2 a:hover {display: block; width: 90px; padding: 67px 0 10px 10px; background: url("../images/bg/menu-active.png") top left no-repeat; text-decoration: none; color: #000000;}

/* 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: 686px; float: left;}
#titleBox1b {}
/* right col */
#titleBox2a {width: 294px; float: left;}
#titleBox2b {}


/*------ MENUS -----------------------------------------------------------------*/

/* MENU 1*/
/* CSS dropdown menu v 1.0 */
/* menu container */
#menu1cont {float: left; width: 776px; height: 90px; } /*container bg*/
/* menu list */
#menu1nav {float: left; width: 776px; list-style: none; padding: 0; margin: 10px 0 0 0; background: #FFF;}
#menu1nav>ul {float: left; z-index: 100;}
#menu1nav>li {float: left; width: 90px; height: 90px; margin-right: 7px; list-style: none; background: url("../images/bg/menu-item.png") top left no-repeat; overflow: hidden;}
#menu1nav>li>div { position: relative; width: 90px; height: 90px; }
#menu1nav>li>div>a {display: block; width: 70px; position: absolute; bottom: 0px; color: white; text-decoration: none; padding: 50px 10px 10px 10px;}
#menu1nav>li>a>span {}
#menu1nav a.tree {}
/* 2. sublevel */
#menu1nav li ul {position: absolute; left: -999em; height: auto; padding: 0; margin: 0; width: 192px; list-style: none;}
#menu1nav li li {font-weight: normal; width: auto; background: url("../images/bg/menu-1-dropdown-bd.png") top left repeat-y;}
#menu1nav li li a {width: auto; color: #FFFFFF !important; text-decoration: none;}
#menu1nav li li a:hover {color: #000 !important; text-decoration: none;}
#menu1nav li li div {background: url("../images/bullet7.png") 6px 0.4em no-repeat; padding-left: 16px;}
/* megadropdown */
.dropHeader { width: 192px; height: 25px !important; background: url("../images/bg/menu-1-dropdown-hd.png") top left no-repeat !important;}
.dropBody { width: 192px; height: auto;}
.dropFooter { width: 192px; height: 25px !important; background: url("../images/bg/menu-1-dropdown-ft.png") top left no-repeat !important;}
/* submenu items width */
#menu1nav li li {}
/* submenu items padding */
#menu1nav li ul a {width: auto;}
#menu1nav li ul span {width: auto;}
/* 3. sublevel */
#menu1nav li ul ul {margin-top: -2em; margin-left: 192px; display: none;}
#menu1nav li li li {}
/* 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 {} /*hover bg - any level*/
#menu1nav>li:hover, #menu1nav>li.sfhover {background:  url("../images/bg/menu-active.png") top left no-repeat;} /*hover bg - first level*/
#menu1nav>li>div>a:hover, #menu1nav>li>div>a.sfhover { color: #000000;} /*hover bg a - first level*/
/*selected item*/
#menu1nav>li.active {float: left; display: block; background:  url("../images/bg/menu-active.png") top left no-repeat !important;} /*active bg*/
#menu1nav>li.active>ul {display: none;} /* HIDDEN FOR NOW */
#menu1nav>li.active>span, #menu1nav>li.active>div>a { color: #000000;}
/*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; background: url('../images/bg/mask-left-menu-top.png') top left no-repeat #F5A300; font-size: 83%;}
.menu2cont h3 {padding: 15px 5px 10px 25px; margin: 0; color: #FFF; font-size: 100%; border-bottom: dotted 1px white;}
.menu2cont>ul {padding: 10px 0 !important; margin-bottom: 5px !important; background: url('../images/bg/mask-left-menu-bottom.png') bottom left no-repeat; min-height: 380px;}
.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 5px 0.5em 25px; display: block; }
.menu2cont a:hover, .menu2cont a:focus {text-decoration: underline; color: #000000;}
.menu2cont span {color: #666666; text-decoration: none; padding: 0.5em 3px 0.5em 20px; display: block; }
.menu2cont .active {background: url("../images/bg/menu-ico.png") 10px 4px no-repeat;}
/* 1. level */
/* a, span */
.menu2cont>ul>li>a, .menu2cont>ul>li>span { background: url('../images/bullet7.png') 15px 0.8em no-repeat;}
/* 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: #000; background: url('../images/bullet8.png') 15px 0.8em no-repeat;}
/* 2. level */
.menu2cont>ul>li>ul>li>a, .menu2cont>ul>li>ul>li>span {}
.menu2cont li ul>li>a, .menu2cont li ul>li>span {padding: 0 3px 0.4em 35px;}
.menu2cont>ul>li>ul>li.active>a, .menu2cont>ul>li>ul>li.active>span {color: #000; background: none !important;}
.menu2cont li ul>li>a:hover, .menu2cont li ul>li>a:focus {}
/* 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: 658px; float: left; background: /*url("../images/bg/column-2-narrow.png") top left repeat-x*/ #FFF;}
#column2narrow2 {padding: 0 0 0 18px;}

/* COLUMN 2 WIDE */
#column2wide {width: 768px; float: left; background: /*url("../images/bg/column-2-narrow.png") top left repeat-x*/ #FFF;}
#column2wide2 {padding: 0 0 0 18px;}

/* COLUMN 3 */
#column3cont {width: 192px; float: left;}
#column3cont2 {padding: 0;}


/*------ TEXTS AND OTHER -----------------------------------------------------------------*/
.infoText {font-size: 83%;}
.infoText2 { color: #015AA4; font-size: 83%;}

/*------ MODULE SHOP -----------------------------------------------------------------*/

/* CATALOG */
/* titles */
#shopCatalogTitle { margin-top: 1.5em;}
.uniTitle1 { margin: 0; padding: 0 0 1.2em 0;}

/* 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;}
/* 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;}
/* 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  {}
/* rating */
.productCard3 .rating_wrapper { text-align: center;}
.productCard3 .base { margin: 0 auto;}

/* 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 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: 100%; padding: 0; margin: 0;}
.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;}
/* product set */
.isFree { color: #009900; font-weight: bold;}

/* ratings table */
.productDetailRatings { margin: 1em 0;}
.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 ATTACHMENTS -----------------------------------------------------------------*/

/* ATTACHMENTS LIST */
.attachmentsList {width: auto; list-style: none; min-height: 10px; padding: 0; margin: 10px 0;}
.attachmentsList>li { padding: 0; margin: 0.6em 0;}
.attachmentsList h3 {margin: 0; margin-bottom: 10px; overflow: hidden; }
.attachmentsList h3 a {text-decoration: underline; display: block; }
.attachmentsList h3 a:hover, .attachmentList h3 a:focus {text-decoration: none; }

/*------ MODULE STRUCTURE -----------------------------------------------------------------*/

/* SUBPAGES LIST */
.subpagesList {width: auto; list-style: none; min-height: 10px; padding: 0; margin: 2em 0;}
.subpagesList>li {list-style: none; overflow: auto;}
.subpagesList h3 { padding: 0; margin: 0.5em 0;}
.subpagesList h3 a {text-decoration: underline;}
.subpagesList h3 a:hover, .productList h3 a:focus {text-decoration: none; }
.subpagesList img {margin-right: 1em;}
/* subpage card types */
/* type 1 */
.subpageCard1 {padding: 0; margin: 1em 0; width: auto; height: auto;}
.subpageCard1 h3 {font-size: 1.2em; line-height: 1.5; margin: 0; margin-bottom: 10px;}
.subpageCard1 img {float: left; border: none;}
.subpageCard1 p { padding: 0; margin: 0 0 1em 0;}
/* type 2 */
.subpageCard2 { float: left; padding: 0; margin: 1em 0; width: 330px; height: 14em;}
.subpageCard2 h3 {font-size: 1.2em; line-height: 1.5; margin: 0; margin-bottom: 10px;}
.subpageCard2 img {float: left; border: none;}
.subpageCard2 p {}

/* PAGE DETAIL */
#pageDetailLeft {float: left; width: 110px;}
#pageDetailLeft2 { padding-left: 18px;}

/* image box */
#pageDetailLeft .imageBox {}
#pageDetailLeft .imageBox td {vertical-align: middle; height: 100px;}
#pageDetailLeft .imageBox a {width: auto; height: auto;}
#pageDetailLeft .imageBox img {border: 0; margin: 0; padding: 0;}

/* image box gallery */
#pageDetailLeft .imageBoxGallery {}
#pageDetailLeft .imageBoxGallery td { vertical-align: middle; height: 100px;}
#pageDetailLeft .imageBoxGallery a {width: auto; height: auto;}
#pageDetailLeft .imageBoxGallery img {border: 0; margin: 0; padding: 0;}

/*------ MODULE ARTICLES -----------------------------------------------------------------*/

/* CATALOG */
/* subtitles */
#articlesTitle { margin: 0; padding: 0 0 1.2em 0;}

/* ARTICLE LIST */
.articlesList {width: auto; list-style: none; min-height: 10px; padding: 0; margin: 0; overflow: hidden; }
.articlesList>li {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;}
/* arcticle card types */
/* arcticle card types */
/* type 0 = articles list in page */
.articleCard0 {padding: 1em 0; clear: left;}
.articleCard0 h3 {}
.articleCard0 img {float: left;}
/* type 1 */
.articleCard1 {padding: 0 1em 0 0; margin: 1em 0;width: auto; }
.articleCard1 h3 {font-size: 1.5em; line-height: 1.5; margin: 0; margin-bottom: 10px; overflow: hidden; }
.articleCard1 img {float: left;}
/* type 2 */
.articleCard2 { clear: left;width: auto; }
.articleCard2 h3 {font-size: 1.2em;}
.articleCard2 img {float: left;}
/* type 3*/
.articleCard3 {clear: left;width: auto; }
.articleCard3 h3 {}
.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;}
/* type 5 */
.articleCard5 {float: left; width: 490px; height: 260px;}
.articleCard5 img {float: left; margin-bottom: 60px;}
.articleCard5 p { font-size: 115%; line-height: 135%; padding: 0 10px 0 0; margin: 0 0 1em 0;}
/* 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 */
#articleDetailLeft {float: left; width: 110px;}
#articleDetailRight {float: left; width: 630px;}
.articleDetail .articleImage {margin-right: 1em; border: none;}
.articleDetail .articleInfo {}

/* image box */
#articleDetailLeft .imageBox {}
#articleDetailLeft .imageBox td {vertical-align: middle; height: 100px;}
#articleDetailLeft .imageBox a {width: auto; height: auto;}
#articleDetailLeft .imageBox img {border: 0; margin: 0; padding: 0;}

/* image box gallery */
#articleDetailLeft .imageBoxGallery {}
#articleDetailLeft .imageBoxGallery td { vertical-align: middle; height: 100px;}
#articleDetailLeft .imageBoxGallery a {width: auto; height: auto;}
#articleDetailLeft .imageBoxGallery img {border: 0; margin: 0; padding: 0;}

/*------ 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; margin: 0 auto; height: 100%; 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: #323334; color: #FFF;}
#pollBox1 h3 { padding: 1em; margin: 0; background-color: #2661A2; color: #FFF; font-size: 100%;}
#pollBox1 a {text-decoration: none; color: #FFF;}
#pollBox1 a:hover {color: #FFFF00;}
/* Q and A */
#pollBox1 .qa { padding: 0 10px;} 
#pollBox1 .question { padding: 0.3em 0; margin: 0.3em 0; border-bottom: dotted 1px #96999D;}
#pollBox1 .answer { padding: 0; margin: 0.3em 0; font-size: 85%;}
#pollBox1 .progressBar {}

/*------ MODULE TABLES ----------------------------------------------------------------*/

.dataTable {border: solid 1px #CCC; width: 100%;}
.dataTable th {padding: 0.8em; vertical-align: middle; background-color: #efe; color: #000;}
.dataTable tbody {}
.dataTable td {border-bottom: dotted 1px #CCC; padding: 0.5em; vertical-align: top;}

/*------ OTHER -----------------------------------------------------------------*/

/* FOOTER */
#footer {width: 980px; clear: left; margin: 0px auto; text-align: left;}
#footer p {font-size: 83%; color: #CCC; margin: 0; padding: 2.8em 0;}
#footer p a {color: #CCC; text-decoration: none;}

/* FOOTER CATEGORIES */
#footerCategories {width: 980px; height: auto; clear: left; text-align: left; margin: 0px auto; background-color: #FFFFFF;}
#footerCategories ul {width: 245px; float: left;}
#footerCategories ul>li {}
#footerCategories a {}

/* footer navigation */
#footerNavi { float: left; width: 200px; padding: 15px 0 0 0;}

/* logo footer */
#footerLogo {display: block; width: 274px; height: 40px; background: url("../images/logo-central-europe.png") 0 0 no-repeat; overflow:hidden; text-decoration: none;}
#footerLogo 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 */
.uniTable {border: solid 1px #FFF; width: 100%;}
.uniTable td {border-bottom: dotted 1px #FFF; padding: 0.5em;}

/* LISTS */
.uniList {text-align: left; list-style: url("../images/bullet8.gif"); padding: 0; margin: 1em 0 2em 2em;}
.uniList li {margin-top: 0.5em;}
