/* XStandard CSS Document */

.cl_bila{
	color:white;
}

.cl_zluta{
	color:yellow;
}

.cl_purpurova{
	color:fuchsia;
}

.cl_azurova{
	color:aqua;
}

.cl_zluta{
	color:#FFFF00;
}

.cl_cervena{
	color:red;
}

.cl_svetle_zelena{
	color:lime;
}

.cl_modra{
	color:blue;
}

.cl_cerna{
	color:black;
}

.cl_zelena{
	color:green;
}

.cl_hneda{
	color:maroon;
}

.cl_olivova{
	color:olive;
}

.cl_fialova{
	color:purple;
}

.cl_seda{
	color:gray;
}

.cl_tmave_modra{
	color:navy;
}

.cl_modro_zelena{
	color:teal;
}

.cl_svetle_seda{
	color:silver;
}

.font_1{
	font-size:8pt;
}

.font_2{
	font-size:10pt;
}

.font_3{
	font-size:12pt;
}

.font_4{
	font-size:14pt;
}

.font_5{
	font-size:18pt;
}

.font_6{
	font-size:24pt;
}

.font_7{
    font-size:36pt;
}

.right{
    text-align:right;
}

.left{
    text-align:left;
}

.center{
    text-align:center;
}

.underline{
    text-decoration:underline;
}

.strikethrough{
    text-decoration:line-through;
}

.fotoleft{
    float:left;
    margin:5px 15px 5px 0px;
}

.fotoright{
    float:right;
    margin:5px 0px 5px 15px;
}

sup{
    vertical-align: top;
}

sub{
    vertical-align: bottom;
}


/* Base CSS Document */
.vlevo
{
    text-align: left;
}

.uprostred
{
    text-align: center;
}

.vpravo
{
    text-align: right;
}

.nahore
{
    vertical-align: top;
}

.doprostred
{
    vertical-align: middle;
}

.dole
{
    vertical-align: bottom;
}

.tbl_center
{
    margin: 0px auto;
}

.tucne
{
    font-weight: bold;
}

#div-sofico-eshopy
{
    background-color: rgb(66,66,66);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 11px;
    text-align: left;
    padding: 3px;
}

#div-sofico-eshopy span
{
    margin-right: 10px;
}

#div-sofico-eshopy a:link,
#div-sofico-eshopy a:visited
{
    color: white;
    text-decoration: none;
}

#div-sofico-eshopy a:hover
{
    color: rgb(255,0,51);
}

.input_submit_vypis_kosik
{
    vertical-align: middle;
    margin: 0px 0px 0px 2px;
}

.eu-cookies {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 98%;
    color: white;
    background: #444444;
    z-index: 9999;
    margin: 0px;
    padding: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 100%;
}

.eu-cookies button {
    background: green;
    color: white;
    border: 0px;
    padding: 2px 5px;
    margin: 0px 10px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.eu-cookies button:hover {
    background: green;
    color: white;
    border: 0px;
    padding: 2px 5px;
    margin: 0px 10px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.eu-cookies a,
.eu-cookies a:link,
.eu-cookies a:visited
{
    color: white;
    text-decoration: underline;
    font-size: 100%;
}

.eu-cookies a:hover {
    color: white;
    text-decoration: none;
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    padding: 0;
    margin-bottom: 15px;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bxslider {
    margin: 0;
    padding: 0;
}
ul.bxslider {
    list-style: none;
}
.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
    background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('/plugins/jquery.bxslider/images/bx_loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
    background: url('/plugins/jquery.bxslider/images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url('/plugins/jquery.bxslider/images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 1000;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('/plugins/jquery.bxslider/images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('/plugins/jquery.bxslider/images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
*
{
    margin:0;
    padding:0;
}

.mobil
{
    display:none;
}

body
{
    margin:0;
    padding:0;
    font-family:"Open Sans", Arial;
    font-size:14px;
    line-height:160%;
    color:#000;
    background:url('/grafika/bg-body.png') left top repeat-x rgb(230,230,230);
}

iframe
{
    max-width:100%;
    max-height:100%;
}

td,
select,
input,
textarea
{
    font-family:"Open Sans", Arial;
    font-size:100%;
}

h1,h2,h3,h4
{
    font-weight:600;
    margin-bottom:10px;
}

a
{
    color:#000;
}
a:hover
{
    text-decoration:none;
}

p
{
    margin-bottom:10px;
}

hr
{
    background:transparent;
    border:0;
    border-top:1px solid #e6e6e6;
    margin-bottom:10px;
}

ul
{
    list-style:square;
    margin-left:15px;
}

strong
{
    font-weight:600;
}

img
{
    border:none;
    max-width:100%;
    height:auto !important;
}

.input_submit,
.input_button,
.c-basket-bt .basket-smazat a,
.slv-kup a
{
    font-family:"Open Sans", Arial;
    font-size:100%;
    color:white;
    background-color:rgb(29,83,161);
    font-weight:600;
    padding:6px;
    border:0;
    cursor:pointer;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    max-width:100%;
    text-decoration:none;
}

.input_text,
.input_text_nepovinny
{
    font-family:"Open Sans", Arial;
    font-size:100%;
    padding:5px;
    border:1px solid rgb(102,102,102);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin-bottom:1px;
    color:rgb(70,70,70);
    background:#fff;
    max-width:100%;
}

.input_textarea
{
    font-family:"Open Sans", Arial;
    font-size:100%;
    overflow:auto;
    border:1px solid rgb(102,102,102);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    color:rgb(70,70,70);
    background:#fff;
    width:90%;
}

input[type="checkbox"],
input[type="radio"],
input.checkbox
{
    position:relative;
    top:2px;
	margin-right: 5px;
}

.form_box_content#js_zpusoby_dopravy {
	padding: 10px;
    background: #fafafa;
    margin-bottom: 20px;
}
.form_box_content#js_zpusoby_dopravy label {
	cursor: pointer;
}
.form_box_content#js_zpusoby_dopravy td.img label {
	display: block;
    padding-right: 10px;
    margin-bottom: 5px;
}
.form_box_content#js_zpusoby_dopravy td.td_kosik_zpusoby_dopravy_typ {
	width: 100%;
}
.form_box_content#js_zpusoby_dopravy input[type="radio"] {
	position: relative;
    top: 2px;
    margin-right: 5px;
}
.form_box_content#js_zpusoby_dopravy td.td_kosik_zpusoby_dopravy_cena {
	text-align: right !important;
    font-weight: 600;
    white-space: nowrap;
}

.form_box_content#js_zpusoby_uhrady {
	padding: 10px;
    background: #fafafa;
    margin-bottom: 20px;
}
.form_box_content#js_zpusoby_uhrady label {
	cursor: pointer;
}
.form_box_content#js_zpusoby_uhrady td.img label {
	display: block;
    margin-bottom: 5px;
}
.form_box_content#js_zpusoby_uhrady td.td_kosik_zpusoby_dopravy_typ {
	width: 100%;
}
.form_box_content#js_zpusoby_uhrady input[type="radio"] {
	position: relative;
    top: 2px;
    margin-right: 5px;
}
.form_box_content#js_zpusoby_uhrady td.td_kosik_zpusoby_dopravy_cena {
	text-align: right !important;
    font-weight: 600;
    white-space: nowrap;
}
.form_box_content tr.neaktivni, .form_box_content tr.neaktivni .info, .form_box_content tr.neaktivni a {
	color: lightgrey;
    cursor: default;
}
.form_box_content#js_zpusoby_uhrady td.img {
	min-width:auto;
	padding-right: 0px;
}

.form_box_content .info
{
    font-size: 95%;
    font-style: italic;
    color: grey;
    padding-bottom: 5px;
    display: block;
    line-height: 130%;
}
td.top,
tr.top td
{
    vertical-align: top;
}
.table_radio td
{
    padding-bottom: 10px;
}
.table_radio td.img
{
    padding-right:10px;
    min-width:100px;
}

.input_ks
{
    width:30px;
    margin:0 2px 0 0;
}

/* konstrukce */

#cont-main
{
    margin:auto;
    width:82%;
    max-width:1600px;
}

