/* 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;
}
/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76.5%;
	color: black;
	/*background-image: url('../grafika/back.gif');*/
	background-color: white;
    /*overflow-x: hidden;*/
    text-align: center;
}
*:focus {
	outline: none;
}

a {
	transition: all 0.3s;
}

button {
	border-radius: 0px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-webkit-appearance: button;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

form
{
    margin: 0px;
    padding: 0px;
}

a:link,
a:visited
{
    color: #1155a6;
}

a:hover
{
    text-decoration: none;;
}


img
{
    border: none;
}

.input_submit,
.input_button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    color: white;
    background-color: #5d5c5c;
    font-weight: bold;
    border: none;
    cursor: pointer;
	padding: 9px 17px;
	font-size: 14px;
	transition: all 0.3s;
	border-radius: 0;
	text-transform: uppercase;
}

.input_submit:hover, .input_button:hover {
	color: white;
	background-color: #1155a6;
}

.input_text,
.input_text_nepovinny
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: top;
	outline: 0px;
	border-radius: 0px;
	padding: 8px 12px;
	color: #000000;
	font-size: 14px;
	border: 1px solid rgb(216 216 216);
}

.input_textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    overflow: auto;
	border: 1px solid rgb(216 216 216);
	outline: 0px;
	width: 100%;
}

input[type="checkbox"],
input.checkbox
{
    position: relative;
    top: 2px;
}

.merna_jednotka {
	display: none;
}

.input_ks
{
    width: 25px;
	margin: 0px 2px 0px 0px;
	padding: 8px 3px;
	border: 0px;
	display: inline-block;
	line-height: 17px;
	text-align: center;
}

/* konstrukce */

#cont-main
{
	position: relative;
	margin: 0px auto;
	max-width: 1210px;
	background-color: #fff;
	text-align: left;
	overflow: hidden;
}

#cont-main1
{
	position: relative;
	margin: 0px auto;
	max-width: 1200px;
	text-align: left;
	overflow: hidden;
}

#cont-header
{
	position: relative;
	height: 110px;
	background: url(../grafika/logo.png) top no-repeat;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 350px;
	background-position-x: 10px;
}

#cont-header::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 100px;
    background-image: url(../grafika/logo2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    top: 10px;
	margin-left: 200px;
    transform: rotate(10deg);
    z-index: 0;
}

#cont-body
{
    /*margin: 15px 0px 0px 0px;*/
    clear: both;
}

#col-1
{
	float: left;
	width: 250px;
	overflow: hidden;
	padding: 10px;
}

#col-2
{
	width: calc(100% - 270px - 30px);
	float: left;
	overflow: hidden;
	margin-right: 10px;
	padding: 10px;
}

#col-2 h1
{
	font-size: 25px !important;
	line-height: 120%;
	margin-top: 20px;
}

#col-2 h2
{
	font-size: 120%;
}

#col-3
{
    float: right;
	top: 0px;
    width: 170px;
	padding-bottom: 10px;
	overflow: hidden;
	display: none;
}

.c-add-bt
{
	height: 37px;
	overflow: hidden;
	padding-top: 14px;
	clear: both;
	text-align: right;
}

.footer
{
	position: relative;
    clear: both;
    text-align: center;
	padding: 15px;
	font-size: 14px;
}

.f-sofico {
	margin-top: 10px;
}

.f-top
{
    text-align: center;
    padding: 0px 0px 15px 0px;
}

.f-top img
{
    vertical-align: middle;
}

.f-backlinks
{
    margin: 5px 0px 0px 0px;
	font-size: 10px;
	background: #F6F6F7;
	padding: 6px 4px 7px 4px;
	border-top: solid 1px #E1E1E1;
	border-bottom: solid 1px #E1E1E1;
}

#div-sofico-eshopy
{
    clear: both;
	padding-top: 6px;
	border-top: dashed 1px #CDCDCD;
	margin-top: 12px;
	text-align: center;
	background: transparent;
}

#div-sofico-eshopy a
{
    color: #CDCDCD !important;
}

#div-sofico-eshopy a:hover
{
    color: #F48000 !important;
}

/* end-konstrukce */

/* header */

.logo
{
	position: absolute;
	width: 1200px;
	height: 168px;
    top: 0px;
    left: 0px;
}

.header-bott
{
	position: absolute;
	height: auto;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	top: 40%;
}

.head-nav
{
    position: absolute;
    left: 10px;
    top: 10px;
    margin: 0px;
    padding: 0px;
}

.head-nav li
{
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px 20px 0px 17px;
}

.head-nav .home-a
{
    background: url('../grafika/ico_homepage.gif');
    background-repeat: no-repeat;
    background-position: left center;
}

.head-nav .sitemap
{
    background: url('../grafika/ico_sitemap.gif');
    background-repeat: no-repeat;
    background-position: left center;
}

.head-motto
{
    font-style: italic;
    position: absolute;
    top: 1px;
    left: 240px;
    width: 350px;
    text-align: left;
}

.c-search
{
    margin: 0px;
}

.c-search .it-search {
	vertical-align: top;
	border: 1px solid #000000;
	outline: 0px;
	border-radius: 0px;
	padding: 8px 12px;
	color: #000000;
	font-size: 15px;
	width: 150px;
}

.it-search
{
    width: 112px;
}

.home-nav {
	padding: 8px;
	font-size: 16px;
	/*background-color: #dde7ff;*/
	/*border: solid 1px #1155a6;*/
	color: grey;
}
.home-nav a {
	color: grey;
}
.home-nav i {
	margin-right: 5px;
	font-size: 22px;
}

.bt-search
{
    /*padding: 0px 0px;*/
    /*height: 21px;*/
    /*width: 50px;*/
    margin: 0px 0px 0px 2px;
	_margin-top: 1px;
	padding: 9px 17px;
	font-size: 15px;
	transition: all 0.3s;
	outline: none;
	background-color: #5d5c5c;
}
.bt-search:hover {
	color: white;
	background-color: #1155a6;
}

*:first-child+html .bt-search
{
	margin-top: 1px;
}
.no-items
{
    text-align: center;
	/*width: 600px;*/
	font-size: 130%;
	font-weight: bold;
	margin: 20px 0px;
}

.tbl-registrace
{
    width: 100%;
}

.tbl-registrace td
{
    vertical-align: middle;
}

.infotext-101
{
    padding: 10px 0px 0px 0px;
    text-align: center;
}

.infotext-102
{
    text-align: center;
	padding: 20px 0px;
}

.c-menu
{
    /*background: url('../grafika/bg_menu.gif') repeat-x left top #1155a6;*/
	background-color: #1155a6;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #dfdfdf;
    /*height: 25px;*/
	position: relative;
	z-index: 10;
}

.div_menu
{
    /*position: absolute;*/
	/*top: 173px; left: 0px;*/
    /*height: 25px;*/
	width: 100%;
	z-index:10;
}


.div_menu h1,
.div_menu p
{
    float: right;
    font-size: 130%;
    margin: 0px;
    padding: 0px;
    font-style: italic;
    color: white;
    font-weight: bold;
	position: absolute;
	right: 0px; top: 0px;
	height: 25px;
	overflow: hidden;
	z-index: 100;
    background: url('../grafika/bg_menu.gif') repeat-x left top #1155a6;
}

.div_menu p {
	background: none;
	margin-top: 10px;
	line-height: 17px;
}

.div_menu h1 strong,
.div_menu p strong
{
    position: relative;
	padding: 0px 15px 0px 25px;
	top: 2px; _top: 3px;
}

*:first-child+html .div_menu h1 strong,
*:first-child+html .div_menu p strong
{
	top: 3px;
}




.div_menu li
{
    border-right: 1px solid white;
	border-left: 1px solid #1155a6;
}

.div_menu li li
{
    border: none;
}

/* remove the bullets, padding and margins from the lists */
.div_menu ul
{
    list-style-type:none;
    padding:0;
    margin:0;
	/*position:absolute;*/
	width: 100%;
	z-index: 10;

}
/* make the top level links horizontal and position relative so that we can position the sub level */
.div_menu li
{
	display: inline-block;
    position:relative;
    z-index:100;

}

/* use the table to position the dropdown list */
.div_menu table
{
    position:absolute;
    border-collapse:collapse;
    z-index:100;
    left:-1px; _left: 0px;
    top:24px;
}

.div_menu table td
{
	white-space: normal !important;
}

/* style all the links */
.div_menu a, .div_menu :visited
{
    display:block;
    padding: 10px 20px;
    color:white;
    text-decoration:none;
    font-weight: bold;
	font-size: 15px;
}

.div_menu ul li ul a, .div_menu ul li ul :visited
{
    background:#435e97;
	font-weight: normal;
	font-size: 17px;
	transition: all 0s;
}

/* style the links hover */
.div_menu li:hover,
.div_menu a:hover
{
    color:white;
	/*background: url(../grafika/menu-1ah.gif) left top repeat-x #1155a6;*/
}

.div_menu ul li ul li:hover,
.div_menu ul li ul a:hover
{
    color:white;
    background: #5d5c5c;
}

/* hide the sub level links */
.div_menu ul ul
{
    visibility:hidden;
    position:absolute;
    width:230px;
    background: black;
	z-index:100;
	left: -1px;
}

/* make the sub level visible on hover list or link */
.div_menu ul li:hover ul,
.div_menu ul a:hover ul
{
    visibility:visible;
}

.div_menu ul ul
{
	background: #1155a6 !important;
	padding: 0px 1px 1px 1px !important;
}

.div_menu ul li a:hover
{
	/*background: url(../grafika/menu-1ah.gif) left top repeat-x #1155a6;*/
	background: #5d5c5c;
}

.div_menu ul ul li
{
	display: block !important;
	float: none !important;
	/*background: url(../grafika/menu-2li.gif) 6px 11px no-repeat #435e97 !important;*/
}

.div_menu ul ul a
{
	display: block !important;
	background: none !important;
	float: none !important;
	_height: 0px; min-height: 1px;
}

.div_menu ul ul a:hover
{
	/*background: url(../grafika/menu-2li.gif) 6px 11px no-repeat #1155a6 !important;*/
}




/* new boxis */

.c-box
{
	/*background: #e4e2e0;*/
}

.lb-box
{
	position: relative;
	/*background: url('../grafika/box-lb.gif') repeat-x top left #214a9c;*/
    /*border-top: 5px solid #f2f2f2;*/
    /*border-bottom: 5px solid #dfdfdf;*/
	/*_background: url('../grafika/box-lb.gif') repeat-x 0px 5px #214a9c;*/
}

.lb-box a:link,
.lb-box a:visited
{
    color: #fff;
}

*:first-child+html .lb-box
{
	background: url('../grafika/box-lb.gif') repeat-x 0px 5px #214a9c;
}

.c-box .lb-box2
{
	padding: 8px;
	margin: 0px;
	color: white;
	font-size:17px;
    font-weight: bold;
	background-color: #5d5c5c;
}

