/* 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
{
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 76.5%;
	color: #494949;
    text-align: center;
    /*min-width: 1160px;*/
}

.body-bg
{
	background-attachment: fixed !important;
    background-clip: border-box !important;
    background-color: transparent !important;
    background-origin: padding-box !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

td
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

select
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

form
{
    margin: 0;
    padding: 0;
}

a:link,
a:visited
{
    color: #CD0000;
}

a:hover
{
    text-decoration: none;
}


img
{
    border: none;
}

.input_submit,
.input_button
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
    color: white;
    background-color: rgb(48,160,234);
    font-weight: bold;
    border: none;
    cursor: pointer;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
	padding: 5px 8px 5px 8px;
}

.input_text,
.input_text_nepovinny
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: top;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    border: 1px solid rgb(215,215,215);
    color: #797979;
    padding: 2px;
}

.input_textarea
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
    overflow: auto;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    border: 1px solid rgb(215,215,215);
    color: #797979;
}

input[type="checkbox"],
input.checkbox
{
    position: relative;
    top: 2px;
}

.input_ks
{
    width: 35px;
    margin: 0 4px 0 0;
	padding: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
}

/* konstrukce */

#cont-main
{
    background: url('../grafika/bg-body2.png') left 152px repeat-x;
    padding-right: 5%;
    padding-left: 5%;
}
#cont-main1
{
    max-width: 1600px;
}

#cont-main-bg-body
{
    margin: 0 auto;
    background-image: url('../grafika/bg-body.png');
    background-color: #fff;
    background-repeat: repeat;
}

#cont-main1
{
	position: relative;
	margin: 0 auto;
	text-align: left;
    max-width: 1600px;
}

#cont-header
{
	position: relative;
	/*height: 127px;*/
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding: 20px 0px;
}

#cont-body
{
    margin: 17px 0 0 0;
    clear: both;
}
body#home-page #cont-body {
	margin-top: 0px;
}
body {
	overflow-x: hidden;
}

#col-1
{
    float: left;
    width: 20%;
	overflow: hidden;
	padding-bottom: 10px;
    box-sizing: border-box;
    padding-right: 2%;
}

.col-1-with-banner
{
    position: relative;
    /*margin-top: -318px;*/
}

#col-2
{
	position: relative;
    width: calc(100% - 20%);
    padding-right: 0%;
    float: left;
	padding-bottom: 10px;
    box-sizing: border-box;
}

.col-2-normal
{
	overflow: hidden;
}

#col-2 h1
{
	font-size: 22px !important;	
}

#col-2 h2
{
	font-size: 120%;	
}

#col-3
{
    float: left;
	padding-bottom: 10px;
	overflow: hidden;
    width: 171px;
    box-sizing: border-box;
	display: none;
}

.c-add-bt
{
	height: 37px;
	overflow: hidden;
	padding-top: 14px;
	clear: both;
	text-align: right;
}

#home-page #col-1 {
	display: none;
}
#home-page #col-2 {
	width: auto;
    float: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.footer
{
	position: relative;
    clear: both;
    text-align: center;
	padding: 30px 15px 30px 15px;
    background: url('../grafika/bg-foot.png') left top repeat-x;
    margin: 0px 0 0 0;
	display: none;
}

.footer2 {
	background-color: #d7d7d7;
	padding: 25px 0px;
	margin-top: 20px;
	background: url('../grafika/footer_back.jpg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	position: relative;
	padding-top: 100px;
}
.footer2:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000000a6;
    z-index: 0;
}
.footer2:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
    z-index: 1;
	border-left: 100vw solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid white;
}