#cont-header
{
    position:relative;
    margin:20px 0;
    margin-bottom:1px;
    min-height:115px;
}
#cont-header-right
{
    float:right;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    z-index:1;
    background:#383386;
    /*background:#0F63AF;*/
    padding:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
#cont-header-right:before
{
    background:inherit;
    content:"";
    display:inline-block;
    height:100%;
    left:-35px;
    position:absolute;
    top:0;
    transform:skewX(-20deg);
    width:100px;
    z-index:-1;
}
#cont-header-bottom
{
    /*background:#383386;*/
    /*background:#0F63AF;*/
    clear:both;
    padding:6px 20px;
    color:#fff;
    z-index:20;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    display:none;
}

#cont-body
{
    clear:both;
    background:transparent;
    overflow:hidden;
    margin-bottom:20px;
}

#col-1
{
    float:left;
    box-sizing:border-box;
    width:20%;
    padding-right:10px;
}

#col-2
{
    float:left;
    box-sizing:border-box;
    width:80%;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    overflow:hidden;
    background:#fff;
}

.col-2-head
{
    background:rgb(151,36,6);
    color:#fff;
    padding:8px 20px;
    margin-right:-1px;
    font-weight:600;
}

.col-2-body-vypis
{
    background:#fff;
    padding:20px;
    overflow:hidden;
    padding-top:0;
    margin-right:-1px;
}

.col-2-body
{
    padding:2%;
    position:relative;
}

#col-2 h1
{
    font-size:180% !important;
    line-height: 190%;
}
#col-2 h2
{
    font-size:120%;
}

.c-add-bt
{
    height:37px;
    overflow:hidden;
    padding-top:14px;
    clear:both;
    text-align:right;
}

.footer
{
    max-width:1600px;
    width:82%;
    margin:auto;
    box-sizing:border-box;
}
.foot_1,
.foot_2
{
    display:flex;
    margin-bottom:1px;
    overflow:hidden;
    font-weight:300;
    flex-wrap:wrap;
    margin-left:20%;
}
.foot_box
{
    width:25%;
    flex-wrap:wrap;
    float:left;
    box-sizing:border-box;
    padding:20px;
    padding-right: 0;
}
.foot_box h3
{
    padding-bottom:10px;
    font-size:160%;
    font-weight:300;
}
.foot_box a
{
    text-decoration:none;
}
.foot_box ul li
{
    margin-bottom:4px;
}
.foot_1 a:hover
{
    text-decoration:underline;
}
.foot_2
{
    font-size:85%;
    color:grey;
}
.foot_2 a
{
    color:grey;
}
.foot_2 a:hover
{
    color:#000;
}
/* end-konstrukce */

/* header */
.logo
{
    float:left;
    display:block;
    margin-right:10px;
    margin-bottom:20px;
}
.logo img
{
    width:85%;
}

.header-bott
{
    position:absolute;
    width:300px;
    left:0;
    top:0;
    height:43px;
    display:none;
}

.head-nav
{
    position:absolute;
    left:10px;
    top:10px;
    margin:0;
    padding:0;
}

.head-nav li
{
    list-style-type:none;
    float:left;
    margin:0;
    padding:0 20px 0 17px;
}

.head-nav .home-a
{
    background:url('/grafika/ico_homepage.gif') no-repeat left center;
}

.head-nav .sitemap
{
    background:url('/grafika/ico_sitemap.gif') no-repeat left center;
}

.head-motto
{
    font-style:italic;
    position:absolute;
    top:12px;
    right:370px;
    width:350px;
    text-align:right;
}

.c-search
{
    float:left;
    background:transparent;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    overflow:hidden;
    width:calc(18% + 50px);
    margin-top:30px;
    position:absolute;
    left:calc(42% - 40px);
}
.it-search
{
    width:calc(100% - 60px);
    height:40px;
    line-height:40px;
    border:none;
    margin:0;
    padding:0 10px;
    box-sizing:border-box;
    border-radius:0;
}
.bt-search
{
    padding:0;
    width:60px;
    border:0;
    line-height:40px;
    height:40px;
    font-weight:normal;
    font-size:110%;
    border-radius:0;
    float:right;
}
.bt-search:before
{
    content:"?";
    font-family:FontAwesome;
    color:#FFF;
    font-size:120%;
}

*:first-child+html .bt-search
{
    margin-top:1px;
}

.no-items
{
    text-align:center;
    font-size:130%;
    font-weight:600;
    margin:20px 0;
}

.tbl-registrace
{
    width:100%;
}
.tbl-registrace td
{
    vertical-align:middle;
    padding: 2px;
}

.infotext-101
{
    padding:10px 0 0 0;
    text-align:center;
}

.infotext-102
{
    text-align:center;
    padding:20px 0;
}

.div_menu
{
    text-align:center;
}
.div_menu ul
{
    list-style-type:none;
    padding:0;
    margin:0;
}
.div_menu li
{
    position:relative;
    display:inline-block;
}
.div_menu a
{
    display:block;
    padding:10px 15px;
    color:rgb(24,24,24);
    text-decoration:none;
    font-weight:600;
}
.div_menu a:hover
{
    text-decoration:underline;
}
.div_menu ul ul
{
    visibility:hidden;
    position:absolute;
    width:180px;
    z-index:100;
    left:0;
    background:#B2B2B2 !important;
    text-align:left;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.div_menu ul li:hover ul
{
    visibility:visible;
}
.div_menu ul ul li
{
    display:block !important;
    float:none !important;
}
.div_menu ul ul a
{
    font-weight:normal;
    font-size:90%;
}

/* new boxis */
.c-box
{
    background:#FDEBD7;
}

.c-box-right
{
    text-align:right;
}

.c-box-center
{
    text-align:center;
}

.box-content
{
    padding:13px;
}

.box-content input,
.box-content textarea
{
    margin:4px 0 4px 0;
}

.c-box-bt
{
    text-align:center;
}


.c-box.login-box ul
{
    padding:3px 0 0 0;
    margin:0;
}

.c-box.login-box ul li
{
    padding:3px 0 2px 7px;
    list-style-type:none;
    background:url('/grafika/arr1.gif') no-repeat 0 9px;
}

.c-box.login-box ul li a
{
    font-weight:600;
}

.c-box.topsale-box
{
    _height:0; min-height:1px;
}

.c-box.topsale-box .lb-box2
{
    background:url('/grafika/recom-box.gif') no-repeat 9px 8px;
}

.c-box.topsearch-box .box-content
{
    padding:0; margin:0;
}

.c-box.topsearch-box .box-content .boxcont1
{
    margin:12px 6px 6px 0;
}

.c-box.topsearch-box .box-content div.box-bott
{
    height:6px; overflow:hidden; background:transparent;
}

.c-box.topsearch-box .box-content ul
{
    padding:0; color:#000;
    margin:-5px 0 0 0;
}

.c-box.topsearch-box .box-content ul li
{
    position:relative; display:block; overflow:hidden; _height:0; _overflow:inherit;
}

.c-box.topsearch-box .box-content ul li span
{
    width:24px;
    position:absolute; left:0; top:6px;
    text-align:right;
}

.c-box.topsearch-box .box-content ul li a
{
    display:block; width:136px; padding:6px 0 4px 0; margin:0 0 0 30px; position:relative; top:0;
}

.c-box.topsearch-box .topsearch-link
{
    text-align:center;
    padding:0 11px 11px 11px;
    margin-top:10px;
}

.c-box.topsearch-box .lb-box2
{
    background:url('/grafika/topsearch-box.gif') no-repeat 5px 8px;
}

.tbl-top-search
{
    width:70%;
    margin-top:20px;
}

.tbl-top-search td
{
    padding:2px 4px 3px 4px;
}

.tbl-top-search .row-2 td
{
    background:#F7F7F7;
}

.tbl-top-search td.tbl-c1
{
    text-align:right;
}

table.tbl-top-search
{
    border:solid 1px #F7F7F7;
}


.c-box.market-box
{
    margin-top:15px;
}

.c-box.market-box .lb-box2
{
    background:url('/grafika/market-box.gif') no-repeat 5px 8px;
}

#im-email,
#im-tel,
#im-texarea
{
    width:140px;
}


.c-box.basket-box .lb-box2
{
    background:url('/grafika/basket-box.gif') no-repeat 5px 7px;
}

.c-box.basket-box .box-content div
{
    text-align:right;
}

.bas-box-a
{
    padding-top:10px;
}

.c-box.login-box .lb-box2
{
    background:url('/grafika/login-box.gif') no-repeat 5px 7px;
}

#log-box-name,
#log-box-pass
{
    width:140px;
}

.c-box.watch-last-box .box-content
{
    padding:0 6px 13px 6px !important;
    margin:0;
}

.c-box.watch-last-box .lb-box2
{
    background:url('/grafika/watch-last-box.gif') no-repeat 5px 7px;
}

.c-box.watch-last-box .wl-item
{
    padding:0;
    margin:0;
    height:53px;
    width:100%;
    overflow:hidden;
    position:relative;
}

.c-box.watch-last-box .wl-name
{
    position:relative;
    top:9px; left:48px;
    height:49px; width:106px;
    overflow:hidden;
}

.c-box.watch-last-box .wl-name a
{
    text-decoration:underline;
}

.c-box.watch-last-box .wl-name a:hover
{
    text-decoration:none;
}

.c-box.watch-last-box .wl-foto
{
    position:absolute;
    top:6px; left:6px;
    height:32px; width:32px;
    background:#fff;
    text-align:center;
    overflow:hidden;
}

.c-box.watch-last-box .wl-foto img
{
    border:none;
}

.c-box.watch-last-box .div_detailimage
{
    height:32px !important; width:32px !important;
}

.c-box.watch-last-box .div_detailimage_foto
{
    width:32px !important; min-height:1px !important; left:0;
}

.c-box.watch-last-box .wl-foto a
{
    display:block;
    cursor:pointer;
    width:32px;
    text-align:center;
    padding-top:1px;
    border-top:solid 2px white;
}

*:first-child+html .c-box.watch-last-box .div_detailimage.wl-foto a { display:block; padding-top:2px !important; border-top:solid 2px white;}

.c-box.login-box .pernament-login
{
    height:20px;
    position:relative;
    padding-left:18px;
}

.c-box.login-box .pernament-login input
{
    position:absolute;
    left:0;
    top:1px;
    margin:0 !important;
    padding:0 !important;
}

*:first-child+html .c-box.login-box .pernament-login input
{
    position:absolute;
    left:-3px; top:-3px;
    margin:0 !important;
    padding:0 !important;
}

.c-box.q-order-box .lb-box2
{
    background:url('/grafika/q-order-box.gif') no-repeat 4px 4px;
}

.c-box.info-box .lb-box2
{
    background:url('/grafika/info-box.gif') no-repeat 5px 6px;
}

.c-box.debate-box .lb-box2
{
    background:url('/grafika/debate_box.gif') no-repeat 7px 7px;
}

.c-box .qob-inputs input
{
    float:left; vertical-align:middle;
}

.c-box .qob-inputs input
{
    float:left; vertical-align:middle;
}

.c-box #iq-varianty
{
    width:100%;
}

.c-box #iq-varianty select
{
    float:left; margin:4px 0 4px 0;
    width:84px;
}

.c-box #iq-varianty span
{
    display:none;
}

.c-box #iq-varianty label
{
    padding-top:6px;
}


.c-box .qob-inputs label
{
    float:left;
    width:54px;
    padding-top:7px;
    clear:left;
}

.c-box .qob-inputs #iq-varianty
{
    clear:both;
}

#i-pr-code
{
    width:80px;
}

#ks_iq
{
    width:30px;
}
.c-box.news-box .lb-box2
{
    background:url('/grafika/news-box.gif') no-repeat 5px 6px;
}

.news-box .box-content
{
    padding:0 0 0 0;
}

.new-box-item
{
    padding:0 13px 13px 13px;
    border-top:solid 1px #fff;
    margin-top:-1px;
    min-height:1px; _height:0;
}

.news-box-date
{
    font-style:italic;
    text-align:right;
    padding:10px 0 4px 0;
}

.news-box h4
{
    padding:3px 0 5px 0;
    margin:0;
    text-align:left;
}

.news-box p
{
    padding:0;
    margin:0;
}

.news-box .nb-img-left
{
    float:left;
    margin:0 2px 2px 0;
}

.news-box .nb-img-right
{
    float:right;
    margin:0 0 2px 2px;
}

.news-box .nb-border1 {border:solid 1px #808080;}
.news-box .nb-border2 {border:solid 2px #808080;}
.news-box .nb-border3 {border:solid 3px #808080;}
.news-box .nb-border4 {border:solid 4px #808080;}
.news-box .nb-border5 {border:solid 5px #808080;}

.news-box .c-box-right
{
    padding:4px 0 0 0;
    margin:0;
}

.c-box.qu-cont-box .lb-box2
{
    background:url('/grafika/qu-cont-box.gif') no-repeat 5px 8px;
}

.c-box.recom-box .lb-box2
{
    background:url('/grafika/recom-box.gif') no-repeat 9px 7px;
}

.c-box.recom-box
{
    position:relative;
}

.c-box.recom-box .box-content
{
    text-align:center;
    padding:0;
}

.c-box.recom-box .recom-item
{
    padding:12px 10px 12px 10px;
    margin-top:-1px;
}

.c-box.recom-box .recom-item a
{
    color:#000; font-weight:600;

}

.c-box.recom-box .recom-name
{
    padding-bottom:8px;
}

.c-box.recom-box .recom-price
{
    font-size:120%;
    color:#EB3D00;
    font-weight:600;
    padding-top:2px;
}

.recom-price .castka-info
{
    color:#000;
    font-weight:normal;
    padding-bottom:2px;
}

.recom-price .castka-info span
{
    background:url('/grafika/criscros.png') no-repeat center;
}

.recom-box-all
{
    font-weight:600;
    padding:5px 0 10px 0;
    text-align:center;
}

.c-box.news-mail .lb-box2
{
    background:url('/grafika/news-mail.gif') no-repeat 5px 8px;
}

#i-news-mail
{
    width:145px;
    margin:5px 0;
}






.div_box_head
{
    font-weight:600;
    color:white;
    border-top:5px solid #f2f2f2;
    border-bottom:5px solid #dfdfdf;
}

/* filt výrobce */
.c-producer
{
    border:solid 1px #CDCDCD;
    padding:4px 4px 1px 4px;
    margin-bottom:10px;
    background:url('/grafika/producer-bg.gif') repeat-x left top #F9F9F9;
}

.c-producer label
{
    float:left;
    margin:0 6px 0 2px;
    padding:4px 0 3px 0;
    width:186px;
    height:32px;
    overflow:hidden;
}

.c-producer label a
{
    display:block;
    margin-left:20px;
}

.c-producer label input
{
    position:relative;
    left:0;
    top:2px;
    margin:0 !important;
    padding:0 2px 0 2px !important;
    float:left;
}

*:first-child+html .c-producer label input
{
    left:-4px; top:-2px;
}

.producer-bott
{
    border-top:solid 1px #E1E1E1;
    padding:5px 0 4px 0;
    margin-top:5px;
    clear:both;
}

.producer-top
{
    padding:2px 0 4px 1px;
}


/* box-podkategorie */

.c-subcat
{
    position:relative;
    border:solid 1px #CDCDCD;
    padding:4px 4px 6px 4px;
    margin-bottom:10px;
    background:url('/grafika/producer-bg.gif') repeat-x left top #F9F9F9;
    overflow:hidden;
    _width:588px;
}

.subcat-top
{
    padding:2px 0 4px 14px;
    background:url('/grafika/subcat-arr.gif') no-repeat 1px 5px;
}

.subcat
{
    width:600px;
    margin-top:8px;
}

.subcat ul
{
    padding:0; margin:0;
    list-style-type:none;
}

.subcat li
{
    float:left;
    width:187px;
    margin:4px 10px 0 2px;
    list-style-type:none;
    height:32px; overflow:hidden;
    background:url('/grafika/subcat-li.gif') no-repeat 0 6px;

}

.subcat li a
{
    padding-left:9px;
    display:block;
    _height:0;
    min-height:0;
    font-weight:600;
}

.c-subcat.top-sale .subcat ul
{
    padding-right:10px !important;
}

.c-subcat.top-sale .subcat-top
{
    padding:2px 0 0 14px !important;
}

.c-subcat.top-sale span
{
    padding:15px 8px 0 0;
    float:right; width:80px;
    text-align:right;
}

.c-subcat.top-sale a.ts-name
{
    padding:15px 0 0 10px;
    float:left; width:450px;
}

.c-subcat.top-sale a.highslide
{
    padding:0; margin:0;
    border:none;
    position:relative;
    float:left;
    width:30px;
    height:30px;
    margin-left:2px;
}

.c-subcat.top-sale .highslide img
{
    border:none;
    position:absolute;
    bottom:0;
}

.c-subcat.top-sale .subcat li
{
    float:none; height:30px;
    width:100%;
    margin:-4px 0 0 0;
    padding:2px 0 4px 0;
    list-style-type:none;
    background:none;
    overflow:hidden;
}

.c-subcat.top-sale .subcat li a
{
    display:inline !important;
}


/* trideni */
.c-sorting
{
    position:relative;
    overflow:hidden;
    color:#fff;
    margin-right:-20px;
    margin-left:-20px;
    padding:10px 20px;
    background:rgb(153, 0, 204);
    background:-moz-linear-gradient(0deg, rgb(153, 0, 204) 0%, rgb(184, 49, 103) 70%);
    background:-webkit-linear-gradient(0deg, rgb(153, 0, 204) 0%, rgb(184, 49, 103) 70%);
    background:-o-linear-gradient(0deg, rgb(153, 0, 204) 0%, rgb(184, 49, 103) 70%);
    background:-ms-linear-gradient(0deg, rgb(153, 0, 204) 0%, rgb(184, 49, 103) 70%);
    background:linear-gradient(90deg, rgb(153, 0, 204) 0%, rgb(184, 49, 103) 70%);
    clear:both;
}

.c-sorting a
{
    color:rgb(255,204,0);
    font-weight:600;
    text-decoration:none;
}
.c-sorting a:hover
{
    color:#fff;
}

.sort
{
    width:30%;
    float:left;
}

.view-type
{
    width:27%;
    float:left;
    border-left:solid 1px #D8D8D8;
    padding-left:2%;
}

.paging
{
    text-align:center !important;
    white-space:nowrap;
    float:left;
    width:40%;
}

.num-it-page
{
    float:right;
    width:30%;
    text-align:right;
}
.num-it-page a
{
    color:rgb(255,204,0);
}

.paging-bott
{
    text-align:center;
    padding:10px 0 0 0;
}
.paging-bott .span_katalog_strankovani_aktualni_strana
{
    color:#000;
}

.paging-info
{
    overflow:hidden;
    padding:15px 0;
    font-size:90%;
    color:rgb(77, 77, 77);
}
.paging-info span.pain-1
{
    float:left;
    padding:5px;
}
.paging-info span.pain-2
{
    float:right;
    padding:5px;
}
/* end new boxis */

.tbl_prihlaseni_login
{
    width:100%;
}

.td_prihlaseni_polozka,
.td_prihlaseni_zapheslo_polozka
{
    width:50%;
    padding-right:10px;
    text-align:right;
}

.div_prihlaseni_zapheslo_text
{
    padding:10px;
    text-align:center;
}

.tbl_prihlaseni_zapheslo
{
    width:100%;
}

.div_skup_obrazky
{
    width:183px;
    height:175px;
    background:url('/grafika/bg_produkt.gif') repeat-x 0 0 #fff;
    padding:5px;
    float:left;
}

.div_skup_obrazky_1,
.div_skup_obrazky_2
{
    margin:0 10px 10px 0;
}

.div_skup_obrazky_3
{
    margin:0 0 10px 0;
}

.div_skup_obrazky_nazev
{
    height:30px;
}

.div_skup_obrazky_nazev h2
{
    margin:0;
    padding:0;
    font-size:100% !important;
}


.div_skup_obrazky_foto
{
    background:#fff;
}
.div_skup_obrazky_foto table
{
    text-align:center;
    vertical-align:middle;
    width:183px; height:140px;
    overflow:hidden;
    border-top:solid 10px #fff
}

/* kat vypis */
.cat-list_in
{
    border-left:1px solid rgb(230, 230, 230);
    border-top:1px solid rgb(230, 230, 230);

}

.produkt
{
    float:left;
    border:1px solid rgb(230,230,230);
    border-top:0;
    border-left:0;
    padding:15px;
    position:relative;
    box-sizing:border-box;
    width:25%;
}

.produkt.atrib-1 {background:#ce0025;}
.produkt.atrib-2 {background:#f48000;}
.produkt.atrib-3 {background:#007fb6;}

.produkt .pr-top {height:53px; overflow:hidden; text-align:center; margin:-3px -3px 0 -3px;}

.produkt.atrib-1 .pr-top div {background:#ce0025; text-align:center; color:#fff; padding:2px;}
.produkt.atrib-2 .pr-top div {background:#f48000; text-align:center; color:#fff; padding:2px;}
.produkt.atrib-3 .pr-top div {background:#007fb6; text-align:center; color:#fff; padding:2px;}

.produkt h2
{
    margin:0;
    padding:0;
    font-size:120% !important;
    overflow:hidden;
}
.produkt h2 a
{
    color:#000;
    text-decoration:none;
    margin-bottom:10px;
    height:50px;
    line-height:25px;
    display:block;
    text-align:center;
    overflow: hidden;
}
.produkt h2 a
{
    opacity:0.8;
}

.produkt select
{
    width:100%;
    margin-top:4px;
}

.produkt .pr-select
{
    height:26px;
    overflow:hidden;
}

.pr-bott
{
    overflow:hidden;
}

.castka
{
    float:left;
    height:48px;
    font-weight:600;
    font-size:150%;
    line-height:110%;
    background:rgb(230,230,230);
    color:rgb(206,2,0);
    width:calc(100% - 84px);
    text-align:center;
    box-sizing:border-box;
}

.koupit
{
    float:right;
    text-align:right;
}

.produkt .popisek
{
    height:60px;
    line-height:20px;
    text-align:justify;
    margin:0;
    margin-bottom:10px;
    padding:0;
    overflow:hidden;
}


.produkt .stav-skladu
{
    font-weight:600;
    margin-bottom:5px;
    font-size:110%;
    text-align:right;
}

.produkt .castka-info
{
    font-weight:normal;
    position:relative;
    color:rgb(51,51,51);
}

.produkt .castka-info span
{
    font-weight:normal;
    position:relative;
    padding:0;
    background:url('/grafika/criscros.png') no-repeat center;
    _background:url('/grafika/criscros.jpg') no-repeat center;
    font-size:80%;
}

.produkt .castka-info img
{
    position:absolute;
    top:2px; left:0;
    width:100%; height:10px;
    display:none;
}


.span_skladem
{
    color:rgb(0,153,51);
}

.span_neni_skladem
{
    color:rgb(255,0,0);
}

.highslide-caption select
{
    width:100%;
    margin:4px 0 4px 0;
}

.td_vypis_sloupec5
{
    width: 90px;
}
.td_vypis_sloupec5 .jednotka
{
    float: left;
    line-height: 33px;
}
.td_vypis_sloupec5 .input_ks
{
    float: left;
}
.img_kosik_odebrat
{
    background-color:#EB3D00;
    color:#EB3D00;
    margin-top:6px;
    width:22px;
    height:22px;
    border:none;
    cursor:pointer;
    vertical-align:middle;
    float: right;
    border-radius: 4px;
}

.input_submit_vypis_kosik,
.input_kosik_image
{
    background-color:#EB3D00;
    color:#EB3D00;
    width:26px;
    height:22px;
    border:none;
    cursor:pointer;
    vertical-align:middle;
}

.bt-basket
{
    background:url('/grafika/bt-koupit-zelena.png') no-repeat left top;
    width:83px;
    height:48px;
    border:none;
    cursor:pointer;
    vertical-align:middle;
}
.bt-basket:hover
{
    opacity:0.8;
}

.bt-basket-red
{
    background:url('/grafika/bt-koupit-cervena.png') no-repeat left top;
    width:83px;
    height:48px;
    border:none;
    cursor:pointer;
    vertical-align:middle;
}

.bt-zvyh-basket
{
    background-image:url('/grafika/bt-basket.gif');
    background-repeat:no-repeat;
    background-position:center;
    background-color:rgb(25,178,51);
    border:0;
    cursor:pointer;
    vertical-align:middle;
    min-width:30px;
    padding:4px;
}


.div_katalog_detail_nazev h1
{
    font-size:150%;
    font-weight:normal;
}

.cleaner
{
    clear:both;
    height:1px;
    overflow:hidden;
}

.div_detailimage
{
    width:230px;
    height:175px;
    display:table;
    overflow:hidden;
    margin:auto;
    margin-bottom:10px;
}

.div_detailimage_foto
{
    display:table-cell;
    vertical-align:middle;
    width:230px;
    text-align:center;
}

.table_detail_rozpis_variant
{
    width:280px; padding:0; margin:0;
}

.table_detail_rozpis_variant td
{
    border:none !important;
    white-space:nowrap;
    padding-right:4px !important;
}

.table_detail_rozpis_variant thead td
{
    font-weight:600;
}

.table_detail_rozpis_variant td.td_detail_rozpis_variant_varianta
{
    width:150px !important;
    white-space:normal !important;
}

.table_detail_rozpis_variant td.td_detail_rozpis_variant_dostupnost
{
    text-align:center !important;
}

#div_katalog_vypis_podskupiny
{
    background:url('/grafika/bg_produkt.gif') repeat-x 0 0 #fff;
    padding:10px;
    margin:5px 0;
}

#div_katalog_vypis_podskupiny_nadpis
{
    font-weight:600;
}

.input_submit_katalog_vypis_kosik
{
    font-family:"Open Sans", Arial;
    font-size:90%;
    background-image:url('/grafika/input_kosik.gif');
    background-repeat:no-repeat;
    background-position:3px center;
    background-color:#eb3d00;
    border:none;
    padding:3px 3px 3px 20px;
    color:white;
    cursor:pointer;
}



.span_katalog_strankovani_aktualni_strana
{
    color:white;
    font-weight:600;
    padding:0 5px;
}

.td_katalog_vypis_strankovani_info
{
    text-align:center;
}

a.a_katalog_strankovani,
a.paging-prev,
a.paging-next
{
    font-weight:600;
    padding:0 5px;
}

.span_pocet_polozek_polozka a
{
    padding:0 5px;
}

.span_pocet_polozek_polozka
{
    font-weight:600;
}

.span_pocet_polozek_aktivni
{
    font-weight:600;
}

.span_pocet_polozek_aktivni a
{
    padding:0 5px;
    color:#fff;
    text-decoration:none;
}

.div_right_content .div_box_content,
.div_left_content .div_box_content
{
    padding:10px;
    background-color:#FDEBD7;
}

.zpet
{
    float:right;
    font-size:120%;
    display:block;
    background-image:url("/grafika/zpet.png");
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:40px;
    line-height:30px;
    text-decoration:none;
    font-weight:normal;
}
.zpet:hover
{
    opacity:0.8;
}

.dp-info
{
    float:left;
    width:40%;
    max-width:450px;
    box-sizing:border-box;
    padding-left:10px;
    margin-left:10%;
}

.dp-infotop
{
    display:block;
    height:23px;
    overflow:hidden;
}

.addthis_button
{
    height:23px;
    overflow:hidden;
    margin:0 0 0 10px;
}

.addthis_button img
{
    margin:0 0 7px 0;
    padding:0;
}
.dp-info .dp-priznak-1 {height:23px; overflow:hidden; float:left;}
.dp-info .dp-priznak-1 span { float:left; background:#ce0025; text-align:center; color:#fff; padding:2px 4px 1px 4px;}


.dp-info .dp-priznak-2 {height:23px; overflow:hidden; float:left;}
.dp-info .dp-priznak-2 span { float:left; background:#f48000; text-align:center; color:#fff; padding:2px 4px 1px 4px;}

.dp-info .dp-priznak-3 {height:23px; overflow:hidden; float:left;}
.dp-info .dp-priznak-3 span { float:left; background:#007fb6; text-align:center; color:#fff; padding:2px 4px 1px 4px;}

.tbl_katalog_detail_info
{
    margin:0;
    padding:0;
    width:100%;
}

.tbl_katalog_detail_info .dp-select
{
    padding-top:4px;
    padding-bottom:6px;
}

.tbl_katalog_detail_info .dp-select select
{
    margin:4px 0 0 0;
    width:277px;

}

tr.katalog-detail-radek-sudy
{
    background-color:rgb(230,230,230);
}

.tbl_katalog_detail_info .dp-price
{
    font-size:250%;
    color:rgb(255,0,0);
    font-weight:600;
}

.td_katalog_detail_in_bas
{
    padding:5px 0;
    font-weight:600;
    text-align:right;
}

.td_katalog_detail_nadpisek
{
    font-weight:600;
    padding:10px;
}

.td_katalog_detail_nadpisek .det-akcni-cena
{
    color:#FF0000;
}

.td_katalog_detail_polozka
{
    padding:10px;
    width:213px;
}

.c-det-left
{
    float:left;
    width:50%;
    box-sizing:border-box;
    text-align:center;
    position:relative;
    padding:10px;
    max-width:450px;
}

.div_katalog_detail_fotka a.highslide
{
    width:370px !important;
    display:block;
    text-align:center;
    margin:auto;
}

.c-dpbook
{
    margin-top:20px;
}

.dpbook-top
{
    overflow:hidden;
    position:relative;
    text-transform:uppercase;
}

.dpbook-top ul
{
    padding:0;
    margin:0;
    list-style-type:none;
}

.dpbook-top ul li
{
    float:left;
    border:1px solid #b8b8b8;
    border-left:0;
    border-bottom:0;
}

.dpbook-top ul li:first-child
{
    border-left:1px solid #b8b8b8;
}

.dpbook-top ul li a
{
    float:left;
    text-decoration:none;
    color:#4d4d4d !important;
    background:#e6e6e6;
    position:relative;
    cursor:pointer;
    padding:15px;
    padding-top:10px;
    padding-bottom:10px;
    line-height:20px;
}

.dpbook-top ul li a:hover,
.dpbook-top ul li a.dp-active
{
    background:#fff;
    z-index:100;
}

.dpbook-body
{
    border:solid 1px #b8b8b8;
    padding:15px;
    position:relative;
    background:#fff;
    color:#4d4d4d;
}

.dpbook-body p,
.dpbook-body h2
{
    padding:0;
    margin:0;
    margin-bottom:10px;
}


.dp-query1
{
    _height:0; min-height:1px;
}

.tbl_detail_dotaz2 td
{
    padding-bottom:4px !important;
}

#poslatznamemu table td
{
    padding:2px;
}

.tbl_detail_dotaz
{
    width:100%;
}

.tbl_detail_dotaz td
{
    vertical-align:top;
}

.tbl_detail_dotaz thead tr td
{
    font-weight:600;
}

.td_detail_dotaz2_submit
{
    text-align:center;
}

.tbl_detail_dotaz .input_text
{
    width:180px;
}

.tbl_detail_dotaz_zahlavi1
{
    background-image:url('/grafika/ico_dotaz.gif');
    background-repeat:no-repeat;
    background-position:4px center;
    padding:0 0 0 20px;
}

.tbl_detail_dotaz_zahlavi2
{
    background-image:url('/grafika/ico_kontakty.gif');
    background-repeat:no-repeat;
    background-position:4px center;
    padding:0 0 0 24px;
}

.dp-debate1
{
    _height:0; min-height:1px;
    padding:5px 0 5px 0;
}

.dp-debate1 h2
{
    padding:0 0 3px 0; margin:0;
    font-size:100% !important;
}


.td_diskuze_nadpisek
{
    background:url('/grafika/ico_diskuze.gif') no-repeat 4px center;
    padding:0 0 0 28px;
    font-weight:600;
}

.tbl_detail_diskuze_pridat .input_text
{
    width:180px;
}

.td_diskuze_polozka
{
    width:60px;
}

.prispevek_hlavicka
{
    background:#F3F3F3;
    padding:5px;
    margin-top:10px;
}

.prispevek_nadpis
{
    font-weight:600;
}

.prispevek_text
{
    padding:5px;
}

.reagovatdiv
{
    text-align:right;
    padding:2px 2px 8px 0;
}

.div_diskuze_zadne
{
    font-style:italic;
    padding:15px 5px 5px 5px;
}

.input_robot
{
    width:20px;
}

.prispevek_nadpis_1,
.prispevek_autor_1
{
    width:95%;
}

.prispevek_hlavicka_1,
.prispevek_text_1
{
    margin-left:5%;
}

.prispevek_nadpis_2,
.prispevek_autor_2
{
    width:90%;
}

.prispevek_hlavicka_2,
.prispevek_text_2
{
    margin-left:10%;
}

.prispevek_nadpis_3,
.prispevek_autor_3
{
    width:85%;
}

.prispevek_hlavicka_3,
.prispevek_text_3
{
    margin-left:15%;
}

.prispevek_nadpis_4,
.prispevek_autor_4
{
    width:80%;
}

.prispevek_hlavicka_4,
.prispevek_text_4
{
    margin-left:20%;
}

.prispevek_nadpis_5,
.prispevek_autor_5
{
    width:75%;
}

.prispevek_hlavicka_5,
.prispevek_text_5
{
    margin-left:25%;
}

.prispevek_nadpis_6,
.prispevek_autor_6
{
    width:70%;
}

.prispevek_hlavicka_6,
.prispevek_text_6
{
    margin-left:30%;
}

.prispevek_nadpis_7,
.prispevek_autor_7
{
    width:65%;
}

.prispevek_hlavicka_7,
.prispevek_text_7
{
    margin-left:35%;
}

.prispevek_nadpis_8,
.prispevek_autor_8
{
    width:60%;
}

.prispevek_hlavicka_8,
.prispevek_text_8
{
    margin-left:40%;
}

.prispevek_nadpis_9,
.prispevek_autor_9
{
    width:55%;
}

.prispevek_hlavicka_9,
.prispevek_text_9
{
    margin-left:45%;
}

.prispevek_nadpis_10,
.prispevek_autor_10
{
    width:50%;
}

.prispevek_hlavicka_10,
.prispevek_text_10
{
    margin-left:50%;
}

.td_registrace_polozka
{
    width:145px;
}

.div_kosik_nad_vypisem
{
    text-align:right;
    font-weight:600;
    position:absolute;
    top:2%;
    right:2%;
}

.c-basket-bt .basket-smazat
{
    float:right;
}
.c-basket-bt .basket-smazat a
{
    float:left;
    margin-right:10px;
}
.c-basket-bt .basket-prepocitat
{
    float:right;
}
.c-basket-bt .basket-prepocitat input
{
    float:left;
    margin:0;
    background:#EB3D00;
}
.c-basket-bt
{
    height:24px;
    margin-top:6px;
}


.tbl_katalog_vypis
{
    width:100%;
    border-bottom:solid 1px #DFDFDF !important;
}

.tbl_katalog_vypis h2
{
    font-size:100% !important;
    padding:0; margin:0;
    font-weight:normal;
}

.tbl_katalog_vypis td.td_vypis_sloupec1
{
    width:35px;
}
.tbl_katalog_vypis td.td_vypis_sloupec5,
.tbl_katalog_vypis td.td_vypis_sloupec4,
.tbl_katalog_vypis td.td_vypis_sloupec3

{
    white-space:nowrap;
    padding-left:4px;
    padding-right:4px;
}

.tbl_katalog_vypis td.td_vypis_sloupec6,
.tbl_katalog_vypis td.td_vypis_sloupec7

{
    white-space:nowrap;
    padding-left:4px;
}

.tbl_katalog_vypis td.td_vypis_sloupec2

{
    padding-left:4px;
    white-space:normal !important;
}

.tbl_katalog_vypis td.td_vypis_sloupec2 a,
.tbl_katalog_vypis td.td_vypis_sloupec3 a

{
    white-space:normal !important;
}

.tbl_katalog_vypis thead
{
    background:#FDEBD7;
}

.tbl_katalog_vypis tr.katalog-vypis-radek-lichy
{
    background:#F7F7F7;
}

.tbl_katalog_vypis thead td
{
    padding:4px 6px 5px 6px;
    font-weight:600;
    border-bottom:none !important;
}

.tbl_shrnuti_ceny
{
    width:100%;
    margin:10px 0 0 0;
}

.td_kosik_shrnuti_ceny_nadpisek2
{
    font-weight:600;
}

.tbl_shrnuti_ceny td
{
    font-size:120%;
    vertical-align:bottom;
}

.td_kosik_shrnuti_ceny_info2
{
    text-align:right;
    font-weight:600;
    color:#EB3D00;
}

.div_kosik_shrnuti_ceny_info2
{
    font-weight:600;
    color:#000000 !important;
}

.div_kosik_nadpisek
{
	font-weight: 600;
    clear: both;
    font-size: 120%;
    color: #000;
    margin-bottom: 10px;
}

.tbl_kosik_objednavka_info input
{
    float:left;
}


.span_povinne
{
    font-weight:600;
    color:#eb3d00;
    font-size:18px; line-height:18px;
    position:relative; top:3px; _top:2px;
    padding-right:2px;
}

*:first-child+html .span_povinne
{
    top:2px;
}



.tbl_kosik_objednavka_info .span_povinne
{
    font-weight:600;
    color:#eb3d00;
    font-size:18px; line-height:18px;
    position:relative; top:2px; _top:3px;
    float:left;
    padding-right:0;
}

*:first-child+html .tbl_kosik_objednavka_info .span_povinne
{
    top:3px;
}

.tbl_kosik_objednavka_info span.hlp-input
{
    position:relative; top:3px;
    padding:0 0 0 0; margin:0 0 0 8px;
    background:#F3F3F3 !important;
    color:#666666;
    float:left;
    white-space:nowrap;
}

.p-polo
{
    position:relative;
}

/*#td_kosik_zpusoby_dopravy
{
    white-space:nowrap;
}*/

#td_kosik_zpusoby_dopravy td
{
    padding:2px 2px 2px 0;
}

.p-polo .span_povinne
{
    position:relative;
    top:6px;
}

.tbl_kosik_shrnuti_ceny
{
    width:100%;
    border:1px solid #e0e0e0;
    background:#FDEBD7;
    margin:20px 0 0 0;
}

.tbl_kosik_shrnuti_ceny thead td
{
    background-color:#EB3D00;
    color:white;
    font-weight:600;
    padding:3px 6px;
}

.tbl_kosik_shrnuti_ceny tbody td
{
    padding:3px 6px;
}

.td_kosik_shrnuti_ceny_zahlavi
{
    text-align:right;
}

.td_kosik_shrnuti_ceny_info
{
    text-align:right;
    width:80px;
}


.send-order
{
    margin:30px 0 10px 0;

}

.send-order input
{
    text-transform:uppercase;
    float:right;
}

.send-order a
{
    float:left;
    margin:10px 0 0 10px;
    padding-left:14px;
    background:url('/grafika/ico_print.gif') no-repeat 0 3px;
}

td.td_kosik_shrnuti_ceny_celkem
{
    border-top:solid 2px #EB3D00;
    font-weight:600;
    padding-top:6px !important;
    color:#EB3D00;
}

.basket-pay-note
{
    font-style:italic;
    margin:0 0 0 20px;
    display:block;
    white-space:normal;
    font-size:85%;
    line-height:140%;
}




.span_poslat_znamemu_nazev
{
    font-weight:600;
}

.div_messages
{
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;

    background:#972406;
    color:#fff;
    padding:10px 20px;
    margin:15px 0;
    font-weight:600;
    font-size:120%;
}

.ul_mapa_stranek_pages
{
    margin:0;
    padding:0 0 20px 0;
    list-style-type:none !important;
}

.ul_mapa_stranek_pages ul
{
    list-style-type:none !important;
    padding:0; margin:0;
}

.ul_mapa_stranek_pages .li_first_level
{
    font-weight:600;
    padding-left:20px;
    padding-top:10px;
    padding-bottom:1px;
}

.ul_mapa_stranek_pages .li_first_level li
{
    font-weight:normal;
    padding-left:20px;
    padding-bottom:1px;
}

.ul_mapa_stranek_pages .li_first_level li a
{
    color:#494949;
}

.div_mapa_stranek_skup_zan1
{
    padding-left:20px;
    padding-top:10px;
    padding-bottom:1px;
}

.div_mapa_stranek_skup_zan2
{
    padding-left:40px;
    padding-bottom:1px;
}

.div_mapa_stranek_skup_zan2 a,
.div_mapa_stranek_skup_zan3 a,
.div_mapa_stranek_skup_zan4 a,
.div_mapa_stranek_skup_zan5 a,
.div_mapa_stranek_skup_zan6 a
{
    color:#494949;
}

.div_mapa_stranek_skup_zan3
{
    padding-left:60px;
    padding-bottom:1px;
}

.div_mapa_stranek_skup_zan4
{
    padding-left:80px;
    padding-bottom:1px;
}

.div_mapa_stranek_skup_zan5
{
    padding-left:100px;
    padding-bottom:1px;
}

.div_mapa_stranek_skup_zan6
{
    padding-left:120px;
    padding-bottom:1px;
}

.a_mapa_stranek_skup_1
{
    font-weight:600;
}

.div_letaky_vypis_detail_nahled
{
    float:left;
    width:150px;
    text-align:center;
}

#tbl_rozvozove_trasy_vypis
{
    width:100%;
}

#tbl_rozvozove_trasy_vypis thead tr td, #tbl_rozvozove_trasy_vypis tbody tr td
{
    padding:3px 5px;
}

#tbl_rozvozove_trasy_vypis thead tr td
{
    background-color:#f48000;
    color:white;
    font-weight:600;
}

.tr_rozvozove_trasy_vypis_sudy
{
    background-color:#ededed;
}

.span_rozvozove_trasy_den
{
    font-weight:600;
}

#div_rozvozove_trasy_filtr
{
    padding:10px;
    margin:10px 0;
    background:url('/grafika/bg_produkt.gif') repeat-x 0 0 #fff;
}

#div_rozvozove_trasy_filtr_nadpis
{
    font-weight:600;
}

#div_rozvozove_trasy_filtr_region_nadpis
{
    font-weight:600;
    font-size:125%;
    margin:3px;
}

.div_vyhledavani_nad_vypisem
{
    font-weight:600;
    margin-bottom:5px;
}

#div_vyhledavani_nadpis_skupiny
{
    margin:15px 0 3px 0;
    font-weight:600;
    font-size:110%;
}

#div_vyhledavani_skupiny_container
{
    margin-bottom:10px;
    line-height:170%;
    font-weight:600;
    font-size:120%;
}

.div_detail_souvpol_nadpis
{
    font-size:120%;
    padding:10px 0 10px 4px;
    font-weight:600;
}

.div_detail_souvpol
{
    margin:20px 0 0 0;
}

.div_prmista_mapa
{
    float:left;
    width:385px;
    padding-top:50px;
    position:relative;
}

.div_prmista_mapa #vypis
{
    position:absolute;
    top:75px;
    right:20px;
}

.div_prmista_text
{
    float:right;
    width:150px;
}

.div_prmista_vypis
{
    clear:both;
}

.div_prmista_vypis_misto
{
    margin:0 0 20px 0;
}

.div_prmista_vypis_misto_nazev
{
    font-weight:600;
    padding:3px 0 3px 5px;
    margin:0 0 3px 0;
    background-color:#fdebd7;
}

.div_prmista_vypis_kraj
{
    font-weight:600;
    font-size:120%;
    margin:10px 0;
}

.div_prmista_vypis_misto_adresa,
.div_prmista_vypis_misto_dalsi_info
{
    padding:3px 0 3px 5px;
}


.tbl_detail_dotaz h2
{
    font-size:100% !important;
    margin:0;
    padding:0 0 10px 0;
}

.tbl_detail_dotaz td
{
    padding:0 2px 0 0;
}


.div_head_print
{
    display:none;
}

.h1_nadpis
{
    font-size:18px;
}


/* MENU SKUPIN */
/* Aktuální otevřená kategorie nad "KATEGORIE ZBOZI"*/
.strom-skupiny-aktual
{
    margin-bottom:10px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
}

.strom-skupiny-aktual ul
{
    background-color:#FFFFCC;
}


.div_box_content_kategorie
{
    /*background:url('/grafika/bg-kategorie.png') left top repeat-y;*/
    background:#fff;
    padding:10px;
}

.div_box_content_kategorie ul,
.div_box_content_kategorie li
{
    list-style-type:none;
    margin:0;
    padding:0;
}

.div_box_content_kategorie li a
{
    text-decoration:none;
    _height:0; min-height:1px;
}

.ul_podskupina
{
    display:none;
}

.ul_podskupina_open
{
    display:block;
}

.div_box_content_kategorie a
{
    display:block;
    padding:6px 6px 6px 14px;
    font-weight:600;
    border-bottom:1px dotted rgb(216,216,216);
    color:#000;
}
.div_box_content_kategorie a:hover
{
    color:rgb(247,21,0);
}

/**** 1. UROVEN ****/
.div_box_content_kategorie .li_bezpodskupin a
{
    background:url('/grafika/sipka_bezpodskupin.gif') no-repeat 5px center;
    padding-left:20px;
}

.div_box_content_kategorie .li_podskupiny a
{
    background:url('/grafika/sipka_podskupiny.gif') no-repeat 5px center;
    padding-left:20px;
}

.div_box_content_kategorie .li_aktivni a
{
    background:#972406 url('/grafika/sipka_aktualni.gif') no-repeat 5px center;
    color:white;
    padding-left:20px;
}

.div_box_content_kategorie .li_aktivni a:hover
{
    color:white;
    background-color:#972406;
}

.div_box_content_kategorie .li_aktivni_open a
{
    background:#972406 url('/grafika/sipka_podskupiny_open.gif') no-repeat 5px center;
    color:white;
    padding-left:20px;
}

.div_box_content_kategorie .li_open a
{
    background:url('/grafika/sipka_podskupiny_open.gif') no-repeat 5px center;
    padding-left:20px;
}

.div_box_content_kategorie .li_open a:hover
{
    color:white;
    background-color:#972406;
}

/**** 2. UROVEN ****/
.div_box_content_kategorie ul ul
{
    background:rgb(255, 255, 204);
}
.div_box_content_kategorie .li_zanoreni2 a
{
    padding-top:5px;
    padding-bottom:5px;
}
.div_box_content_kategorie .li_zanoreni1 .li_bezpodskupin a
{
    background:url('/grafika/sipka_bezpodskupin.gif') no-repeat 20px center;
    padding-left:35px;
    color:black;
    font-weight:normal;
    border:none;
}

.div_box_content_kategorie .li_zanoreni1 .li_podskupiny a
{
    background:url('/grafika/sipka_podskupiny.gif') no-repeat 20px center;
    padding-left:35px;
    color:black;
    font-weight:normal;
    border:none;
}

.div_box_content_kategorie .li_zanoreni1 .li_bezpodskupin a:hover,
.div_box_content_kategorie .li_zanoreni1 .li_podskupiny a:hover
{
    color:#972406;
}

.div_box_content_kategorie .li_zanoreni1 .li_aktivni a
{
    background:#972406 url('/grafika/sipka_aktualni.gif') no-repeat 20px center;
    color:white;
    padding-left:35px;
}

.div_box_content_kategorie .li_zanoreni1 .li_aktivni a:hover
{
    color:white;
    background-color:#972406;
}

.div_box_content_kategorie .li_zanoreni1 .li_aktivni_open a
{
    background:#972406 url('/grafika/sipka_podskupiny_open.gif') no-repeat 20px center;
    color:white;
    padding-left:35px;
}
.div_box_content_kategorie .li_zanoreni1 .li_aktivni_open a:hover{color:#fff}

.div_box_content_kategorie .li_zanoreni1 .li_open a
{
    background:url('/grafika/sipka_podskupiny_open.gif') no-repeat 20px center;
    padding-left:35px;
    color:black;
}    

.div_box_content_kategorie .li_zanoreni1 .li_open a:hover  /*opravena chyba*/
{
    /*color:white;
    background-color:#972406;*/
}

/**** 3. UROVEN ****/
.div_box_content_kategorie .li_zanoreni3
{
    font-size:95%;
}
.div_box_content_kategorie .li_zanoreni2 .li_bezpodskupin a
{
    background:url('/grafika/sipka_bezpodskupin.gif') no-repeat 30px center;
    padding-left:45px;
    color:black;
}     

.div_box_content_kategorie .li_zanoreni2 .li_podskupiny a
{
    background:url('/grafika/sipka_podskupiny.gif') no-repeat 30px center;
    padding-left:45px;
    color:black;
}

.div_box_content_kategorie .li_zanoreni2 .li_bezpodskupin a:hover,
.div_box_content_kategorie .li_zanoreni2 .li_podskupiny a:hover
{
    color:#972406;
}

.div_box_content_kategorie .li_zanoreni2 .li_aktivni a
{
    background:#972406 url('/grafika/sipka_aktualni.gif') no-repeat 30px center;
    color:white;
    padding-left:45px;
}

.div_box_content_kategorie .li_zanoreni2 .li_aktivni a:hover
{
    color:white;
    background-color:#972406;
}
.div_box_content_kategorie .li_zanoreni2 .li_aktivni_open a:hover{color:#fff}

.div_box_content_kategorie .li_zanoreni2 .li_aktivni_open a
{
    background:#972406 url('/grafika/sipka_podskupiny_open.gif') no-repeat 30px center;
    color:white;
    padding-left:45px;
}    

.div_box_content_kategorie .li_zanoreni2 .li_open a
{
    background:url('/grafika/sipka_podskupiny_open.gif') no-repeat 30px center;
    padding-left:45px;
    color:black;
}

.div_box_content_kategorie .li_zanoreni2 .li_open a:hover  /*opravena chyba*/
{
    /*color:white;
    background-color:#972406;*/
}

/**** 4. UROVEN ****/
.div_box_content_kategorie .li_zanoreni3 .li_bezpodskupin a
{
    background:url('/grafika/sipka_bezpodskupin.gif') no-repeat 40px center;
    padding-left:55px;
    color:black;
}

.div_box_content_kategorie .li_zanoreni3 .li_podskupiny a
{
    background:url('/grafika/sipka_podskupiny.gif') no-repeat 40px center;
    padding-left:55px;
    color:black;
}

.div_box_content_kategorie .li_zanoreni3 .li_bezpodskupin a:hover,
.div_box_content_kategorie .li_zanoreni3 .li_podskupiny a:hover
{
    background-color:#eb3d00;
    color:white;
}

.div_box_content_kategorie .li_zanoreni3 .li_aktivni a
{
    background:#eb3d00 url('/grafika/sipka_aktualni.gif') no-repeat 40px center;
    color:white;
    padding-left:55px;
}

.div_box_content_kategorie .li_zanoreni3 .li_aktivni a:hover
{
    background-color:#eb3d00;
    color:white;
}

.div_box_content_kategorie .li_zanoreni3 .li_aktivni_open a
{
    background:#eb3d00 url('/grafika/sipka_podskupiny_open.gif') no-repeat 40px center;
    color:white;
    padding-left:55px;
}

.div_box_content_kategorie .li_zanoreni3 .li_open a
{
    background:url('/grafika/sipka_podskupiny_open.gif') no-repeat 40px center;;
    padding-left:55px;
    color:black;
}

.div_box_content_kategorie .li_zanoreni3 .li_open a:hover
{
    background-color:#eb3d00;
    color:white;
}
/* -- KONEC - MENU SKUPIN */

.tbl-old-order
{
    table-layout:fixed;
    border-collapse:collapse;
    border:solid 1px #D8D8D8;
    width:100%;
    margin:10px 0 10px 0;
    padding:0;
    text-align:right;
}

.tbl-old-order td
{
    padding:4px 4px 4px 4px;
}

.tbl-old-order thead
{
    background:#FDEBD7;
    font-weight:600;
}

.al-left
{
    text-align:left;
}

.al-center
{
    text-align:center;
}

.tbl-old-order-dp1
{
    float:left;
    padding:6px 16px 16px 10px;
    background:url('/grafika/bg_produkt.gif') repeat-x 0 0 #fff;
}

.tbl-old-order-dp1 table
{
    table-layout:fixed;
    border-collapse:collapse;
    margin:0;
    padding:26px;
}

.tbl-old-order-dp1 tr
{
    border-bottom:solid 1px #DFDFDF;
}

.tbl-old-order-dp1 td
{
    padding:6px 10px 5px 10px;
}

.tbl-old-order-dp1 th
{
    padding:6px 16px 5px 2px;
}

.tbl-old-order .pr-name
{
    width:220px;
    text-align:left;
    white-space:normal !important
}

thead .pr-name
{
    text-align:center !important;
}

.tbl-old-order .td-ks
{
    width:30px;
}

.tbl-old-order .td-dph
{
    width:34px;
}

.old-ord-total
{
    border:solid 2px #EB3D00;
    text-align:right;
}

.old-ord-total div
{
    padding:4px 4px 0 4px;
}

.old-ord-total div.final-price
{
    padding:4px;
    color:#FF0000;
}

.divshowInfo
{
    background:url('/grafika/bg_hlaseni_basket.gif') no-repeat;
    padding:15px 4px 4px 4px;
    margin:-135px 0 0 -78px;
    width:182px;
    height:121px;
    font-size:100%;
    color:white;
}

#c-scroller
{
    clear:both;
    width:260px;
    margin:20px auto 0 auto;
}

#det-img-other
{
    position:relative;
    width:220px;
    height:60px;
    overflow:hidden;
    border:1px solid #EFEFEF;
    float:left;
}

#scroller
{
    float:left;
    width:1000px;
    height:61px;
}

#scroller1
{
    float:left;
}

#scroller img
{
    border:solid 2px #fff;
}

#scroller a
{
    float:left; height:56px; width:58px;
    border:solid 2px #EFEFEF;
    text-align:center;
}

#scroller a:hover
{
    border:solid 2px #CDCDCD;
}

.det-img-scroll
{
    float:left;
}

.c-backlinks
{
    line-height:150%;
}

.c-backlinks h2
{
    font-size:140%;
    padding:6px 0 6px 0;
    margin:0;
}

.tbl-blinks
{
    margin:0; padding:0;
    width:100%;
}

.tbl-blinks td
{
    padding:5px 4px 5px 0;
}

.bl-td1 {width:180px;}
.bl-td2 textarea {width:320px;}
.bl-td3 input {width:320px; margin-bottom:4px;}
.bl-td4 input {width:180px;}
.bl-td5 textarea {width:320px;}
.bl-td6 {text-align:center;}
.bl-td6 input {width:20px;}

.c-ourblinks, .ourblinks {margin-top:20px;}
.c-ourblinks textarea {width:504px;}

.pa-links {margin-top:20px;}
.pa-links ul {margin:0; padding:0;}
.pa-links li {list-style-type:none; float:left; width:31%; margin-right:1%;}


/*Fotogalerie*/

.fotogalerie_pol_mat{
    width:160px;
    float:left;
    padding:15px;
    margin-left:10px;
}

.fotogalerie_pol
{
    margin-bottom:4px;
}

.fotogalerie_pol p
{
    padding:3px 0 3px 0;
    margin:0;
}

.fotogalerie_pol h2
{
    margin:0;
    padding:0;
    padding-top:7px;
}
.fotogalerie_pol a,.foto_vypis a, .fotogalerie_pol_mat a
{
    padding:5px;
    width:140px;
    height:120px;
    display:block;
    background:url(/grafika/foto_background.jpg) no-repeat top left;
    margin-left:0;
    margin-right:0;
}
.foto_vypis
{
    position:relative;
    float:left;
    margin:0;
}
.fotogalerie_pol img, .foto_vypis img, .fotogalerie_pol_mat img
{
    margin:5px;
    border:none;
}
.fotogalerie_pol .foto
{
    position:relative;
    float:left;
    margin:0 10px 0 0 !important;
    padding:0;
}
.fotogalerie_pol .foto a
{
    padding-bottom:0;
}

/*Clanky*/
.c-sorting2
{
    position:relative;
    background:url('/grafika/sort-bg.gif') repeat-x left top #F2F2F2;
    height:26px;
    overflow:hidden;
    border:solid 1px #CDCDCD;
}

.c-sorting2 .sort
{
    width:40%;
    float:left;
}

label.error { display:block; float:none; color:red; padding-left:.5em; padding-top:.5em; vertical-align:top; }

div.articles-list {margin:10px 0 10px 0;}
.articles-list h2 { margin:0; padding:0 20px 9px 0;}
.articles-list h2 span { padding-right:10px; }
.articles-list .art-item
{
    background:url('/grafika/box-corner.gif') no-repeat right top #CDCDCD;
    padding:1px;
    border-bottom:solid 10px #fff;
    margin:0 !important;
    min-height:1px;
}
.articles-list .art-item1
{
    background:url('/grafika/bg_produkt.gif') repeat-x 0 0 #fff;
    padding:8px 4px 8px 4px !important;
    min-height:1px;
}
.art-img  {float:left; margin:0 8px 2px 0; }
.art-img  img {float:left;}
.art-img  a { float:left; display:block; background:#fff; border:solid 2px #E4E4E4; padding:5px;}
.art-img  a:hover { border:solid 2px #9F9F9F;}
.articles-list .art-cont  { text-align:right; }
.articles-list .art-item p  { margin:0; padding:0 0 6px 0;}

.foto-list  {margin:10px 0 10px 0;}

.foga-item
{
    background:#CDCDCD;
    padding:1px;
    border-bottom:solid 10px #fff;
    margin:0 !important;
    min-height:1px;
}

.foga-item1
{
    background:url('/grafika/bg_produkt.gif') repeat-x 0 0 #fff;
    padding:8px 4px 8px 4px !important;
    _height:0; min-height:1px;
}


.foga-item  h2 { margin:0; padding:0 20px 9px 0; }
.cfoga-img  {float:left; margin:0 8px 2px 0; }
.cfoga-img  img {float:left;}
.cfoga-img  a { float:left; display:block; background:#fff; border:solid 2px #E4E4E4; padding:5px;}
.cfoga-img  a:hover { border:solid 2px #9F9F9F;}
.foga-item p  { margin:0; padding:0 0 4px 0;}

.foto-cat  {margin:10px 0 10px 0; width:600px; overflow:hidden;}
.foto-cat-in  {width:630px; margin-left:5px;}
.foga1-item {position:relative; width:160px; float:left; padding:15px; margin:0 10px 5px 0;}
.foga1-name {text-align:center; font-weight:600; height:30px; overflow:hidden;}

.cfoga1-img  {float:left; position:relative; left:8px; margin:4px 0 0 0; }
.cfoga1-img  img {float:left;}
.cfoga1-img  a { float:left; display:block; background:#fff; border:solid 2px #E4E4E4; padding:5px;}
.cfoga1-img  a:hover { border:solid 2px #9F9F9F;}

.c-allph
{
    background:#CDCDCD;
    padding:1px;
    margin:10px 0 10px 0;
    width:598px;
}
.c-allph1
{
    background:url('/grafika/bg_produkt.gif') repeat-x 0 0 #fff;
    _height:0; min-height:1px;
}

.c-allph  h2 { margin:0 0 0 0; padding:6px 0 0 6px; height:19px; overflow:hidden; width:598px;}
.c-allph  h2 a {float:right;  padding:0 24px 0 6px;  font-weight:normal;}
.c-allph  h2 span {float:left;}
.allph  {width:598px; overflow:hidden;}
.allph1  {width:630px; }
.allph-item {position:relative; width:149px; float:left; margin:0 0 4px 0;}
.allph-img  {float:left; position:relative; left:4px; margin:2px 0 0 0;}
.allph-img  img {float:left;}
.allph-img  a { float:left; display:block; background:#fff; border:solid 2px #E4E4E4; padding:5px;}
.allph-img  a:hover { border:solid 2px #9F9F9F;}
.allph-back { text-align:center; }


.view-type1
{
    width:27%;
    border-left:solid 1px #D8D8D8;
    padding-left:2%;
}

.c-sorting2 .sort1
{
    width:60%;
    float:left;
}
.paging.pg-foto
{
    width:40% !important;
    float:right;
    text-align:right;
}


.write-us
{
    background:#CDCDCD;
    margin-top:10px;
    padding:1px;
}

.write-us1
{
    background:url('/grafika/bg_produkt.gif') repeat-x 0 0 #fff;
    padding:9px !important;
    _height:0; min-height:1px;
}

.write-us h2
{
    padding:0 0 0 20px;
    margin:0;
    background:url('/grafika/ico_kontakty.gif') no-repeat left center;
}

.div_napiste_nam td
{
    padding-right:6px;
    padding-bottom:1px;
    padding-top:2px;
}


.tbl_napiste_nam .input_text
{
    width:180px;
}

.bubble-message
{
    font-weight:600;
    font-size:120%;
}

.bubble-nazev
{
    padding:3px 0;
    margin-bottom:2px;
    height:30px;
    overflow:hidden;
    vertical-align:middle;
}

.span_countdown
{
    font-weight:600;
}

.skryj	{ position:absolute; left:-1000px; top:-1000px; width:1px; height:1px; overflow:hidden; }

#skupina-popisek-more
{
    text-align:right;
    margin:10px 0 20px 0;
}

.in-bas0
{
    visibility:hidden;
}

.in-bas1
{
    visibility:visible;
    color:#fff;
    background-color:rgba(7,160,51,0.8);
    position:absolute;
    text-align:center;
    padding:5px 0;
    margin-top:-150px;
    font-weight:600;
    left:0;
    right:0;
}

.skupina-popisek-short
{
    position:relative;
}

.skupina-popisek-short p
{
    padding:0; margin:0;
}

.skupina-popisek-short div.png-mask
{
    background:url('/grafika/png-mask.png') repeat-x left bottom;
    height:35px; width:600px; overflow:hidden;
    position:absolute;
    bottom:0; left:0;
}

.lbl-required
{
    font-weight:600;
}

.ifr-mailing-newsletter
{
    border:none;
    width:600px;
    overflow-x:hidden;
    overflow-y:auto;
    /*border:1px solid red;*/
}

.val-bad
{
    border:2px solid red;
}

.zas-nov-email
{
    width:200px;
}

.soutez
{
    background:#CDCDCD;
    margin-top:10px;
    padding:1px;
}

.soutez1
{
    background:url('/grafika/bg_produkt.gif') repeat-x 0 0 #fff;
    padding:9px !important;
    _height:0; min-height:1px;
}

.soutez h2
{
    padding:0;
    margin:0;
}

.soutez .psc
{
    width:70px;
}

.soutez .input_text,
.soutez .input_textarea
{
    margin-left:10px;
}

.ul-soutez li
{
    list-style-type:none;
    margin-left:-30px;
    padding:0;
}

label.sou-spravna
{
    font-weight:600;
    color:green;
}

.sou-omezeni-zakaznik
{
    border:1px solid red;
    padding:10px;
}

#slideshow1,
#slideshow2,
#slideshow3
{
    height:250px;
    margin-top:2px;
}

#slideshow1 .recom-item,
#slideshow2 .recom-item,
#slideshow3 .recom-item
{
    width:150px;
}

.ba-img-r,
.ba-img-l
{
    position:fixed;
    top:135px;
    width:100px;
    height:600px;
    overflow:hidden;
}
.ba-img-r
{
    right:10px;
}
.ba-img-l
{
    left:10px;
}

.souhlas-dodaci-podm
{
    text-align:right;
    font-weight:600;
    padding:15px 0;
}

.tbl_souteze_kont_udaje .input_text
{
    width:180px;
}

.tbl_souteze_kont_udaje td
{
    vertical-align:top;
}

.chk-sou-news
{
    margin:3px 0 10px 6px;
}

#nahoru
{
    height:30px;
    width:110px;
    position:fixed;
    right:0;
    bottom:0;
    background:rgb(204,204,204);
    color:rgb(77,77,77);
    font-size:130%;
    padding:10px 0 0 0;
    text-align:center;
    cursor:pointer;
    display:none;
}

#google_translate_element
{
    width:170px;
    height:24px;
    overflow:hidden;
    position:absolute;
    top:5px;
    left:240px;
}

.c-kosik-souvpol
{
    margin:30px 0 20px 0;
    color:rgb(128,128,128)
}

.a-top-kosik
{
    min-height:45px;
    background:url('/grafika/top-kosik.png') left center no-repeat;
    color:#fff;
    padding:0 0 0 60px;
    line-height:120%;
    text-decoration:none;
    display:block;
    clear:both;
    margin-bottom:10px;
}
.a-top-kosik:hover
{
    opacity:0.8;
}
.a-top-kosik strong
{
    font-weight:600;
    color:rgb(252, 187, 0);
}
.top-kosik-zobrazit
{
    color:rgb(252, 187, 0);
    font-weight:600
}

.cat-box
{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    overflow:hidden;
}
.cat-box .lb-box2
{
    background:#972406;
    color:#fff;
    padding:8px 20px;
    font-weight:600;
}

.a-top-heureka
{
    display:block;
    width:230px;
    float:right;
    margin-right:280px;
    background:url('/grafika/top-heureka.png') left top no-repeat;
    text-align:right;
    padding:63px 5px 0 0;
    color:#000 !important;
    text-decoration:none;
    margin-top:10px;
    margin-bottom:10px;
}
.a-top-heureka strong
{
    color:#000;
    text-decoration:none;
    font-weight:600;
}

.drobky
{
    margin-bottom:20px;
    color:rgb(77,77,77);
    font-size:90%;
}
.drobky a
{
    color:rgb(77,77,77);
    text-decoration:none;
}
.drobky a:hover
{
    text-decoration:underline;
}

.tbl_katalog_detail_info .bt-basket
{
    background:url('/grafika/bt-koupit-detail.png') no-repeat left top;
    width:233px;
    height:52px;
    border:none;
    cursor:pointer;
    vertical-align:middle;
}

.td-det-kosik
{
    text-align:right;
    padding:10px 0;
}

.td-det-kosik .input_ks
{
    margin-top:7px;
    font-size:150%;
    text-align:center;
    font-weight:600;
    width:40px;
    padding:5px;
    background:url('/grafika/bg-input-text.png') left top repeat-x #fff;
}

.tbl_katalog_detail_info .criscros
{
    font-size:200%;
    font-weight:600;
    background:url('/grafika/criscros.png') no-repeat center;
}

.v-sleva
{
    background:#CE0101;
    width:60px;
    height:60px;
    line-height:60px;
    display:block;
    position:absolute;
    right:0;
    top:0;
    margin-top:-5px;
    margin-right:-5px;
    color:#fff;
    font-size:160%;
    text-align:center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}

.v-bez-slevy
{
    height:10px;
}

.d-sleva
{
    width:70px;
    height:70px;
    line-height:70px;
    position:absolute;
    right:0;
    top:0;
    color:#fff;
    font-size:200%;
    font-weight:600;
    text-align:center;
    background:#CE0101;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.d-sleva span
{
    font-size:50%;
}

.c-top-user
{
    color:#fff;
}
.c-top-user a
{
    color:rgb(252, 187, 0);
    padding:0 10px;
    text-decoration:none;
    font-weight:600;
}
.c-top-user a:hover
{
    opacity:0.8;
}

.v-dopr-zdarma
{
    background:url('/grafika/ico-doprava-zdarma.gif') no-repeat left top;
    width:145px;
    height:20px;
    position:absolute;
    left:10px;
    top:10px;
}

.d-dopr-zdarma
{
    background:url('/grafika/ico-doprava-zdarma.gif') no-repeat left top;
    width:145px;
    height:20px;
    position:absolute;
    left:10px;
    top:10px;
}

.v-priznaky
{
    height:40px;
    margin-bottom:10px;
}
.v-priznaky div
{
    margin-right:5px;
}

.v-ico-tv
{
    background:url('/grafika/ico-tv.png') no-repeat left top;
    width:40px;
    height:40px;
    float:left;
}

.v-ico-cr
{
    background:url('/grafika/ico-cr.png') no-repeat left top;
    width:40px;
    height:40px;
    float:left;
}

.v-ico-vyprodej
{
    background:url('/grafika/ico-vyprodej.png') no-repeat left top;
    width:40px;
    height:40px;
    float:left;
}

.v-ico-novinka
{
    background:url('/grafika/ico-novinka.png') no-repeat left top;
    width:40px;
    height:40px;
    float:left;
}

.d-priznaky div
{
    margin-right:10px;
}

.d-ico-tv
{
    background:url('/grafika/ico-tv.png') no-repeat left top;
    width:48px;
    height:40px;
    float:left;
}

.d-ico-cr
{
    background:url('/grafika/ico-cr.png') no-repeat left top;
    width:40px;
    height:40px;
    float:left;
}

.d-ico-vyprodej
{
    background:url('/grafika/ico-vyprodej.png') no-repeat left top;
    width:40px;
    height:40px;
    float:left;
}

.d-ico-novinka
{
    background:url('/grafika/ico-novinka.png') no-repeat left top;
    width:40px;
    height:40px;
    float:left;
}

label.filvyh1
{
    font-weight:600;
    color:rgb(3,156,51);
    text-transform:uppercase;
}

/* PRŮVODCE VÝBĚREM */
.c-filtry
{
    margin-bottom:10px;
    overflow:hidden;
}

.c-filtry input[type="checkbox"]
{
    margin:0;
    margin-right:3px;
}

.view-only .filtr-nadpis,
.c-filtry .filtr-nadpis
{
    display:inline-block;
    margin-right:15px;
    white-space:nowrap;
}

.view-only input[type="checkbox"]
{
    margin:0 5px 0 0;
}

.c-filtry label,
.view-only label
{
    margin-right:20px;
    white-space:nowrap;
}
.c-filtry label:last-child,
.view-only label:last-child
{
    margin-right:0;
}
.c-filtry input.input_text,
.c-filtry select
{
    background-color:#F7E8CD;
    padding:5px 6px;
}

.c-filtry select
{
    border:1px solid #666666;
    padding:4px 6px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.c-filtry .pohlavi
{
    width:20%;
    display:inline-block;
    float:left;
    line-height:33px;
}
.c-filtry .vek
{
    width:20%;
    display:inline-block;
    float:left;
}
.c-filtry #vek_od,
.c-filtry #vek_do
{
    width:20px;
    text-align:center;
}
.c-filtry .cena
{
    width:22%;
    display:inline-block;
    float:left;
    text-align:right;
}
.c-filtry #cena_od,
.c-filtry #cena_do
{
    width:40px;
    text-align:center;
}
.c-filtry .znacka
{
    width:38%;
    display:inline-block;
    float:left;
}
.c-filtry #FILTR_VYHLEDAVANI-8-
{
    width:155px;
    margin-right:5px;
}
.c-filtry #FILTR_VYHLEDAVANI-11-
{
    width:155px;
}

.view-only
{
    clear:both;
    float:left;
    line-height:33px;
    margin-bottom:5px;
}
.c-filtry-obsah .a-filtr-zrusit,
.c-filtry-obsah .input_submit
{
    padding:6px 10px;
    font-weight:600;
    text-align:center;
    display:inline-block;
    margin-right:8px;
    position:relative;
    color:#fff !important;
    text-decoration:none;
    box-sizing:border-box;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background:rgb(15, 99, 175);
    background:-moz-linear-gradient(0deg, rgb(15, 99, 175) 10%, rgb(52, 55, 138) 90%);
    background:-webkit-linear-gradient(0deg, rgb(15, 99, 175) 10%, rgb(52, 55, 138) 90%);
    background:-o-linear-gradient(0deg, rgb(15, 99, 175) 10%, rgb(52, 55, 138) 90%);
    background:-ms-linear-gradient(0deg, rgb(15, 99, 175) 10%, rgb(52, 55, 138) 90%);
    background:linear-gradient(90deg, rgb(15, 99, 175) 10%, rgb(52, 55, 138) 90%);
}
.c-filtry-obsah .a-filtr-zrusit
{
    margin:0;
    padding:5px 10px;
}
.c-filtry-obsah .button
{
    float:right;
    margin-bottom:20px;
}
/* END PRŮVODCE VÝBĚREM */


.c-filtry-obsah
{
    padding:20px;
    padding-bottom:0;
    margin-left:-20px;
    margin-right:-20px;
    margin-bottom:20px;
    background:rgb(249, 249, 249);
    background:-moz-linear-gradient(0deg, rgb(249, 249, 249) 0%, rgb(222, 222, 222) 50%);
    background:-webkit-linear-gradient(0deg, rgb(249, 249, 249) 0%, rgb(222, 222, 222) 50%);
    background:-o-linear-gradient(0deg, rgb(249, 249, 249) 0%, rgb(222, 222, 222) 50%);
    background:-ms-linear-gradient(0deg, rgb(249, 249, 249) 0%, rgb(222, 222, 222) 50%);
    background:linear-gradient(90deg, rgb(249, 249, 249) 0%, rgb(222, 222, 222) 50%);
    position:relative;
}
.c-filtry-obsah2
{
    overflow:hidden;
}

.c-det-share
{
    overflow:hidden;
    padding:10px;
}

.c-det-share .a-det-tisk
{
    background-image:url("/grafika/print.png");
    background-repeat:no-repeat;
    background-size:20px;
    line-height:20px;
    padding-left:25px;
    color:#333333;
    text-decoration:none;
    margin-right:20px;
    display:block;
    float:left;
}

.c-det-share .a-det-tisk:hover
{
    text-decoration:underline;
}

.c-det-share .fb-like
{
    width:120px;
    margin-right:20px;
    float:left;
}

.c-det-share .gplus
{
    float:left;
}

.c-skupina-aktual
{
    color:#fff;
    padding:5px 5px 5px 13px;
    font-weight:600;
    border-bottom:3px dotted rgb(216,216,216);
    background:#972406;
}

/* Tabulka parametrů */
.tbl-det-udaje
{
    border-spacing:0;
}

.tbl-det-udaje td
{
    padding:5px;
}

.tbl-det-udaje tr:nth-child(2n+0) td
{
    background-color:#e6e6e6;
}

.tbl-det-udaje thead tr td
{
    background-color:#cccccc;
    color:#4d4d4d;
    font-weight:600;
    padding-right:30px;
}
/* END Tabulka parametrů */

.chk-basket-news
{
    text-align:right;
    font-weight:600;
}

.c-kosik-rozdeleni-obj
{
    margin:0 0 30px 0;
    border:2px solid #972406;
    font-weight:600;
    padding:10px 20px 20px 20px;
}

.td_kosik_zpusoby_uhrady label
{
    font-weight:600;
}

.kosik_uhrada_cena
{
    float:right;
    font-weight:600;
    padding-right:30px;
}

.td_kosik_zpusoby_dopravy_cena
{
    text-align:right !important;
    vertical-align:top;
    font-weight:600;
}

/* Postup košíkem */
.a-kosik-kroky-next
{
    margin-top:20px;
    float:right;
    display:inline-block;
    padding:12px;
    padding-right:16px;
    padding-left:16px;
    text-decoration:none;
    background-color:#0A8A28;
    color:#fff !important;
}

.a-kosik-kroky-next:hover
{
    opacity:0.8;
}

#kosik_rekapitulace_dodani
{
    margin-bottom:20px;
    margin-top:20px;
    overflow:hidden;
}

#c-kosik-rekapitulace-fakturace
{
    float:left;
    width:calc(50% - 1px);
    margin-right:1px;
}

#c-kosik-rekapitulace-dodani
{
    float:left;
    width:49.9%;
}

#kosik_rekapitulace_dodani .div_kosik_nadpisek
{
    padding-bottom:10px;
    border-bottom:1px solid #B8B8B8;
    margin-bottom:10px;
}

#kosik_rekapitulace_dodani .tbl-kosik-rekapitulace-udaje
{
    width:100%;
    border-spacing:0;
}

#kosik_rekapitulace_dodani .tbl-kosik-rekapitulace-udaje td
{
    padding-top:2px;
    padding-bottom:2px;
    padding-right:6px;
    font-weight:600;
}

#kosik_rekapitulace_dodani .tbl-kosik-rekapitulace-udaje td:first-child
{
    font-weight:normal;
    width:40%;
}


#kosik_rekapitulace_dodani .tbl-kosik-rekapitulace-udaje tr:nth-child(2n+1)
{
    /*background-color:#f6f7f9;*/
}
/* END Postup košíkem */


/* PopUp okna */
.popup_bg
{
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.6);
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:none;
    z-index:1000;
}
.popup
{
    display:none;
    position:fixed;
    top:5%;
    left:50%;
    max-height:90%;
    overflow:auto;
    text-align:left;
    z-index:1001;
    background-color:#fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 0 6px 0 rgba(50, 50, 50, 0.5);
    -moz-box-shadow:  0 0 6px 0 rgba(50, 50, 50, 0.5);
    box-shadow:       0 0 6px 0 rgba(50, 50, 50, 0.5);
}

.popup .head
{
    overflow:hidden;
    padding:10px;
    background-color:#e6e6e6;
}

.popup .close
{
    display:inline-block;
    padding:10px;
    text-align:center;
    overflow:hidden;
    background:#c10000;
    cursor:pointer;
    color:#fff;
    float:right;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.popup .close:hover
{
    opacity:0.8;
}

.popup .content
{
    padding:20px;
    color:#4D4D4D;
    line-height:150%;
}

.popup h1
{
    margin:0;
    padding:0;
    padding-bottom:10px;
    border-bottom:1px solid #E6E6E6;
    margin-bottom:10px;
}

.popup p
{
    margin:0;
    padding:0;
    margin-bottom:10px;
}

/* Nápověda */
#help_id
{
    width:400px;
    min-height:300px;
    margin-left:-200px;
    margin-top:-110px;
}
/* END Nápověda*/

/* Popup okno s obsahem košíku po přidání do košíku (na výpise) */
#add_basket_popup
{
    margin-left:-300px;
    width:600px;
}

#add_basket_popup #abp_header
{
    padding:10px;
    margin-bottom:20px;
    text-align:center;
    font-size:115%;
}

#add_basket_popup #abp_buttons
{
    overflow:hidden;
}

#add_basket_popup #abp_button_back,
#add_basket_popup #abp_button_basket
{
    float:left;
    margin-bottom:10px;
    padding:10px;
    color:#fff;
    background-color:#07A033;
    text-decoration:none;
    font-size:120%;
    line-height:23px;
    /*
    -webkit-box-shadow:0 0 3px 0 rgba(50, 50, 50, 0.5);
    -moz-box-shadow:  0 0 3px 0 rgba(50, 50, 50, 0.5);
    box-shadow:       0 0 3px 0 rgba(50, 50, 50, 0.5);
    */
}

#add_basket_popup #abp_button_back:hover,
#add_basket_popup #abp_button_basket:hover
{
    opacity:0.8;
    box-shadow:none;
}

#add_basket_popup #abp_button_back .ico
{
    background-repeat:no-repeat;
    background-image:url("/grafika/triangl-left.png");
    display:inline-block;
    width:20px;
    height:23px;
    margin-right:10px;
    float:left;
}

#add_basket_popup #abp_button_basket .ico
{
    background-repeat:no-repeat;
    background-image:url("/grafika/triangl-right.png");
    display:inline-block;
    width:20px;
    height:23px;
    margin-left:10px;
    float:right;
}

#add_basket_popup #abp_button_basket
{
    float:right;
}

#add_basket_popup .abp_nadpis_obsah_kosiku
{
    background-color:#DEDEDE;
    font-weight:600;
    font-size:120%;
    padding:10px;
    text-align:center;
}

#add_basket_popup .abp_tbl_basket_product
{
    overflow:auto;
    max-height:345px;
    margin-bottom:40px;
}

#add_basket_popup .basket_product
{
    border-spacing:0;
    border-bottom:1px solid #DEDEDE;
    width:100%;
}

#add_basket_popup .basket_product td
{
    padding:5px;
}

#add_basket_popup .basket_product thead td
{
    background-color:#DEDEDE;
    font-weight:600;
    padding-top:10px;
    padding-bottom:10px;
}

#add_basket_popup .basket_product tr:nth-child(2n+1)
{
    background-color:#E6E6E6;
}

#add_basket_popup .basket_product a
{
    color:#BE0000;
}

#add_basket_popup .basket_product .img
{
    text-align:center;
}

#add_basket_popup .basket_product .img img
{
    height:60px;
    max-width:100px;
}

#add_basket_popup .basket_product .price,
#add_basket_popup .basket_product .price_total
{
    width:60px;
    text-align:right;
}

#add_basket_popup .basket_product .count
{
    text-align:center;
}

#add_basket_popup .abp_cena_total
{
    font-weight:600;
    font-size:160%;
    text-align:right;
    margin-bottom:20px;
}

#add_basket_popup .abp_info_rozdeleni_obj
{
    padding:10px;
    color:#fff;
    font-size:95%;
    background-color:#C92E2E;
    margin-bottom:10px;
}
/* END Popup okno s obsahem košíku po přidání do košíku (na výpise) */
/* END PopUp okna */

.info-box
{
    background:#fff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;

    padding:5px 10px;
    margin:20px 0;
}

#kosik-payu-template
{
    display:none;
}

.message-payu-nok
{
    background:rgb(218,19,22);
    color:#fff;
    padding:20px;
    font-size:150%;
    margin:10px 0;
}

.val_chyba_zahlavi span
{
    color:#fff !important;
}

.div_kosik_body
{
    font-size:120%;
    margin:10px 5px;
}

.c-kosik-doprava-zdarma
{
    font-size:120%;
    margin:10px 0;
    font-weight:600;
}
.c-kosik-doprava-zdarma-nadpis
{
    margin:0 0 5px 0;
    color:#ce0101;
}
.c-kosik-doprava-zdarma a
{
    display:block;
	font-weight: normal;
    /*background-image:url("/grafika/radio.png");
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:20px;
    margin-left:2px;*/
}

#payu_ .table-payu
{
    width:auto !important;
}

/* Zvyhodnene polozky v kosiku */
.c-kosik-zvyhodnene
{
    margin-top:20px;
    margin-bottom:30px;
}
.c-kosik-zvyhodnene .nadpis-zvyhodnene
{
    font-weight:600;
    font-size:150%;
    margin-bottom:5px;
    background-image:url("/grafika/darek.png");
    background-repeat:no-repeat;
    background-position:6px center;
    padding-left:54px;
}
.c-kosik-zvyhodnene .tbl-kosik-zvyhodnene
{
    width:100%;
    border-bottom:1px solid rgb(247,247,247);
}
.c-kosik-zvyhodnene .tbl-kosik-zvyhodnene td
{
    padding:5px;
}
.c-kosik-zvyhodnene .tbl-kosik-zvyhodnene tr:nth-child(2n+1) td
{
    background-color:rgb(247,247,247);
}
.c-kosik-zvyhodnene .tbl-kosik-zvyhodnene td.zvyh-foto
{
    width:35px;
    text-align:center;
}
.c-kosik-zvyhodnene .tbl-kosik-zvyhodnene td.zvyh-cena
{
    width:120px;
    text-align:right;
    white-space:nowrap;
}
.c-kosik-zvyhodnene .tbl-kosik-zvyhodnene td.zvyh-button
{
    text-align:center;
    width:100px;
}
.zvyh-puvodni-cena
{
    text-decoration:line-through;
    margin-right:10px;
    opacity:0.8;
}
/* END Zvyhodnene polozky v kosiku */

.tbl_katalog_detail_info .detail_zpet
{
    display:inline-block;
    padding:15px;
    padding-left:25px;
    padding-right:25px;
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:150%;
    float:right;

    /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#23bc33+0,009933+100 */
    background:#23bc33; /* Old browsers */
    background:-moz-linear-gradient(top,  #23bc33 0%, #009933 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#23bc33), color-stop(100%,#009933)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top,  #23bc33 0%,#009933 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top,  #23bc33 0%,#009933 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top,  #23bc33 0%,#009933 100%); /* IE10+ */
    background:linear-gradient(to bottom,  #23bc33 0%,#009933 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#23bc33', endColorstr='#009933',GradientType=0 ); /* IE6-9 */

    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.zvyh-v-kosiku
{
    font-weight:600;
    color:rgb(206,1,1);
}

#posta-pasma
{
    margin:0 0;
    background:rgb(253,235,215);
    border:1px solid rgb(235,61,0);
    padding:5px 25px;
}

#div-balikovna
{
    border: 1px solid #b3b3b3;
    padding: 20px;
    margin: 20px auto;
    font-family: Verdana;
    font-size: 12px;
    color: #304385;
    text-align: left;
    margin-bottom: 50px;
    white-space: normal;
}
#div-balikovna .input_submit
{
    border: 1px solid #2f4581;
    line-height: 25px;
    background-color: #fecf43;
    cursor: pointer;
    vertical-align: middle;
    color: #2f4581;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 15px;
}
#js_balikovna table
{
    border-spacing: 0px;
    margin-bottom: 20px;
}
#js_balikovna table td
{
    padding: 5px;
}
#js_balikovna input[type=text]
{
    padding: 5px;
}
#balikovna-posty
{
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
}
#balikovna-posty th
{
    text-align: left;
    padding: 5px;
    color:#304385;
    border-bottom: 1px solid #e6e6e6;
}
#balikovna-posty td
{
    padding: 5px;
    border-bottom: 1px solid #e6e6e6;
}
#balikovna-posty tr:nth-child(even) td
{
    /*background: #e6e6e6;*/
}

/* SLIDER */
.slider
{
    max-height:500px;
    overflow:hidden;
}
.bx-wrapper .bx-pager
{
    padding:0;
    bottom:20px;
}
.col-2-body-vypis .bx-wrapper
{
    margin-left:-20px;
    margin-right:-20px;
    margin-bottom:20px;
    max-width:calc(100% + 40px) !important;
}
/* END SLIDER */

.subcategories
{
    margin-top:20px;
    margin-bottom:20px;
}

/* SUBCATEGORIES IMG */
.subcategories_img_in
{
    width:calc(100%);
    border-top:1px solid rgb(230,230,230);
    border-left:1px solid rgb(230,230,230);
    margin-top:20px;
    margin-bottom:20px;
}
.subcategory_img
{
    float:left;
    width:20%;
}
.subcategory_img a
{
    display:block;
    border-bottom:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
    padding:1px;
    overflow:hidden;
    text-decoration:none;
    position:relative;
}
.subcategory_img a:hover
{
    opacity:0.8;
}
.subcategory_img .img
{
    display:table-cell;
    width:60px;
    overflow:hidden;
    vertical-align:middle;
    text-align:center;
}
.subcategory_img .img img
{
    display:block;
    border:0;
    height:auto;
    max-width:60px;
    max-height:60px;
    margin:auto;
}
.subcategory_img:hover .img img
{
    opacity:0.8;
}
.subcategory_img .name
{
    display:table-cell;
    vertical-align:middle;
    padding-right:10px;
    padding-left:10px;
}
.subcategory_img .no_foto
{
    min-height:60px;
}
.subcategory_img a,
.subcategory_img .img,
.subcategory_img .name
{
    height:60px;
}
/* END SUBCATEGORIES IMG */

/* SUBCATEGORIES */
/* pouziva kategorie a clanky */
div.subcategories
{
    overflow:hidden;
    margin-bottom:5px;
}
.subcategories .subcategory
{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.subcategories .subcategory a
{
    display:block;
    padding:5px;
    border:1px solid #e6e6e6;
    background-color:#f4f4f4;
    text-decoration:none;
}
.subcategories .subcategory a:hover
{
    background-color:#e6e6e6;
}
/* END SUBCATEGORIES */

.abp_dostupnost
{
    font-weight: bold;
}

.eu-cookies_bg {
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 0;
    right: 0px;
    bottom: 0px;
    background: #00000050;
}

.eu-cookies {
	z-index: 1000;
}

.eu-cookies_content {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 98%;
    color: black;
    z-index: 999;
    margin: 0px;
    padding: 2%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 100%;
    box-shadow: 0 -2px 8px 0 rgb(0 0 0 / 25%);
    background: #ffffff;
	
	top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    max-height: 80vh;
    max-width: 900px;
	bottom: initial;
}
.eu-cookies_content .eu-cookies-ok {
	background: #f71500;
}

@media all and (max-width:500px) {
	.eu-cookies_content {
		transform: none;
		width: auto;
		top: 10px;
		left: 10px;
		right: 10px;
	}
}
.eu-cookies-btns {
    margin: 10px 0px;
    text-align: center;
}

.eu-cookies-btns button {
    margin: 5px;
    color: white;
    background: black;
    border: 0px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.eu-cookies-btns button:hover {
    background: #606060;
    color: white;
    border: 0px;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.eu-cookies button {
    color: white;
    background: black;
    border: 0px;
    padding: 10px 20px;
    margin: 0px 5px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.eu-cookies button:hover {
    background: #606060;
    color: white;
    border: 0px;
    padding: 10px 20px;
    margin: 0px 5px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.eu-cookies a,
.eu-cookies a:link,
.eu-cookies a:visited
{
    color: black;
    text-decoration: underline;
    font-size: 100%;
}

.eu-cookies a:hover {
    color: black;
    text-decoration: none;
}

.eu-cookies-blok {
    border-top: 1px solid #ddd;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.eu-cookies-blok-nazev {
    font-size: 130%;
    margin-bottom: 5px;
}

.eu-cookies-blok-checkbox {
    margin-left: 50px;
}

.eu-cookies-last {
    border-top: 1px solid #ddd;
    padding: 10px 0px !important;
    text-align: center;
}

input[type="checkbox"].eu-cookies-checkbox {webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;position: relative;vertical-align: sub;right: 0;bottom: 0;left: 0;
    height: 25px;width: 25px !important;transform: inherit !important;transition: all 0.15s ease-out 0s;background: white;border: solid 1px #ccc;color: #fff;cursor: pointer;padding: 0px !important;
    display: inline-block;margin-right: 0px !important;position: relative;transform: none;border-radius: 0px;opacity: 1;z-index: 2;outline: none;margin-bottom: 2px;}
input[type="checkbox"].eu-cookies-checkbox:disabled {opacity: 0.3;}
input[type="checkbox"].eu-cookies-checkbox:checked {background: black;}
input[type="checkbox"].eu-cookies-checkbox:checked::before {height: 24px;width: 22px;position: absolute;content: "\2713";display: inline-block;font-size: 18px;text-align: center;line-height: 24px;
    background: none;color: white;opacity: 1;font-weight: bold;}

/* LOADER */
#loader
{
    display:none;
    z-index: 10000;
}
#loader .loader
{
    margin:auto;
    margin-top:20%;
}
.loader
{
    border:5px solid #f3f3f3;
    border-top:5px solid grey;
    border-radius:50%;
    width:100px;
    height:100px;
    animation:spin 2s linear infinite;
    display:block;
}
@keyframes spin
{
    0% { transform:rotate(0deg); }
    100% { transform:rotate(360deg); }
}
/* END LOADER */


/* RESPONSIVE */
@media all and (max-width:1600px)
{
    .logo img
    {
        width:60%;
        margin-top:15px;
    }
    .c-search
    {
        width:calc(16% + 50px);
        left:calc(38% - 40px);
    }
    .subcategory_img,
    .produkt
    {
        width:25%;
    }
    .c-filtry label
    {
        margin-right:10px;
    }
    .view-only label
    {
        margin-right:15px;
    }
    .view-only .filtr-nadpis, .c-filtry .filtr-nadpis
    {
        margin-right:10px;
    }
}

@media all and (max-width:1400px)
{
    .a-top-heureka
    {
        display:none;
    }
    .c-search
    {
        width:calc(25% + 50px);
        left:calc(45% - 40px);
    }
    .c-filtry .pohlavi,
    .c-filtry .vek,
    .c-filtry .cena,
    .c-filtry .znacka
    {
        width:50%;
    }
    .c-filtry .znacka
    {
        clear: both;
    }
    .c-filtry .pohlavi,
    .c-filtry .vek
    {
        margin-bottom:10px;
    }
    .c-filtry .vek
    {
        text-align:right;
    }
    .subcategory_img,
    .produkt
    {
        width:33.3333%;
    }
    .ba-img-r,
    .ba-img-l
    {
        display:none;
    }
    .dp-info
    {
        margin: 0;
        width: 50%;
    }
}

@media all and (max-width:1100px)
{
    #col-1
    {
        width:30%;
    }
    #col-2
    {
        width:70%;
    }
    #col-2 h1
    {
        padding-top: 20px;
    }

    #cont-header
    {
        margin-bottom:20px;
    }
    .c-search
    {
        width:calc(30% + 50px);
        left:0;
        bottom:0;
    }

    .subcategory_img
    {
        width:50%;
    }

    .num-it-page
    {
        width:50%;
    }
    .cat-list_in
    {
        border:0;
        border-top:1px solid #dedfdc;
    }
    .produkt
    {
        width:auto;
        float:none;
        clear:both;
        padding:15px 0;
        border:0;
        border-bottom:1px solid #dedfdc;
        overflow:hidden;
    }
    .produkt .div_detailimage
    {
        /*
        width:90px;
        float:left;
        height:auto;
        margin:0;
        */
    }
    .produkt-obsah
    {
        float:left;
        width:calc(100% - 100px);
        box-sizing:border-box;
        /*
        padding-left:15px;
        padding-right:15px;
        */
    }
    .produkt .v-priznaky
    {
        height:auto;
        position:absolute;
        bottom:1px;
        left:0;
        margin:0;
        opacity:0.8;
    }
    .produkt .v-sleva
    {
        height:40px;
        line-height:40px;
        font-size:110%;
        width:40px;
        opacity:0.8;
        margin:0;
    }
    .produkt h2 a
    {
        height:auto;
        margin-bottom:5px;
        text-align:left;
    }
    .produkt .popisek
    {
        height:auto;
        font-size:80%;
        margin-bottom:5px;
    }
    .produkt .stav-skladu
    {
        text-align:left;
        margin:0;
    }
    .produkt .pr-bott
    {
        float:right;
        width:100px;
    }
    .produkt .in-bas1
    {
        position:relative;
        margin:0;
        top:auto;
        width:auto;
        padding:5px 10px;
        margin-bottom:5px;
    }
    .produkt .castka,
    .produkt .koupit
    {
        width:auto;
        float:none;
        clear:both;
    }
    .produkt .castka
    {
        text-align:right;
        padding:0;
        margin-bottom:10px;
        background:transparent;
    }

    .foot_box
    {
        width:48%;
        margin-bottom:10px;
    }

    .c-filtry .vek,
    .c-filtry .pohlavi,
    .c-filtry #FILTR_VYHLEDAVANI-8-,
    .c-filtry #FILTR_VYHLEDAVANI-11-,
    .c-filtry .cena
    {
        width:48%;
        margin:1%;
        display:block;
        float:left;
        line-height:29px;
        box-sizing:border-box;
    }
    .view-only
    {
        margin:1%;
    }
    .view-only .filtr-nadpis
    {
        margin-bottom:5px;
        margin-right:10px;
    }
    .view-only label
    {
        display:inline-block;
        margin-bottom:5px;
    }
    .view-only .button
    {
        float:none;
        width:auto;
        display:block;
        margin:0;
        margin-bottom:20px;
        text-align:right;
    }

    .sort,
    .div_razeni_vypis2
    {
        float:none;
        clear:both;
        width:auto;
        margin-bottom:5px;
    }
    .paging
    {
        text-align:left;
        width:auto;
    }

    /* DETAIL */
    .c-det-left
    {
        float:none;
        margin-bottom:20px;
        width:auto;
        max-width:none;
    }
    .dp-info
    {
        width:auto;
        float:none;
        margin:0;
        max-width:none;
        margin-bottom:20px;
        padding:0;
    }
    .td_detail_dotaz_pravy_sloupec
    {
        display:none;
    }
    /* END DETAIL */
}

/* MOBIL */
@media all and (max-width:800px)
{
    .col-2-body-vypis .bx-wrapper {margin-left: 0px;margin-right: 0px;margin-bottom: 0px;}
	.tbl_katalog_detail_info .dp-price {font-size: 200%;}
    /*.slider, .bx-wrapper,*/
    .desktop
    {
        display: none !important;
    }
    .mobil
    {
        display:inline-block;
    }
    .cleaner
    {
        height:0;
    }
    #col-1, #col-2
    {
        border-radius:0;
        padding:0;
    }
    #cont-main
    {
        width:auto;
    }
    #cont-header
    {
        margin:0;
        min-height:0;
    }
    #cont-header-right
    {
        position:relative;
        overflow:hidden;
        margin-bottom:1px;
        padding:5px;
        border-radius:0;
        width:20%;
        box-sizing:border-box;
        min-height:85px;
        display:none;
    }
    #cont-header-right:before
    {
        display:none;
    }
    #cont-header-bottom
    {
        background:#972406;
        border-radius:0;
        padding:5px;
        width:auto;
        box-sizing:border-box;
        position:fixed;
        top:54px;
        left:0;
        right:0;
        display:none;
        z-index:9998;
    }
    .logo
    {
        display:none;
        margin-bottom:10px;
        padding:5px;
        float:none;
        text-align:center;
    }
    .logo_mobil
    {
        font-size:160%;
        font-weight:bold;
        color:#0B6EC7;
        text-decoration: none;
        font-family: "Times New Roman";
    }
    .logo_mobil strong:nth-child(2) { color:#0A97C2; }
    .logo_mobil strong:nth-child(3) { color:#BF1A0B; }
    .logo_mobil strong:nth-child(4) { color:#0B6EC7; }
    .logo_mobil strong:nth-child(5) { color:#3B2A98; }
    .logo_mobil strong:nth-child(6) { color:#C70D5F; }
    .logo_mobil strong:nth-child(7) { color:#058A4C; }
    .logo_mobil strong:nth-child(5) { color:#0A97C2; }
    #cont-header-right
    {
        float:right;
        position:relative;
    }
    .a-top-kosik
    {
        float:right;
        clear:none;
        margin-left:20px;
        padding-left:50px;
        font-size:0;
    }
    .c-search
    {
        display:none;
        width:100%;
        box-sizing:border-box;
        position:fixed;
        top:53px;
        bottom:auto;
        float:none;
        clear:both;
        margin:0;
        background:#FCBB00;
        border-radius:0;
        padding:5px;
        z-index: 999;
    }
    #cont-body
    {
        display:flex;
        flex-wrap:wrap;
        border-radius:0;
    }
    #col-1,
    #col-2
    {
        width:100%;
        float:none;
        clear:both;
        margin:0;
        border:0;
    }

    .c-top-user
    {
        display:none;
    }

    body
    {
        padding-top:54px;
    }
    .cat-box
    {
        border-radius:0;
    }
    .cat-box .lb-box2
    {
        padding:5px;
        border-radius:0;
        position:fixed;
        top:0;
        left:0;
        right:0;
        z-index:999;
        background: #FCBB00;
    }
    .cat-box .categories_show
    {
        cursor:pointer;
        line-height:170%;
    }
    .cat-box .categories_show span
    {
        color: #000;
        display: none;
    }
    .cat-box .lb-box2 .fa
    {
        display:inline-block;
        cursor:pointer;
        color:#000;
        font-size:170%;
        padding:10px;
    }
    .cat-box .lb-box2 a.fa
    {
        text-decoration:none;
    }
    .cat-box .lb-box2 a.fa-shopping-cart
    {
        position: relative;
        padding-right: 15px;
    }
    #bas-box-polozek-2
    {
        font-family: "open sans", arial;
        font-size: 50%;
        text-align: center;
        width: 20px;
        height: 20px;
        line-height: 20px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #BF1A0B;
        color:#fff;
        display: inline-block;
        font-weight: bold;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.8;
    }
    #bas-box-polozek-2.hidden
    {
        display: none;
    }
    .cat-box .right_box
    {
        float:right;
    }
    .div_box_content_kategorie
    {
        display:none;
    }

    .col-2-head
    {
        display:none;
    }

    .info-box
    {
        display:none;
    }

    .c-filtry-obsah
    {
        padding-top: 0;
    }
    .c-filtry-obsah2
    {
        display: none;
    }
    .c-sorting
    {
        margin-left:-2%;
        margin-right:-2%;
        text-align: center;
    }
    .c-filtry #cena_od, .c-filtry #cena_do,
    .c-filtry #vek_od, .c-filtry #vek_do
    {
        width:20%;
    }
    .num-it-page
    {
        display: none;
    }
    .col-2-body-vypis
    {
        padding:2%;
        padding-top:1px;
    }
    .sort
    {
        margin-bottom: 0;
    }
    .paging
    {
        float: none;
        width: auto;
        display: none;
    }
    .produkt .popisek
    {
        text-align:left;
        line-height:140%;
        display: none;
    }
    .produkt .in-bas1
    {
        text-align:left;
    }
    .produkt .castka
    {
        margin-bottom: 0;
    }
    .v-dopr-zdarma
    {
        background-position: bottom left;
    }

    .paging-info
    {
        padding:0;
    }
    .paging-info span.pain-1,
    .paging-info span.pain-2
    {
        float:none;
        text-align:center;
        display:block;
    }
    .paging-bott
    {
        padding:5px;
    }

    .td_katalog_detail_nadpisek
    {
        width:50%;
    }
    .dpbook-top
    {
        margin-bottom:10px;
    }
    .dpbook-top ul li
    {
        margin-right:1px;
        margin-bottom:1px;
        border:1px solid #b8b8b8;
    }
    .dpbook-body
    {
        border:0;
        padding:0;
        overflow:auto;
    }
    .tbl-det-udaje
    {
        width:100%;
    }
    .tbl-det-udaje td
    {
        width:50%;
    }

    .footer
    {
        width:auto;
    }
    .foot_1
    {
        width:auto;
        margin:0;
        margin-bottom:40px;
    }
    .foot_2
    {
        width:auto;
        margin:0;
        margin-bottom:40px;
    }

    .popup,
    #add_basket_popup
    {
        top:80px;
        width:90%;
        margin-left:-45%;
    }

    .tbl_katalog_vypis td
    {
        padding:4px;
    }
    
    .tbl-registrace td
    {
      display:block;
      text-align:left;
    }
    .tbl-registrace td input[type=text],
    .tbl-registrace td input[type=password],
    select
    {
      width:90% !important;
      box-sizing:border-box;
    }    
    
    .tbl_katalog_vypis td:first-child,
    .tbl_katalog_vypis td:nth-child(3),
    .tbl_katalog_vypis td:nth-child(4),
    /**.c-kosik-zvyhodnene .tbl-kosik-zvyhodnene td.zvyh-foto,/**/
    #div_vyhledavani_nadpis_skupiny,
    #div_vyhledavani_skupiny_container
    {
        display:none;
    }
}

@media all and (max-width:500px)
{
    .subcategory_img,
    .produkt
    {
        width:auto;
        float:none;
        clear:both;
    }

    .c-filtry .vek, .c-filtry .pohlavi, .c-filtry #FILTR_VYHLEDAVANI-8-, .c-filtry #FILTR_VYHLEDAVANI-11-, .c-filtry .cena,
    .c-filtry .znacka
    {
        width:98%;
        text-align: left;
    }

    .categories_show span
    {
        display:none;
    }

    .foot_1,
    .foot_2
    {
        display:block;
        width:auto;
    }
    .foot_box
    {
        margin-right:0;
        width:auto;
        float:none;
        clear:both;
    }
    .foot_2 .foot_box
    {
        text-align:center;
        padding:0;
    }

    .sort,
    .paging,
    .num-it-page
    {
        margin-bottom:5px;
        float:none;
        text-align:center;
        width:auto;
    }
    .num-it-page
    {
        margin-bottom:0;
    }
}
/* END MOBIL */
/* END RESPONSIVE */
/* 
================================================
autosuggest, inquisitor style
================================================
*/

body
{
	position: relative;
}


div.autosuggest
{
	position: absolute;
	background-image: url(img_inquisitor/as_pointer.gif);
	background-position: 68px top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	z-index: 255;
	width: 400px !important;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	padding: 0 6px;
	background-image: url(img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.autosuggest div.as_header
{
	height: 6px;
}

div.autosuggest div.as_footer
{
	height: 7px;
}


div.autosuggest div.as_footer
{
	background-image: url(img_inquisitor/ul_corner_br.gif);
	position: relative;
	top:1px;
	_top:0px;
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	overflow: hidden;
	background-color: white;
}

div.autosuggest div.as_header div.as_bar
{
	height: 6px;
	border-top: 1px solid rgb(102,102,102);
}

div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	border-bottom: 1px solid rgb(102,102,102);
}

div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: white;
	border-left: 1px solid rgb(102,102,102);
	border-right: 1px solid rgb(102,102,102);
}

div.autosuggest ul li
{
	color: #333333;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a:link,
div.autosuggest ul li a:visited
{
	color: #333333;
	display: block;
	text-decoration: none;
	background-color: transparent;
	/*text-shadow: #000 0px 0px 5px;*/
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: white;
}

div.autosuggest ul li a span
{
	/*display: block;*/
	/*padding: 3px 6px;*/
}

.nas-div-img
{
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    margin: 0px 5px 0px 0px;
    clear: both;
}

.nas-div-cena
{
    width: 70px;
    float: right;
    text-align: right;
    font-weight: bold;
    color: #c7172e;
    padding: 8px 3px 0px 0px;
}

.nas-div-nazev
{
    width: 275px !important;
    overflow: hidden;
    white-space: nowrap;
}

.nas-div-info
{
	color: #666666;
    margin: 3px 0px 10px 0px;
    font-size: 90%;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #666666;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #666666;
}

div.autosuggest ul li.as_highlight a:link,
div.autosuggest ul li.as_highlight a:visited
{
	background-color: #E9F2FA;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	/*background-image: transparent;*/
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
    font-weight: bold;
}

