body {
    height:100%;
    padding:0;
    margin:0;
}

body {
    color: #333;
    font: 12px/1.3em Arial,"Helvetica Neue",Helvetica,sans-serif;
}

h1 {
    color: #000;
    font-size: 21px;
    font-weight: 700;
}

a {
    color: #333;
}

a:hover {
    color: #000;
}

a img {
    border: none;
}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../img/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 0.666em 1em;
    margin: 1em 0;
}
span.error {
    color: #F32121;
    font-weight: bold;
    display: inline-block;
    padding: .333em 0;
}
ul.error, p.error {
    margin: .5em 0;
    padding: 0;
    list-style-type: none;
}
ul.error li {
    margin: .333em 0em;
    padding: 0.666em 1em;
    border-width: 1px;
    border-style: solid;
}
p.error {
    padding: .666em;
    font-size: 12px;
}
div.flash .close {
    display: inline-block;
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    float: right;
    margin: 0 0 0 15px;
    cursor: pointer;
}
div.flash.error, ul.error li, p.error {
    background-color: #E80E0E;
    border-color: #C22929;
    color: #FFFFFF;
}
div.flash.success {
    background-color: #C5FF4E;
    border-color: #BDD883;
    color: #567418;
}

a[href^="#error:"]:after {
	content: ' !';
        color: orange;
}

.cleaner {
    clear: both;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}
form th label {
    display: inline-block;
    padding-top: 3px;
    cursor: pointer;
}

form fieldset {
    margin-bottom: 2em;
}
form fieldset legend {
    margin: auto 1em;
    padding: 0 .7em;
    font-size: 110%;
    font-weight: bold;
}

form .required label {
    font-weight: bold;
}

#frm-productsForm b {
    display: inline-block;
    width: 95px;
}
#frm-productsForm label a {
    margin-right: 90px;
}
#frm-productsForm th {
    text-align: left !important;
}
#frm-productsForm {
    margin-bottom: 3em;
}

html.js .jshidden {
    display: none;
}

.box50L {
    width: 49%;
    float: left;
}
.box50R {
    width: 49%;
    float: right;
}

.box33L {
    width: 33%;
    float: left;
}
.box66R {
    width: 66%;
    float: right;
}

.box33R {
    width: 33%;
    float: right;
}
.box66L {
    width: 66%;
    float: left;
}

/* ---------------------------------- */
noscript div {
    border: 1px solid #000000;
    text-align: center;
    font-weight: bold;
    padding: 1em 0;
}

body > header {
    width: 1020px;
    height: 149px;
    margin: 0 auto;
    position: relative;
}
body > header #logo {
    display: inline-block;
    position: absolute;
    left: 11px;
    top: 40px;
}
#my {
    border-color: #d7d7d7;
    border-radius: 0 0 3px 3px;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: 0 0 2px #dfdfdf;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 0;
    background: #fff;
}
#my .account, #my .wishlist, #my .service, #my .languages {
    height: 21px;
    display: block;
    float: left;
    line-height: 16px;
    color: #3e3e3e;
    text-decoration: none; 
    font-weight: bold;   
    position: relative;
    display: inline-block;
}
#my .account {
    background: url('../web/web-01/images/ico_myaccount.png') no-repeat scroll 9px 5px rgba(0, 0, 0, 0);
    border-right: 1px solid #e8e8e8;
    padding: 4px 10px 0 30px;
    cursor: pointer;
}
.showLogForm {
    cursor: pointer;
}
#my .wishlist {
    border-right: 1px solid #e8e8e8;
    color: #3e3e3e;
    padding: 4px 10px 0;
    position: relative;
}
#my .wishlist span {
    position: absolute;
    top: 12px;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: url('../web/web-01/images/wishlist.png') scroll no-repeat 0 0;
}
#my .service, #my .languages {
    background: url('../web/web-01/images/ico_listing-bottom-active.png') no-repeat scroll 100% 5px rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    margin: 0 10px 0 0;
    padding: 4px 20px 0 10px;
    position: relative;
    z-index: 10;
}
#my .languages {
    border-left: 1px solid #e8e8e8;
}
#topbar, #languagebar {
    display: none;
    position: absolute;
    top: 25px;
    right: -1px;    
    background: #FFFFFF;
    width: 150px;
    margin: 0;
    padding: 10px 5px 8px 5px;
    border: 1px solid #D7D7D7;
    border-top-width: 0px;
    z-index: 100;
    box-shadow: 0 1px 2px #dfdfdf;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#topbar li, #languagebar li {
    list-style-type: none;   
    padding: 3px 0;
    margin: 0;
}
#topbar li a, #languagebar li a {
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #999999;
    padding-left: 15px;
    background: url('../web/web-01/images/right.png') no-repeat scroll 0 0;
}
#topbar li a:hover, #languagebar li a:hover {
    text-decoration: underline;
    color: #000000;
}