.footer2 .container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1300px;
	margin: auto;
	padding: 0px 20px;
	z-index: 1;
    position: relative;
	text-align: left;
}
.footer2 .container .col-2 {
	width: 50%;
}
.footer2 .container .col-2 h2 {
	color: #ffffff;
    font-size: 45px;
	text-transform: uppercase;
	padding-right: 20px;
}
.footer2 .container .col-2 h3 {
	color: #ffffff;
    font-size: 33px;
	text-transform: uppercase;
}
.footer2 .container .col-2 h4 {
	color: #ffffff;
    font-size: 27px;
	text-transform: uppercase;
}
.footer2 .container .col-2 p {
	font-size: 17px;
    color: white;
    line-height: 25px;
}
.footer2 .container .col-2 a {
	color: white;
	text-decoration: none;
}
.footer2 .container .col-2 a:hover {
	text-decoration: underline;
}
.footer2 .container .col-2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer2 .container .col-2 li {
	font-size: 17px;
    color: white;
    line-height: inherit;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

.f-top
{
    text-align: center;
    padding: 0 0 15px 0;
}

.f-top img
{
    vertical-align: middle;
}

.f-backlinks
{
    margin: 5px 0 0 0;
	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
{
	display: block;
	background: url('../grafika/logo4.png');
    /*position: absolute;*/
	width: 263px;
	height: 75px;
    /*top: 27px;
    left: 13px;*/
}

.header-bott
{
	position: absolute;
	width: 300px;
	left: 0;
	top: 0;
	height: 43px;
}

.head-nav
{
    position: absolute;
    left: 10px;
    top: 10px;
    margin: 0;
    padding: 0;
}

.head-nav li
{
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0 20px 0 17px;
}

.head-nav .home-a
{
    background: url('../grafika/ico_homepage.gif');
    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: 12px;
    right: 370px;
    width: 350px;
    text-align: right;
}

.head_block_text {
	width: calc(100% - 60px - 250px - 265px - 240px);
    display: inline-block;
	box-sizing: border-box;
    padding-left: 50px;
}
.head_block_text p {
	margin: 8px 0px;
	font-size: 100%;
}

.head_block_text a {
	color: #1E1E1E;
    text-decoration: none;
}
.head_block_text a:hover {
	text-decoration: underline;
}

.head_user_block {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
	width: 250px;
}

.c-search
{
    /*background: url('../grafika/bg-search.png') left top no-repeat;*/
	width: 250px;
	margin: 0px;
	border-radius: 20px;
    overflow: hidden;
    border: 1px solid #D7D7D7;
}
.it-search
{
    width: calc(100% - 45px);
    /*border: 1px solid #D7D7D7;
    border-right: 0;*/
	border: none;
	
    color: rgb(121,121,121);
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0;
    padding-left: 15px;
    border-radius: 0;
	outline: none;
    /*-webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/
}
.bt-search
{
    padding: 0;
    height: 30px;
    width: 45px;
    float: right;
    background-color: #D7D7D7;
    box-sizing: border-box;
    border-radius: 0;
    /*-webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;*/
    background-image: url("/grafika/opaz/bg-search.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}

.no-items
{
    text-align: center;
	font-size: 130%;
	font-weight: bold;
	margin: 20px 0;
}

.tbl-registrace
{
    width: 100%;
}

.tbl-registrace td
{
    vertical-align: top;
}

.infotext-101
{
    padding: 10px 0 0 0;
    text-align: center;
}

.infotext-102
{
    text-align: center;
	padding: 20px 0;
}

.c-menu
{
    /*background: url('../grafika/bg-menu.png') repeat-x left top rgb(71,182,252);*/
	background: #005caa;
    height: auto;
	position: relative;
	z-index: 10;
	margin-left: calc(50% - 49.55vw);
    margin-right: calc(50% - 49.55vw);
}

.div_menu
{
    position: relative;
    /*left: 0;
    top: 134px;
    height: 32px;
	width: 100%;*/
	z-index:10;
	font-size: 150%;
}

.div_menu li:hover > .sub_menu {
	display: block !important;
}
.div_menu li .sub_menu {
	position: absolute;
	left: 0px;
	right: 0px;
	background-color: white;
    color: #005caa;
	border: solid 1px #005caa;
    border-top: 0px;
	margin-top: -1px;
	top: 100%;
}
.div_menu li .sub_menu .cat {
	width: 33.333%;
    display: inline-block;
	float: left;
}
.div_menu li .sub_menu .cat a {
	color: #005caa;
	display: flex;
    align-items: center;
	height: 70px;
}
.div_menu li .sub_menu .cat a:hover {
	text-decoration: underline;
}
.div_menu li .sub_menu .cat a .cat_img {
	width: 70px;
    height: 70px;
    margin-right: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
	min-width: 70px;
}
.div_menu li .sub_menu .cat a .cat_img img {
	max-height: 70px;
	max-width: 70px;
}


.div_menu h1,
.div_menu p
{
    float: right;
    font-size: 130%;
    margin: 0;
    padding: 0;
    font-style: italic;
    color: white;
    font-weight: bold;
	position: absolute;
	right: 0; top: 0;
	height: 45px;
	overflow: hidden;
	z-index: 100;
    background: url('../grafika/bg-menu.png') repeat-x left top rgb(71,182,252);
}

.div_menu h1 strong,
.div_menu p strong
{
    position: relative;
	padding: 0 15px 0 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 rgb(163,27,27);*/
	/*margin-left: 45px;*/
	font-size: 16px;
	border: solid 1px #005caa;
	/*min-width: 300px;*/
	/*text-transform: uppercase;*/
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	min-height: 75px;
}

.div_menu li li
{
    border: none;
    margin-left: 0;
}

/* remove the bullets, padding and margins from the lists */
.div_menu ul
{
    list-style-type:none;
    padding:0;
    margin:0;
	/*position:absolute;*/
	/*width: 1800px;*/
	z-index: 10;
	display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
	position: relative;
	
}

/* use the table to position the dropdown list */
.div_menu table
{
    position:absolute;
    border-collapse:collapse;
    z-index:100;
    left:-1px; _left: 0;
    top:24px;
}

.div_menu table td
{
	white-space: normal !important;
}

/* style all the links */
.div_menu a, .div_menu :visited
{
    display:block;
    padding: 8px 15px 8px 15px;
    color:white;
    text-decoration:none;
    font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.div_menu ul li ul a, .div_menu ul li ul :visited
{
    background:rgb(104,196,253);
	font-weight: normal;
}

/* style the links hover */
/*.div_menu li:hover,
.div_menu a:hover
{
    color:white;
	background: rgb(104,196,253);
}*/

.div_menu ul li ul li:hover,
.div_menu ul li ul a:hover
{
    color:white;
    background:rgb(2,105,182);
}

/* hide the sub level links */
.div_menu ul ul
{
    visibility:hidden;
    position:absolute;
    width:220px;
	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: rgb(163,27,27) !important;*/
	padding: 0 1px 1px 1px !important;
}

.div_menu ul li:hover
{
	background: white;
}
.div_menu ul li:hover > a {
	color: #005caa;
}

.div_menu ul ul li
{
	display: block !important;
	float: none !important;
	background: rgb(104,196,253) !important;
}

.div_menu ul ul a
{
	display: block !important;
	background: none !important;
	float: none !important;
	_height: 0; min-height: 1px;
}

.div_menu ul ul a:hover
{
	background: rgb(2,105,182) !important;
}




/* new boxis */

.c-box
{
	background: #c9dfef;
	margin: 0 0 25px 0;
}

.lb-box
{
	position: relative;
	background: url('../grafika/bg_head_box.png') no-repeat top left;
    height: 83px;
}

.lb-box a:link,
.lb-box a:visited
{
    color: rgb(2,81,152);
}

*:first-child+html .lb-box
{
	background: url('../grafika/box-lb.gif') repeat-x 0 5px rgb(43,114,168);	
}

.c-box .lb-box2
{
	margin: 0;
	color: rgb(2,81,152);
	font-size:14px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 0 0;
}

.c-box-right
{
	text-align: right;
}

.c-box-center
{
	text-align: center;
}

.box-content
{
	padding: 13px;
}

.box-content input,
.box-content textarea
{
	margin: 4px 0 4px 0;
}

.c-box-bt
{
	text-align: center;
}


.c-box.login-box ul
{
	padding: 3px 0 0 0;
	margin: 0;
}

.c-box.login-box ul li
{
	padding: 3px 0 2px 7px;
	list-style-type: none;
	background: url('../grafika/arr1.gif') no-repeat 0 9px;
}

.c-box.login-box ul li a
{
	font-weight: 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: 0; margin: 0;
}

.c-box.topsearch-box .box-content .boxcont1
{
	margin: 12px 6px 6px 0;
}

.c-box.topsearch-box .box-content div.box-bott
{
	height: 6px; overflow: hidden; background: transparent;
}

.c-box.topsearch-box .box-content ul
{
    padding: 0; color: #000;
	margin: -5px 0 0 0;
}

.c-box.topsearch-box .box-content ul li
{
	position: relative; display: block; overflow: hidden; _height: 0; _overflow: inherit;
}

.c-box.topsearch-box .box-content ul li span
{
	width: 24px;
	position: absolute; left: 0; top: 6px;
	text-align: right;
}

.c-box.topsearch-box .box-content ul li a
{
	display: block; width: 136px; padding: 6px 0 4px 0; margin: 0 0 0 30px; position: relative; top: 0; 
}

.c-box.topsearch-box .topsearch-link
{
	text-align: center;
	padding: 0 11px 11px 11px;
	margin-top: 10px; 
}

.c-box.topsearch-box .lb-box2
{
    /*background: url('../grafika/topsearch-box.gif') no-repeat 5px 8px;*/
}

.tbl-top-search
{
	width: 70%;
	margin-top: 20px; 
}

.tbl-top-search td
{
	padding: 2px 4px 3px 4px; 
}

.tbl-top-search .row-2 td
{
	background: #F7F7F7;
}

.tbl-top-search td.tbl-c1
{
	text-align: right;
}

table.tbl-top-search 
{
	border: solid 1px #F7F7F7;
}


.c-box.market-box
{
    margin-top: 15px;
}

.c-box.market-box .lb-box2
{
    /*background: url('../grafika/market-box.gif') no-repeat 5px 8px;*/
}

#im-email,
#im-tel,
#im-texarea
{
    width: 140px;
}


.c-box.basket-box .lb-box2
{
    /*background: url('../grafika/basket-box.gif') no-repeat 5px 7px;*/
}

.c-box.basket-box .box-content div
{
    text-align: right;
}

.bas-box-a
{
    padding: 5px;
	display: flex;
    align-items: center;
	
}

.bas-box-a a
{
    color: #1E1E1E;
	background: url('../grafika/icon_cart.png');
	background-color: #d7d7d7;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	height: 50px;
	width:50px;
	line-height: 50px;
	font-size: 0px;
	border-radius: 50%;
	display: inline-block;
}
.bas-box-a a.full {
	background-color: green;
}
.bas-box-a a.empty {
	background-color: red;
}


.c-box.login-box .lb-box2
{
    /*background: url('../grafika/login-box.gif') no-repeat 5px 7px;*/
}

#log-box-name,
#log-box-pass
{
    width: 140px;
}

.c-box.watch-last-box .box-content
{
	padding: 0 6px 13px 6px !important;
	margin: 0;
}

.c-box.watch-last-box .lb-box2
{
    /*background: url('../grafika/watch-last-box.gif') no-repeat 5px 7px;*/
}

.c-box.watch-last-box .wl-item
{
    padding: 0;
	margin: 0;
	height: 53px;
	width: 100%; 
	overflow: hidden;
	position: relative;
}

.c-box.watch-last-box .wl-name
{
    position: relative;
	top: 9px; left: 48px;
	height: 49px; width: 106px;
	overflow: hidden;
}

.c-box.watch-last-box .wl-name a
{
    text-decoration: underline;
}

.c-box.watch-last-box .wl-name a:hover
{
    text-decoration: none;
}

.c-box.watch-last-box .wl-foto
{
    position: absolute;
	top: 6px; left: 6px;
	height: 32px; width: 32px;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.c-box.watch-last-box .wl-foto img
{
    border: none;
}

.c-box.watch-last-box .div_detailimage
{
	height: 32px !important; width: 32px !important;
} 

.c-box.watch-last-box .div_detailimage_foto
{
	width: 32px !important; min-height: 1px !important; left: 0;
} 

.c-box.watch-last-box .wl-foto a
{
    display: block; cursor: pointer; 
	width: 32px;
	text-align: center;
	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: 0; top: 1px;
	_left: -3px; _top: -3px;
	margin: 0 !important;
	padding: 0 !important;
}

*:first-child+html .c-box.login-box .pernament-login input
{
	position: absolute;
	left: -3px; top: -3px;
	margin: 0 !important;
	padding: 0 !important;
}

.q-order-box
{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.c-box .qob-inputs input
{
    float: left; vertical-align: middle;
}

.c-box .qob-inputs input
{
    float: left; vertical-align: middle;
}

.c-box #iq-varianty
{
	width: 100%;
}

.c-box #iq-varianty select
{
    float: left; margin: 4px 0 4px 0;
	width: 84px;
}

.c-box #iq-varianty span
{
    display: none;
}

.c-box #iq-varianty label
{
    padding-top: 6px;
}


.c-box .qob-inputs label
{
    float: left;
	width: 54px;
	padding-top: 7px;
	clear: left;
}

.c-box .qob-inputs #iq-varianty
{
    clear: both;
}

#i-pr-code
{
    width: 80px;
}

#ks_iq
{
    width: 30px;
}
.c-box.news-box .lb-box2
{
    /*background: url('../grafika/news-box.gif') no-repeat 5px 6px;*/
}

.news-box .box-content
{
    padding: 0 0 0 0;
}

.new-box-item
{
    padding: 0 13px 13px 13px;
	border-top: solid 1px #fff;
	margin-top: -1px;
	min-height: 1px; _height: 0;
}

.news-box-date
{
    font-style: italic;
    text-align: right;
	padding: 10px 0 4px 0;
}

.news-box h4
{
    padding: 3px 0 5px 0;
    margin: 0;
	font-size: 12px;
	text-align: left;
}

.news-box p
{
    padding: 0;
    margin: 0;
}

.news-box .nb-img-left
{
    float: left;
	margin: 0 2px 2px 0;
}

.news-box .nb-img-right
{
    float: right;
	margin: 0 0 2px 2px;
}

.news-box .nb-border1 {border: solid 1px #808080;}
.news-box .nb-border2 {border: solid 2px #808080;}
.news-box .nb-border3 {border: solid 3px #808080;}
.news-box .nb-border4 {border: solid 4px #808080;}
.news-box .nb-border5 {border: solid 5px #808080;}

.news-box .c-box-right
{
    padding: 4px 0 0 0;
    margin: 0;
}

.c-box.qu-cont-box .lb-box2
{
    /*background: url('../grafika/qu-cont-box.gif') no-repeat 5px 8px;*/
}

.c-box.recom-box .lb-box2
{
    /*background: url('../grafika/recom-box.gif') no-repeat 9px 7px;*/
}

.c-box.recom-box
{
	position: relative;
}

.c-box.recom-box .box-content
{
    text-align: center;
	padding: 0;
}

.c-box.recom-box .recom-item
{
    padding: 12px 10px 12px 10px;
	margin-top: -1px;
}

.c-box.recom-box .recom-item a
{
    color: #000; font-weight: bold;

}

.c-box.recom-box .recom-name
{
    padding-bottom: 8px;
}

.c-box.recom-box .recom-price
{
    font-size: 120%;
	color: #e21e1e;
	font-weight: bold;
	padding-top: 2px;
}

.recom-price .castka-info
{
    font-weight: 600;
    font-size: 120%;
    color: rgb(205,0,0);
	padding-bottom: 2px;
}

.recom-price .castka-info span
{
    /*background: url('../grafika/criscros.png') no-repeat center;
	_background: url('../grafika/criscros1.jpg') no-repeat center;;*/
	text-decoration: line-through;
}

.recom-box-all
{
    font-weight: bold;
    padding: 5px 0 10px 0;
    text-align: center;
	display: none;
}

.c-box.news-mail .lb-box2
{
    /*background: url('../grafika/news-mail.gif') no-repeat 5px 8px;*/
}

#i-news-mail
{
    width: 145px;
    margin: 5px 0;
}


.c-box.cat-box .lb-box2
{
    /*background: url('../grafika/cat-box.gif') no-repeat 5px 6px;*/
}




.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: 0 6px 0 2px;
	padding: 4px 0 3px 0;
	width: 186px;
	height: 32px;
	overflow: hidden;
}

.c-producer label a
{
	display: block;
    margin-left: 20px;
}

.c-producer label input
{
	position: relative;
    left: 0; top: 2px;
	_left: -4px; _top: 1px;
	margin: 0 !important;
	padding: 0 2px 0 2px !important;
	float: left;
}

*:first-child+html .c-producer label input
{
	left: -4px; top: -2px;
} 

.producer-bott
{
	border-top: solid 1px #E1E1E1;
	padding: 5px 0 4px 0;
	margin-top: 5px;
	clear: both;
}

.producer-top
{
	padding: 2px 0 4px 1px;
	font-size: 13px;
}


/* box-podkategorie */

#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;
}

.c-subcat
{
	position: relative;
	border: solid 1px rgb(218,218,218);
	padding: 20px;
	margin-bottom: 10px;
	background: #fff;
	overflow: hidden;
	_width: 588px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.subcat-top
{
	padding: 0 0 4px 0;
}

.subcat
{
	/*width: 583px;*/
	margin-top: 8px;
}

.subcat ul
{
	padding: 0; margin: 0;
	list-style-type: none;
}

.subcat li
{
	float: left;
	width: 168px;
	margin: 4px 10px 0 2px;
	list-style-type: none;
	height: 16px;
    overflow: hidden;
	white-space: nowrap;
}

.subcat li a
{
	display: block;
	_height: 0;
	min-height: 0;
}

.c-subcat.top-sale .subcat ul
{
	padding-right: 10px !important;
}

.c-subcat.top-sale .subcat-top
{
	padding: 2px 0 0 14px !important;
}

.c-subcat.top-sale span
{
	padding: 15px 8px 0 0;
	float: right; width: 80px;
	text-align: right; 
}

.c-subcat.top-sale a.ts-name
{
	padding: 15px 0 0 10px;
	float: left; width: 450px;
}

.c-subcat.top-sale a.highslide
{
	padding: 0; margin: 0;
	border: none;
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 2px;
}

.c-subcat.top-sale .highslide img
{
	border: none;
	position: absolute;
	bottom: 0;
}

.c-subcat.top-sale .subcat li
{
	float: none; height: 30px; 
	width: 100%;
	margin: -4px 0 0 0;
	padding: 2px 0 4px 0;
	list-style-type: none;
	background: none;
	overflow: hidden;
}

.c-subcat.top-sale .subcat li a
{
	display: inline !important; 
}


/* trideni */
.c-sorting
{
    padding: 20px;
	background: rgb(233,233,233);
	/*border: 1px solid #CDCDCD;*/
    color: #000;
    margin: 0 0 20px 0;
}

.sort
{
    float: left;
}

.num-it-page
{
    float: right;
}

.view-type
{
    float: left;
}

.view-only
{
    float: right;
}

.c-view
{
    margin: 15px 0 0 0; 
}

.paging
{
    margin: 0 0 25px 0;
    font-size: 150%;
    text-align: center;
    color: #909090;
}

.paging-bott
{
    font-size: 150%;
    text-align: center;
    color: #909090;
	padding: 20px 0 0 0;
}

.paging-info
{
    border-bottom: solid 2px #F0F0F0;
	padding: 0 0 4px 0;
	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;
}

.podskupiny{display: flex;flex-wrap: wrap;width: calc(100% + 15px)}
.podskupiny a{display: flex;flex-wrap:wrap;margin-bottom: 15px;margin-right: 15px;width: calc(20% - 15px);box-sizing: border-box;padding: 10px;background: transparent;text-decoration: none;color:rgb(73,73,73);border:none;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;}
.podskupiny a .nazev{display: block;text-decoration: none;font-weight: bold;font-size: 120%;text-align: left;order:2;padding:0px;width:100%;order:1;text-align:center;margin-top:5px;}
.podskupiny a .obrazek{text-align: center;order:1;width:auto;height:auto;order:0;width:100%;min-height:80px;}
.podskupiny a img{max-width: 100%;height: auto;margin: auto;display: block;max-width:80px;display:block;max-height:80px;}

/* kat vypis */
.cat-list
{
	overflow: hidden;
}
.cat-list_in
{
    width: calc(100% + 15px);
}

.produkt
{
    width: 25%;
    float: left;
}

/*
.produkt.atrib-1 {border: 1px solid #ce0025;}
.produkt.atrib-2 {border: 1px solid #f48000;}
.produkt.atrib-3 {border: 1px solid #007fb6;}
*/

.produkt .pr-top
{
    height: 60px;
    overflow: hidden;
    text-align: center;
}

.produkt.atrib-1 .pr-top div
{
    background: #ce0025;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 80px;
    font-size: 110%;
    z-index: 9;
}

.produkt.atrib-2 .pr-top div
{
    background: #f48000;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 80px;
    font-size: 110%;
z-index: 1;
}

.produkt.atrib-3 .pr-top div
{
    background: #007fb6;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 80px;
    font-size: 110%;
z-index: 1;
}

.produkt-in
{
    height: 350px;
    border: none;
    padding: 15px;
    position: relative;
    background: rgb(255,255,255);
    margin-right: 15px;
    margin-bottom: 50px;
	border-left: 1px solid #e1e1e1;
}

.produkt:nth-child(4n+1) .produkt-in {
	border: none;
}

.produkt h2
{
    margin: 0 0 0 0;
    padding: 0;
    font-size: 120% !important;
    text-align: center;
    font-weight:600;
}

.produkt h2 a:link,
.produkt h2 a:visited
{
    color: rgb(73,73,73);
    text-decoration: none;
}

.produkt h2 a:hover
{
    text-decoration: underline;
}


.produkt select
{
    font-size: 11px !important;
	font-family: tahoma !important;
	width: 100%;
	margin-top: 4px;
}

.produkt .pr-select
{
	height: 26px;
	overflow: hidden;
}

.castka
{
    float: left;
    font-weight: 600;
    font-size: 120%;
    color: rgb(205,0,0);
}
.produkt .castka
{
  float:none;
  display:block;
  margin-bottom:5px;
  text-align:left;
  width: auto;
}

.koupit
{
    float: right;
    text-align: right;
}
.produkt .koupit
{
  float:none;
  display:block;
  min-width: 136px;
  margin: auto 0px auto auto;
}

.produkt .popisek
{
    font-size: 80%;
    height: 55px;
    margin: 0;
    padding: 0;
	overflow: hidden;
}


.produkt .p_stav_skladu_vypis
{
    height: 17px;
	margin: 0;
    padding: 0;
    text-align: right;
    font-weight: bold;
    font-size: 90%;
	overflow: hidden;
	position: relative;
	display: block;
}

.p_stav_skladu_vypis .castka-info
{
    float: left;
    text-align: left;
	padding-left: 4px;
	font-weight: normal;
	position: relative;

}

.p_stav_skladu_vypis .castka-info strong, .criscros
{
	font-weight: normal;
	position: relative;
	padding: 0;
	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: 0;
	width: 100%; height: 10px;
	display: none;
}


.pr-bott 
{
	color: rgb(144,144,144);
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.pr-cislo
{
	color: rgb(144,144,144);
    border-bottom: none;
    padding: 0 0 9px 0;
    margin: 0 0 9px 0;
}

.span_skladem
{
    color: rgb(0,153,0);
}

.span_neni_skladem
{
    color: #545454;
}

.highslide-caption select
{
    font-size: 12px !important;
	width: 100%;
	margin: 4px 0 4px 0;
}

.img_kosik_odebrat
{
    background-color: #e21e1e;
	color: #e21e1e;
	width: 22px;
	height: 22px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

.input_submit_vypis_kosik,
.input_kosik_image
{
    background-color: #e21e1e;
	color: #e21e1e;
	width: 26px;
	height: 22px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

.bt-basket
{
    background: rgb(94,170,221);
	color: #fff;
	width: auto;
	height: auto;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	border-radius: 0px;
	padding: 10px;
	line-height: 15px;
	background-image: url('../grafika/icon_cart.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 45px;
	border-radius: 50%;
	line-height: 45px;
	height: 45px;
}

.bt-basket-boxy
{
    background: rgb(94,170,221);
	color: #fff;
	width: auto;
	height: auto;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	border-radius: 0px;
	padding: 10px;
	line-height: 15px;
	background-image: url('../grafika/icon_cart.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 45px;
	border-radius: 50%;
	line-height: 45px;
	height: 45px;
}

.div_katalog_detail_nazev h1
{
    font-size: 150%;
    font-weight: normal;
}

.cleaner
{
    clear: both;
	height: 1px;
	overflow: hidden;
}

.div_detailimage
{
    /*width: 239px;*/
    height: 200px;
    display: table;
    overflow: hidden;
    _position: relative;
    margin: 5px auto;
}

.div_detailimage_foto
{
    _position: absolute;
    _top: 50%;
    display: table-cell;
    vertical-align: middle;
    width: 239px;
    text-align: center;
}

.div_detailimage_foto2
{
    _top: -50%;
    position: relative;
}

.table_detail_rozpis_variant
{
	width: 280px; padding: 0; margin: 0;
}

.table_detail_rozpis_variant td
{
	border: none !important;
	white-space: nowrap;
	padding-right: 4px !important;
}

.table_detail_rozpis_variant thead td
{
	font-weight: 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 0 0 #fff;
    padding: 10px;
    margin: 5px 0;
}

#div_katalog_vypis_podskupiny_nadpis
{
    font-weight: bold;
}

.input_submit_katalog_vypis_kosik
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
    background-image: url('../grafika/input_kosik.gif');
    background-repeat: no-repeat;
    background-position: 3px center;
    background-color: #e21e1e;
    border: none;
    padding: 3px 3px 3px 20px;
    color: white;
    cursor: pointer;
}



.span_katalog_strankovani_aktualni_strana
{
    padding: 0 5px;
    color: #000;
}

.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
{
    padding: 0 5px;
}

.span_pocet_polozek_aktivni a:link,
.span_pocet_polozek_aktivni a:visited
{
    color: #000;
    padding: 0 5px;
    text-decoration: none;
}

.span_pocet_polozek_polozka a:link,
.span_pocet_polozek_polozka a:visited
{
    padding: 0 5px;
}

.span_pocet_polozek_polozka a:hover
{
    padding: 0 5px;
}

.div_right_content .div_box_content,
.div_left_content .div_box_content
{
    padding: 10px;
    background-color: #FDEBD7;
}






.div_detail_zpet
{
    float: right;
}

.dp-info
{
    float: right;
    width: 50%;
}

.dp-infotop
{
	display: block;
	height: 23px;
	overflow: hidden;
}

.dp-info .addthis_button
{
	float: right;
	height: 23px;
	overflow: hidden;
	margin-top: 1px;
}

.dp-info .addthis_button img
{
    float: right;
	margin: 0 0 7px 0;
	padding: 0;
}
.dp-info .dp-priznak-1 {height: 23px; overflow: hidden; float: left;}
.dp-info .dp-priznak-1 span { float: left; background: #ce0025; text-align: center; color: #fff; padding: 2px 4px 1px 4px;}


.dp-info .dp-priznak-2 {height: 23px; overflow: hidden; float: left;}
.dp-info .dp-priznak-2 span { float: left; background: #f48000; text-align: center; color: #fff; padding: 2px 4px 1px 4px;}

.dp-info .dp-priznak-3 {height: 23px; overflow: hidden; float: left;}
.dp-info .dp-priznak-3 span { float: left; background: #007fb6; text-align: center; color: #fff; padding: 2px 4px 1px 4px;}

.tbl_katalog_detail_info
{
    margin: 0; padding: 0;
}

.tbl_katalog_detail_info .dp-select
{
   padding-top: 4px;
   padding-bottom: 6px;
}

.tbl_katalog_detail_info .dp-select select
{
   margin: 4px 0 0 0;
   width: 277px;

}

.tbl_katalog_detail_info tr td
{
    border-top: 1px solid rgb(224,224,224);
    padding: 10px;
}

.tbl_katalog_detail_info .dp-price
{
    font-size: 16px;
	color: rgb(205,0,0);
	font-weight: bold;
}

.tbl_katalog_detail_info
{
    width: 100%; 
}

.td_katalog_detail_in_bas
{
    padding: 5px 0;
    font-weight: bold;
    color: #e21e1e;
}

.td_katalog_detail_nadpisek
{
    font-weight: bold;
    white-space: nowrap;
}

.td_katalog_detail_polozka
{
    white-space: nowrap;
    padding-left: 5px;
    text-align: right;
}

.div_katalog_detail_fotka
{
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}

.div_katalog_detail_fotka a.highslide
{
    
    width: 270px !important;
	height: 230px !important;
	display: block;
    text-align: center;
	margin: auto;
}

.procenta{position: absolute;left: 0;top: 0;line-height: 50px;min-width: 50px;text-align: center;color: #fff;background: red;font-weight: bold;font-size: 110%;;display: inline-block;z-index: 9;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;}
.td_katalog_detail_polozka .procenta{position: relative;line-height: 120%;padding: 5px;min-width: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;}

.c-dpbook
{
 	margin-top: 20px;

}

.dpbook-top
{
 	/*height: 30px;*/
	overflow: hidden;
	position: relative;
	/*z-index: 300;*/
}

.dpbook-top ul
{
 	padding: 0;
	margin: 0;
	list-style-type: none;
}

.dpbook-top ul li
{
 	float: left;
	margin-right: 5px;
	background: rgb(227,227,227);
	position: relative;
    /*-webkit-border-top-left-radius: 14px;
    -webkit-border-top-right-radius: 14px;
    -moz-border-radius-topleft: 14px;
    -moz-border-radius-topright: 14px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;*/
}

.dpbook-top ul li a 
{
 	float: left;
	text-decoration: none;
	color: #3B3B3B !important;
	margin: 1px 1px 1px 1px;
	background: #ECEBEB;
	position: relative;
	cursor: pointer;
    /*-webkit-border-top-left-radius: 14px;
    -webkit-border-top-right-radius: 14px;
    -moz-border-radius-topleft: 14px;
    -moz-border-radius-topright: 14px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;*/
}

.dpbook-top ul li a:hover,
.dpbook-top ul li a.dp-active
{
	background: #fff;
	z-index: 100;
	margin: 1px 1px 0 1px;
}

.dpbook-top ul li a:hover strong span,
.dpbook-top ul li a.dp-active strong span
{
	padding: 9px 12px 9px 12px;
}

.dpbook-top ul li strong
{
 	float: left;
}

.dpbook-top ul li strong span
{
 	float: left;
	padding: 9px 12px 9px 12px;
}

.dpbook-body
{
    border: 1px solid rgb(227,227,227);
	padding: 12px 10px 12px 10px;
	position: relative;
	margin-top: -2px;
	background: #fff;
    /*-webkit-border-radius: 14px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 14px;
    -moz-border-radius-topleft: 0;
    border-radius: 14px;
    border-top-left-radius: 0;*/
}

.dpbook-body p
{
 	margin: 0;
	padding: 5px 0 5px 0;
}


.dp-query1
{
	_height: 0; min-height: 1px;
	padding: 7px 0 5px 0;
}

.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: 180px;
}

.tbl_detail_dotaz_zahlavi1
{
    background-image: url('../grafika/ico_dotaz.gif');
    background-repeat: no-repeat;
    background-position: 4px center;
    padding: 0 0 0 20px;
}

.tbl_detail_dotaz_zahlavi2
{
    background-image: url('../grafika/ico_kontakty.gif');
    background-repeat: no-repeat;
    background-position: 4px center;
    padding: 0 0 0 24px;
}

.dp-debate1
{
	_height: 0; min-height: 1px;
	padding: 5px 0 5px 0;
}

.dp-debate1 h2
{
	padding: 0 0 3px 0; margin: 0;
    font-size: 100% !important;
}


.td_diskuze_nadpisek
{
    background-image: url('../grafika/ico_diskuze.gif');
    background-repeat: no-repeat;
    background-position: 4px center;
    padding: 0 0 0 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 0;
}

.div_diskuze_zadne
{
    font-style: italic;
    padding: 15px 5px 5px 5px;
}

.input_robot
{
    width: 20px;
}

.prispevek_nadpis_1,
.prispevek_autor_1
{
    width: 95%;
}

.prispevek_hlavicka_1,
.prispevek_text_1
{
    margin-left: 5%;
}

.prispevek_nadpis_2,
.prispevek_autor_2
{
    width: 90%;
}

.prispevek_hlavicka_2,
.prispevek_text_2
{
    margin-left: 10%;
}

.prispevek_nadpis_3,
.prispevek_autor_3
{
    width: 85%;
}

.prispevek_hlavicka_3,
.prispevek_text_3
{
    margin-left: 15%;
}

.prispevek_nadpis_4,
.prispevek_autor_4
{
    width: 80%;
}

.prispevek_hlavicka_4,
.prispevek_text_4
{
    margin-left: 20%;
}

.prispevek_nadpis_5,
.prispevek_autor_5
{
    width: 75%;
}

.prispevek_hlavicka_5,
.prispevek_text_5
{
    margin-left: 25%;
}

.prispevek_nadpis_6,
.prispevek_autor_6
{
    width: 70%;
}

.prispevek_hlavicka_6,
.prispevek_text_6
{
    margin-left: 30%;
}

.prispevek_nadpis_7,
.prispevek_autor_7
{
    width: 65%;
}

.prispevek_hlavicka_7,
.prispevek_text_7
{
    margin-left: 35%;
}

.prispevek_nadpis_8,
.prispevek_autor_8
{
    width: 60%;
}

.prispevek_hlavicka_8,
.prispevek_text_8
{
    margin-left: 40%;
}

.prispevek_nadpis_9,
.prispevek_autor_9
{
    width: 55%;
}

.prispevek_hlavicka_9,
.prispevek_text_9
{
    margin-left: 45%;
}

.prispevek_nadpis_10,
.prispevek_autor_10
{
    width: 50%;
}

.prispevek_hlavicka_10,
.prispevek_text_10
{
    margin-left: 50%;
}

.td_registrace_polozka
{
    width: 145px;
}

.div_kosik_nad_vypisem
{
    text-align: right;
    padding: 0 0 10px 0;
    font-weight: bold;
}

.c-basket-bt .basket-smazat
{
	float: right;
}

.c-basket-bt .basket-smazat a
{
	float: left;
	padding: 5px 8px 5px 8px;
	font-weight: bold;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
    background-color: rgb(48,160,234);
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

.c-basket-bt .basket-prepocitat
{
	float: right;
}

.c-basket-bt .basket-prepocitat input
{
	float: left;
	margin: 0;
    background-color: rgb(48,160,234);
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
	padding: 5px 8px 5px 8px;
}

.c-basket-bt
{
    height: 24px;
	margin-top: 6px;
}


.tbl_katalog_vypis
{
    width: 100%;
	border-bottom: solid 1px #DFDFDF !important;
	font-size: 90%;
}

.tbl_katalog_vypis h2
{
    font-size: 100% !important;
	padding: 0; margin: 0;
	font-weight: normal;
}

.tbl_katalog_vypis td.td_vypis_sloupec5
{
    white-space: nowrap;
	padding-left: 4px;
	padding-right: 4px;
}

.tbl_katalog_vypis td.td_vypis_sloupec6,
.tbl_katalog_vypis td.td_vypis_sloupec7

{
    white-space: nowrap;
	padding-left: 4px;
}

.tbl_katalog_vypis td.td_vypis_sloupec2
{
	padding-left: 4px;
	white-space: normal !important;
}

.tbl_katalog_vypis td.td_vypis_sloupec3
{
	white-space: nowrap !important;
}

.tbl_katalog_vypis td.td_vypis_sloupec4 a
{
	white-space: normal !important;
	color: rgb(73,73,73);
}

.tbl_katalog_vypis thead
{
    background: rgb(64,179,252);
    color: #fff;
}

.tbl_katalog_vypis thead a
{
    color: #fff;
}

.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;
}

.tbl_shrnuti_ceny
{
    width: 100%;
    margin: 10px 0 0 0;
}

.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: #e21e1e;	
}

.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: 0;
	padding: 0 2px 0 2px;
	height: 19px;
}

.slv-kup a
{
    float: left;
	margin: 0 0 0 6px;
	padding: 3px 5px 3px 6px;
    background-color: rgb(48,160,234);
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
	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: #e21e1e;
    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: #e21e1e;
    font-size: 18px; line-height: 18px;
    position: relative; top: 2px; _top: 3px;
	float: left;
	padding-right: 0;
}

*:first-child+html .tbl_kosik_objednavka_info .span_povinne
{
    top: 3px;
}

.tbl_kosik_objednavka_info span.hlp-input
{
	position: relative; top: 3px;
	padding: 0 0 0 0; margin: 0 0 0 8px;
	background: #F3F3F3 !important;
	color: #666666;
	float: left;
	white-space: nowrap;
}

.p-polo
{
	position: relative;
}

#td_kosik_zpusoby_dopravy
{
	white-space: nowrap;
}

#td_kosik_zpusoby_dopravy td
{
	padding: 2px 24px 2px 0;
}

.p-polo .span_povinne
{
	position: relative;
	top: 6px;  
}

.tbl_kosik_shrnuti_ceny
{
    width: 100%;
    border: 1px solid #e0e0e0;
	background: #FDEBD7;
}

.tbl_kosik_shrnuti_ceny thead td
{
    background-color: #e21e1e;
    color: white;
    font-weight: bold;
    padding: 3px 6px;
}

.tbl_kosik_shrnuti_ceny tbody td
{
    padding: 3px 6px;
}

.td_kosik_shrnuti_ceny_zahlavi
{
    text-align: right;
}

.td_kosik_shrnuti_ceny_info
{
    text-align: right;
    width: 80px;
}


.send-order
{
	margin: 30px 0 10px 0;

}

.send-order input
{
    width: 160px;
	height: 37px;
	text-transform: uppercase;
	float: right;
}

.send-order a
{
	float: left;
	margin: 10px 0 0 10px;
	padding-left: 14px;
	background: url('../grafika/ico_print.gif') no-repeat 0 3px;
}

td.td_kosik_shrnuti_ceny_celkem
{
    border-top: solid 2px #e21e1e;
	font-weight: bold;
	padding-top: 6px !important;
	font-size: 13px;
    color: #e21e1e;
}

.basket-pay-note
{
    font-style: italic;
    margin: 0 0 0 25px;
    width: 450px;
    display: block;
    white-space: normal;
}




.span_poslat_znamemu_nazev
{
    font-weight: bold;
}

.div_messages,
.oblibene-no-items
{
    margin: 10px 0;
    padding: 15px;
    /*border: 1px solid rgb(224,224,224);*/
    background: rgb(243,243,243);
    /*-webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;*/
    font-weight: bold;
    text-align: center;
}

.div_messages {
	background: rgb(0 92 170);
	color: white;
}

.ul_mapa_stranek_pages
{
    margin: 0;
	padding: 0 0 20px 0;
	list-style-type: none !important;
}

.ul_mapa_stranek_pages ul
{
	list-style-type: none !important;
    padding: 0; margin: 0;
}

.ul_mapa_stranek_pages .li_first_level
{
	font-weight: 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: #f48000;
    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 0;
    background: url('../grafika/bg_produkt.gif') repeat-x 0 0 #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 0 3px 0;
    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 0 10px 4px;
    font-weight: bold;
}

.div_detail_souvpol
{
	overflow: hidden;
}

.div_prmista_mapa
{
    float: left;
    width: 385px;
    padding-top: 50px;
    position: relative;
}

.div_prmista_mapa #vypis
{
    position: absolute;
    top: 75px;
    right: 20px;
}

.div_prmista_text
{
    float: right;
    width: 150px;
}

.div_prmista_vypis
{
    clear: both;
}

.div_prmista_vypis_misto
{
    margin: 0 0 20px 0;
}

.div_prmista_vypis_misto_nazev
{
    font-weight: bold;
    padding: 3px 0 3px 5px;
    margin: 0 0 3px 0;
    background-color: #fdebd7;
}

.div_prmista_vypis_kraj
{
    font-weight: bold;
    font-size: 120%;
    margin: 10px 0;
}

.div_prmista_vypis_misto_adresa,
.div_prmista_vypis_misto_dalsi_info
{
    padding: 3px 0 3px 5px;
}


.tbl_detail_dotaz h2
{
    font-size: 100% !important;
    margin: 0;
    padding: 0 0 10px 0;
}

.tbl_detail_dotaz td
{
    padding: 0 10px 0 0;
}


.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: 0;
    padding: 0;
}
.div_box_content_kategorie ul.ul_podskupina_open
{
    margin-bottom: 10px;
}

.div_box_content_kategorie li a
{
    text-decoration: none;
	_height: 0; min-height: 1px;
}

.ul_podskupina
{
    display: none;
}

.ul_podskupina_open
{
    display: block;
}

.div_box_content_kategorie a:link,
.div_box_content_kategorie a:visited
{
    display: block;
    padding: 8px 8px 8px 13px;
    /*border: 1px solid rgb(224,224,224);*/
    background-color: rgb(233,233,233);
    color: rgb(226,30,30);
    /*-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
}
.div_box_content_kategorie li a.active
{
    font-weight: bold !important;
}

/**** 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-position: 5px center;*/
    padding-left: 20px;
	background-color: #F3F3F3;
    font-size: 120%;
    color: #1E1E1E;
}

.div_box_content_kategorie .li_podskupiny a:link,
.div_box_content_kategorie .li_podskupiny a:visited
{
    /*background: url('../grafika/sipka_podskupiny.gif') no-repeat;
    background-position: 5px center;*/
    padding-left: 20px;
	background-color: #F3F3F3;
    font-size: 120%;
    color: #1E1E1E;
}

.div_box_content_kategorie .li_bezpodskupin a:hover,
.div_box_content_kategorie .li_podskupiny a:hover
{
    background-color: #e21e1e;
    border-color: #e21e1e;
    color: white;
    font-weight: normal;
}

.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: #e21e1e;*/
    border-color: #e21e1e;
    color: white;
    padding-left: 20px;
    font-weight: normal;
}

.div_box_content_kategorie .li_aktivni a:hover
{
    background-color: #e21e1e;
    border-color: #e21e1e;
    color: white;
}

.div_box_content_kategorie .li_aktivni_open a:link,
.div_box_content_kategorie .li_aktivni_open a:visited
{
    /*background: url('../grafika/sipka_podskupiny_open.gif') no-repeat;
    background-position: 5px center;*/
    background-color: #e21e1e;
    border-color: #e21e1e;
    color: white;
    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.gif') no-repeat;
    background-position: 5px center;*/
    padding-left: 20px;
	background-color: #F3F3F3;
}

.div_box_content_kategorie .li_open a:hover  /*opravena chyba*/
{
    background-color: #e21e1e;
    color: white;
}
.div_box_content_kategorie .li_zanoreni1
{
    margin-bottom: 1px;
}



/**** 2. UROVEN ****/
.div_box_content_kategorie .li_zanoreni2 a
{
    padding-top: 5px;
    padding-bottom: 5px;
}
.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-position: 6px center;*/
	background-color: white;
    padding-left: 21px;
    color: #1E1E1E;
	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.gif') no-repeat;
    background-position: 6px center;*/
	background-color: white;
    padding-left: 21px;
    color: #1E1E1E;
	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
{
    text-decoration: underline;
}

.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: 6px center;*/
    padding-left: 21px;
}


.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.gif') no-repeat;
    background-position: 6px center;*/
    padding-left: 21px;
}

.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.gif') no-repeat;
    background-position: 6px center;*/
    padding-left: 21px;
    color: #1E1E1E;
}




/**** 3. UROVEN ****/
.div_box_content_kategorie .li_zanoreni3 a
{
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 115% !important;
}
.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-position: 30px center;*/
    padding-left: 45px;
    color: #1E1E1E;
}

.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.gif') no-repeat;
    background-position: 30px center;*/
    padding-left: 45px;
    color: #1E1E1E;
}

.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: 30px center;*/
    padding-left: 45px;
}


.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.gif') no-repeat;
    background-position: 30px center;*/
    padding-left: 45px;
}

.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.gif') no-repeat;
    background-position: 30px center;*/
    padding-left: 45px;
    color: #1E1E1E;
}



/**** 4. UROVEN ****/
.div_box_content_kategorie .li_zanoreni4 a
{
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 110% !important;
}
.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-position: 40px center;*/
    padding-left: 55px;
    color: #1E1E1E;
}

.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.gif') no-repeat;
    background-position: 40px center;*/
    padding-left: 55px;
    color: #1E1E1E;
}

.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: 40px center;*/
    padding-left: 55px;
}


.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.gif') no-repeat;
    background-position: 40px center;*/
    padding-left: 55px;
}

.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.gif') no-repeat;
    background-position: 40px center;*/
    padding-left: 55px;
    color: #1E1E1E;
}


/**** 5. UROVEN ****/
.div_box_content_kategorie .li_zanoreni5 a
{
    font-size: 105% !important;
}
.div_box_content_kategorie .li_zanoreni4 .li_bezpodskupin a:link,
.div_box_content_kategorie .li_zanoreni4 .li_bezpodskupin a:visited
{
    /*background: url('../grafika/sipka_bezpodskupin.gif') no-repeat;
    background-position: 50px center;*/
    padding-left: 65px;
    color: #1E1E1E;
}

.div_box_content_kategorie .li_zanoreni4 .li_podskupiny a:link,
.div_box_content_kategorie .li_zanoreni4 .li_podskupiny a:visited
{
    /*background: url('../grafika/sipka_podskupiny.gif') no-repeat;
    background-position: 50px center;*/
    padding-left: 65px;
    color: #1E1E1E;
}

.div_box_content_kategorie .li_zanoreni4 .li_aktivni a:link,
.div_box_content_kategorie .li_zanoreni4 .li_aktivni a:visited
{
    /*background: url('../grafika/sipka_aktualni.gif') no-repeat;
    background-position: 50px center;*/
    padding-left: 65px;
}


.div_box_content_kategorie .li_zanoreni4 .li_aktivni_open a:link,
.div_box_content_kategorie .li_zanoreni4 .li_aktivni_open a:visited
{
    /*background: url('../grafika/sipka_podskupiny_open.gif') no-repeat;
    background-position: 50px center;*/
    padding-left: 65px;
}

.div_box_content_kategorie .li_zanoreni4 .li_open a:link,
.div_box_content_kategorie .li_zanoreni4 .li_open a:visited
{
    /*background: url('../grafika/sipka_podskupiny_open.gif') no-repeat;
    background-position: 50px center;*/
    padding-left: 65px;
    color: #1E1E1E;
}
/* -- KONEC - MENU SKUPIN */

.tbl-old-order
{
	table-layout: fixed;
	border-collapse: collapse;
	border: solid 1px #D8D8D8;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: right;	
}

.tbl-old-order td
{
	padding: 4px 4px 4px 4px;
}

.tbl-old-order thead
{
	background: rgb(64,179,252);
	font-weight: bold;
	color: #fff;
}

.al-left
{
	text-align: left;
}

.al-center
{
	text-align: center;
}

.tbl-old-order-dp1
{
	float: left;
	padding: 6px 16px 16px 10px;
}

.tbl-old-order-dp1 table
{
	table-layout: fixed;
	border-collapse: collapse;
	margin: 0;
	padding: 26px;
}

.tbl-old-order-dp1 tr
{
	border-bottom: solid 1px #DFDFDF;
}

.tbl-old-order-dp1 td 
{
	padding: 6px 10px 5px 10px;
}

.tbl-old-order-dp1 th 
{
	padding: 6px 16px 5px 2px;
}

.tbl-old-order .pr-name
{
	width: 150px;
	text-align: left;
}

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 rgb(226,30,30);
	text-align: right;
}

