/* 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;
}
.mobil
{
	display:none;
}

#resp_menu {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #1e77c1;
	color: #f2e445;
	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: #f2e445;
	font-size: 25px;
	text-decoration: none;
}

/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76.5%;
	font-size: 13px;
	color: #313131;
	background: url('../grafika/bg_body_top.jpg') left top repeat-x #bfdc85;
    /*overflow-x: hidden;*/
    text-align: center;
}

*:focus {
	outline: none;
}

button {
	border-radius: 0px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-webkit-appearance: button;
}

a {
	transition: all 0.3s;
}

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

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: #e05a21;
    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: #1e77c1;
}

.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: #767676;
    font-size: 14px;
    border: 1px solid #9c9c9c;
}

.input_textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    overflow: auto;
	border: 1px solid #9c9c9c;
	color: #767676;
    outline: 0px;
    width: 100%;
	box-sizing: border-box;
}

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

.input_ks
{
    width: 25px;
    margin: 0px 2px 0px 0px;
    padding: 8px 3px;
    border: 0px;
    display: inline-block;
    line-height: 17px;
    text-align: center;
}

.koupit .input_ks {
	border: solid 1px #c5c5c5;
    vertical-align: middle;
	width: 30px;
    margin-right: 5px;
}

/* konstrukce */

#cont-main
{
	position: relative;
	margin: 0px auto;
	max-width: 1210px;
	background-color: #fff;
	text-align: left;
    /*background: url(../grafika/bg_body_top3.jpg) top repeat-y;*/
	box-shadow: 0px 0px 10px #00000030;
}

#cont-main1
{
	position: relative;
    margin: 0px auto;
    max-width: 1210px;
    text-align: left;
	background-color: #fff;
}

/*#cont-main2
{
    background: url(../grafika/bg_body_top2.jpg) top no-repeat;
}*/

#cont-header
{
	position: relative;
	height: 150px;
	background-image: url(../grafika/head_back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	/*background: url(../grafika/top.jpg) top no-repeat;*/
}

#cont-body
{
    /*margin: 15px 0px 0px 0px;*/
    clear: both;
	/*background: url('../grafika/bg_content.gif') top repeat-y;*/
}

#col-1
{
	float: left;
	width: 250px;
	overflow: hidden;
	padding: 10px;
}
#col-1 .c-box .box-content {
	background-color: #fff59a;
	margin-bottom: 15px;
}

#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;
	display: none;
}

.footer
{
	position: relative;
    clear: both;
    text-align: center;
	text-align: center;
	padding: 15px;
	font-size: 14px;
	background-color: #fff59a;
}

.footer .f-copyright {
	margin-bottom: 10px;
}

.f-top
{
    text-align: center;
    padding: 0px 0px 15px 0px;
	padding-top: 15px;
    margin-top: 5px;
    border-top: solid 1px #f7c9b5;
}

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

.f-backlinks
{
    margin: 0px;
    font-size: 10px;
    background: none;
    padding: 10px;
    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
{
	background: url(../grafika/logo_new.png) top no-repeat;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 160px;
    background-position-x: 10px;
	position: absolute;
	width: 1200px;
	height: 150px;
    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: 12px;
    right: 370px;
    width: 350px;
    text-align: right;
    display: none;
}

.c-search
{
    margin: 0px;
}

.c-search .it-search
{
    vertical-align: top;
	border: 1px solid #1e77c1;
	background-color: #1e77c1;
    color: #f2e445;
	outline: 0px;
	border-radius: 0px;
	padding: 8px 12px;
	font-size: 15px;
	width: 250px;
}

.it-search
{
    width: 112px;
}

.bt-search
{
    margin: 0px 0px 0px 2px;
	padding: 9px 17px;
	font-size: 15px;
	transition: all 0.3s;
	outline: none;
	background-color: #1e77c1;
	color: #f2e445;
}
.bt-search:hover {
	background-color: #e05a21;
}

*:first-child+html .bt-search
{
	margin-top: 1px;
}

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

.tbl-registrace
{
    width: 100%;
}

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

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

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

.c-menu
{
    background-color: #1e77c1;
	position: relative;
	z-index: 10;
}

.div_menu
{
    width: 100%;
	z-index:10;
}


.div_menu h1,
.div_menu p
{
    float: right;
    font-size: 110%;
    margin: 0px;
    padding: 0px;
    font-style: italic;
    font-weight: bold;
	position: absolute;
	right: 0px; top: 0px;
	height: 25px;
	overflow: hidden;
	z-index: 100;
}

.div_menu p {
	background: none;
	margin-top: 10px;
	line-height: 17px;
	color: #f2e445;
	display: none;
}

.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 #a7a3ac;
	/*border-left: 1px solid #fdfdfe;*/
}