.flag {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 14px;
    background-size: contain;
}
.flag-cz {
    background-image: url('../img/flag-cz.gif');
}
.flag-en {
    background-image: url('../img/flag-en.gif');
}
.flag-sk {
    background-image: url('../img/flag-sk.gif');
}
.flag-de {
    background-image: url('../img/flag-de.gif');
}

/* prihlasovaci formular */
#modal { 
    display: none;
    position: absolute; 
    width: 100%;
    top: 0; 
    left: 0;
    z-index: 99;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAPSURBVHjaYmBgYHAFCDAAAEoARiveJPoAAAAASUVORK5CYII=") 0 0 repeat;
}
#logForm {
    position: absolute;
    top: -800px;
    left: 45%;
    left: calc(50%-241px);    
    width: 480px;
    padding: 0;
    background: #FFFFFF;
    border: 1px solid #888;
    z-index: 100;
    box-shadow: 0 0 15px #666;
}
#logForm.show {
    top: 50px;
}
#logForm .close {
    cursor: pointer;
    display: inline-block;
    background: #000000;
    color: #FFFFFF;
    width: 18px;
    height: 18px;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
}
#logForm .close:hover {
    background: #C22929;
}
#logForm h4 {
    width: 80%;
    padding: 0;
    margin: 0;
    line-height: 18px;
    font-size: 14px;
    font-weight: 700;
    color: #000;    
}
#logForm h5 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #333333;    
}
#logForm p {
    line-height: 21px;
    font-size: 13px;
    color: #555555;
}
#logForm p a {
    color: #555555;
}
#logForm p a:hover {
    color: #000000;
}
#logForm .part0 {
    padding: 25px 25px 20px 25px;
    border-bottom: 1px solid #E9E9E9;
}
#logForm .part1 {
    padding: 25px
}
#logForm .part2 {
    background: #F1F1F1;
    border-top: 1px solid #DFDFDF;
    padding: 25px
}
#logForm th label {
    display: inline-block;
    padding: 7px 15px 0 35px;
    font-size: 13px;
}
#logForm td label {
    color: #757575;
    font-size: 12px;
}
#logForm td input[type="checkbox"] {
    margin: 4px 6px 0 0;
}
#logForm .text {
    border: 1px solid #bbb;
    width: 250px;
    height: 18px;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 3px;    
    margin-bottom: 6px;
    color: #666666;
}
#logForm .submit, .button {
    border: 0;
    background: #AAA;
    color: #FFFFFF !important;
    text-decoration: none;
    line-height: 14px;
    font-size: 14px;
    cursor: pointer;
    float: right;
    padding: 8px 25px;
    transition: background-color .3s linear;
}
.button {
    float: none !important;
}
.btnvoucher {
    border: 0;
    background: #97CC48;
    color: #FFFFFF !important;
    text-decoration: none;
    line-height: 12px;
    font-size: 12px;
    cursor: pointer;
    padding: 5px 12px;
    transition: background-color .3s linear;
}
.btnvoucher:hover {
    background-color: #70A521;
}
#logForm .submit:hover, .button:hover {
    background-color: #000000;
    transition: background-color .5s linear;
}
#logForm #register {
    display: inline-block;
    background: #000000;
    color: #FFFFFF;
    line-height: 14px;
    font-size: 14px;
    margin: 6px 0 0 0;
    padding: 12px 25px;
    text-decoration: none;    
    box-shadow: 1px 1px 4px #adadad;
}
#logForm #register:hover {
    background-color: #757575;
}


/* kosik */
#basket {
    position: absolute;
    right: 10px;
    top: 45px;
    width: 263px;
}
#cart {
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-size: 13px;
    font-weight: 900;
}
#cart:hover {
    color: #000;
}
#sum {
    position: absolute;
    left: 127px;
    top: 0;
    width: 75px;
    text-align: right;
}
#enter {    
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 51px;
    background: url('../web/web-01/images/ico_basket.png') 0 0 no-repeat;
    overflow: hidden;
    text-indent: 100px;
}
#enter span {
    width: 29px;
    height: 29px;
    line-height: 29px;
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-indent: 0;
    background: url('../web/web-01/images/basket_number.png') scroll no-repeat 0 0;
}
#basket-in {
    position: absolute;
    left: 0;
    top: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 21px;
    width: 190px;
    padding: 0 0 0 10px;
    color: #9c9c9c;
    border: 1px solid #E3E3E3;
    background: url('../web/web-01/images/bg_arrow-small_down.gif') 96% 50% no-repeat #FFFFFF;
    text-decoration: none;
}
#basket-in:hover {
    text-decoration: none;
}