.c-box-right
{
	text-align: right;
}

.c-box-center
{
	text-align: center;
}

#col-1 .c-box .box-content {
	background-color: #f2f2f2;
	margin-bottom: 15px;
}

.box-content
{
	padding: 13px;
}

.box-content input,
.box-content textarea
{
	margin: 4px 0px 4px 0px;
}

.c-box-bt
{
	text-align: center;
}


.c-box.login-box ul
{
	padding: 3px 0px 0px 0px;
	margin: 0px;
}

.c-box.login-box ul li
{
	padding: 3px 0px 2px 7px;
	list-style-type: none;
	background: url('../grafika/arr1.gif') no-repeat 0px 9px;
}

.c-box.login-box ul li a
{
	font-weight: bold;
}

.c-box.topsale-box
{
	_height:0px; 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: 0px; margin: 0px;
}

.c-box.topsearch-box .box-content .boxcont1
{
	margin: 12px 6px 6px 0px;
}

.c-box.topsearch-box .box-content div.box-bott
{
	height: 6px; overflow: hidden; background: transparent;
}

.c-box.topsearch-box .box-content ul
{
    padding: 0px; color: #000;
	margin: -5px 0px 0px 0px;
}

.c-box.topsearch-box .box-content ul li
{
	position: relative; display: block; overflow: hidden; _height: 0px; _overflow: inherit;
}

.c-box.topsearch-box .box-content ul li span
{
	width: 24px;
	position: absolute; left: 0px; top: 6px;
	text-align: right;
}

.c-box.topsearch-box .box-content ul li a
{
	display: block; width: 136px; padding: 6px 0px 4px 0px; margin: 0px 0px 0px 30px; position: relative; top: 0px;
}

.c-box.topsearch-box .topsearch-link
{
	text-align: center;
	padding: 0px 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;*/
}

.c-box.market-box .box-content input, .c-box.market-box .box-content textarea {
	margin-bottom: 10px;
}

#im-email,
#im-tel
{
	width: calc(100% - 24px - 2px);
	border: none;
}

#im-texarea {
	width: calc(100% - 2px - 24px);
	resize: none;
	padding: 8px 12px;
}

.c-box.basket-box {
	position: absolute;
	right: 0px;
	top: 40%;
	align-items: center;
	background-color: transparent;
}

.c-box.basket-box .box-content {
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0px 10px;
	justify-content: flex-end;
}

.c-box.basket-box .box-content .user-icon .content {
	color: white;
	font-size: 17px;
	padding: 8px 10px;
	background-color: #5d5c5c;
	transition: all 0.3s;
	margin-left: 5px;
	line-height: 35px;
}
.c-box.basket-box .box-content .user-icon .content:hover {
	background-color: #1155a6;
}

.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;
}
.c-box.basket-box .box-content div.user-name {
	display: block;
    width: 100%;
    margin-top: 5px;
    font-weight: bold;
    font-size: 13px;
}

.c-box.basket-box .bas-box-castka-cont {
	padding: 10px;
	background-color: #5d5c5c;
	color: white;
	text-decoration: none;
	transition: all 0.3s;
	font-size: 15px;
	line-height: 100%;
}

.c-box.basket-box .bas-box-castka-cont:hover {
	background-color: #1155a6;
}

.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: 0px 6px 13px 6px !important;
	margin: 0px;
}

.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: 0px;
	margin: 0px;
	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;
	width: calc(100% - 48px);
}

.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;
	padding-top: 0px;
}

.c-box.watch-last-box .div_detailimage_foto
{
	width: 32px !important; min-height: 1px !important; left: 0px;
}

.c-box.watch-last-box .wl-foto a
{
    display: block; cursor: pointer;
	width: 32px;
	text-align: center;
	cursor: pointer;
	padding-top: 1px;
	_padding-top: 2px;
	 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: 0px; top: 1px;
	_left: -3px; _top: -3px;
	margin: 0px !important;
	padding: 0px !important;
}

*:first-child+html .c-box.login-box .pernament-login input
{
	position: absolute;
	left: -3px; top: -3px;
	margin: 0px !important;
	padding: 0px !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: none;
	vertical-align: middle;
}

.c-box #iq-varianty
{
	width: 100%;
}

.c-box #iq-varianty select
{
    float: left; margin: 4px 0px 4px 0px;
	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: 60px;
	display: inline-block;
	padding-top: 7px;
	font-weight: bold;
}

.c-box .qob-inputs #iq-varianty
{
    clear: both;
}

#i-pr-code
{
	width: calc(100% - 90px);
	border: none;
}

#ks_iq
{
    width: 30px;
	border: none;
}
.c-box.news-box .lb-box2
{
    /*background: url('../grafika/news-box.gif') no-repeat 5px 6px;*/
}

.news-box .box-content
{
    padding: 0px 0px 0px 0px;
}

.new-box-item
{
    padding: 0px 13px 13px 13px;
	border-top: solid 1px #fff;
	margin-top: -1px;
	min-height: 1px; _height: 0px;
}

.news-box-date
{
    font-style: italic;
    text-align: right;
	padding: 10px 0px 4px 0px;
}

.news-box h4
{
    padding: 3px 0px 5px 0px;
    margin: 0px;
	font-size: 12px;
	text-align: left;
}

.news-box p
{
    padding: 0px;
    margin: 0px;
}

.news-box .nb-img-left
{
    float: left;
	margin: 0px 2px 2px 0px;
}

.news-box .nb-img-right
{
    float: right;
	margin: 0px 0px 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 0px 0px 0px;
    margin: 0px;
}

.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: 0px;
}

.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: bold;

}

.c-box.recom-box .recom-name
{
    padding-bottom: 8px;
}

.c-box.recom-box .recom-price
{
    font-size: 120%;
	color: #c7172e;
	font-weight: bold;
	padding-top: 2px;
}

.recom-price .castka-info
{
    font-size: 12px;
	color: #000;
	font-weight: normal;
	padding-bottom: 2px;
}

.recom-price .castka-info span
{
    background: url('../grafika/criscros.png') no-repeat center;
	_background: url('../grafika/criscros1.jpg') no-repeat center;;
}

.recom-box-all
{
    font-weight: bold;
    padding: 5px 0px 10px 0px;
    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 0px;
}


.c-box.cat-box .lb-box2
{
    /*background: url('../grafika/cat-box.gif') no-repeat 5px 6px;*/
}
.c-box.cat-box {
	margin-bottom: 15px;
}




.div_box_head
{
    font-weight: bold;
    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: 0px 6px 0px 2px;
	padding: 4px 0px 3px 0px;
	width: 186px;
	height: 32px;
	overflow: hidden;
}

.c-producer label a
{
	display: block;
    margin-left: 20px;
}

.c-producer label input
{
	position: relative;
    left: 0px; top: 2px;
	_left: -4px; _top: 1px;
	margin: 0px !important;
	padding: 0px 2px 0px 2px !important;
	float: left;
}

*:first-child+html .c-producer label input
{
	left: -4px; top: -2px;
}

.producer-bott
{
	border-top: solid 1px #E1E1E1;
	padding: 5px 0px 4px 0px;
	margin-top: 5px;
	clear: both;
}

.producer-top
{
	padding: 2px 0px 4px 1px;
	font-size: 13px;
}


/* box-podkategorie */

.c-subcat
{
	position: relative;
	/*border: solid 1px #CDCDCD;*/
	/*padding: 4px 4px 6px 4px;*/
	margin-bottom: 15px;
	/*background: url('../grafika/producer-bg.gif') repeat-x left top #F9F9F9;*/
	overflow: hidden;
	/*_width: 588px;*/
}

.subcat-top
{
	padding: 0px;
	font-size: 16px;
	/*background: url('../grafika/subcat-arr.gif') no-repeat 1px 5px;*/
}

.subcat
{
	/*width: 600px;*/
	margin-top: 8px;
}

.subcat ul
{
	padding: 0px; margin: 0px;
	list-style-type: none;
}

.subcat li
{
	float: left;
	/*width: 187px;*/
	margin: 6px 4px 0px 2px;
	list-style-type: none;
	height: auto;
	overflow: hidden;
	/*background: url('../grafika/subcat-li.gif') no-repeat 0px 6px;*/
	background-color: #1155a6;
	transition: all 0.3s;
}

.subcat li a
{
	padding: 8px 15px;
	display: block;
	_height: 0px;
	min-height: 0px;
	color: white;
	text-decoration: none;
	font-size: 13px;
}
.subcat li a:hover {
	background-color: black;
}

.c-subcat.top-sale .subcat ul
{
	padding-right: 10px !important;
}

.c-subcat.top-sale .subcat-top
{
	padding: 2px 0px 0px 14px !important;
}

.c-subcat.top-sale span
{
	padding: 15px 8px 0px 0px;
	float: right; width: 80px;
	text-align: right;
}

.c-subcat.top-sale a.ts-name
{
	padding: 15px 0px 0px 10px;
	float: left; width: 450px;
}

.c-subcat.top-sale a.highslide
{
	padding: 0px; margin: 0px;
	border: none;
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 2px;
}

.c-subcat.top-sale .highslide img
{
	border: none;
	position: absolute;
	bottom: 0px;
}

.c-subcat.top-sale .subcat li
{
	float: none; height: 30px;
	width: 100%;
	margin: -4px 0px 0px 0px;
	padding: 2px 0px 4px 0px;
	list-style-type: none;
	background: none;
	overflow: hidden;
}

.c-subcat.top-sale .subcat li a
{
	display: inline !important;
}


/* trideni */
.c-sorting
{
	position: relative;
	background-color: #1155a6;
	overflow: hidden;
	padding: 15px;
	color: white;
}

.c-sorting-1 a {
	color: white;
}

.c-sorting-1
{
	position: relative;
	top: 2px;
	padding: 4px;
	height: 24px;
}

.sort
{
    width: 25%;
    float: left;
}

.view-type
{
    width: 27%;
    float: left;
	/*border-left: solid 1px #D8D8D8;*/
	padding-left: 2%;
}

.view-only
{
    float: left;
	position: relative;
	width: 275px;
}

.view-only input
{
     float: left;
	 margin: 0 4px 0 0 !important;
	 padding: 0 !important;
	 position: relative;
	 top: 0px; _top: -3px;
}

*:first-child+html .view-only input
{
	top: -3px;
}

.view-only label
{
     float: left;
	 position: relative;
	 top: 0px;
	 padding-right: 4px;
}

.view-only div
{
     float: left;
	 position: relative;
	 top: 0px;
	 padding: 0px 10px 0px 0px
}


.paging
{
    width: 310px;
    float: right;
	text-align: right !important;
	overflow: hidden;
	white-space: nowrap;
}

.c-view-page
{
	position: relative;
	/*border-bottom: solid 2px #F2F2F2;*/
	margin: 14px 0px 15px 0px;
	padding: 0px 4px 2px 4px;
	overflow: hidden;
	/*height: 17px*/
}