.old-ord-total div
{
	padding: 4px 4px 0 4px;
}

.old-ord-total div.final-price
{
	padding: 4px;
	font-size: 13px;
	color: rgb(226,30,30);
}

.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: -145px 0 0 380px;
    width: 182px;
    height: 121px;
    font-size: 100%;
    color: white;
	z-index:1;
    /*font-weight: bold;*/
    text-align: center;
}

#c-scroller
{
 clear: both;
 width: 260px;
 margin: 0 auto 0 auto;
}

#det-img-other
{
    position: relative;
    width: 220px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #EFEFEF;
    float: left;
}

#scroller
{
    float: left;
    width: 1000px;
    height: 61px;
}

#scroller1
{
    float: left;
}

#scroller img
{
    border: solid 2px #fff;
}

#scroller a
{
    float: left; height: 56px; width: 58px;
    border: solid 2px #EFEFEF;
	text-align: center;
}

#scroller a:hover
{
    border: solid 2px #CDCDCD;
}

.det-img-scroll
{
    float: left;
}

.c-backlinks
{
	line-height: 150%;
}

.c-backlinks h2
{
	font-size: 140%;
	padding: 6px 0 6px 0;
	margin: 0;
}

.tbl-blinks
{
	margin: 0; padding: 0;
	width: 100%;
}