.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;
	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:#f2e445;
    text-decoration:none;
    font-weight: bold;
	font-size: 15px;
}

.div_menu ul li ul a, .div_menu ul li ul :visited
{
    background:#f48000;
	font-weight: normal;
	font-size: 17px;
	transition: all 0s;
}

/* style the links hover */
.div_menu li:hover,
.div_menu a:hover
{
    color:#42741a;
	/*background: url(../grafika/menu-1ah.gif) left top repeat-x #fdfdfe;*/
}

.div_menu ul li ul li:hover,
.div_menu ul li ul a:hover
{
    color:#42741a;
    background:#eeefef;
}

/* hide the sub level links */
.div_menu ul ul
{
    visibility:hidden;
    position:absolute;
    width:250px;
    background: black;
	z-index:100;
	left: 0px;	
}

/* 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: #1e77c1 !important;
	padding: 0px !important;
}

.div_menu ul li a:hover
{
	/*background: url(../grafika/menu-1ah.gif) left top repeat-x #fdfdfe;*/
	background: none;
	background-color: #fff27c;
    color: #42741a;
}

.div_menu ul ul li
{
	display: block !important;
	float: none !important;
	/*background: url(../grafika/menu-2li.gif) 6px 11px no-repeat #fbfcfc !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 #eeefef !important;*/
}




/* new boxis */

.c-box
{
	/*background: #fff1d1;*/
}

.lb-box
{
	position: relative;
	/*background: url('../grafika/box-lb.gif') repeat-x top left #D73800;*/
    /*border-top: 5px solid #f2f2f2;*/
    /*border-bottom: 5px solid #dfdfdf;*/
	/*_background: url('../grafika/box-lb.gif') repeat-x 0px 5px #D73800;		*/
}

.lb-box a:link,
.lb-box a:visited
{
    color: #313131;
}

*:first-child+html .lb-box
{
	/*background: url('../grafika/box-lb.gif') repeat-x 0px 5px #D73800;	*/
}

.c-box .lb-box2
{
	padding: 8px;
	margin: 0px;
	color: #42741a;
	font-size:17px;
    font-weight: bold;
	background-color: #ffe561;
}

.c-box .lb-box2 a {
	color: #42741a;
}

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

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

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

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

.basket-top {
	position: absolute;
	right: 0px;
	top: 38.5%;
	align-items: center;
	background-color: transparent;
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	justify-content: flex-end;
}

.basket-top .user-icon .content {
	color: white;
	font-size: 20px;
	padding: 1px 10px 2px;
	background-color: #1e77c1;
	color: #f2e445;
	transition: all 0.3s;
	margin-left: 5px;
	line-height: 35px;
	display: inline-block;
}
.basket-top .user-icon .content:hover {
	color: white;
    background-color: #e05a21;
}

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

.basket-top .bas-box-castka-cont {
	padding: 10px;
	background-color: #1e77c1;
	color: #f2e445;
	text-decoration: none;
	transition: all 0.3s;
	font-size: 17px;
	line-height: 100%;
}

.basket-top .bas-box-castka-cont:hover {
	color: white;
    background-color: #e05a21;
}

.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: 100%;
    box-sizing: border-box;
}

.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;
	margin-bottom: 5px;
}

.c-box.watch-last-box .wl-name
{
    position: relative;
	top: 9px; left: 48px;
	height: 49px;    
	width: calc(100% - 50px);
	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: 0px; left: 6px;
	height: 32px; width: 32px;
	background: #fff;
	text-align: center;
	overflow: hidden;
	margin: 0px;
    margin-top: 10px;
}

.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: 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: 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 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: 54px;
	padding-top: 7px;
}

.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: 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;
	overflow: hidden;
}