.num-it-page
{
    float: right;
}
.num-it-page a:hover
{
    background: #D8D8D8 !important;
}

.num-it-page .span_pocet_polozek_aktivni a:hover
{
    background: #c7172e !important;
}

.paging-bott
{
    text-align: center;
	padding: 10px 0px 0px 0px;
}

.paging-info
{
    /*border-bottom: solid 2px #F0F0F0;*/
	padding: 0px 0px 4px 0px;
	height: 20px;
	overflow: hidden;
}

.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
{
    width: 50%;
    text-align: right;
}

.td_prihlaseni_submit
{
    text-align: center;
}

.div_prihlaseni_zapheslo_text
{
    padding: 10px;
    text-align: center;
}

.tbl_prihlaseni_zapheslo
{
    width: 100%;
}

.td_prihlaseni_zapheslo_polozka
{
    width: 50%;
    text-align: right;
}

.td_prihlaseni_zapheslo_submit
{
    text-align: center;
    padding: 10px;
}



/*
.div_drobky,
.h1_drobky
{
    font-weight: bold;
    font-size: 120%;
    padding: 10px 0px;
    margin: 0px;
}
*/

.div_skup_obrazky
{
	width: 205px;
    width: calc(25% - 20px);
    height: 175px;
    background: url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
    padding: 5px;
    float: left;
}

.div_skup_obrazky_1,
.div_skup_obrazky_2,
.div_skup_obrazky_3
{
    margin: 0px 10px 10px 0px;
}

.div_skup_obrazky_nazev
{
    height: 30px;
}

.div_skup_obrazky_nazev h2
{
    margin: 0px;
    padding: 0px;
    font-size: 100% !important;
}


.div_skup_obrazky_foto
{
	background: #fff;
}
.div_skup_obrazky_foto table
{
    text-align: center;
	vertical-align: middle;
	width: 100%; height: 140px;
	overflow: hidden;
	border-top: solid 10px #fff
}



/* kat vypis */

.cat-list
{
	overflow: hidden;
	/*width: 600px;*/
}

.cat-list_in
{
	/*width: 740px;*/
}

.produkt
{
	width: 215px;
	margin: 3px 7px 15px 3px;
	float: left;
	box-shadow: 0px 0px 5px #0000001f;
	transition: all 0.3s;
}
.produkt:hover {
	box-shadow: 0px 0px 8px #00000050;
}