#searchform {
    margin: 0;
    padding: 0;    
    width: 293px;    
    height: 27px;    
    position: absolute;
    right: 10px;
    top: 105px;
}
#searchfield {
    background: url('../web/web-01/images/bg_searchfield.png') 0 0 repeat-x #FFFFFF;
    border-radius: 2px 0 0 2px;
    border-color: #CDCDCD;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    color: #999;
    font-size: 12px;
    height: 15px;
    margin: 0;
    padding: 5px 43px 5px 10px;
    width: 205px;
    display: block;
    float: left;
}
#submit_search_btn {
    background: url('../web/web-01/images/bg_arrow_search.gif') 0 0 no-repeat #777777;
    display: block;
    height: 27px;
    width: 33px;
    border: 0;
    float: left;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
}

/* navigace */
body > nav {
    width: 1020px;
    height: 40px;
    margin: 0 auto;
    background: #000000;  
    position: relative;
    z-index: 1;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, .3); */
}

#main-menu .menu, #main-menu .submenu {
    margin: 0;
    padding: 0;
    z-index: 120;
    list-style-type: none;     
    background-color: #000000;
}
#main-menu .menu > li {
    margin: 0;
    padding: 0;
    display: inline-block;
    border-right: 1px solid #434343;
    position: relative;
}
#main-menu .menu > li.active {
    background-color: #FFFFFF;
    top: 2px;
    transition: background-color 0.25s linear;
}
#main-menu .menu > li.active > a {
    color: #000000;
    font-weight: 700;
    height: 38px;
}
#main-menu .menu li.active > .submenu {
    top: 38px;
}
#main-menu .submenu > li.active > a {
    font-weight: 700;
}
#main-menu .submenu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;  
    position: absolute;
    left: 0;
    top: 40px;
    width: 228px;
}
#main-menu .menu > li:hover {
    /*background-color: #000000 */
}
#main-menu .menu > li:hover > a {
    color: #FFFFFF !important;
}
#main-menu .menu > li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
#main-menu .submenu li {
    border-bottom: 1px solid #333333;
}
#main-menu .submenu li:hover {
    background-color: #333333;
}
#main-menu .submenu li:hover a {
    color: #FFFFFF;
}
#main-menu .submenu a {
    display: inline-block;
    width: 198px;
    height: 25px;
    line-height: 25px;
    padding: 0 16px;
    color: #808080;
    text-decoration: none;
}
#main-menu .menu > li > a {
    display: inline-block;
    height: 40px;
    line-height: 44px;
    padding: 0 16px;
    color: #FFFFFF;
    text-decoration: none;
}


#left-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#left-menu .menu {
    padding-bottom: 3px;
    background: url('../web/web-01/images/left_menu.png') 0 100% repeat-x;
}
#left-menu .menu > li {
    border: 1px solid #d3d3d3;
    border-width: 1px 1px 0 1px;    
    background: #F5F5F5 url('../web/web-01/images/left_menu_li.png') 100% 12px no-repeat;
}
#left-menu .menu > li:last-child {
    border-bottom-width: 1px;
}
#left-menu .menu > li:hover:not(.active) {
    background: #FFFFFF url('../web/web-01/images/left_menu_li_hover.png') 157px 8px no-repeat;
}
#left-menu .menu > li > a {
    display: block;
    padding: 8px 0 8px 10px;
    text-decoration: none;
    font-size: 11px;
    line-height: 15.6px;
    color: #3E3E3E;
}
#left-menu .menu > li.active {
    background-color: #000000;
}
#left-menu .menu > li.active.node {
    background-image: url('../web/web-01/images/left_menu_active_node.png');
}
#left-menu .menu > li.active > a {
    color: #FFFFFF;
    font-weight: 700;
}
#left-menu .menu a {
    color: #3e3e3e;
}
#left-menu .submenu {
    padding: 5px 0;
    background: #FFFFFF url('../web/web-01/images/left_menu_submenu.png') 0 0 repeat-x;
}
#left-menu .submenu li {
    padding: 0;
    margin: 0;
}
#left-menu .submenu a {
    display: block;
    margin: 0 0 0 10px;
    padding: 3px 0 3px 15px;
    font-size: 11px;
    line-height: 15.6px;
    text-decoration: none;
    background: url('../web/web-01/images/left_menu_submenu_a.png') 0 50% no-repeat;
}
#left-menu .submenu .active a {
    font-weight: 700;
    background-image: url('../web/web-01/images/left_menu_submenu_a_active.png');
}





#content {
    width: 998px;
    margin: 0 auto 54px auto;
    padding: 0 11px;
    background-color: #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);    
    position: relative;
    overflow: hidden;
}

.inside {
    padding: 11px;
}

#hp-banns {
    margin: 10px 0 20px 0;
}

#hp-banns a {
    display: inline-block;
    float: left;
    margin-bottom: 7px;
}

#hp-banns a:not(.no-margin)  {
    margin-right: 10px;    
}

.plist {
    padding-bottom: 15px;
}