.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: #EB3D00;
	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;
	overflow: hidden;
	margin-bottom: 15px;
}

.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;
    margin: 6px 4px 0px 2px;
    list-style-type: none;
    height: auto;
    overflow: hidden;
    background-color: #f2f2f2;
    transition: all 0.3s;
	color: black;
	
}
.subcat li:hover {
    background-color: #ffe561;
}

.subcat li a
{
	padding: 8px 15px;
    display: block;
    _height: 0px;
    min-height: 0px;
    color: black;
    text-decoration: none;
}

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

.highslide img {
	max-width: 100%;
	max-height: 320px;
}

.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: #ffe561;
	overflow: hidden;
	padding: 15px;
	color: black;
}

.c-sorting-1 a {
	color: black;
}

.c-sorting-1
{
	position: relative;
	top: 0px;
	padding: 0px;
	height: auto;
}

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

.view-type
{
    width: 27%;
    float: left;
	border-left: none;
	padding-left: 2%;
}

.view-only
{
    float: left;
    position: relative;
    width: 300px;
    margin-top: 8px;
}

.view-only input
{
    float: left;
    margin: 0 5px 0 10px !important;
    padding: 0 !important;
    position: relative;
    transform: scale(1.3) translateY(-1px);
}

*: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: 350px;
    float: right;
    text-align: right !important;
    overflow: hidden;
    white-space: nowrap;
}

.c-view-page
{
	position: relative;
    margin: 20px 0px 20px 0px;
    padding: 0px 4px 2px 4px;
    height: 25px;
}

.num-it-page
{
    float: right;
}
.num-it-page a:hover
{
    /*background: #D8D8D8 !important;*/
}

.num-it-page .span_pocet_polozek_aktivni a:hover
{
    /*background: #F48000 !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;
	display: none;
}

.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: 183px;
    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
{
    margin: 0px 10px 10px 0px; 
}

.div_skup_obrazky_3
{
    margin: 0px 0px 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: 183px; height: 140px;
	overflow: hidden;
	border-top: solid 10px #fff
}



/* kat vypis */

.cat-list
{
	overflow: hidden;
	width: 100%;
	/*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 {height: 65px; 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;top: 5px;}
.produkt.atrib-2 .pr-top div {background: #f48000; text-align: center; color: #fff; padding: 5px;margin-bottom: 5px;font-size: 13px;position: absolute;left: 5px;top: 5px;}
.produkt.atrib-3 .pr-top div {background: #007fb6; text-align: center; color: #fff;padding: 5px;margin-bottom: 5px;font-size: 13px;position: absolute;left: 5px;top: 5px;}

.produkt-in
{
    
    background-color: #fff;
	margin: 0px;
	padding: 0px;
	border: 1px solid rgb(197,197,197);
	position: relative;
}
.produkt-in_content {
	padding: 10px;
	background-color: #fbfcf7;
}

.produkt h2
{
    height: 50px;
    margin: 2px 0px 0px 0px;
    padding: 0px;
    font-size: 12px !important;
	line-height: 1.3;
}

.produkt h2 a:link,
.produkt h2 a:visited
{
    color: #5d962f;
}



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

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

.castka
{
	text-align: center;
    font-weight: bold;
    padding: 0px 5px;
    font-size: 130%;
	margin-bottom: 8px;
    height: auto;
    color: #545454;
}

.koupit
{
    float: none;
    text-align: center;
    padding: 0px 5px 0px 0px;
	height: 40px;
}

.produkt .popisek
{
    font-size: 10px;
    height: 40px;
    margin: 0px;
    padding: 0px;
	overflow: hidden;
	text-align: center;
}


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

.p_stav_skladu_vypis .castka-info
{
    text-align: right;
	padding-left: 4px;
	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: auto;
	overflow: hidden;
	position: relative;
}

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

.span_neni_skladem
{
    color: #545454;
}

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

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

.img_kosik_odebrat:hover {
	background-color: #5d962f;
¨}

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

.bt-basket
{
	color: #f2e445;
    /* width: 26px; */
    /* height: 22px; */
    border: none;
    cursor: pointer;
    vertical-align: middle;
    background-color: #1e77c1;
    padding: 8.5px;
    transition: all 0.3s;
    margin-left: 1px;
    display: inline-block;
    height: 33px;
}

.bt-basket:hover {
	background-color: #fff27c;
    color: #42741a;
}

.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;
    margin: 10px auto;
    padding-top: 10px;
    padding-bottom: 5px;
}