.tbl-blinks td
{
	padding: 5px 4px 5px 0;
}

.bl-td1 {width: 180px;}
.bl-td2 textarea {width: 320px;}
.bl-td3 input {width: 320px; margin-bottom: 4px;}
.bl-td4 input {width: 180px;}
.bl-td5 textarea {width: 320px;}
.bl-td6 {text-align: center;}
.bl-td6 input {width: 20px;}

.c-ourblinks, .ourblinks {margin-top: 20px;}
.c-ourblinks textarea {width: 504px;}

.pa-links {margin-top: 20px;}
.pa-links ul {margin: 0; padding: 0;}
.pa-links li {list-style-type: none; float: left; width: 31%; margin-right: 1%;}


/*Fotogalerie*/

.fotogalerie_pol_mat{
    width:160px;
    float:left;
    padding:15px;
    margin-left:10px;
}

.fotogalerie_pol
{
		margin-bottom: 4px;
}

.fotogalerie_pol p 
{
		padding: 3px 0 3px 0;
		margin: 0;
}
	
.fotogalerie_pol h2 {
		margin: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: 0 10px 0 0 !important;
	padding: 0;
}

.fotogalerie_pol .foto a{
	padding-bottom: 0;
}


/*Clanky*/

.c-sorting2
{
	position: relative;
	background: #F2F2F2;
	height: auto;
	overflow: hidden;
	border: none;
}