.plist h4 {
    color: #636363;
    height: 28px;
    font-size: 16px;
    margin: 30px 0 12px 0;
    padding: 0 0 0 30px;
}
.plist ul {
    margin: 0 0 9px 20px;
    padding: 0;
    list-style-type: none;    
}
.plist li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.plist li:not(:last-child) {
    padding-right: 35px;
    background: url('../web/web-01/images/bg_viewlast_artbox.png') 97% 50% no-repeat;
}
.plist a {
    display: block;
    width: 161px;
    height: 140px;
    color: rgb(136, 136, 136);
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    text-decoration: none;
}
.plist a:hover {
    color: #000000;
}
.plist img {
    display: block;
    margin: 0 auto 5px auto;
}

body > footer {
    height: 338px;
    background: #FFFFFF url('../web/web-01/images/bg_footer.png') 50% 7px no-repeat;
    border-top: 1px solid #DFDFDF;
}
body > footer .inner {
    width: 1000px;
    margin: 40px auto 0 auto;
}
footer .inner .quarter {
    display: inline-block;
    height: 205px;
    width: 170px;
    padding: 0 30px;
    float: left;
}
footer .inner > .quarter:not(:last-child) {
    border-right: 1px solid #DFDFDF;
}
footer .inner strong {
    display: block;
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
}
footer .inner .big {  
    color: #777;
    display: block;
    font-size: 19px;
    font-weight: 700;  
    margin: 16px 0 15px 0;
}
footer .inner p { 
    color: #777;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
footer .inner a {
    color: #7F7F7F;
    display: block;
    text-decoration: none;
    margin-bottom: 3px;
}
footer .inner a:hover {
    color: #000000;
}

#copy {
    color: #888;
    margin: 51px auto 1px auto;
    clear: both;
    text-align: center;
    font-size: 12px;
}
#copy small {
    color: #999;
    margin-top: 10px;
    display: block;
    font-size: 11px;
}

#left-column {
    width: 179px;
    float: left;
}

#inside {
    width: 798px;
    margin: 0 0 0 10px;
    float: right;
}

hr {
    clear: both;
    margin: 1em auto;
    height: 6px;
    border: none;
    background: #FFFFFF url('../img/hr.png') 0 0 repeat-x;
}

/* kategorie */
#category-name {
    width: 798px;
    height: 175px;
    margin: 0 0 1em 0;
    padding: 0;
    overflow: hidden;
    line-height: 52px;
    position: relative;
    background: #F3F0F9 0 0 no-repeat;
    display: table;
}

#category-name span {
    width: 758px;
    height: 74px;
    padding: auto 10px;
    text-overflow: ellipsis;
    display: table-cell;
    vertical-align: middle;
    text-transform: lowercase;
    font-size: 74px;
    font-weight: 900;
    color: #000000;
    opacity: .3;
}

.actions {
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    height: 70px;
    padding: 0 15px;    
    margin: 10px 0;
    clear: both;
}
.actions .top {
    padding: 3px 0 9px;    
    height: 23px;
}
.actions .bottom {    
    padding: 9px 0 3px;
    height: 23px;
    border-top: 1px solid #dfdfdf;
}
.actions .visualPaginator {
    float: left;
}
.actions .siteof {
    display: block;
    float: right;
    margin: 3px 0 0;
    text-align: right;
    width: 135px;   
}

/* drobeckova navigace */ 
#crumbs {
    height: 35px;
    overflow: hidden;
    line-height: 38px;
    color: #999;
    padding: 0 1px 6px 1px;
    margin-bottom: 11px;
    background: url('../web/web-01/images/crumbs.png') 0 100% repeat-x;
}
#crumbs a {
    display: inline-block;
    color: #999;
    text-decoration: none;
}
#crumbs span {
    overflow: hidden;
    text-indent: 100px;
    display: inline-block;
    width: 10px;
    height: 8px;
    margin: 0 2px;    
    background: url('../web/web-01/images/crumbs_separator.png') 50% 50% no-repeat;
}
#back {
    display: inline-block;
    margin-right: 35px;
    padding: 0 5px 0 15px;
    background: url('../web/web-01/images/back.png') scroll no-repeat 0 50%;
}
#back:hover {
    color: #000000;
    text-decoration: underline;
    background-image: url('../web/web-01/images/back_hover.png');
}