.div_detailimage_foto
{
    _position: absolute;
    _top: 50%;
    display: table-cell;
    vertical-align: middle;
    width: 183px;
    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: #f5723c;
    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 black;
    display: inline-block;
    font-size: 13px;
    background-color: black;
}

.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
{
    color: black;
    font-weight: bold;
    padding: 5px;
    min-width: 14px;
    text-align: center;
    text-decoration: none;
    border: solid 1px black;
    display: inline-block;
    font-size: 13px;
    background-color: transparent;
    margin: 0px 2px;
}

.span_pocet_polozek_aktivni a:link,
.span_pocet_polozek_aktivni a:visited
{
    color: #ffe561;
	font-weight: bold;
	background-color: black;
	padding: 5px;
	text-decoration: none;
	margin: 0px 2px;
	border: solid 1px black;
}

.span_pocet_polozek_polozka a:link,
.span_pocet_polozek_polozka a:visited
{
    padding: 5px;
	text-decoration: none;
	margin: 0px 2px;
	border: solid 1px black;
}

.img_katalog_strankovani_sipky {
	display: none;
}

a.a_katalog_strankovani:hover, a.paging-prev:hover, a.paging-next:hover {
	background-color: black;
    color: white;
}


.span_pocet_polozek_polozka
{
    font-weight: bold;
}

.span_pocet_polozek_polozka a:hover
{
	background-color: black;
	color: #ffe561;
    /*padding: 0px 5px;*/
}

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






.div_detail_zpet
{
    float: right;
	background-color: #1e77c1;
    margin-top: 20px;
}

.dp-info
{
    float: right;
    width: 53%;
    background: white;
}

.dp-info1
{
    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: #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: 0px;
    padding: 0px;
    width: 100%;
}

.tbl_katalog_detail_info td.td_katalog_detail_polozka .merna_jednotka {
	display: inline-block;
    margin-left: 5px;
}

.detail_img_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.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);
    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 .dp-price
{
    font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

.tbl_katalog_detail_info
{
    width: 100%; 
}

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

.td_katalog_detail_nadpisek
{
    font-weight: bold;
}

.div_katalog_detail_fotka
{
    float: left;
    width: calc(47% - 30px);
    margin-right: 30px;
    text-align: center;
	
}

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

.div_detail_prilohy .div_detail_prilohy_nadpis {
	font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.c-dpbook
{
 	margin-top: 40px;
}

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


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

.tbl_detail_dotaz2 {
	width: 100%;
}

.tbl_detail_dotaz2 td
{
    padding-bottom: 4px !important;
}


.tbl_detail_dotaz
{
    width: 100%;
}

.tbl_detail_dotaz td
{
    vertical-align: top;
}

.tbl_detail_dotaz td .td_detail_dotaz_pravy_sloupec {
	display: none;
}


.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: 10px 17px;
    background: #e05a21;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    font-size: 14px;
	text-transform: uppercase;
}

.c-basket-bt .basket-prepocitat
{
	float: right;
	margin-bottom: 5px;
}

.c-basket-bt .basket-prepocitat input
{
	float: left;
	margin: 0px;
	background: #e05a21;
	border-left: 1px solid #e05a21;
	border-top: 1px solid #e05a21;
	border-right: 1px solid #c9511e;
	border-bottom: 1px solid #c9511e;
}

.c-basket-bt
{
    height: 40px;
	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 .input_ks {
	border: solid 1px #f5723c;
    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 thead
{
    background: #5d962f;
    color: white;
}

.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_katalog_vypis thead a
{
    color: white;
}

.tbl_shrnuti_ceny
{
    width: 100%;
    margin: 10px 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: #f5723c;	
}

.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: #f5723c;
	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: #f5723c;
    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: #f5723c;
    font-size: 18px; line-height: 18px;
    position: relative; top: 2px; _top: 3px;
	float: left;
	padding-right: 0px;
}

*: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;
}

.p-polo
{
	position: relative;
}

#td_kosik_zpusoby_dopravy
{
	white-space: nowrap;
}

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

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

.tbl_kosik_shrnuti_ceny tbody td
{
    padding: 3px 6px;
	min-width: 100px;
}

.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 #EB3D00;
	font-weight: bold;
	padding-top: 6px !important;
	font-size: 13px;
    color: #EB3D00;
}

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

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