.c-sorting-1
{
	position: relative;
	top: 2px;
	padding: 4px;
	height: 24px;
}

.c-sorting2 .sort
{
    width: 40%;
    float: left;
}



label.error { display:block; float: none; color: red; padding-left: .5em; padding-top: .5em; vertical-align: top; }

div.articles-list {margin: 10px 0 10px 0;}
.articles-list h2 { font-size: 14px; margin: 0; padding: 0 20px 9px 0;}
.articles-list h2 span { padding-right:10px; }

.articles-list .art-item
{
    background: url('../grafika/box-corner.gif') no-repeat right top #CDCDCD;
	margin-top: 10px;
	padding: 1px;
	border-bottom: solid 10px #fff; margin: 0 !important;
	_height: 0; min-height: 1px;
}

.articles-list .art-item1
{
    background: url('../grafika/bg_produkt.gif') repeat-x 0 0 #fff;
	padding: 8px 4px 8px 4px !important;
	_height: 0; min-height: 1px;
}

.art-img  {float: left; margin: 0 8px 2px 0; }
.art-img  img {float: left;}
.art-img  a { float: left; display: block; background: #fff; border: solid 2px #E4E4E4; padding: 5px;}
.art-img  a:hover { border: solid 2px #9F9F9F;}
.articles-list .art-cont  { text-align: right; }
.articles-list .art-item p  { margin: 0; padding: 0 0 6px 0;}

.foto-list  {margin: 10px 0 10px 0;}

.foga-item
{
    background: #CDCDCD;
	margin-top: 10px;
	padding: 1px;
	border-bottom: solid 10px #fff; margin: 0 !important;
	_height: 0; min-height: 1px;
}

.foga-item1
{
    background: url('../grafika/bg_produkt.gif') repeat-x 0 0 #fff;
	padding: 8px 4px 8px 4px !important;
	_height: 0; min-height: 1px;
}


.foga-item  h2 { font-size: 14px; margin: 0; padding: 0 20px 9px 0; }
.cfoga-img  {float: left; margin: 0 8px 2px 0; }
.cfoga-img  img {float: left;}
.cfoga-img  a { float: left; display: block; background: #fff; border: solid 2px #E4E4E4; padding: 5px;}
.cfoga-img  a:hover { border: solid 2px #9F9F9F;}
.foga-item p  { margin: 0; padding: 0 0 4px 0;}

.foto-cat  {margin: 10px 0 10px 0; width: 600px; overflow: hidden;}
.foto-cat-in  {width: 630px; margin-left: 5px;}
.foga1-item {position: relative; width:160px; float:left; padding:15px; margin: 0 10px 5px 0;}
.foga1-name {text-align: center; font-size: 12px; font-weight: bold; height: 30px; overflow: hidden;}

.cfoga1-img  {float: left; position: relative; left: 8px; margin: 4px 0 0 0; }
.cfoga1-img  img {float: left;}
.cfoga1-img  a { float: left; display: block; background: #fff; border: solid 2px #E4E4E4; padding: 5px;}
.cfoga1-img  a:hover { border: solid 2px #9F9F9F;}

.c-allph
{
    background: #CDCDCD;
	margin-top: 10px;
	padding: 1px;
	margin: 10px 0 10px 0; width: 598px;
}

.c-allph1
{
    background: url('../grafika/bg_produkt.gif') repeat-x 0 0 #fff;
	_height: 0; min-height: 1px;
}

.c-allph  h2 {font-size: 14px; margin: 0 0 0 0; padding: 6px 0 0 6px; height: 19px; overflow: hidden; width: 598px;}
.c-allph  h2 a {float: right;  padding: 0 24px 0 6px;  font-weight: normal; 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: 0 0 4px 0;}
.allph-img  {float: left; position: relative; left: 4px; margin: 2px 0 0 0;}
.allph-img  img {float: left;}
.allph-img  a { float: left; display: block; background: #fff; border: solid 2px #E4E4E4; padding: 5px;}
.allph-img  a:hover { border: solid 2px #9F9F9F;}
.allph-back { text-align: center; }


.view-type1
{
    width: 27%;
	border-left: solid 1px #D8D8D8;
	padding-left: 2%;
}

.c-sorting2 .sort1
{
    width: 60%;
    float: left;
}
.paging.pg-foto
{
    width: 40% !important;
    float: right;
	text-align: right;
}


.write-us
{
	margin-top: 10px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    border: 1px solid rgb(219,219,219);
    background: url('../grafika/bg_produkt.gif') repeat-x 0 0 #fff;
	padding: 9px !important;
}

.write-us h2
{
	font-size: 12px !important; padding: 0 0 0 20px; margin: 0;
	background: url('../grafika/ico_kontakty.gif') no-repeat left center;
}

.div_napiste_nam td
{
	padding-right: 6px;
	padding-bottom: 1px;
	padding-top: 2px;
}


.tbl_napiste_nam .input_text
{
    width: 180px;
}

.bubble-message
{
    font-weight: bold;
    font-size: 120%;
}

.bubble-nazev
{
    padding: 3px 0;
	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 0 20px 0;
}

.in-bas0
{
    visibility:hidden;
}

.in-bas1
{
    visibility: visible;
    color: white;
    background-color: rgb(226,30,30);
    position: absolute;
    text-align: center;
    padding: 5px 0;
    margin-top: -40px;
    left:0;
    right:0;
}

.skupina-popisek-short
{
	position: relative;
}

.skupina-popisek-short p
{
	padding: 0; margin: 0;
}

.skupina-popisek-short div.png-mask
{
	background: url('../grafika/png-mask.png') repeat-x left bottom;
	height: 35px; width: 583px; overflow: hidden;
	position: absolute;
	bottom: 0; left: 0;
}

.lbl-required
{
    font-weight: bold;
}

.ifr-mailing-newsletter
{
    border: none;
    width: 583px;
    overflow-x: hidden;
    overflow-y: auto;
    /*border: 1px solid red;*/
}

.val-bad
{
    border: 2px solid red;
}

.zas-nov-email
{
    width: 200px;
}

.soutez
{
    background: #CDCDCD;
	margin-top: 10px;
	padding: 1px;
}

.soutez1
{
    background: url('../grafika/bg_produkt.gif') repeat-x 0 0 #fff;
	padding: 9px !important;
	_height: 0; min-height: 1px;
}

.soutez h2
{
	font-size: 12px !important; padding: 0 0 0 0; margin: 0;
}

.soutez .psc
{
    width: 70px;
}

.soutez .input_text,
.soutez .input_textarea
{
    margin-left: 10px;
}

.ul-soutez li
{
    list-style-type: none;
    margin-left: -30px;
    padding: 0;
}

label.sou-spravna
{
    font-weight: bold;
    color: green;
}

.sou-omezeni-zakaznik
{
    border: 1px solid red;
    padding: 10px;
}

#slideshow1,
#slideshow2,
#slideshow3
{
    min-height:280px;
    margin-top:2px;
}

#slideshow1 .recom-item,
#slideshow2 .recom-item,
#slideshow3 .recom-item
{
    width: 168px;
}

.h2-det
{
    font-size: 13px !important;
}

.ba-img-l
{
	width: 171px;
	overflow: hidden;
    margin: 20px 0 0 0;
}

.ba-img-l2
{
	width: 171px;
	overflow: hidden;
    margin: 20px 0 0 0;
}

.chk-basket-news
{
    clear: both;
}

.chk-basket-news label
{
    position: relative;
    top: 3px;
}

.souhlas-dodaci-podm
{
    text-align: right;
    font-weight: bold;
    padding: 15px 0;
}

.tbl_souteze_kont_udaje .input_text
{
    width: 180px;
}

.tbl_souteze_kont_udaje td
{
    vertical-align: top;
}

.chk-sou-news
{
    margin: 3px 0 10px 6px;
}

#nahoru
{
    display: block;
    height: 30px;
    width: 110px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #e21e1e;
    color: #fff;
    font-size: 130%;
    padding: 10px 0 0 0;
    text-align: center;
    cursor: pointer;
    display:none;
}

#google_translate_element
{
    width: 170px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 240px;
}

.c-kosik-souvpol
{
    margin: 30px 0 20px 0;
    color: rgb(128,128,128)
}

.fb-like
{
    padding: 22px 0 10px 0;
}

.tbl_letaky_vypis
{
    width: 50%;
    float: left;
}

.tbl_letaky_vypis tr td
{
    padding: 5px;
}

.td_letaky_vypis_nahled
{
    width: 150px;
    text-align: center;
}

.td_letaky_vypis_info
{
    vertical-align: top;
}

.div_letaky_vypis_nazev
{
    font-size: 125%;
    font-weight: bold;
    margin: 5px 0 10px 0;
}

.span_letaky_vypis_platnost
{
    font-weight: bold;
}

.div_letaky_vypis_detail_nahled
{
    float: left;
    width: 170px;
    text-align: center;
}

.div_letaky_vypis_detail_nazev
{
    margin-top: 3px;
    font-weight: bold;
}

#div_akcni_letaky_detail_nazev_skupiny
{
    font-size: 125%;
    font-weight: bold;
    margin: 0 0 3px 0;
}

#div_akcni_letaky_detail_zahlavi
{
    margin: 20px 0;
    padding: 10px;
    background-color: rgb(201,223,239);
}

#div_akcni_letaky_detail_zpet
{
    float: right;
    font-size: 110%;
}

.tbl_mn_slevy
{
    width: 100%;
}

.td_mn_slevy_ks
{
    font-weight: bold;
    width: 118px;
}

.td_mn_slevy_cena
{
    font-weight: bold;
}

#hpCarouselWrapper{
	width: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
  display:block;
	*zoom: 1;
	margin: 0 0 30px 0;
    /*float: right;*/
    /*-webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;*/
}
#hpCarouselWrapper img{
	vertical-align: top;
	width: 100%;
}
#hpCarouselWrapper:after, #hpCarouselWrapper:before{
    content: " ";
    display: table;
    height: 0;
    overflow: hidden;
}
#hpCarouselWrapper:after{
	clear: both
}
#hpCarouselWrapper #pager{
	position: absolute;
	right: 15px;
	bottom: 15px;
	height: 20px;
	font-size: 0;
	z-index: 2;
}
#hpCarouselWrapper #pager a{
	background: url(../grafika/sprites.png) no-repeat -200px -150px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	*zoom: 1;
	*display: inline;
	width: 20px;
	height: 20px;
}
#hpCarouselWrapper #pager a span{
	display: none;
	position: absolute;
	left: -20px;
	top: -40px;
}
#hpCarouselWrapper #pager a.selected{
	background-position: -150px -150px;
}
#hpCarousel{
	width: 100%;
	overflow: hidden;
	clear: both;
}