.produkt.atrib-1 {background: #ce0025;}
.produkt.atrib-2 {background: #f48000;}
.produkt.atrib-3 {background: #007fb6;}

.produkt .pr-top {overflow: hidden; text-align: center; margin: -3px -3px 0px -3px;}

.produkt.atrib-1 .pr-top div {background: #ce0025; text-align: center; color: #fff; padding: 5px; margin-bottom: 5px; font-size: 13px;position: absolute;left: 5px;right: 5px;top: 5px;}
.produkt.atrib-2 .pr-top div {background: #1155a6; text-align: center; color: #fff; padding: 5px; margin-bottom: 5px; font-size: 13px;position: absolute;left: 5px;right: 5px;top: 5px;}
.produkt.atrib-3 .pr-top div {background: #5d5c5c; text-align: center; color: #fff; padding: 5px; margin-bottom: 5px; font-size: 13px;position: absolute;left: 5px;right: 5px;top: 5px;}

.produkt-in .atyp {text-align: center;padding: 5px;margin-bottom: 5px;font-size: 13px;position: absolute;left: 5px;right: 5px;top: 5px;color: #ffffff;background-color: rgb(238,52,54);}
.tbl_katalog_detail_info .atyp span {display: inline-block;text-align: right;margin-top: 5px;width: auto;color: #ffffff;background-color: rgb(238,52,54);padding: 5px;}
.tbl_katalog_vypis .atyp span {display: inline-block;text-align: right;margin-top: 2px;margin-bottom:5px;width: auto;color: #ffffff;background-color: rgb(238,52,54);padding: 5px;}

.produkt-in
{

    /*height: 344px;*/
    /*background: url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;*/
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	border: 1px solid rgb(197,197,197);
	position: relative;
}

.produkt-in_content {
	padding: 10px;
	background-color: #f2f2f2;
}

.produkt h2
{
    height: 50px;
    margin: 2px 0px 0px 0px;
    padding: 0px;
    font-size: 100% !important;
	line-height: 1.3;
}

.produkt h2 a:link,
.produkt h2 a:visited
{
    color: black;
}



.produkt select
{
    font-size: 11px !important;
	font-family: tahoma !important;
	width: 100%;
	margin-top: 4px;
}

.produkt .pr-select
{
	height: auto;
	margin-bottom: 5px;
	font-size: 10px;
	text-align: left;
}

.castka
{
    float: left;
    font-weight: bold;
    /*padding: 1px 0px 0px 10px;*/
	font-size: 15px;
	color: #1155a6;
}

.koupit
{
    float: right;
    text-align: right;
	margin-top: -17px;
}

.produkt .popisek
{
    font-size: 90%;
    height: 55px;
    margin: 0px;
    padding: 0px;
	overflow: hidden;
	text-align: center;
	color: #a0a0a0;
	margin-top: 10px;
}

.produkt .v-oblibene {
	position: absolute;
    z-index: 1;
}

.produkt .p_stav_skladu_vypis
{
    height: 17px;
    padding: 0px;
    font-weight: bold;
	font-size: 13px;
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	margin: 5px 0px;
}

.p_stav_skladu_vypis .castka-info
{
    float: left;
    text-align: left;
	padding-left: 10px;
	font-weight: normal;
	position: relative;

}

.p_stav_skladu_vypis .castka-info strong, .criscros
{
	font-weight: normal;
	position: relative;
	padding: 0px;
	background: url('../grafika/criscros.png') no-repeat center;
	_background: url('../grafika/criscros.jpg') no-repeat center;
}
.p_stav_skladu_vypis img
{
	position: absolute;
	top: 2px; left: 0px;
	width: 100%; height: 10px;
	display: none;
}


.pr-bott
{
    height: 22px;
	/*overflow: hidden;*/
}

.span_skladem
{
    color: #1155a6;
}

.span_neni_skladem
{
    color: black;
}

.highslide-caption select
{
    font-size: 12px !important;
	width: 100%;
	margin: 4px 0px 4px 0px;
}

.img_kosik_odebrat
{
    background-color: #1155a6;
	color: #c7172e;
	width: 22px;
	height: 22px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	transition: all 0.3s;
}
.img_kosik_odebrat:hover {
	background-color: #5d5c5c;
}

.input_submit_vypis_kosik,
.input_kosik_image
{
    background-color: #1155a6;
	color: #c7172e;
	width: 26px;
	height: 22px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

.bt-basket
{
    /*background: url('../grafika/bt-basket.gif') no-repeat left top #787878;*/
	color: white;
	/* width: 26px; */
	/* height: 22px; */
	border: none;
	cursor: pointer;
	vertical-align: middle;
	background-color: #1155a6;
	padding: 8.5px;
	transition: all 0.3s;
	margin-left: 1px;
	display: inline-block;
	height: 33px;
}

.bt-basket:hover {
	background-color: #5d5c5c;
}

.div_katalog_detail_nazev h1
{
    font-size: 150%;
    font-weight: normal;
}

.cleaner
{
    clear: both;
	height: 1px;
	overflow: hidden;
}

.div_detailimage
{
    width: auto;
    height: 148px;
    display: table;
    overflow: hidden;
    _position: relative;
    margin: 10px auto;
	padding-top: 20px;
	padding-bottom: 5px;
}

.div_detailimage_foto
{
    _position: absolute;
    _top: 50%;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.div_detailimage_foto2
{
    _position: relative;
    _top: -50%;
}

.table_detail_rozpis_variant
{
	width: 280px; padding: 0px; margin: 0px;
}

.table_detail_rozpis_variant td
{
	border: none !important;
	white-space: nowrap;
	padding-right: 4px !important;
}

.table_detail_rozpis_variant thead td
{
	font-weight: bold;
}

.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 0px 0px #fff;
    padding: 10px;
    margin: 5px 0px;
}

#div_katalog_vypis_podskupiny_nadpis
{
    font-weight: bold;
}

.input_submit_katalog_vypis_kosik
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
    background-image: url('../grafika/input_kosik.gif');
    background-repeat: no-repeat;
    background-position: 3px center;
    background-color: #1155a6;
    border: none;
    padding: 3px 3px 3px 20px;
    color: white;
    cursor: pointer;
}



.span_katalog_strankovani_aktualni_strana
{
	color: white;
	font-weight: bold;
	padding: 5px;
	min-width: 14px;
	text-align: center;
	text-decoration: none;
	border: solid 1px #1155a6;
	display: inline-block;
	font-size: 13px;
	background-color: #1155a6;
}

.td_katalog_vypis_strankovani_info
{
    text-align: center;
}

a.a_katalog_strankovani:link,
a.a_katalog_strankovani:visited,
a.paging-prev:link,
a.paging-prev:visited,
a.paging-next:link,
a.paging-next:visited
{
	font-weight: bold;
	padding: 5px;
	color: black;
	font-weight: bold;
	padding: 5px;
	min-width: 14px;
	text-align: center;
	text-decoration: none;
	border: solid 1px #07396e;
	display: inline-block;
	font-size: 13px;
	background-color: transparent;
	margin: 0px 2px;
}

a.a_katalog_strankovani:hover,
a.paging-prev:hover,
a.paging-next:hover
{
    background-color: #1155a6;
	color: white;
	border: solid 1px #1155a6;
}

.span_pocet_polozek_aktivni a:link,
.span_pocet_polozek_aktivni a:visited
{
	color: #1155a6;
	font-weight: bold;
	background-color: white;
	padding: 5px;
	text-decoration: none;
	margin: 0px 2px;
	border: solid 1px white;
}

.span_pocet_polozek_polozka a:link,
.span_pocet_polozek_polozka a:visited
{
	padding: 5px;
	text-decoration: none;
	margin: 0px 2px;
	border: solid 1px white;
}

.span_pocet_polozek_polozka
{
    font-weight: bold;
}

.span_pocet_polozek_polozka a:hover
{
    /*padding: 0px 5px;*/
    background-color: white;
	color: #1155a6;
}

.div_right_content .div_box_content,
.div_left_content .div_box_content
{
    padding: 10px;
    background-color: #FDEBD7;
}

.detail_img_center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.highslide img {
	max-width: 100%;
	max-height: 320px;
}


.div_detail_zpet
{
    float: right;
	background-color: #1155a6;
	margin-top: 20px;
}

.div_detail_zpet a {
	color: white;
	text-decoration: none;
	font-size: 15px;
	padding: 8px 10px;
	display: inline-block;
}
.div_detail_zpet a:hover {
	background-color: #5d5c5c;
}

.dp-info
{
	float: right;
	width: 53%;
	background: white;
}

.dp-info1
{
    /*background: url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;*/
	background-color: #f2f2f2;
	border: solid 1px #e4e4e4;
	margin: 1px 1px 1px 1px;
	padding: 15px;
}

.dp-infotop
{
	display: none;
	height: 23px;
	overflow: hidden;
	margin-bottom: 10px;
}

.dp-info .addthis_button
{
	float: right;
	height: 23px;
	overflow: hidden;
	margin-top: 1px;
}

.dp-info .addthis_button img
{
    float: right;
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
.dp-info .dp-priznak-1 {height: 23px; overflow: hidden; float: left;}
.dp-info .dp-priznak-1 span { float: left; background: #1155a6; text-align: center; color: #fff; padding: 5px;}


.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: 5px;}

.dp-info .dp-priznak-3 {height: 23px; overflow: hidden; float: left;}
.dp-info .dp-priznak-3 span { float: left; background: black; text-align: center; color: #fff; padding: 5px;}

.tbl_katalog_detail_info
{
    margin: 0px;
	padding: 0px;
	width: 100%;
}

.tbl_katalog_detail_info .dp-select
{
   padding-top: 4px;
   padding-bottom: 6px;
}

.tbl_katalog_detail_info .dp-select select
{
   margin: 4px 0px 0px 0px;
   width: 277px;

}

.tbl_katalog_detail_info tr td
{
	border-top: 1px solid rgb(228 228 228);
	/* height: 30px; */
	padding: 12px 0px;
	font-size: 14px;
}

.tbl_katalog_detail_info tr:nth-child(1) td {
	border: none;
}

.tbl_katalog_detail_info tr td.td_katalog_detail_polozka {
	text-align: right;
}
.tbl_katalog_detail_info td.td_katalog_detail_polozka .merna_jednotka {
	display: inline-block;
	margin-left: 5px;
}

.tbl_katalog_detail_info tr td.td_katalog_detail_polozka .input_ks {
	border: solid 1px white;
	padding: 7px 12px;
}

.tbl_katalog_detail_info .dp-price
{
	font-size: 17px;
	color: #1155a6;
	font-weight: bold;
}

.tbl_katalog_detail_info
{
    /*width: 280px;*/
}

.td_katalog_detail_in_bas
{
    padding: 5px 0px;
    font-weight: bold;
    color: #1155a6;
}

.td_katalog_detail_nadpisek
{
    font-weight: bold;
}

.div_katalog_detail_fotka
{
	float: left;
	width: calc(47% - 80px);
	margin-right: 80px;
	text-align: center;
}

.div_katalog_detail_fotka a.highslide
{

    /*width: 274px !important;*/
	/*height: 230px !important;*/
	display: block;
    text-align: center;
	margin: auto;
}

.c-dpbook
{
 	margin-top: 20px;
}

.dpbook-top
{
 	/*height: 30px;*/
	overflow: hidden;
	position: relative;
	z-index: 300;
}

.dpbook-top ul
{
 	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.dpbook-top ul li
{
 	float: left;
	margin-right: 5px;
	background: #f2f2f2;
	position: relative;
	height: 42px;
}

.dpbook-top ul li a
{
 	float: left;
	text-decoration: none;
	color: #3B3B3B !important;
	margin: 1px 1px 1px 1px;
	background: #ECEBEB;
	position: relative;
	cursor: pointer;
	font-size: 15px;
	padding: 5px 10px;
}

.dpbook-top ul li a:hover,
.dpbook-top ul li a.dp-active
{
	background: #fff;
	z-index: 100;
	margin: 1px 1px 0px 1px;
}

.dpbook-top ul li a:hover strong span,
.dpbook-top ul li a.dp-active strong span
{
	padding: 7px 9px 7px 9px;
}

.dpbook-top ul li strong
{
 	float: left;
}

.dpbook-top ul li strong span
{
 	float: left;
	padding: 7px 9px 6px 9px;
}

.dpbook-body
{
    border: solid 1px #f2f2f2;
	padding: 12px 10px 12px 10px;
	position: relative;
	margin-top: -1px;
	background: #fff;
}

.dpbook-body p
{
 	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: 13px;
	line-height: 1.3;
}


.dp-query1
{
	_height: 0px; min-height: 1px;
	padding: 7px 0px 5px 0px;
}

.tbl_detail_dotaz2 td
{
    padding-bottom: 4px !important;
}


.tbl_detail_dotaz
{
    width: 100%;
}

.tbl_detail_dotaz td
{
    vertical-align: top;
}


.tbl_detail_dotaz thead tr td
{
    font-weight: bold;
}

.td_detail_dotaz2_submit
{
    text-align: center;
}

.tbl_detail_dotaz .input_text
{
	width: 100%;
	box-sizing: border-box;
}

.tbl_detail_dotaz_zahlavi1
{
    background-image: url('../grafika/ico_dotaz.gif');
    background-repeat: no-repeat;
    background-position: 4px center;
    padding: 0px 0px 0px 20px;
}

.tbl_detail_dotaz_zahlavi2
{
    background-image: url('../grafika/ico_kontakty.gif');
    background-repeat: no-repeat;
    background-position: 4px center;
    padding: 0px 0px 0px 24px;
}

.dp-debate1
{
	_height: 0px; min-height: 1px;
	padding: 5px 0px 5px 0px;
}

.dp-debate1 h2
{
	padding: 0px 0px 3px 0px; margin: 0px;
    font-size: 100% !important;
}


.td_diskuze_nadpisek
{
    background-image: url('../grafika/ico_diskuze.gif');
    background-repeat: no-repeat;
    background-position: 4px center;
    padding: 0px 0px 0px 28px;
    font-weight: bold;
}

.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: bold;
}

.prispevek_text
{
    padding: 5px;
}

.reagovatdiv
{
    text-align: right;
    padding: 2px 2px 8px 0px;
}

.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;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
}

.c-basket-bt .basket-smazat
{
	float: right;
}

.c-basket-bt .basket-smazat a
{
	float: left;
	padding: 9px 17px;
	background: #5d5c5c;
	font-weight: bold;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	font-size: 14px;
}
.c-basket-bt .basket-smazat a:hover {
	background: #1155a6;
}

.c-basket-bt .basket-prepocitat
{
	float: right;
	margin: 0px;
	margin-bottom: 10px;
}

.c-basket-bt .basket-prepocitat input
{
	float: left;
	margin: 0px;
	background: #5d5c5c;
}
.c-basket-bt .basket-prepocitat input:hover {
	background: #1155a6;
}

.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: 0px; margin: 0px;
	font-weight: normal;
}

.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_sloupec5 {
	text-align: left !important;
	padding-left: 15px;
}
.tbl_katalog_vypis td.td_vypis_sloupec5 > a {
	float: right;
    margin-top: 7px;
    transform: translateX(-5px);
}

.tbl_katalog_vypis td.td_vypis_sloupec5 .input_ks {
	border: solid 1px #1155a6;
	vertical-align: middle;
}

.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 td.td_vypis_sloupec2 a,
.tbl_katalog_vypis td.td_vypis_sloupec3 {
	font-weight: bold !important;
}

.tbl_katalog_vypis td.td_vypis_sloupec3 .span_neni_skladem {
	color: red;
}

.tbl_katalog_vypis thead
{
    background: #1155a6;
}

.tbl_katalog_vypis tr.katalog-vypis-radek-lichy
{
	background: #F7F7F7;
}

.tbl_katalog_vypis thead td
{
    padding: 4px 6px 5px 6px;
    font-weight: bold;
	border-bottom: none !important;
	color: white;
}

.tbl_shrnuti_ceny
{
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.td_kosik_shrnuti_ceny_nadpisek2
{
    font-weight: bold;
}

.tbl_shrnuti_ceny td
{
    font-size: 120%;
    vertical-align: bottom;
}

.td_kosik_shrnuti_ceny_info2
{
    text-align: right;
	font-weight: bold;
	color: #1155a6;
}

.div_kosik_shrnuti_ceny_info2
{
    font-weight: bold;
	color: #000000 !important;
}

.slv-kup
{
    height: 30px;
	margin-top: 4px;
	overflow: hidden;
}

.slv-kup input
{
    float: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 2px 0px 2px;
	height: 17px;
}

.slv-kup a
{
    float: left;
	margin: 0px 0px 0px 6px;
	padding: 3px 5px 3px 6px;
	background: #1155a6;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.slv-kup a:hover
{
    color: #fff !important;
	text-decoration: none;
}


.div_kosik_nadpisek
{
    font-weight: bold;
}

.tbl_kosik_objednavka_info input
{
	float: left;
}


.span_povinne
{
    font-weight: bold;
    color: #1155a6;
    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: bold;
    color: #1155a6;
    font-size: 18px; line-height: 18px;
    position: relative; top: 2px; _top: 3px;
	float: left;
	padding-right: 0px;
}

.tbl_kosik_objednavka_info .td_kosik_objednavka_info_nadpisek {
	width: 150px;
}

*:first-child+html .tbl_kosik_objednavka_info .span_povinne
{
    top: 3px;
}

.tbl_kosik_objednavka_info span.hlp-input
{
	position: relative; top: 3px;
	padding: 0px 0px 0px 0px; margin: 0px 0px 0px 8px;
	background: #F3F3F3 !important;
	color: #666666;
	float: left;
	white-space: nowrap;
	display: none !important;
}

.p-polo
{
	position: relative;
}

#td_kosik_zpusoby_dopravy
{
	white-space: initial;
}

#td_kosik_zpusoby_dopravy td
{
	padding: 2px 24px 2px 0px;
}

.p-polo .span_povinne
{
	position: relative;
	top: 6px;
}

.tbl_kosik_shrnuti_ceny
{
    width: 100%;
	border: 1px solid #e0e0e0;
	background: #f2f2f2;
}

.tbl_kosik_shrnuti_ceny thead td
{
    background-color: #1155a6;
    color: white;
    font-weight: bold;
	padding: 10px;
	font-size: 14px;
}

.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 0px 10px 0px;

}

.send-order input
{
    /*width: 160px;*/
	/*height: 37px;*/
	text-transform: uppercase;
	float: right;
}

.send-order a
{
	float: left;
	margin: 10px 0px 0px 10px;
	padding-left: 14px;
	background: url('../grafika/ico_print.gif') no-repeat 0px 3px;
}

td.td_kosik_shrnuti_ceny_celkem
{
    /*border-top: solid 2px #c7172e;*/
	font-weight: bold;
	padding-top: 6px !important;
	font-size: 14px;
    color: #1155a6;
}

.basket-pay-note
{
    font-style: italic;
    margin: 0px 0px 0px 25px;
    width: 450px;
    display: block;
    white-space: normal;
}




.span_poslat_znamemu_nazev
{
    font-weight: bold;
}

.div_messages
{
    margin: 10px 0px;
    padding: 8px;
    border: 2px solid #1155a6;
}

.ul_mapa_stranek_pages
{
    margin: 0px;
	padding: 0px 0px 20px 0px;
	list-style-type: none !important;
}

.ul_mapa_stranek_pages ul
{
	list-style-type: none !important;
    padding: 0px; margin: 0px;
}

.ul_mapa_stranek_pages .li_first_level
{
	font-weight: bold;
    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: bold;
}

.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: #1155a6;
    color: white;
    font-weight: bold;
}

.tr_rozvozove_trasy_vypis_sudy
{
    background-color: #ededed;
}

.span_rozvozove_trasy_den
{
    font-weight: bold;
}

#div_rozvozove_trasy_filtr
{
    padding: 10px;
    margin: 10px 0px;
    background: url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
}

#div_rozvozove_trasy_filtr_nadpis
{
    font-weight: bold;
}

#div_rozvozove_trasy_filtr_region_nadpis
{
    font-weight: bold;
    font-size: 125%;
    margin: 3px;
}

.div_vyhledavani_nad_vypisem
{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

#div_vyhledavani_nadpis_skupiny
{
    margin: 15px 0px 3px 0px;
    font-weight: bold;
    font-size: 110%;
}

#div_vyhledavani_skupiny_container
{
    margin-bottom: 10px;
    line-height: 170%;
    font-weight: bold;
    font-size: 120%;
}

.div_detail_souvpol_nadpis
{
    font-size: 120%;
    padding: 10px 0px 10px 4px;
    font-weight: bold;
}

.div_detail_souvpol
{
	width: 100%;
	overflow: hidden;
	margin-left: -2px;
}

.div_detail_souvpol .produkt
{
	margin: 0px 0px 9px 0px;
}

.div_detail_souvpol .produkt-in
{

	margin: 0px 1px 0px 0px;
	padding: 4px;
	background-image: none;
}

.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: 0px 0px 20px 0px;
}

.div_prmista_vypis_misto_nazev
{
    font-weight: bold;
    padding: 3px 0px 3px 5px;
    margin: 0px 0px 3px 0px;
    background-color: #fdebd7;
}

.div_prmista_vypis_kraj
{
    font-weight: bold;
    font-size: 120%;
    margin: 10px 0px;
}

.div_prmista_vypis_misto_adresa,
.div_prmista_vypis_misto_dalsi_info
{
    padding: 3px 0px 3px 5px;
}


.tbl_detail_dotaz h2
{
    font-size: 100% !important;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.tbl_detail_dotaz td
{
	padding: 0px 25px 0px 0px;
	font-size: 14px;
}


.div_head_print
{
    display: none;
}

.h1_nadpis
{
    font-size: 18px;
}


/* MENU SKUPIN */
.div_box_content_kategorie
{
    background-color: #F9F9F9;
}

.div_box_content_kategorie ul,
.div_box_content_kategorie li
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.div_box_content_kategorie li a
{
    text-decoration: none;
	_height: 0px; min-height: 1px;
}

.ul_podskupina
{
    display: none;
}

.ul_podskupina_open
{
    display: block;
}

.div_box_content_kategorie a:link,
.div_box_content_kategorie a:visited
{
    display: block;
    padding: 8px 13px;
    font-weight: bold;
    /*border-bottom: 1px solid rgb(216,216,216);*/
    background-color: rgb(243,243,243);
    color: #214a9c;
	font-size: 15px;
}

/**** 1. UROVEN ****/
.div_box_content_kategorie .li_bezpodskupin a:link,
.div_box_content_kategorie .li_bezpodskupin a:visited
{
    /*background: url('../grafika/sipka_bezpodskupin.gif') no-repeat;*/
    background: none;
    background-position: 5px center;
    padding-left: 20px;
	background-color: #f2f2f2;
	color: #214a9c;
}

.div_box_content_kategorie .li_podskupiny a:link,
.div_box_content_kategorie .li_podskupiny a:visited
{
    background: url('../grafika/sipka_podskupiny.png') no-repeat;
    background-position: 5px center;
    padding-left: 20px;
	background-color: #f2f2f2;
}

.div_box_content_kategorie .li_bezpodskupin a:hover,
.div_box_content_kategorie .li_podskupiny a:hover
{
    background-color: #dde7ff;
    color: #214a9c;
	/*background-image: url('../grafika/sipka_podskupiny_hover.png');*/
	/*background-position: 5px center;*/
	/*background-repeat: no-repeat;*/
}

.div_box_content_kategorie .li_aktivni a:link,
.div_box_content_kategorie .li_aktivni a:visited
{
    /*background: url('../grafika/sipka_aktualni.gif') no-repeat;*/
    /*background-position: 5px center;*/
    background-color: #dde7ff;
    color: #214a9c;
    padding-left: 20px;
}

.div_box_content_kategorie .li_aktivni a:hover
{
    /*background-color: #c7172e;*/
    color: #214a9c;
}

.div_box_content_kategorie .li_aktivni_open a:link,
.div_box_content_kategorie .li_aktivni_open a:visited
{
    background: url('../grafika/sipka_podskupiny_open.png') no-repeat;
    background-position: 5px center;
    background-color: #dde7ff;
    color: #214a9c;
    padding-left: 20px;
}

.div_box_content_kategorie .li_open a:link,
.div_box_content_kategorie .li_open a:visited
{
    background: url('../grafika/sipka_podskupiny_open.png') no-repeat;
    background-position: 5px center;
    padding-left: 20px;
	background-color: #F3F3F3;
}

.div_box_content_kategorie .li_open a:hover  /*opravena chyba*/
{
    background-color: #dde7ff;
    color: #214a9c;
}



/**** 2. UROVEN ****/
.div_box_content_kategorie .li_zanoreni1 .li_bezpodskupin a:link,
.div_box_content_kategorie .li_zanoreni1 .li_bezpodskupin a:visited
{
    /*background: url('../grafika/sipka_bezpodskupin.gif') no-repeat;*/
    background: none;
    background-position: 20px center;
	background-color: #F9F9F9;
    padding-left: 35px;
    color: black;
	font-weight: normal;
	border: none;
}

.div_box_content_kategorie .li_zanoreni1 .li_podskupiny a:link,
.div_box_content_kategorie .li_zanoreni1 .li_podskupiny a:visited
{
    background: url('../grafika/sipka_podskupiny.png') no-repeat;
    background-position: 20px center;
	background-color: #F9F9F9;
    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
{
    background-color: #dde7ff;
    color: black;
}

.div_box_content_kategorie .li_zanoreni1 .li_aktivni a:link,
.div_box_content_kategorie .li_zanoreni1 .li_aktivni a:visited
{
    /*background: url('../grafika/sipka_aktualni.gif') no-repeat;*/
    /*background-position: 20px center;*/
    background-color: #dde7ff;
    /*color: white;*/
    padding-left: 35px;
}

.div_box_content_kategorie .li_zanoreni1 .li_aktivni a:hover
{
    /*background-color: #c7172e;*/
    /*color: white;*/
}

.div_box_content_kategorie .li_zanoreni1 .li_aktivni_open a:link,
.div_box_content_kategorie .li_zanoreni1 .li_aktivni_open a:visited
{
    background: url('../grafika/sipka_podskupiny_open.png') no-repeat;
    background-position: 20px center;
    /*background-color: #c7172e;*/
    color: black;
    padding-left: 35px;
}

.div_box_content_kategorie .li_zanoreni1 .li_open a:link,
.div_box_content_kategorie .li_zanoreni1 .li_open a:visited
{
    background: url('../grafika/sipka_podskupiny_open.png') no-repeat;
    background-position: 20px center;
    padding-left: 35px;
    color: black;
}

.div_box_content_kategorie .li_zanoreni1 .li_open a:hover  /*opravena chyba*/
{
    background-color: #dde7ff;
    color:black;
}




/**** 3. UROVEN ****/
.div_box_content_kategorie .li_zanoreni2 .li_bezpodskupin a:link,
.div_box_content_kategorie .li_zanoreni2 .li_bezpodskupin a:visited
{
    /*background: url('../grafika/sipka_bezpodskupin.gif') no-repeat;*/
    background: none;
    background-position: 20px center;
	background-color: #F9F9F9;
    padding-left: 50px;
    color: black;
	font-weight: normal;
	border: none;
}

 .div_box_content_kategorie .li_podskupiny.li_zanoreni2.li_aktivni_open > a {
	background-color: #dde7ff;
    color: black;
 }

.div_box_content_kategorie .li_zanoreni2 .li_podskupiny a:link,
.div_box_content_kategorie .li_zanoreni2 .li_podskupiny a:visited
{
    background: url('../grafika/sipka_podskupiny.png') no-repeat;
    background-position: 20px center;
	background-color: #F9F9F9;
    padding-left: 50px;
    color: black;
	font-weight: normal;
	border: none;
}

.div_box_content_kategorie .li_zanoreni2 .li_bezpodskupin a:hover,
.div_box_content_kategorie .li_zanoreni2 .li_podskupiny a:hover
{
    background-color: #dde7ff;
    color: black;
}

.div_box_content_kategorie .li_zanoreni2 .li_aktivni a:link,
.div_box_content_kategorie .li_zanoreni2 .li_aktivni a:visited
{
    /*background: url('../grafika/sipka_aktualni.gif') no-repeat;*/
    /*background-position: 20px center;*/
    background-color: #dde7ff;
    /*color: white;*/
    padding-left: 50px;
}

.div_box_content_kategorie .li_zanoreni2 .li_aktivni a:hover
{
    /*background-color: #c7172e;*/
    /*color: white;*/
}

.div_box_content_kategorie .li_zanoreni2 .li_aktivni_open a:link,
.div_box_content_kategorie .li_zanoreni2 .li_aktivni_open a:visited
{
    background: url('../grafika/sipka_podskupiny_open.png') no-repeat;
    background-position: 20px center;
    /*background-color: #c7172e;*/
    color: black;
    padding-left: 50px;
}

.div_box_content_kategorie .li_zanoreni2 .li_open a:link,
.div_box_content_kategorie .li_zanoreni2 .li_open a:visited
{
    background: url('../grafika/sipka_podskupiny_open.png') no-repeat;
    background-position: 20px center;
    padding-left: 50px;
    color: black;
}

.div_box_content_kategorie .li_zanoreni2 .li_open a:hover  /*opravena chyba*/
{
    background-color: #dde7ff;
    color:black;
}



/**** 4. UROVEN ****/
.div_box_content_kategorie .li_zanoreni3 .li_bezpodskupin a:link,
.div_box_content_kategorie .li_zanoreni3 .li_bezpodskupin a:visited
{
    /*background: url('../grafika/sipka_bezpodskupin.gif') no-repeat;*/
    background: none;
    background-position: 20px center;
	background-color: #F9F9F9;
    padding-left: 60px;
    color: black;
	font-weight: normal;
	border: none;
}

 .div_box_content_kategorie .li_podskupiny.li_zanoreni3.li_aktivni_open > a {
	background-color: #dde7ff;
    color: black;
 }

.div_box_content_kategorie .li_zanoreni3 .li_podskupiny a:link,
.div_box_content_kategorie .li_zanoreni3 .li_podskupiny a:visited
{
    background: url('../grafika/sipka_podskupiny.png') no-repeat;
    background-position: 20px center;
	background-color: #F9F9F9;
    padding-left: 60px;
    color: black;
	font-weight: normal;
	border: none;
}

.div_box_content_kategorie .li_zanoreni3 .li_bezpodskupin a:hover,
.div_box_content_kategorie .li_zanoreni3 .li_podskupiny a:hover
{
    background-color: #dde7ff;
    color: black;
}

.div_box_content_kategorie .li_zanoreni3 .li_aktivni a:link,
.div_box_content_kategorie .li_zanoreni3 .li_aktivni a:visited
{
    /*background: url('../grafika/sipka_aktualni.gif') no-repeat;*/
    /*background-position: 20px center;*/
    background-color: #dde7ff;
    /*color: white;*/
    padding-left: 60px;
}

.div_box_content_kategorie .li_zanoreni3 .li_aktivni a:hover
{
    /*background-color: #c7172e;*/
    /*color: white;*/
}

.div_box_content_kategorie .li_zanoreni3 .li_aktivni_open a:link,
.div_box_content_kategorie .li_zanoreni3 .li_aktivni_open a:visited
{
    background: url('../grafika/sipka_podskupiny_open.png') no-repeat;
    background-position: 20px center;
    /*background-color: #c7172e;*/
    color: black;
    padding-left: 60px;
}

.div_box_content_kategorie .li_zanoreni3 .li_open a:link,
.div_box_content_kategorie .li_zanoreni3 .li_open a:visited
{
    background: url('../grafika/sipka_podskupiny_open.png') no-repeat;
    background-position: 20px center;
    padding-left: 60px;
    color: black;
}

.div_box_content_kategorie .li_zanoreni3 .li_open a:hover  /*opravena chyba*/
{
    background-color: #dde7ff;
    color:black;
}


/* -- KONEC - MENU SKUPIN */

.tbl-old-order
{
	table-layout: fixed;
	border-collapse: collapse;
	border: solid 1px #D8D8D8;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: right;
}

.tbl-old-order td
{
	padding: 4px 4px 4px 4px;
}

.tbl-old-order thead
{
	background: #FDEBD7;
	font-weight: bold;
}

.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 0px 0px #fff;
}

.tbl-old-order-dp1 table
{
	table-layout: fixed;
	border-collapse: collapse;
	margin: 0px;
	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 #1155a6;
	text-align: right;
}

.old-ord-total div
{
	padding: 4px 4px 0px 4px;
}

.old-ord-total div.final-price
{
	padding: 4px;
	font-size: 13px;
	color: #1155a6;
}

.old-ord-total div.final-price strong
{
	font-size: 15px;
}

.divshowInfo
{
    background-image: url('../grafika/bg_hlaseni_basket.gif');
    background-repeat: no-repeat;
    padding: 15px 4px 4px 4px;
    margin: -135px 0px 0px 260px;
    width: 182px;
    height: 121px;
    font-size: 100%;
    color: white;
    z-index: 9998;
    /*font-weight: bold;*/
    text-align: center;
}

#c-scroller
{
 clear: both;
 width: 260px;
 margin: 0px auto 0px 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 0px 6px 0px;
	margin: 0px;
}

.tbl-blinks
{
	margin: 0px; padding: 0px;
	width: 100%;
}

.tbl-blinks td
{
	padding: 5px 4px 5px 0px;
}

.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: 0px; padding: 0px;}
.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 0px 3px 0px;
		margin: 0px;
}

.fotogalerie_pol h2 {
		margin:0px;
		padding:0px;
		padding-top:7px;
		font-size: 14px;
	}

	.fotogalerie_pol a,.foto_vypis a, .fotogalerie_pol_mat a {
	padding: 5px;
	width: 140px;
	height: 120px;
	display: block;
	background-image: url(../grafika/foto_background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left:0px;
	margin-right:0px;
}
.foto_vypis{
	position:relative;
	float:left;
	margin:0px;
	margin-left:0px;
}

.fotogalerie_pol img, .foto_vypis img, .fotogalerie_pol_mat img {
	margin: 5px;
	border: none;
}




.fotogalerie_pol .foto{
	position:relative;
	float:left;
	margin: 0px 10px 0px 0px !important;
	padding: 0px;
}

.fotogalerie_pol .foto a{
	padding-bottom: 0px;
}


/*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-sorting-1
{
	position: relative;
	top: 0px;
	padding: 0px;
	height: auto;
}

.c-sorting2 .sort
{
    width: 40%;
    float: left;
}

.num-it-page
{
    float: right;
}
.num-it-page a:hover
{
    background: white !important;
}

.num-it-page .span_pocet_polozek_aktivni a:hover
{
    background: white !important;
}

label.error { display:block; float: none; color: red; padding-left: .5em; padding-top: .5em; vertical-align: top; }

div.articles-list {margin: 10px 0px 10px 0px;}
.articles-list h2 { font-size: 14px; margin: 0px; padding: 0px 20px 9px 0px;}
.articles-list h2 span { padding-right:10px; }

.articles-list .art-item
{
    background: url('../grafika/box-corner.gif') no-repeat right top #CDCDCD;
	margin-top: 10px;
	padding: 1px;
	border-bottom: solid 10px #fff; margin: 0px !important;
	_height: 0px; min-height: 1px;
}

.articles-list .art-item1
{
    background: url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
	padding: 8px 4px 8px 4px !important;
	_height: 0px; min-height: 1px;
}

.art-img  {float: left; margin: 0px 8px 2px 0px; }
.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: 0px; padding: 0px 0px 6px 0px;}

.foto-list  {margin: 10px 0px 10px 0px;}

.foga-item
{
    background: #CDCDCD;
	margin-top: 10px;
	padding: 1px;
	border-bottom: solid 10px #fff; margin: 0px !important;
	_height: 0px; min-height: 1px;
}

.foga-item1
{
    background: url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
	padding: 8px 4px 8px 4px !important;
	_height: 0px; min-height: 1px;
}


.foga-item  h2 { font-size: 14px; margin: 0px; padding: 0px 20px 9px 0px; }
.cfoga-img  {float: left; margin: 0px 8px 2px 0px; }
.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: 0px; padding: 0px 0px 4px 0px;}

.foto-cat  {margin: 10px 0px 10px 0px; width: 600px; overflow: hidden;}
.foto-cat-in  {width: 630px; margin-left: 5px;}
.foga1-item {position: relative; width:160px; float:left; padding:15px; margin: 0px 10px 5px 0px;}
.foga1-name {text-align: center; font-size: 12px; font-weight: bold; height: 30px; overflow: hidden;}

.cfoga1-img  {float: left; position: relative; left: 8px; margin: 4px 0px 0px 0px; }
.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;
	margin-top: 10px;
	padding: 1px;
	margin: 10px 0px 10px 0px; width: 598px;
}

.c-allph1
{
    background: url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
	_height: 0px; min-height: 1px;
}

.c-allph  h2 {font-size: 14px; margin: 0px 0px 0px 0px; padding: 6px 0px 0px 6px; height: 19px; overflow: hidden; width: 598px;}
.c-allph  h2 a {float: right;  padding: 0px 24px 0px 6px;  font-weight: normal; font-size: 12px;}
.c-allph  h2 span {float: left;}
.allph  {width: 598px; overflow: hidden;}
.allph1  {width: 630px; }
.allph-item {position: relative; width:149px; float:left; margin: 0px 0px 4px 0px;}
.allph-img  {float: left; position: relative; left: 4px; margin: 2px 0px 0px 0px;}
.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;
}

.img_katalog_strankovani_sipky {
	margin: 0px 5px;
	vertical-align: middle;
	transition: all 0.3s;
}


.write-us
{
    background: #CDCDCD;
	margin-top: 10px;
	padding: 1px;
}

.write-us1
{
    background: url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
	padding: 9px !important;
	_height: 0px; min-height: 1px;
}

.write-us h2
{
	font-size: 12px !important; padding: 0px 0px 0px 20px; margin: 0px;
	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: bold;
    font-size: 120%;
}

.bubble-nazev
{
    padding: 3px 0px;
	margin-bottom: 2px;
    height: 30px;
    overflow: hidden;
    vertical-align: middle;
}

.span_countdown
{
    font-weight: bold;
}

.skryj	{ position:absolute; left:-1000px; top:-1000px; width:1px; height:1px; overflow:hidden; }

#skupina-popisek-more
{
    text-align: right;
    margin: 10px 0px 20px 0px;
}

.in-bas0
{
    visibility:hidden;
}

.in-bas1
{
    visibility: visible;
    color: white;
    background-color: #1155a6;
    position: absolute;
    text-align: center;
    padding: 5px;
    margin-top: 165px;
    font-weight: bold;
	top: 0px;
	left: 5px;
	right: 5px;
}

.skupina-popisek-short
{
	position: relative;
}

.skupina-popisek-short p
{
	padding: 0px; margin: 0px;
}

.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: 0px; left: 0px;
}

.basket_form_up, .basket_form_down {
	padding: 8px 3px;
	background-color: #1155a6;
	color: white;
	vertical-align: middle;
	margin: 0px;
	font-size: 15px;
	height: 17px;
	display: inline-block;
	transition: all 0.3s;
	cursor: pointer;
}
.basket_form_up:hover, .basket_form_down:hover {
	background-color: #5d5c5c;
}

.lbl-required
{
    font-weight: bold;
}

.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 0px 0px #fff;
	padding: 9px !important;
	_height: 0px; min-height: 1px;
}

.soutez h2
{
	font-size: 12px !important; padding: 0px 0px 0px 0px; margin: 0px;
}

.soutez .psc
{
    width: 70px;
}

.soutez .input_text,
.soutez .input_textarea
{
    margin-left: 10px;
}

.ul-soutez li
{
    list-style-type: none;
    margin-left: -30px;
    padding: 0px;
}

label.sou-spravna
{
    font-weight: bold;
    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;
}

.h2-det
{
    font-size: 16px !important;
}

.ba-img-r
{
	position: fixed;
	left: 50%;
	top: 145px;
	margin: 0 0 0 500px;
	width: 100px;
	height: 600px;
	overflow: hidden;
}

* html .ba-img-r
{
	position: absolute;
}

.ba-img-l
{
	position: fixed;
	left: 50%;
	top: 145px;
	margin: 0px 0px 0px -600px;
	width: 100px;
	height: 600px;
	overflow: hidden;
}

* html .ba-img-l
{
	position: absolute;
}

.chk-basket-news
{
    clear: both;
}

.chk-basket-news label
{
    position: relative;
    top: 3px;
}

.souhlas-dodaci-podm
{
    text-align: right;
    font-weight: bold;
    padding: 15px 0px;
}

.tbl_souteze_kont_udaje .input_text
{
    width: 180px;
}

.tbl_souteze_kont_udaje td
{
    vertical-align: top;
}

.chk-sou-news
{
    margin: 3px 0px 10px 6px;
}

.v-kod
{
    font-size: 90%;
	text-align: center;
}

.kat-zvy
{
    font-weight: bold;
    padding: 5px;
    margin: 0px 0px 5px 0px;
    text-align: center;
	margin-top: 4px;
	margin-bottom: 10px;
	line-height: 20px;
}

.kat-zvy a:link.oblibene {
	background-color: #c7172e;
}

.kat-zvy a:link,
.kat-zvy a:visited
{
	padding: 10px;
	background-color: #5d5c5c;
	color: white;
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
	margin: 3px 0px;
}
.kat-zvy a:hover, .kat-zvy a:link.oblibene:hover {
	background-color: #1155a6;
}

#doprava_info
{
    font-weight: bold;
    color: #de0000;
}

.div_page_content p {
	font-size: 14px;
}

/* HIGHSLIDE */
.highslide-caption .highslide-nazev-zbozi {
	font-size: 16px;
}
.highslide-caption .highslide-detail {
	text-align: center;
}
.highslide-caption .highslide-detail a {
	background-color: #1155a6;
	color: white;
	text-decoration: none;
	padding: 8px 10px;
	font-size: 14px;
}
.highslide-caption .highslide-detail a:hover {
	background-color: #07396e;
}

#resp_menu {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #1155a6;
	color: white;
	padding: 15px;
	z-index: 10;
	display: none;
}
#resp_menu .content {
	display: flex;
	align-items: center;
}
#resp_menu .content .resp_menu_left {
	width: 50%;
	text-align: left;
	font-size: 19px;
}
#resp_menu .content .resp_menu_left .menu_resp {
	margin-left: 15px;
}
#resp_menu .content .resp_menu_left span {
	margin-left: 5px;
	font-size: 19px;
}
#resp_menu .content i {
	font-size: 25px;
	cursor: pointer;
}
#resp_menu .content .resp_menu_right {
	text-align: right;
	font-size: 19px;
	width: 50%;
}
#resp_menu .content .resp_menu_right a {
	color: white;
	font-size: 25px;
	text-decoration: none;
}

.content_search {
	display: none;
}

.div_skup_obrazky_nazev {
	text-align: center;
	padding-top: 5px;
}
.td_vypis_skupiny_obrazek img {
	/*width: 100%;*/
	max-height: 150px;
}
.div_skup_obrazky {
	height: 190px;
}

div.autosuggest {
	margin-left: -100px;
}

/* Cena od - do */
.c-price-range
{
	margin-bottom: 15px;
	margin-top: 10px;
}
.price-slider-range
{
	overflow: hidden;
	clear: both;
}
.price-slider-range .nadpis
{
	font-weight: bold;
	display: block;
	text-align: center;
}
.price-slider-range .cena_od,
.price-slider-range .cena_do
{
	float: left;
	width: 100px;
	text-align: right;
	margin-top: 4px;
}
.price-slider-range .cena_od
{
	text-align: left;
}
.price-slider-range .cena_od input,
.price-slider-range .cena_do input
{
	width: 50%;
}
#slider-range-bg
{
	float: left;
	width: calc(100% - 200px - 20px);
	margin-right: 10px;
	margin-left: 10px;
}
.ui-widget-header {
	background: #1155a6 !important;
}
.ui-widget-content {
	background: #e6e6e6 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #1155a6 !important;
	border: solid 1px #1155a6 !important;
	transition: 0s !important;
}
#slider-range
{
	margin-top: 10px;
	margin-bottom: 10px;
	border:0;
	background-color:#E6E6E6;
}
#filtr_cena_submit
{
	text-align:center;
}
/* END Cena od- do */

.message-platba-nok{padding:20px;margin-bottom:20px;font-size:120%;background-color:rgb(156,23,8);color:#ffffff;line-height:200%}
.parametry td {padding: 5px 10px 5px 0px;}
.parametry .par-nadpis {font-weight: bold;}

.send-order > a {display: none !important;}
#as_vyhledavani_text.autosuggest {
	min-width: 400px;
	width: auto;
	margin-left: 0px;
	transform: translateX(-50%);
	background: none;
}

/* FILTRY */
.filtry_bg
{
	margin: 20px 0px 20px 0px;
	background-color: #F4F4F4;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	clear: both;
}
.filtry
{
	display: flex;
	flex-wrap: wrap;
}
.filtry .parametr
{
	box-sizing: border-box;
	padding: 10px;
	width: 20%;
}
.filtry .parametr .nadpis
{
	font-weight: bold;
	margin-bottom: 5px;
	overflow: hidden;
}
.filtry .parametr label
{
	display: block;
}
.filtry .parametr select
{
	width: 100%;
	box-sizing: border-box;
}
.filtry_bg .buttons
{
	text-align: right;
	padding: 10px;
}
.filtry_bg .filtry_dalsi_button
{
	background-color: transparent;
	color: #000;
}
.filtry_bg .filtry_dalsi_button .fa
{
	margin-left: 5px;
	display: inline-block;
}
.filtry_bg .filtry_dalsi_button .fa-minus,
.filtry_bg .filtry_dalsi_button.open .fa-plus
{
	display: none;
}
.filtry_bg .filtry_dalsi_button.open .fa-minus,
.filtry_bg .filtry_dalsi_button .fa-plus
{
	display: inline-block;
}
.filtry_bg .buttons input[type=submit]
{
	padding: 10px 20px;
}
.filtry_bg .filtry_vybrane
{
	overflow: hidden;
	padding: 10px;
}
.filtry_bg .filtry_vybrane .nadpis
{
	color: gray;
	display: inline-block;
	padding: 5px;
	padding-left: 0;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}
.filtry_bg .filtry_vybrane a
{
	background-color: #e6e6e6;
	display: inline-block;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
	text-decoration: none;
	opacity: 0.8;
}
.filtry_bg .filtry_vybrane a:hover
{
	opacity: 1;
}
.filtry_bg .filtry_vybrane a:after
{
	content: "X";
	padding-left: 10px;
	font-weight: bold;
	font-size: 110%;
}
.filtry_bg .filtry_vybrane a.zrusit
{
	float: right;
	margin-right: 0;
}
/* OPEN CLOSE */
.filtry .parametr .nadpis .fa
{
	float: right;
	cursor: pointer;
	display: none;
}
.filtry .parametr.close .hodnoty
{
	display: none;
}
.filtry .parametr.open .fa.fa-angle-up
{
	display: block;
}
.filtry .parametr.close .fa.fa-angle-down
{
	display: block;
}
/* END OPEN CLOSE */

.eu-cookies {
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 98%;
	color: black;
	z-index: 999;
	margin: 0px;
	padding: 1%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 100%;
	box-shadow: 0 -2px 8px 0 rgb(0 0 0 / 25%);
	background: #ffffffef;
}

.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: 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 {
	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 */

.uvod_prihlaseni_nadpis {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	margin: 10px 0px;
}

.uvod_prihlaseni_banner {
	text-align: center;
	margin: 30px 0px;
}

.input_readonly {
	background: #cccccc;
	color: #3B3B3B;
}

.kosik_info_editace {
	margin: 10px 0px;
	font-size: 130%;
	font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 1075px) {
	.view-only {
		float: none;
		width: 290px;
		margin: auto;
		display: block;
		height: 20px;
		margin-bottom: 5px;
	}
	.c-view-page {
		height: auto;
	}
	.paging {
		width: auto;
		float: none;
		margin: auto;
		text-align: center !important;
	}
	.home-nav {
		padding: 0px;
		font-size: 14px;
	}

	.div_skup_obrazky {
		width: calc(33.3% - 20px);
	}

	.view-type {
		padding: 0px;
		text-align: center;
		width: 100%;
		float: left;
		margin-top: 15px;
	}

	.div_katalog_detail_fotka {
		width: 100%;
		margin-right: 0px;
	}
	.dp-info {
		width: 100%;
	}

	.tbl_detail_dotaz td {
		display: block;
		padding-right: 0px;
	}
	.tbl_detail_dotaz td.td_detail_dotaz_levy_sloupec {
		margin-bottom: 20px;
	}
}

@media (max-width: 850px) {
	.num-it-page {
		float: left;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 5px;
		text-align: center;
	}
	.sort {
		width: 100%;
		text-align: center;
	}

	.cat-list_in {
		text-align: center;
	}
	.produkt {
		width: calc(50% - 26px);
		margin: 5px 13px;
	}

	.content_search_content {
		margin-top: 10px;
	}
	.content_search_content .bt-search {
		width: 90px;
		background-color: white;
		color: #07396e;
	}
	.content_search_content .it-search {
		width: calc(100% - 130px);
		border: solid 1px transparent;
	}
}

@media (max-width: 800px) {
	#resp_menu {
		display: block;
		z-index: 9999;
	}
	#resp_menu .content .resp_menu_left span {
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
	}
	#resp_menu .content i {
		transition: all 0.3s;
	}
	#resp_menu .content .resp_menu_right a {
		margin: 0px 2px;
	}
	#resp_menu .content .resp_menu_left a:hover, #resp_menu .content .resp_menu_left i:hover,
	#resp_menu .content .resp_menu_right a:hover, #resp_menu .content .resp_menu_right i:hover {
		color: #f2f2f2;
	}
	#resp_menu #basket_polozek {
		min-width: 20px;
		display: inline-block;
	}
	#cont-header {
		margin-top: 50px;
		height: 145px;
		margin-bottom: -20px;
		background-position-x: 20px;
	}
	#cont-header::before {
		right: 10px;
		left: auto;
		top: 20px;
	}
	.logo {
		left: 50%;
		transform: translateX(-50%);
	}
	#col-1 {
		display: none;
		float: none;
		width: calc(100% - 20px);
		padding: 10px;
	}
	.div_box_content_kategorie ul, .div_box_content_kategorie li {
		font-size: 17px;
	}
	.c-box .lb-box2 {
		font-size: 18px;
	}
	.c-menu {
		display: none;
	}
	.c-search {
		display: none;
	}
	.content_search_content .c-search {
		display: block;
		position: inherit;
		left: auto;
		bottom: auto;
	}
	.c-box.basket-box {
		display: none;
	}
	#col-2 {
		margin: 0px;
		float: none;
		width: calc(100% - 40px);
		padding: 10px 20px;
	}
	.div_menu li {
		text-align: center;
		width: 100%;
		border: none;
		border-bottom: solid 1px white;
	}
	.div_menu ul ul {
		visibility: inherit;
		position: inherit;
		width: 100%;
	}
	.div_menu ul ul li {
		border-top: solid 1px white;
		background-color: #f2f2f2 !important;
	}
	.div_menu ul ul li a, .div_menu ul ul li :visited {
		color: black;
	}
	.div_menu ul ul a:hover {
		background-color: #07396e !important;
	}
	.div_menu li:hover, .div_menu a:hover {
		background-color: transparent;
	}

	.dp-infotop, .c-add-bt {
		text-align: center;
		height: auto;
	}
	.dp-info .addthis_button, .dp-info .addthis_button img {
		float: none;
	}
	.paging-info {
		margin-top: 10px;
		text-align: center;
		height: auto;
	}
	.paging-info span.pain-1, .paging-info span.pain-2 {
		float: none;
		display: block;
		margin: auto;
	}
	.td_detail_dotaz_pravy_sloupec {
		display: none;
	}

	.f-top a {
		line-height: 1.5;
		font-size: 13px;
	}
	.f-top img {
		display: none;
	}

	.div_detail_zpet {
		display: none;
	}

	.div_page_content table {
		width: 100%;
	}
	.div_page_content table tr td {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.div_page_content img {
		max-width: 100%;
		height: auto;
	}
	
	.filtry .parametr {
		width: 50%;
	}
	
	.basket-pay-note {
		width: 90%;
	}
	
		
	#as_vyhledavani_text {
		width: auto !important;
		left: 10px !important;
		right: 10px !important;
		box-sizing: border-box;
		margin-left: 0px;
		transform: none !important;
		min-width: auto !important;
		position: fixed !important;
		top: 80px !important;
	}
}