.content_search  {
	display: none;
}

#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 0px 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: 6px 5px 5px 13px;
    font-weight: bold;
    border-bottom: 1px solid #748e2f;
	border-bottom: 1px solid #44821229;
    color: #42741a;
    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-position: 5px center;*/
	background: none;
    padding-left: 20px;
	color: #42741a;
	/*background-color: #F3F3F3;*/
}

.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: #F3F3F3;*/
}

.div_box_content_kategorie .li_bezpodskupin a:hover,
.div_box_content_kategorie .li_podskupiny a:hover
{
    background-color: #fff59a;
    /*color: white;*/
    /*text-decoration: underline;*/
}

.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: #fff59a;
    /*color: white;*/
    padding-left: 20px;
}

.div_box_content_kategorie .li_aktivni a:hover
{
    background-color: #fff59a;
    text-decoration: underline;
}

.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: #fff59a;
    /*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.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: #eb3d00;
    color: white;*/
    text-decoration: underline;
}



/**** 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-position: 20px center;*/
	/*background-color: #F9F9F9;		*/
	background: none;
    padding-left: 35px;
    color: #313131;
	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: #313131;
	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: #eb3d00;
    color: white;*/
    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: 20px center;*/
	background: none;
    background-color: #fff59a;
    /*color: white;*/
    padding-left: 35px;
}

.div_box_content_kategorie .li_zanoreni1 .li_aktivni a:hover
{
    background-color: #fff59a;
    text-decoration: underline;
    /*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: #fff59a;
    /*background-color: #eb3d00;
    color: white;*/
    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: #313131;
}

.div_box_content_kategorie .li_zanoreni1 .li_open a:hover  /*opravena chyba*/
{
    /*background-color: #eb3d00;
    color:white;*/
    text-decoration: underline;
}




/**** 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-position: 30px center;*/
	background: none;
    padding-left: 45px;
    color: #313131;
}

.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: 30px center;
    padding-left: 45px;
    color: #313131;
}

.div_box_content_kategorie .li_zanoreni2 .li_bezpodskupin a:hover,
.div_box_content_kategorie .li_zanoreni2 .li_podskupiny a:hover
{
    /*background-color: #eb3d00;
    color: white;*/
    text-decoration: underline;
}

.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;*/
	background: none;
    background-color: #fff59a;
    /*color: white;*/
    padding-left: 45px;
}

.div_box_content_kategorie .li_zanoreni2 .li_aktivni a:hover
{
    background-color: #fff59a;
    /*color: white;*/
    text-decoration: underline;
}

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

.div_box_content_kategorie .li_zanoreni2 .li_open a:hover  /*opravena chyba*/
{
    /*background-color: #eb3d00;
    color:white;*/
    text-decoration: underline;
}



/**** 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-position: 40px center;*/
	background: none;
    padding-left: 55px;
    color: #313131;
}

.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: 40px center;
    padding-left: 55px;
    color: #313131;
}

.div_box_content_kategorie .li_zanoreni3 .li_bezpodskupin a:hover,
.div_box_content_kategorie .li_zanoreni3 .li_podskupiny a:hover
{
    /*background-color: #eb3d00;
    color: white;*/
    text-decoration: underline;
}

.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;*/
	background: none;
    background-color: #fff59a;
    /*color: white;*/
    padding-left: 55px;
}

.div_box_content_kategorie .li_zanoreni3 .li_aktivni a:hover
{
    /*background-color: #eb3d00;
    color: white;*/
    text-decoration: underline;
}

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

.div_box_content_kategorie .li_zanoreni3 .li_open a:hover  /*opravena chyba*/
{
    /*background-color: #eb3d00;
    color:white;*/
    text-decoration: underline;
}