/* filtry */
#left-column h5 {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    font-weight: 700;
    padding: 0 15px;
    margin: 20px 0 0 0;
    border: 1px solid #DFDFDF;
    border-width: 1px 1px 0 1px;
}
.filters {
    border: 1px solid #DFDFDF;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 28px;
}
.filters + .filters {
    border-top-width: 0;
}
.filters:last-child {
    margin-bottom: 20px;
}
.filters legend {
    color: #000000;
    width: 167px;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding: 0 0 0 10px;
    position: absolute;
    top: -1px;
    left: -1px;
    cursor: pointer;
    border: 1px solid #DFDFDF;
    background: url('../web/web-01/images/filters_legend.png') top left repeat-x;
}
.filters .expandcollapse {
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 5px;
    top: 8px;
    background: url('../web/web-01/images/filters_expand_collapse.gif') 0 -13px no-repeat;
}
.filters .expandcollapse.expand {
    background-position: 0 -26px;
}
.filters ul {
    list-style-type: none;
    margin: 32px 0 6px 0;
    padding: 0;
}
.filters ul:not(.expand) {
    display: none;
}
.filters li {
    
}
.filters input {
    display: none;
}
.filters label {
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    padding: 6px 8px;
}
.filters span.outer {
    display: inline-block;
    width: 11px;
    height: 11px; 
    vertical-align: middle;
    background-color: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 2px;
    margin-right: 5px;
}
.filters span.inner {
    margin: 1px;
    display: block;
    width: 9px;
    height: 9px;
}
.filters label:hover span.inner:not(.active) {
    background-color: #E76000;
}

.filters span.inner.active {
    background-color: black;
}
.filters .all {
    border-top: 1px dotted #C7C7C7;
}

/* vypis produktu */
.item {
    width: 160px;
    height: 310px;
    border: 1px solid #DFDFDF;
    padding: 15px;
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
}
.item:nth-child(4n+0) {
    margin-right: 0px;
}
.item .name {
    color: #333333;
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.item .name img {
    display: block;
    margin: 0 auto 10px auto;
}
.item .name span {    
    max-height: 4em;
    overflow: hidden;
    display: block;
}
.item .description {
    margin: 0 0 10px;
    word-wrap: break-word;
    font-size: 11px;
    color: #777777;
}
.item .price {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    display: block;
    margin-bottom: 5px; 
    position: relative;
}
.item .discount {
    position: absolute;
    right: 0;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    display: inline-block;
    margin-bottom: 5px;
    width: 82px;
    height: 16px;
    text-shadow: 0 0 1px #FFFFFF;
    background: url('../web/web-01/images/discount.png') no-repeat scroll 17px -2px;
}
.item .inb {
    display: inline-block;
    text-align: right;
    float: right;
}
.item .compare, .item .wishlist, .item .detail, .item .buy {
    display: block;
    width: 148px;
    height: 20px;
    position: absolute;
    line-height: 20px;
    text-decoration: none;
    padding: 0 5px;
    background-color: #EFEFEF;
    color: #696969;
}
.item .compare.active {
    background: #ffe345;
}
.item .compare {
    bottom: 40px;
}
.item .wishlist {
    bottom: 80px;
}
.item .buy {
    bottom: 65px;
}
.item .detail {
    background-color: #000000;
    color: #FFFFFF;
    bottom: 15px;
}
.item .compare:not(.active):hover, .item .buy:not(.active):hover {
    background-color: #DFDFDF;
}
.item .detail:hover {
    background-color: #757575;
}
.item .close,
.icol .close {
    position: absolute;
    display: block;
    width: 37px;
    height: 37px;
    background: url('../web/web-01/images/close.png') 0 0 no-repeat;
    top: -15px;
    right: -15px;
    text-indent: 100px;
    overflow: hidden;
    opacity: 0.8;
}
.item .close:hover,
.icol .close:hover {
    opacity: 1;
}
.icol .tl {
    display: block;
    background: #EFEFEF;
    padding: 0 5px;
    color: #696969;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 5px;
}
.icol .tl:hover {
    background-color: #DFDFDF;
}
.icol .detail {
    background-color: #000000;
    color: #FFFFFF;
}
.icol .detail:hover {
    background-color: #757575;
}
.icol .tl.active {
    background: #ffe345;
}

/* detail produktu */
#product {
    padding: 50px;
}
.box550R {
    width: 550px;
    float: right;
    color: #555555;
}
.box298L {
    width: 298px;
    float: left;
}
.box550R .desc {
    line-height: 150%;
    width: 521px;
    margin: 12px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #dfdfdf;
}
 #presentation { margin-top: 10px; }
 #presentation a { display: inline-block; box-shadow: 0 0 2px transparent; margin: 0 2px 5px 0; }
 #presentation span a { border:1px solid #EEE; }
 #presentation a.active { box-shadow: 0 0 2px #666; }
 #gal { }
 
 .video {
     text-decoration: none;
     color: rgb(179,18,23);
     font-weight: bold;
     font-size: 16px; 
     width: 45px; 
     height: 34px;
     position: relative;
     overflow: hidden;
     text-shadow: 0px 0px 2px #eee;
 }
 .video::after {
     content: '►';
     position: absolute;
     left: 16px;
     top: 10px;    
 }
 .video:hover {
     color: rgb(229,45,39);
 }
 