@media (max-width: 550px) {
	#resp_menu .content .resp_menu_left {
		width: calc(100% - 150px);
	}
	#resp_menu .content .resp_menu_right {
		width: 150px;
	}
	.produkt {
		width: calc(100% - 20px);
		margin: 10px;
	}

	.td_vypis_skupiny_obrazek img {
		width: 100%;
	}
	.div_skup_obrazky {
		width: calc(50% - 20px);
	}

	.tbl_detail_dotaz tr td:nth-child(2) {
		padding: 0px;
	}

	.price-slider-range {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 10px;
	}
	.price-slider-range .nadpis {
		width: 100%;
	}
	#slider-range-bg {
		width: calc(100% - 20px);
	}
	.price-slider-range .cena_od {
		order: 2;
		text-align: left;
	}
	.price-slider-range .cena_do {
		text-align: right;
		order: 3;
  	}

	.send-order {
		text-align: center;
	}
	.send-order a, .send-order input {
		float: none;
	}
	.send-order a {
		margin-bottom: 10px;
		display: inline-block;
	}

	.c-basket-bt {
		text-align: center;
		height: auto;
	}
	.c-basket-bt .basket-prepocitat, .c-basket-bt .basket-prepocitat input {
		float: none;
	}
	.c-basket-bt .basket-smazat {
		float: none;
		text-align: center;
	}
	.c-basket-bt .basket-smazat a {
		float: none;
		display: inline-block;
		margin: 0px;
	}
	.tbl_shrnuti_ceny td {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	.div_kosik_nad_vypisem {
		display: none;
	}
	.tbl_katalog_vypis thead {
		display: none;
	}
	.tbl_katalog_vypis td {
		display: block;
		margin-bottom: 5px;
		text-align: center !important;
		padding: 3px 0px !important;
	}
	.tbl_katalog_vypis td.td_vypis_sloupec4:before {
		content: "bez DPH: ";
	}
	.tbl_katalog_vypis td.td_vypis_sloupec6:before {
		content: "Celkem bez DPH: ";
	}
	.tbl_katalog_vypis td.td_vypis_sloupec7:before {
		content: "Celkem s DPH: ";
	}
	.tbl_katalog_vypis td.td_vypis_sloupec5 {
		text-align: center !important;
	}
	.tbl_kosik_objednavka_info .input_textarea {
		width: calc(100% - 24px);
	}
	.tbl_kosik_objednavka_info .span_povinne, .p-polo {
		display: none;
	}

	#col-2 .produkt h2 {
		font-size: 13px !important;
	}

	#col-2 h1 {
		text-align: center;
	}

	.div_menu p {
		display: none;
	}

	#cont-header {
		background-size: 300px;
	}
	#cont-header::before {
		width: 80px;
		height: 70px;
	}
	
	.tbl-registrace td {
		display: block;
		text-align: left;
	}
	.tbl-registrace td.vpravo {
		 margin-top: 10px;
	}
	
	.filtry .parametr {
		 width: 100%;
		 margin-bottom: 10px;
	}
}