.box-uzivatel
{
    /*width: 243px;
    height: 111px;
    background: url('../grafika/bg-box-uzivatel.png');
    position: absolute;
    right: 243px;
    top: 4px;*/
	order: -1;
    margin-bottom: 15px;
}

.box-nak-kosik
{
    /*width: 240px;
    height: 111px;
    background: url('../grafika/bg-box-kosik.png');
    position: absolute;
    top: 4px;
    right: 0;*/
    color: #1E1E1E;
	margin-left: 30px;
	margin-top: 25px;
}

.drobky
{
    color: #909090;
	margin-top: 15px;
}

.c-detail
{
    /*-webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;*/
    background: #fff;
    /*border: 1px solid rgb(227,227,227);*/
    padding: 20px 25px;
    margin: 20px 0 0 0;
}

.td_katalog_detail_kosik
{
    padding-top: 14px;
}

.bas-box-castka
{
    display: inline-block;
    margin: 0px 20px;
}

.bas-box-castka span
{
    font-size: 140%;
    font-weight: bold;
}

#log-box-name,
#log-box-pass
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgb(153,153,153);
    width: 96px;
    height: 24px;
    padding: 3px;
}

#log-box-name
{
    position: absolute;
    top: 41px;
    left: 10px;
}

#log-box-pass
{
    position: absolute;
    top: 41px;
    left: 120px;
}