#product h1 {
    color: #333333;
    border-bottom: 1px solid #dfdfdf;
    line-height: 26px;
    padding-bottom: 10px;
    margin: 0 0 12px 0;
}
.actions {
    background: none repeat scroll 0 0 #f5f5f5;
    border-color: #dfdfdf;
}
.actions .top {
    height: 23px;    
}
.actions .sort-filter {
    float: left;
    width: 215px;
}
.actions .articleperpage {
    width: 165px;
    float: right;
    text-align: right;
}
.actions label {
    display: inline-block;
    margin: 8px 5px 0 0;
    font-weight: bold;
}
.actions .top select {
    margin-top: 5px;
}


.action {
    width: 200px;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.action li {
    margin: 0;
    padding: 0;
}
.action li a {
    color: #999999;
    line-height: 180%;
    text-decoration: none;
    padding-left: 20px; 
    background: url('../web/web-01/images/action_li_a.png') scroll no-repeat 0 50%;
}
.action li a:hover {
    color: #000000;
    text-decoration: underline;
    background: url('../web/web-01/images/action_li_a_hover.png') no-repeat scroll 0 50%;
}
.action li.active {
    background: url('../web/web-01/images/action_li_active.png') scroll no-repeat 100% 50%;
}

.result_box {
    border: 1px solid #DFDFDF;
    font-weight: 700;
    padding: 10px;
}
.category_filter {
    border-color: #eef6c7;
}
.category_filter p {
    border-color: #dfdfdf;
    color: #000;
    border-style: none solid;
    border-width: 0 1px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 0 0 10px;
}
.category_filter .categories {
    border-color: #dfdfdf;    
    background: url('../web/web-01/images/bg_breadcrumb.png') repeat-x scroll left top rgba(0, 0, 0, 0);
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 0 25px 0;
}
.category_filter .categories ul {
    margin: 0 0 .5em .5em;
    padding: 0 0 .5em 1em;
    list-style-type: square;
}

/* objednavaci box */
.order-info {
    border-collapse: collapse;
}
.order-info .product-info td {
    line-height: 180%;
    padding: 0;
}
.order-info .product-info th {
    padding: 0 9px 0 0;
    vertical-align: middle;
}
.product-info.first th,
.product-info.first td {
    padding-top: 7px;
}
.product-price th,
.product-price td {
    padding: 5px 9px 2px 0;
    vertical-align: middle;
}

.order-info td.pcs {
    vertical-align: middle;
    padding-right: 20px;
}

#order-box {
    width: 330px;
    float: left;
    margin-left: 20px;
}
#order-box select {
    width: 229px;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 5px;
    background: none;
    border-width: 0;
    font-size: 11px;
    color: #666666;
}
#order-box option {
    width: 198px;
    padding: 1px 0 1px 10px;
    font-size: 12px;
    color: #666666;
}
.select-outer-box {
    width: 209px;
    overflow: hidden;
    margin: 0 0 4px 0;
    border: 1px solid #BBBBBB;
    border-radius: 2px;
    box-shadow: 0 1px 2px #CCCCCC;
    background: url('../web/web-01/images/select_outer_box.png') scroll no-repeat 191px 2px;
}
.select-outer-box:hover {
    border-color: #2C2C2C;
    background-position: 191px -24px;
}
.select-outer-box:hover select {
    color: #2C2C2C !important;
}
.product-price b:first-child {
    font-size: 21px;
    font-weight: 700;
    color: #000000;
    line-height: 20px;
    padding-right: 7px;
}

.buyit {
    width: 300px;
    height: 40px;
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;    
    border: none;
    cursor: pointer;
    opacity: 0.5;
    margin: 6px 0 15px 0;
    text-shadow: 0 1px 1px #000;
    box-shadow: 1px 1px 4px #adadad;
    background: url('../web/web-01/images/buyit.png') scroll no-repeat 0 0;
}
.buyit:hover {
    background-position: 0 100%;
}

#frm-transport {
}
#frm-transport .type-of-transport {
    border-top: 1px solid #E5E5E5;
    padding: 0;
    margin: 0;
}
#frm-transport .type-of-transport:last-child {
    border-bottom: 1px solid #E5E5E5;
}
#frm-transport label.main {
    display: block;
    background-color: #F7F7F7;
    padding: 0 10px 0 10px;    
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 40px 50%;
}
#frm-transport span.del-price {
    display: inline-block;
    float: right;
}
#frm-transport span.del-name {
    padding-left: 73px;
    font-weight: bold;
    font-size: 14px;
}    
#frm-transport .dev-ins {
    margin: 10px;
}
#frm-transport .dev-ins label {
    font-size: 95%;
}
    
#pcs {
    width: 40px;
    height: 33px;
    font-size: 19px;
    padding: 0;
    margin: -1px 0 0 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #bbb;
    box-shadow: 0 1px 2px #CCCCCC;
    vertical-align: middle;
}
#pcs:focus {
    border-color: #2C2C2C;
}
.pm {
    display: inline-block;
    width: 19px;
    height: 38px;   
    overflow: hidden; 
    margin-left: 5px;
    vertical-align: middle;
}
.pm a {
    display: inline-block;
    width: 17px;
    height: 17px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 17px;
    color: #000000;
    border: 1px solid #BBBBBB;
    background-color: #F2F2F2;
    float: left;
}
.pm a:hover {
    opacity: 0.7;
}
.pm a.plus {
    border-bottom-width: 0;
}
.pm a.minus {
    text-indent: 2px;
}