@media (max-width: 430px) {
	#cont-header {
		background-position: center;
	}
	#cont-header::before {
		display: none;
	}
	#resp_menu {
		padding: 10px;
	}
	#resp_menu .content i {
		font-size: 22px;
	}
	#resp_menu .content .resp_menu_left .menu_resp {
		margin-left: 10px;
	}
	#resp_menu .content .resp_menu_left span {
		font-size: 18px;
	}
	#resp_menu .content .resp_menu_right a {
		font-size: 23px;
		margin: 0px 1px;
	}
	#resp_menu .content .resp_menu_right {
		width: 130px;
	}
	#resp_menu .content .resp_menu_left {
		width: calc(100% - 130px);
	}
}
/* 
================================================
autosuggest, inquisitor style
================================================
*/

body
{
	position: relative;
}


div.autosuggest
{
	position: absolute;
	background-image: url(img_inquisitor/as_pointer.gif);
	background-position: 50px top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	z-index: 10000;
	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;
    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;
}

/* PopUp */
#popup_bg
{
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.6);
    top:0px;
    left:0px;
    display:none;
    z-index:1000;
}

.popup
{
    top:10%;
    left:20%;
    width:60%;
    position:fixed;
    display:none;
    z-index:1002;
}

#popup_head
{
    z-index:1003;

    -webkit-box-shadow: 0px -2px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px -2px 4px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px -2px 4px 0px rgba(50, 50, 50, 0.5);
}
#popup_head .content
{
    padding:20px;
    line-height:20px;
    height:20px;
    background-color:rgb(243,243,243);
    font-size:140%;
    overflow:hidden;
    border-bottom:1px solid #e7e7e7;
    text-align:left;
}