.box-uzivatel-login-odkazy
{
    /*position: absolute;
    top: 80px;
    left: 10px;*/
    font-size: 110%;
}

.box-uzivatel-login-odkazy .mezera {
	margin: 0px 8px;
	color: #1E1E1E;
}

/*.box-uzivatel-prihlaseny
{
    position: absolute;
    top: 40px;
    left: 10px;
}*/

.box-uzivatel a
{
    color: #1E1E1E;
	text-decoration: none;
}

.box-uzivatel a:hover {
	text-decoration: underline;
}

.bt-login
{
    position: absolute;
    top: 76px;
    left: 175px;
    background: rgb(155,155,155);
}

.red
{
    color: rgb(226,30,30);
}

.c-box-doporucujeme
{
    /*-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid rgb(0,127,182);*/
    background: #fff;
    text-align: center;
    margin: 16px 0 0 0;
	padding: 0px 15px;
}

.c-box-akce
{
    /*-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid rgb(206,0,37);*/
    background: #fff;
    text-align: center;
    margin: 16px 0 0 0;
	padding: 0px 15px;
}

.lb-box-doporucujeme
{
    font-size: 135%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 0;
}

.lb-box-doporucujeme a,
.recom-name a
{
    color: #494949;
    text-decoration: none;
	font-size: 120% !important;
    text-align: center;
    font-weight: 600;
	min-height: 36px;
    display: inline-block;
}