/* odkaz na dalsi zbozi */
#next-prev-item a {    
    display: none;
    width: 19px;
    height: 111px;
    text-indent: 20px;
    white-space: nowrap;
    font-size: 0px;
    overflow: hidden;
    top: 208px;
    position: absolute;
}
#next-prev-item span {
    display: block;
    width: 100%;
    height: 100%;
}
#prev-item, #next-item {
    background: url('../web/web-01/images/prev_next.jpg') scroll no-repeat 0 0;
}
#prev-item {
    left: 11px;
}
#prev-item:hover {
    background-position: 0 -111px;
}
#next-item {
    right: 11px;
    background-position: -20px 0;
}
#next-item:hover {
    background-position: -20px -111px;
}
#prev-item span {
    background: url('../web/web-01/images/prev_item_span.png') scroll no-repeat 50% 50%;
}
#next-item span {
    background: url('../web/web-01/images/next_item_span.png') scroll no-repeat 50% 50%;    
}

#next-item:hover span {
    background-image: url('../web/web-01/images/next_item_span_hover.png')
}
#prev-item:hover span {
    background-image: url('../web/web-01/images/prev_item_span_hover.png');
}


/* registrace */
.userForm {
    background: #F1F1F1;
    padding: 10px;
    margin: 0 0 30px 0;
}

.userForm th, 
.userForm td {
    padding: 10px 5px;
}

.userForm label {
    display: block;
    padding-top: 10px;
    font-size: 13px;
}

.userForm td input.inp {
    font-size: 18px;
    padding: 2px 4px;
}

.userForm td select.sel {
    font-size: 14px;
    padding: 5px 3px;
    font-weight: 700;    
    max-width: 280px;
}

.userForm .submit {
    border: 0;
    background: #757575;
    color: #FFFFFF;
    line-height: 14px;
    font-size: 14px;
    cursor: pointer;
    float: right;
    padding: 8px 25px;
}
.userForm .submit:hover {
    background: #000000;
}

.info {
    margin: 0 0 0 2em;
}
.info p {
    padding: 0;
    margin: 0 0 1.5em 0;
    font-size: 13px;
    line-height: 21px;
}

/*  */
.inside ul, .inside ol {
    margin: 0.666em 0em;
    padding: 0;
}
.inside ol {
    padding: .333em 1.5em !important;
}
.inside ul {
    list-style-type: none;    
}
.inside li {
    margin: 0 0 .5em 0;
}
.inside li a {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
}
.inside ul a {
    padding-left: 15px;
    background: url('../web/web-01/images/inside_ul_a.png') no-repeat scroll 0 0;
}
.inside li a:hover {
    color: #000000;
    text-decoration: underline;
}
.inside li.active > a {
    font-weight: bold;
}


/* nakupni kosik */
.basket {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0 4em 0;
}
.basket tbody {    
    border: 1px solid #DFDFDF;
    border-width: 0 1px;
}
.basket th {
    padding: 6px 0 6px 6px;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    background-color: #F1F1F1;
    border: 1px solid #DFDFDF;
    vertical-align: bottom;
}
.basket td {
    font-size: 14px;
    padding: 12px 6px 2px 6px;
    line-height: 140%;
    border-bottom: 1px solid #DFDFDF;
    vertical-align: top;
}
.basket tfoot td {
    border-width: 0;
}
input.pcs { 
    background-color: #fff;
    border: 1px solid #bbb;
    font-size: 19px;
    height: 33px;
    width: 45px;
    text-align: center; 
}
.rnum {
    text-align: right;
    padding-right: 10px !important;
}
.c {
    text-align: center;    
}
.r {
    text-align: right;    
}
.nowrap {
    white-space: nowrap;
}
.basket big {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 10px 0;
    display: inline-block;
}
.basket small {
    font-weight: 700;
    font-size: 12px;
    color: #757575;
    display: block;
}
.basket .pn {
    font-weight: 700;
    font-size: 15px;
    padding: 5px 0 0 0;
    display: inline-block;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
.basket .pn:hover {
    border-bottom-style: solid;
}
.basket .props {
    margin-top: 3px;
    font-size: 13px;
}
.basket .pm {
    margin: 0;
    vertical-align: top;
    display: inline-block;
}
.basket .pm a {
    font-size: 13px;
    border-left-width: 0;
    padding: 0;
    text-indent: 0;
}
.basket .remove {
    display: inline-block;
    margin-top: 5px;
    font-size: 11px;
    text-decoration: none;
    color: #757575;
}
.basket .remove:hover {
    text-decoration: underline;
}
.basket .red {
    border: 2px solid #E80E0E;
}

/* nahled kosiku v hlavicce */
#snippet--insideBasket {
    display: none;
    min-width: 225px;
    max-width: 460px;
    padding: 5px;
    background: #FFF;
    position: absolute;
    right: 61px;
    top: 43px;
    z-index: 2;
    box-shadow: 0px 0px 3px #ddd;
    border: 2px solid #dfdfdf;
}
#snippet--insideBasket table {
    border-collapse: collapse;
    width: 460px;
}
#snippet--insideBasket tbody td {
    vertical-align: top;
    line-height: 150%;
    padding: 3px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
}
#snippet--insideBasket tbody tr:nth-child(odd) {
    background: #fbfbfb;  
}
#snippet--insideBasket img {
    border: 1px solid #ddd;
}
#snippet--insideBasket tfoot th {
    border-top:1px solid #ccc;  
    padding: 8px 10px 4px;
    text-align: right;
    font-size: 105%;
}
#snippet--insideBasket tfoot th a {
    text-decoration: none;
}
#snippet--insideBasket tfoot th a:hover {
    text-decoration: underline;
}
#snippet--insideBasket .pn {
    font-weight: bold;
    text-decoration: none;
}
#snippet--insideBasket .pn:hover {
    text-decoration: underline;
}
#snippet--insideBasket .remove {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
}
#snippet--insideBasket .remove:hover {
    border-radius: 3px;
    background-color: #a40000;
    color: white;
}
#snippet--insideBasket p {
    padding-left: 20px;
    color: #999999;
    font-size: 95%;
}