#popup_head .close
{
    background-color:#afafaf;
    color:#fff;
    cursor:pointer;
    width:35px;
    height:35px;
    line-height:35px;
    text-align:center;
    position:absolute;
    right:20px;
    top:10px;
    background-image:url("/grafika/close.png");
    background-repeat:no-repeat;
    background-position:center;

    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
#popup_head .close:hover
{
    background-color:#000;
}

#popup_front
{
    overflow:auto;
    text-align:left;
    background-color:#fff;
    margin-top:61px;

    max-height:70%; /* Sichr (Safari neumí calc) */
    max-height:-moz-calc(80% - 61px); /* Firefox */
    max-height:-webkit-calc(80% - 61px); /* WebKit */
    max-height:-o-calc(80% - 61px); /* Opera */
    max-height:calc(80% - 61px); /* Standard */

    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.8);
    box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.8);
}
#popup_front .content
{
    padding:20px;
    line-height:150%;
}
#popup_front h1
{
    margin:0px;
    padding:0px;
    padding-bottom:10px;
    border-bottom:1px solid #E6E6E6;
    margin-bottom:10px;
}
#popup_front p
{
    margin:0px;
    padding:0px;
    margin-bottom:10px;
}
/**/


/* Nápověda */
#help_id
{
    width:400px;
    min-height:300px;
    margin-left:-200px;
    margin-top:-110px;
}
/**/