.vyrobci_hp {
	background: #fff;
    text-align: center;
    margin: 16px 0 0 0;
    padding: 0px 15px;
}
.vyrobci_title {
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 0;
	color: #494949;
    text-decoration: none;
	font-size: 160%;
    text-align: center;
    font-weight: 600;
	min-height: 36px;
    display: inline-block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.vyrobci_content {
    max-width: 1600px;
    margin: 0px auto 20px;
}

.slick-slide img {
	margin: auto;
}

.slick-dots li {
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.slick-dots li button {
	background: url(../grafika/sprites.png) no-repeat -200px -150px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	*zoom: 1;
	*display: inline;
	width: 20px;
	height: 20px;
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	font-size: 0px;
}

.slick-dots li.slick-active button {
	background-position: -150px -150px;
}

.lb-box-doporucujeme a:hover,
.recom-name a:hover
{
    text-decoration: underline;
}

.box-doporucujeme-content {
	max-width: 1600px;
    margin: 0px auto 20px;
}

.box-doporucujeme-content .recom-item
{
    /*background: url('../grafika/bg-box-content.png') left top repeat-x;*/
	margin: 15px;
    border: solid 1px #efefef;
    padding: 15px;
    border-radius: 10px;
}

.recom-name
{
    padding: 15px 5px;
}

.recom-foto {
	min-height: 140px;
}

.recom-price
{
    /*border-top: 1px solid rgb(215,215,215);
    border-bottom: 1px solid rgb(215,215,215);*/
    margin: 5px 20px 0 20px;
    padding: 6px;
	font-weight: 600;
    font-size: 120%;
    color: rgb(205,0,0);
	min-height: 42px;
}

.box-uzivatel-prihlaseny-odkazy
{
    line-height: 150%;
    margin-top: 8px;
}

a.a-oblibene
{
    display: block;
    height: 28px;
    background: url('../grafika/oblibene.gif') 145px center no-repeat rgb(243,243,243);
    padding: 8px 0 0 20px;
    border: 1px solid rgb(224,224,224);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 120%;
    color: rgb(30,30,30);
    text-decoration: none;
}

a.a-oblibene:hover
{
    color: #fff;
    background: url('../grafika/oblibene.gif') 145px center no-repeat rgb(226,30,30);
}

.recom-basket
{
    margin: 10px 0;
}

.c-kontakty-mapa-popis
{
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    z-index: 1;
    width: 195px;
    padding-left: 5px;
    background: #fff;
}

.c-kontakty-mapa-img
{
    height: 350px;
}

.box-uzivatel-prihlaseny-jmeno
{
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

img
{
    max-width: 100%;
    height: auto;
}

.message-platba-nok{padding:20px;margin:20px 0px;font-size:120%;background-color:rgb(156,23,8);color:#ffffff;line-height:200%}

.hledat_kategorie
{
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #30A0EA;
    background-color: #fff;
    width: 200px;
    position: absolute;
    left: calc(50% - 100px);
    margin-top: -7px;
}
.hledat_kategorie input
{
    border-radius: 0;
    box-sizing: border-box;
    padding: 5px;
    line-height: 20px;
    border: 0;
}
.hledat_kategorie input[type=text]
{
    width: 70%;
}
.hledat_kategorie input[type=submit]
{
    border: 0;
    width: 30.005%;
}
.hledat_kategorie input[type=submit]:hover
{
    opacity: 0.8;
}

.input_text_nepovinny_prihlaseny,
.input_text_prihlaseny
{
  color:#999;
  background-color:#F7F7F7;
  border:1px solid #DFDFDF;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .podskupiny a .obrazek {
        width: auto;
        max-width: 60px;
    }
}

/* RESPONSIVE */
@media screen and (max-width: 1500px)
{
    #cont-main
    {
      padding-left:20px;
      padding-right:20px;
    }
    .produkt
    {
        width: 33.3333%;
    }
	.produkt-in {
		border-left: 0px;
		padding: 25px;
	}
    .podskupiny a{width: calc(33.3333% - 15px)}
}
@media (max-width: 1200px) {
	#col-1 {
		width: 270px;
	}
	#col-2 {
		width: calc(100% - 2% - 270px);
	}
	
	.produkt
    {
        width: 50%;
    }
    /*.podskupiny {width: calc(50% - 15px)}*/
}
@media (max-width: 1075px) {
	.view-only {
		float: none;
		/*width: 290px;*/
		margin: auto;
		display: block;
		/*height: 20px;*/
		margin-bottom: 5px;
		text-align: center;
	}
	.c-view-page {
		height: auto;
	}
	.paging {
		width: auto;
		float: none;
		margin: auto;
		margin-bottom: 25px;
		text-align: center !important;
	}
	.home-nav {
		display: none;
	}

	.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%;
	}
	
	.box-nak-kosik {
		margin-left: 20px;
	}
	.head_block_text {
		padding-left: 30px;
	}
	.logo {
		width: 200px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.head_block_text {
		width: calc(100% - 40px - 200px - 265px - 240px);
	}
	.c-sorting {
		padding: 35px 20px;
	}
	.hledat_kategorie {
		display: none;
	}
}

@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;
		width: 100%;
	}
	.produkt {
		width: calc(50% - 26px);
		margin: 5px 13px;
	}

    .content_search_content {
        margin-top: 0px;
		display: none;
    }
	.content_search_content .box-uzivatel {
		display: none;
	}
    .content_search_content .bt-search {
        width: 30px;
        background-color: white;
        color: #07396e;
    }
	.content_search_content .c-search {
		display: block;
		position: inherit;
		left: auto;
		bottom: auto;
		width: auto;
		border-radius: 0px;
		background-color: white;
		margin-top: 10px;
	}
    .content_search_content .it-search {
        width: calc(100% - 30px);
        border: solid 1px transparent;
    }
	
	.c-detail {
		padding: 10px 0px;
	}
	
	.dpbook-body {
		overflow: auto;
	}
	.dpbook-top ul li, .dpbook-top ul li a {
		width: 100%;
		display: inline-block;
		float: none;
		margin: 0px;
		box-sizing: border-box;
	}
	.dpbook-top ul li a:hover, .dpbook-top ul li a.dp-active {
		margin: 1px;
		width: calc(100% - 2px);
	}
	
	.footer2 .container .col-2 {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width: 800px) {
	#resp_menu {
		display: block;
		z-index: 100;
	}
	#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;
	}
	#cont-header {
		background: none !important;
		margin-top: 50px;
		height: 110px;
        margin-bottom: 15px;
		padding-bottom: 0px;
	}
	#cont-header .head_block_text, #cont-header .head_user_block, #cont-header .box-nak-kosik {
		display: none;
	}
	.drobky {
		display: none;
	}
	.logo {
		width: 100%;
	}
	.koupit {
		margin-top: -10px;
	}
	#col-1 {
		display: none;
		float: none;
        width: 100%;
        padding: 10px;
	}
	.div_box_content_kategorie ul, .div_box_content_kategorie li {
		font-size: 15px;
	}
    .div_box_content_kategorie .li_podskupiny a:link, .div_box_content_kategorie .li_podskupiny a:visited {
        background-position: 10px 15px;
    }
	.c-box .lb-box2 {
		font-size: 18px;
	}
	.c-menu {
		display: none;
	}
	.c-search {
		display: none;
	}
	.c-box.basket-box {
		display: none;
	}
	#col-2 {
		margin: 0px;
		float: none;
		width: 100%;
		padding: 10px 0px;
	}
	.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;
	}

    .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;
	}
}

@media (max-width: 550px) {
    #resp_menu .content .resp_menu_left {
        width: calc(100% - 100px);
    }
    #resp_menu .content .resp_menu_right {
        width: 250px;
    }
	.produkt {
		width: calc(100% - 20px);
		margin: 10px;
	}

	.tbl_detail_dotaz tr td:nth-child(2) {
		padding: 0px;
	}

	.send-order {
		text-align: center;
	}
	.send-order a, .send-order input {
		float: none;
	}

	.c-basket-bt {
		text-align: center;
		height: auto;
	}
	.c-basket-bt .basket-prepocitat, .c-basket-bt .basket-prepocitat input {
		float: none;
		margin: 2px;
	}
	.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_kosik_objednavka_info .input_textarea {
		width: calc(100% - 24px);
	}
	.tbl_kosik_objednavka_info .span_povinne, .p-polo {
		display: none;
	}
	.tbl_katalog_vypis .td_vypis_sloupec3::before {
		content: "bez DPH: ";
	}
	.tbl_katalog_vypis .td_vypis_sloupec4::before {
		content: "DPH: ";
	}
	.tbl_katalog_vypis .td_vypis_sloupec6::before {
		content: "Celkem bez DPH: ";
	}
	.tbl_katalog_vypis .td_vypis_sloupec7::before {
		content: "Celkem s DPH: ";
	}

	.produkt .pr-top {
		height: auto;
	}
	
	#col-2 .produkt h2 {
		font-size: 16px !important;
		text-align: center;
	}

	#col-2 h1 {
		text-align: center;
	}
	
	.produkt {
		margin: 10px 0px;
		width: 100%;
	}
	.produkt-in {
		padding: 15px;
		margin-right: 0px;
	}
	
	.footer2 .container .col-2 h2 {
		padding-right: 0px;
		font-size: 38px;
	}
}/* 
================================================
autosuggest, inquisitor style
================================================
*/

body
{
	position: relative;
}


div.autosuggest
{
	position: absolute;
	background-image: url(img_inquisitor/as_pointer.gif);
	background-position: 68px top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	z-index: 255;
	width: 400px !important;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	padding: 0 6px;
	background-image: url(img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.autosuggest div.as_header
{
	height: 6px;
}

div.autosuggest div.as_footer
{
	height: 7px;
}


div.autosuggest div.as_footer
{
	background-image: url(img_inquisitor/ul_corner_br.gif);
	position: relative;
	top:1px;
	_top:0px;
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	overflow: hidden;
	background-color: white;
}

div.autosuggest div.as_header div.as_bar
{
	height: 6px;
	border-top: 1px solid rgb(102,102,102);
}

div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	border-bottom: 1px solid rgb(102,102,102);
}

div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: white;
	border-left: 1px solid rgb(102,102,102);
	border-right: 1px solid rgb(102,102,102);
}

div.autosuggest ul li
{
	color: #333333;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a:link,
div.autosuggest ul li a:visited
{
	color: #333333;
	display: block;
	text-decoration: none;
	background-color: transparent;
	/*text-shadow: #000 0px 0px 5px;*/
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: white;
}

div.autosuggest ul li a span
{
	/*display: block;*/
	/*padding: 3px 6px;*/
}

.nas-div-img
{
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    margin: 0px 5px 0px 0px;
    clear: both;
}

.nas-div-cena
{
    font-size: 90%;
    width: 80px;
    float: right;
    text-align: right;
    font-weight: bold;
    color: #c7172e;
    padding: 8px 3px 0px 0px;
}

.nas-div-nazev
{
    width: 260px !important;
    overflow: hidden;
    white-space: nowrap;
}

.nas-div-info
{
	color: #666666;
    margin: 3px 0px 10px 0px;
    font-size: 90%;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #666666;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #666666;
}

div.autosuggest ul li.as_highlight a:link,
div.autosuggest ul li.as_highlight a:visited
{
	background-color: #E9F2FA;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	/*background-image: transparent;*/
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
    font-weight: bold;
}