/* objednavka */
.loginBox {
    background: #F1F1F1;
    border: 1px solid #DFDFDF;
    padding: 1em;
}

.smallnote {
    font-size: 85%;
    margin-top: 7px;
}

.voucher {
    font-size: 85%;
    padding-left: .5em;
}

#order-steps {
}

#order-steps a {
    display: inline-block;
    width: 122px;
    height: 50px;
    padding: 40px 15px 0 55px;
    vertical-align: top;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #DFDFDF;
    background-color: #F1F1F1;
    position: relative;
}
#order-steps span {
    display: inline-block;
    position: absolute;
    top: 31px;
    left: 15px;
    color: #FFFFFF;
    height: 26px;
    width: 22px;
    padding-left: 4px;
    line-height: 26px;
    text-align: center;
    background-color: #000000;
    border-radius: 16px;
    border: 3px solid #FFFFFF;
}
#order-steps a:not(.active) {
    opacity: 0.4;
}

#order-steps a.active:not(.current) span {
    background-color: #999999;
}

.orderForm .userForm {
    width: 100%;
}

.order-recapitulation {
    width: 100%;
    margin: 4em 0 2em 0;
}
.order-recapitulation td {
    vertical-align: top;  
}
.order-recapitulation h2 {
    margin: 0 0 .666em 0;
    padding: 0 0 .333em 0;
    border-bottom: 1px solid #DFDFDF;
    width: 98%;
}
.order-recapitulation textarea {
    width: 100%;
    height: 70px;
    border: 1px solid #bbb;
}
.order-recapitulation address, .order-recapitulation p {
    line-height: 140%;
    font-style: normal;
    margin: 0;
    padding: 0;
}

/* srovnani produktu */
#comparison {
    overflow-x: auto;
    padding: 15px 15px 15px 0; 
    margin: 0 5px 10px 0;
}
.comparison {
    border-collapse: separate;
    border-spacing: 15px 0;
}
.comparison th {
    white-space: nowrap;
    text-align: right;
    background: #F5F5F5;
    padding: 2px 10px;
    border-bottom: 1px solid #ECECEC;
}
.comparison td {
    min-width: 160px;
    vertical-align: top;
    padding: 6px 4px 2px 4px;
}
.comparison tr:not(:last-child) td {
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #F7F7F7;
}
.icol {
    width: 160px;
    position: relative;
}

/* wishlist post */
#frm-wishlistSender {
    margin: 0 0 15px 0; 
}
#frm-wishlistSender fieldset {
    background: #F5F5F5;
    border: 1px solid #D3D3D3;
    padding: 10px;
}
#frm-wishlistSender legend {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding: 0 10px;
}
#frm-wishlistSender table {
    width: 90%;
}
#frm-wishlistSender textarea {
    height: 60px;
    width: 100%;
}


/* registrace */
#frm-registrationForm {
    background: none;
}
#frm-registrationForm fieldset {
    background: #F1F1F1;
    border: 1px solid #D7D7D7;
    margin-bottom: 2em;
}
#frm-registrationForm legend {
    font-size: 120%;
    font-weight: bold;
    padding: 0 1em;
}


.zoomContainer {
    border: 1px solid #eee;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}