/* Popup okno s obsahem košíku po přidání do košíku (na výpise) */
#popup_front #abp_header
{
    margin-bottom:40px;
    font-size:110%;
}
#popup_front #abp_buttons
{
    overflow:hidden;
}
#popup_front #abp_button_back:hover,
#popup_front #abp_button_basket:hover
{
    opacity:0.8;
    box-shadow:none;
}
#popup_front #abp_button_back .ico
{
    background-repeat:no-repeat;
    background-image:url("/grafika/triangl-left.png");
    display:inline-block;
    width:17px;
    height:20px;
    margin-right:10px;
    float:left;
}
#popup_front #abp_button_basket .ico
{
    background-repeat:no-repeat;
    background-image:url("/grafika/triangl-right.png");
    display:inline-block;
    width:17px;
    height:20px;
    margin-left:10px;
    float:right;
}
#popup_front #abp_button_basket
{
    float:right;
}
#popup_front .abp_nadpis_obsah_kosiku
{
    font-size:12px;
    line-height:10px;
    font-weight:normal;
    margin:0px;
    border-bottom:1px solid #c7ced9;
    text-align:center;
}
#popup_front .abp_nadpis_obsah_kosiku span
{
    background-color:#fff;
    padding-left:5px;
    padding-right:5px;
    font-weight:bold;
    text-transform:uppercase;
}
#popup_front .abp_tbl_basket_product
{
    overflow:auto;
    max-height:345px;
    margin-bottom:15px;
}
#popup_front .basket_product
{
    border-spacing:0px;
    width:100%;
    margin:0px;
}
#popup_front .basket_product thead td
{
    font-weight:bold;
    padding-top:10px;
    padding-bottom:10px;
    height:auto;
    font-size:100%;
    background:transparent;
    color:#000;
}
#popup_front .basket_product td
{
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid #c7ced9;
    height:60px;
}
#popup_front .basket_product a
{
    font-weight:bold;
    text-decoration:none;
}
#popup_front .basket_product .img
{
    text-align:center;
    padding-left: 0px;
    width: 100px;
}
#popup_front .basket_product .img img
{
    max-height:60px;
    max-width:100px !important;
}
#popup_front .basket_product .price,
#popup_front .basket_product .price_total
{
    width:90px;
    text-align:right;
    white-space:nowrap;
}
#popup_front .basket_product .price_total
{
    font-size:110%;
    font-weight:bold;
}
#popup_front .basket_product .count
{
    text-align:right;
}
#popup_front .abp_cena_total
{
    font-size:130%;
    text-align:right;
    margin-bottom:30px;
}
#popup_front .abp_cena_total .price
{
    font-weight:bold;
}
#popup_front .abp_info_rozdeleni_obj
{
    padding:10px;
    color:#fff;
    font-size:95%;
    background-color:#C92E2E;
    margin-bottom:10px;
}
/**/

#popup_content a.button
{
  color:#ffffff;
  line-height:150%;
  background-color:rgb(227,106,75);
}

/* RESPONSIVE */
@media all and (min-width:1400px)
{
  /* POPUP */
  .popup
  {
    left:30%;
    width:40%;
  }
  /**/
}

@media all and (max-width: 768px)
{
    body
    {
        overflow:auto !important;
    }
    #popup_front .abp_buttons .button {width: 100%;box-sizing: border-box;}
    #popup_bg
    {
        display:none !important;
        visibility:hidden;
        position:relative;
    }
    .popup
    {
        width:100%;
        margin:0;
        left:0;
        top: 0;
    }
    #popup_front
    {
        max-height: calc(100% - 61px);
    }
    #popup_head {
        z-index:9999;
    }
    #popup_head .content
    {
        padding-left:2%
    }
    #popup_head .close
    {
        right:2%;
    }
    #popup_front .content
    {
        padding:2%;
    }
}
/**/