/* -- 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 #EB3D00;
	text-align: right;
}

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

.old-ord-total div.final-price
{
	padding: 4px;
	font-size: 13px;
	color: #FF0000;
}

.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 -78px;
    width: 182px;
    height: 121px;
    font-size: 100%;
    color: white;
    /*font-weight: bold;*/
}

#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: #D8D8D8 !important;*/
}

.num-it-page .span_pocet_polozek_aktivni a:hover
{
    /*background: #F48000 !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: none;
	padding-left: 2%;
}

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


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

.write-us1
{
    background: url('../grafika/bg_produkt.gif') repeat-x 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;
	display: none;
}

#skupina-popisek {
	height: auto !important;
	overflow: auto !important;
	margin-bottom: 20px;
}

.in-bas0
{
    visibility:hidden;
}

.in-bas1
{
    visibility: visible;
    color: white;
    background-color: #e05a21;
    position: absolute;
    text-align: center;
    padding: 5px 0px;
    margin-top: -90px;
    font-weight: bold;
	left: 0px;
    right: 0px;
}

.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;
	display: none;
}

.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: calc(100% - 20px);
}

.h2-det
{
    font-size: 13px !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;
}


.bas-top-castka
{
    font-size: 120%;
    font-weight: bold;
}

.a-vypis
{
    display: none;
    width: 30px;
    height: 31px;
    position: absolute;
    left:0px;
    bottom: 1px;
}

.drobky {
	padding: 8px;
    font-size: 16px;
}
.drobky i {
	color: #5d962f;
}
.drobky a:link,
.drobky a:visited,
.div_detail_zpet a
{
    color: #5d962f;
}

.div_detail_zpet a {
	color: #f2e445;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 10px;
    display: inline-block;
}

.div_detail_zpet a:hover {
    background-color: #f2e445;
	color: #42741a;
}

.tbl-vyber-doprava
{
	border: solid 1px #D8D8D8;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: left;	
}

.tbl-vyber-doprava td
{
	padding: 4px 4px 4px 4px;
}

.tbl-vyber-doprava thead
{
	background: #5d962f;
	font-weight: bold;
	color: #fff;
}

.td-vyber
{
    text-align: center;
    width: 40px;
}

.td-vyber-doprava-cena
{
    font-weight: bold;
}

.zobr-dopr-neni-psc
{
    color: red;
    font-weight: bold;
    font-size: 150%;
    padding: 10px 0px;
}

#kosik_zpusoby_dopravy
{
    padding: 0px 5px;
}

.dop-poznamka
{
    font-style: italic;
    padding-bottom: 20px !important;
}

#head-text-box
{
	height: 550px;
    width: 250px;
    position: fixed;
    top: 20px;
    left: 50%;
    /*background: url(../grafika/bg_head_text_box.png);*/
	background: transparent;
    overflow: hidden;
    transform: translateX(-50%);
    margin-left: -750px;
}
#head-text-box2 {
	height: 550px;
    width: 250px;
    position: fixed;
    top: 20px;
    left: 50%;
    /*background: url(../grafika/bg_head_text_box.png);*/
	background: transparent;
    overflow: hidden;
    transform: translateX(-50%);
    margin-left: 750px;
}
/*#head-text-box .div-head-text-box, #head-text-box2 .div-head-text-box {
	width: 100%;
    height: auto;
}*/

#head-text-box .div-head-text-box p, #head-text-box2 .div-head-text-box p {
	margin: 0px;
}

#head-text-box .div-head-text-box img, #head-text-box2 .div-head-text-box img {
	width: 100% !important;
}

.div-head-text-box
{
    padding: 0px 0px;
}

.v-sleva
{
    font-weight: bold;
    background-color: rgb(245,114,60);
    color: #fff;
    padding: 5px;
}

.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;
}
.div_page_content p, .div_page_content ul li {
	font-size: 14px;
}

.vyp-dostupnost {
	text-align: center;
	margin: 0px 0px 5px 0px;
}

.vyp-dostupnost span {
	font-weight: bold;
}

.det-dostupnost {
	font-weight: bold;
}/* 
================================================
autosuggest, inquisitor style
================================================
*/

body
{
	position: relative;
}


div.autosuggest
{
	position: absolute;
	background-image: url(img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	z-index: 255;
	width: 178px !important;
	margin-left: -14px;
}

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;
}

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;
}

