/* XStandard CSS Document */

.cl_bila{
	color:white;
}

.cl_zluta{
	color:yellow;
}

.cl_purpurova{
	color:fuchsia;
}

.cl_azurova{
	color:aqua;
}

.cl_zluta{
	color:#FFFF00;
}

.cl_cervena{
	color:red;
}

.cl_svetle_zelena{
	color:lime;
}

.cl_modra{
	color:blue;
}

.cl_cerna{
	color:black;
}

.cl_zelena{
	color:green;
}

.cl_hneda{
	color:maroon;
}

.cl_olivova{
	color:olive;
}

.cl_fialova{
	color:purple;
}

.cl_seda{
	color:gray;
}

.cl_tmave_modra{
	color:navy;
}

.cl_modro_zelena{
	color:teal;
}

.cl_svetle_seda{
	color:silver;
}

.font_1{
	font-size:8pt;
}

.font_2{
	font-size:10pt;
}

.font_3{
	font-size:12pt;
}

.font_4{
	font-size:14pt;
}

.font_5{
	font-size:18pt;
}

.font_6{
	font-size:24pt;
}

.font_7{
    font-size:36pt;
}

.right{
    text-align:right;
}

.left{
    text-align:left;
}

.center{
    text-align:center;
}

.underline{
    text-decoration:underline;
}

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

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

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

sup{
    vertical-align: top;
}

sub{
    vertical-align: bottom;
}


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

.uprostred
{
    text-align: center;
}

.vpravo
{
    text-align: right;
}

.nahore
{
    vertical-align: top;
}

.doprostred
{
    vertical-align: middle;
}

.dole
{
    vertical-align: bottom;
}

.tbl_center
{
    margin: 0px auto;
}

.tucne
{
    font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

.eu-cookies a:hover {
    color: white;
    text-decoration: none;
}

/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 76.5%;
	color: black;
    text-align: center;
	background: url(../grafika/bg-body2.jpg);
}

td
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

select
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

form
{
    margin: 0px;
    padding: 0px;
}

a:link,
a:visited
{
    color: rgb(152,6,6);
}

a:hover
{
    text-decoration: none;
}


img
{
    border: none;
}

.input_submit,
.input_button
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
    font-weight: bold;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/pie/PIE.htc);
    background: rgb(128,171,0);
    color: #fff;
    padding: 5px 10px;
}

.input_text,
.input_text_nepovinny,
.input_text_needitovat,
.input_text_nepovinny_needitovat, .tbl-registrace select
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/pie/PIE.htc);
    background: rgb(255,255,255) !important;
    color: rgb(102,101,101) !important;
    padding: 9px 5px;
    border: 2px solid rgb(233,233,233) !important;
}

.input_textarea
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
    overflow: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/pie/PIE.htc);
    background: rgb(255,255,255);
    color: rgb(102,101,101);
    padding: 9px 5px;
    border: 2px solid rgb(233,233,233);
}

input[type="checkbox"],
input.checkbox
{
    position: relative;
    top: 2px;
}

.input_ks
{
    width: 30px;
    margin: 0px 7px 0px 0px;
}

/* konstrukce */

#cont-main
{
	position: relative;
	margin: 0px auto;
	background: url(../grafika/bg-head.jpg) left top repeat-x;
	text-align: left;
}

#cont-main-2
{
	background: url(../grafika/bg-body-prechod.png) left 159px repeat-x;
}

#cont-main-2-uvod
{
	background: url(../grafika/bg-uvod.jpg) center 159px no-repeat;
}

#cont-main1
{
	position: relative;
	margin: 0px auto;
	width: 980px;
	text-align: left;
	overflow: hidden;
}

#cont-header
{
	position: relative;
	height: 159px;
	width: 980px;
	margin: 0px auto;
}

#cont-body
{
    margin: 44px 0px 0px 0px;
    clear: both;
}

#col-1
{
	margin-left: -710px;
    top: 0px;
    float: left;
    width: 255px;
	overflow: hidden;
	padding-bottom: 10px;
}

#col-2
{
	position: relative;
    width: 710px;
    float: left;
	left: 270px;
    top: 0px; 
	padding-bottom: 50px;
}

.col-2-normal
{
	overflow: hidden;
}

#col-2 h1
{
	font-size: 18px !important;	
}

#col-2 h2
{
	font-size: 120%;	
}

#col-3
{
    float: right;
	top: 0px;
    width: 170px;
	padding-bottom: 10px;
	overflow: hidden;
}

.c-add-bt
{
	height: 37px;
	overflow: hidden;
	padding-top: 14px;
	clear: both;
	text-align: right;
}

.c-footer
{
    background: rgb(164,164,164);
    color: #fff;
}

.footer
{
    width: 700px;
	margin: 0px auto;
	padding: 30px 0px 30px 280px;
	text-align: left;
	text-transform: uppercase;
	line-height: 170%;
	font-size: 90%;
}

.f-top
{
    text-align: center;
    padding: 0px 0px 15px 0px;
}

.f-top img
{
    vertical-align: middle;
}

.f-backlinks
{
    margin: 5px 0px 0px 0px;
	font-size: 10px;
	background: #F6F6F7;
	padding: 6px 4px 7px 4px;
	border-top: solid 1px #E1E1E1;
	border-bottom: solid 1px #E1E1E1;
}

#div-sofico-eshopy
{
    clear: both;
	padding-top: 6px;
	border-top: dashed 1px #CDCDCD;
	margin-top: 12px;
	text-align: center;
	background: transparent;
}

#div-sofico-eshopy a
{
    color: #CDCDCD !important;
}

#div-sofico-eshopy a:hover
{
    color: #F48000 !important;
}

/* end-konstrukce */

/* header */

.logo
{
	position: absolute;
	width: 223px;
	height: 88px;
	background: url(../grafika/logo.png) top no-repeat;
    top: 40px;
    left: 4px;
}

.header-bott
{
	position: absolute;
	width: 300px;
	left: 0px;
	top: 0px;
	height: 43px;
}

.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;
}

.c-search
{
    position: absolute;
    left: 338px;
    top: 56px;
    width: 286px;
    height: 57px;
    background: url('../grafika/c-search.png') left top no-repeat;
}

.it-search
{
    width: 180px;
    margin: 5px 0px 0px 5px;
    padding: 18px 15px 12px 15px;
    border: none !important;
}

.bt-search
{
    position: absolute;
    top: 3px;
    right: 4px;
    height: 48px;
    width: 54px;
    background: none;
}

*:first-child+html .bt-search
{
	margin-top: 1px;
}

.no-items
{
    text-align: center;
	font-size: 130%;
	font-weight: bold;
	margin: 20px 0px;
}

.tbl-registrace
{
    width: 100%;
}

.infotext-101
{
    padding: 10px 0px 0px 0px;
    text-align: center;
}

.infotext-102
{
    text-align: center;
	padding: 20px 0px;
}

.c-menu
{
    background: url('../grafika/top-menu.png') left top no-repeat;
    height: 28px;
    width: 980px;
	position: absolute;
	z-index: 10;
    left: 0px;
    top: 0px;
}

.div_menu
{
    position: absolute;
	top: 0px;
    right: 10px;
    height: 28px;
	width: 700px;
	z-index:10;
}


.div_menu h1,
.div_menu p
{
    float: right;
    font-size: 130%;
    margin: 0px;
    padding: 0px;
    font-style: italic;
    color: white;
    font-weight: bold;
	position: absolute;
	right: 0px; top: 0px;
	height: 25px;
	overflow: hidden;
	z-index: 100;
    background: url('../grafika/bg_menu.gif') repeat-x left top #f48000;
}

.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-left: 1px solid rgb(165,30,24);
}

.div_menu li li
{
    border: none;
}

/* remove the bullets, padding and margins from the lists */
.div_menu ul
{
    list-style-type:none;
    padding:0;
    margin:0;
	position:absolute;
	width: 700px;
	z-index: 10;
	
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.div_menu li
{
    float:right;
    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: 7px 16px 7px 16px;;
    color:white;
    text-decoration:none;
    font-weight: bold;
}

.div_menu ul li ul a, .div_menu ul li ul :visited
{
    background:rgb(164,17,10);
	font-weight: normal;
}

/* style the links hover */
.div_menu li:hover,
.div_menu a:hover
{
    color:white;
	background: rgb(164,17,10);
}

.div_menu ul li ul li:hover,
.div_menu ul li ul a:hover
{
    color:white;
    background:rgb(164,17,10);
}

/* hide the sub level links */
.div_menu ul ul
{
    visibility:hidden;
    position:absolute;
    width:149px;
    background: black;
	z-index:100;
	left: -1px;	
}

/* make the sub level visible on hover list or link */
.div_menu ul li:hover ul,
.div_menu ul a:hover ul
{
    visibility:visible;
}

.div_menu ul ul
{
	background: rgb(164,17,10) !important;
	padding: 0px 1px 1px 1px !important;
}

.div_menu ul li a:hover
{
	background: #7B0A05;
}

.div_menu ul ul li
{
	display: block !important;
	float: none !important;
	background: url(../grafika/menu-2li.gif) 6px 11px no-repeat rgb(164,17,10) !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 #7B0A05 !important;
}




/* new boxis */

.c-box
{
	background: #FDEBD7;
}

.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: #fff;
}

*:first-child+html .lb-box
{
	background: url('../grafika/box-lb.gif') repeat-x 0px 5px #D73800;	
}

.c-box .lb-box2
{
	padding: 4px 0px 5px 22px; 
	margin: 0px;
	color: #fff;
	font-size:12px;
    font-weight: bold;
}

.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;
}


.c-box.basket-box .lb-box2
{
    background: url('../grafika/basket-box.gif') no-repeat 5px 7px;
}

.c-box.basket-box .box-content div
{
    text-align: right;
}



.c-box.login-box .lb-box2
{
    background: url('../grafika/login-box.gif') no-repeat 5px 7px;
}

#log-box-name,
#log-box-pass
{
    width: 140px;
}

.c-box.watch-last-box .box-content
{
	padding: 0px 6px 13px 6px !important;
	margin: 0px;
}

.c-box.watch-last-box .lb-box2
{
    background: url('../grafika/watch-last-box.gif') no-repeat 5px 7px;
}

.c-box.watch-last-box .wl-item
{
    padding: 0px;
	margin: 0px;
	height: 53px;
	width: 100%; 
	overflow: hidden;
	position: relative;
}

.c-box.watch-last-box .wl-name
{
    position: relative;
	top: 9px; left: 48px;
	height: 49px; width: 106px;
	overflow: hidden;
}

.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: 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;
	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: 0px 0px 0px 0px;
}

.new-box-item
{
    padding: 0px 13px 13px 13px;
	border-top: solid 1px #fff;
	margin-top: -1px;
	min-height: 1px; _height: 0px;
}

.news-box-date
{
    font-style: italic;
    text-align: right;
	padding: 10px 0px 4px 0px;
}

.news-box h4
{
    padding: 3px 0px 5px 0px;
    margin: 0px;
	font-size: 12px;
	text-align: left;
}

.news-box p
{
    padding: 0px;
    margin: 0px;
}

.news-box .nb-img-left
{
    float: left;
	margin: 0px 2px 2px 0px;
}

.news-box .nb-img-right
{
    float: right;
	margin: 0px 0px 2px 2px;
}

.news-box .nb-border1 {border: solid 1px #808080;}
.news-box .nb-border2 {border: solid 2px #808080;}
.news-box .nb-border3 {border: solid 3px #808080;}
.news-box .nb-border4 {border: solid 4px #808080;}
.news-box .nb-border5 {border: solid 5px #808080;}

.news-box .c-box-right
{
    padding: 4px 0px 0px 0px;
    margin: 0px;
}

.c-box.qu-cont-box .lb-box2
{
    background: url('../grafika/qu-cont-box.gif') no-repeat 5px 8px;
}

.c-box.recom-box .lb-box2
{
    background: url('../grafika/recom-box.gif') no-repeat 9px 7px;
}

.c-box.recom-box
{
	position: relative;
}

.c-box.recom-box .box-content
{
    text-align: center;
	padding: 0px;
}

.c-box.recom-box .recom-item
{
    padding: 12px 10px 12px 10px;
	margin-top: -1px;
}

.c-box.recom-box .recom-item a
{
    color: #000; font-weight: bold;

}

.c-box.recom-box .recom-name
{
    padding-bottom: 8px;
}

.c-box.recom-box .recom-price
{
    font-size: 120%;
	color: rgb(218,37,29);
	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;
}




.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
{
	border-top: 1px solid rgb(224,224,224);
    margin: 0px 0px 12px 0px;
}

.subcat-top
{
    margin: 12px 0px;
}

.subcat a
{
    float: left;
    background: rgb(98,98,98);
    color: #fff;
    text-decoration: none;
    padding: 8px 12px;
    margin: 0px 7px 7px 0px;
}

.subcat a:hover
{
    background: rgb(218,37,29);
}


.c-subcat.top-sale .subcat ul
{
	padding-right: 10px !important;
}

.c-subcat.top-sale .subcat-top
{
	padding: 2px 0px 0px 14px !important;
}

.c-subcat.top-sale span
{
	padding: 15px 8px 0px 0px;
	float: right; width: 80px;
	text-align: right; 
}

.c-subcat.top-sale a.ts-name
{
	padding: 15px 0px 0px 10px;
	float: left; width: 450px;
}

.c-subcat.top-sale a.highslide
{
	padding: 0px; margin: 0px;
	border: none;
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 2px;
}

.c-subcat.top-sale .highslide img
{
	border: none;
	position: absolute;
	bottom: 0px;
}

.c-subcat.top-sale .subcat li
{
	float: none; height: 30px; 
	width: 100%;
	margin: -4px 0px 0px 0px;
	padding: 2px 0px 4px 0px;
	list-style-type: none;
	background: none;
	overflow: hidden;
}

.c-subcat.top-sale .subcat li a
{
	display: inline !important; 
}


/* trideni */
.c-sorting
{
	position: relative;
	/*height: 26px;*/
	overflow: hidden;
}

.c-sorting-1
{
	position: relative;
	top: 2px;
	padding: 4px;
	/*height: 24px;*/
}

.sort
{
    width: 22%;
    float: left;
}

.view-type
{
    width: 27%;
    float: left;
	border-left: solid 1px #D8D8D8;
	padding-left: 2%;
}

.view-only
{
    float: left;
	position: relative;
	/*width: 275px;*/
}

.view-only input
{
     float: left;
	 margin: 0 4px 0 0 !important;
	 padding: 0 !important;
	 position: relative;
	 top: 0px; _top: -3px;
}

*:first-child+html .view-only input
{
	top: -3px;
}

.view-only label
{
     float: left;
	 position: relative;	 
	 top: 0px;
	 padding-right: 4px;
}

.view-only div
{
     float: left;
	 position: relative;	 
	 top: 0px;
	 padding: 0px 10px 0px 0px
}


.paging
{
    width: 310px;
    float: right;
	text-align: right !important;
	overflow: hidden;
	white-space: nowrap;
}

.c-view-page
{
	position: relative;
	margin: 14px 0px 0px 0px;
	padding: 0px 4px 2px 4px;
	overflow: hidden;
	height: 17px
}

.num-it-page
{
    float: right;
}

.paging-bott
{
    text-align: right;
	padding: 10px 0px 0px 0px;
	font-size: 120%;
}

.paging-bott a
{
    color: rgb(100,100,100);
}

.paging-info
{
    border-bottom: solid 2px #F0F0F0;
	padding: 0px 0px 4px 0px;
	height: 20px;
	overflow: hidden;
}

.paging-info span.pain-1
{
    float: left;
	padding: 5px; 
}

.paging-info span.pain-2
{
    float: right;
	padding: 5px;  
}

/* end new boxis */

.tbl_prihlaseni_login
{
    width: 100%;
}

.td_prihlaseni_polozka
{
    width: 50%;
    text-align: right;
}

.td_prihlaseni_submit
{
    text-align: center;
}

.div_prihlaseni_zapheslo_text
{
    padding: 10px;
    text-align: center;
}

.tbl_prihlaseni_zapheslo
{
    width: 100%;
}

.td_prihlaseni_zapheslo_polozka
{
    width: 50%;
    text-align: right;
}

.td_prihlaseni_zapheslo_submit
{
    text-align: center;
    padding: 10px;
}



/*
.div_drobky,
.h1_drobky
{
    font-weight: bold;
    font-size: 120%;
    padding: 10px 0px;
    margin: 0px;
}
*/

.div_skup_obrazky
{
    width: 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: 720px;
}

.cat-list_in
{
	width: 720px;
}

.produkt
{
    width: 229px;
	margin: 0px 11px 41px 0px;
    float: left;
    position: relative;
}

.produkt.atrib-1 {background: #ce0025;}
.produkt.atrib-2 {background: #f48000;}
.produkt.atrib-3 {background: #007fb6;}

.produkt.atrib-1 .pr-top div {background: #ce0025; text-align: center; color: #fff; padding: 2px;}
.produkt.atrib-2 .pr-top div {background: #f48000; text-align: center; color: #fff; padding: 2px;}
.produkt.atrib-3 .pr-top div {background: #007fb6; text-align: center; color: #fff; padding: 2px;}

.produkt-in
{
    
    height: 580px;
    background: url('../grafika/bg-head-produkt.png') left top no-repeat #fff;
	padding: 0px;
}

.pr-top
{
    padding: 10px 8px 15px 8px;
}

.produkt h2
{
    height: 70px;
    padding: 0px;
    margin: 0px;
    font-size: 120% !important;
    font-weight: normal;
    text-align: left;
}

.produkt h2 a:link,
.produkt h2 a:visited
{
    color: #fff;
    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
{
    font-weight: bold;
    padding: 1px 10px 0px 10px;
    font-size: 160%;
    text-align: right;
    color: rgb(165,16,9);
    margin: 0px 0px 9px 0px;
    overflow: hidden;
    height: 25px;
}

.castka-eur
{
    padding: 1px 10px 0px 0px;
    text-align: right;
    color: rgb(128,171,0);
    margin: 0px 0px 5px 0px;
    overflow: hidden;
    height: 25px;
}

.koupit
{
    margin: 0px 9px;
    background: rgb(98,98,98);
    color: #fff;
    padding: 9px;
}

.koupit .input_ks
{
    border: none !important;
    background: rgb(228,228,228) !important;
    color: #000 !important;
}

.produkt .popisek
{
    height: 55px;
    margin: 0px;
    padding: 10px 7px 10px 7px;
	overflow: hidden;
	background: url(../grafika/bg-produkt-popis.gif) left top repeat-x;
}


.produkt .p_stav_skladu_vypis
{
    text-align: left;
    margin: 10px 0px 0px 9px;
    font-weight: bold;
    font-size: 90%;
}

.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: 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 
{
}

.span_skladem
{
    color: rgb(128,171,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: rgb(98,98,98);
	color: rgb(98,98,98);
	width: 22px;
	height: 22px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	float: right;
	margin: 8px 0px 0px 0px;
}

.input_submit_vypis_kosik,
.input_kosik_image
{
    background-color: rgb(218,37,29);
	color: rgb(218,37,29);
	width: 26px;
	height: 22px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

.bt-basket
{
    background: url('../grafika/bt-basket.gif') no-repeat left top;
	width: 36px;
	height: 32px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	margin: 0px 0px 0px 14px;
}

.div_katalog_detail_nazev h1
{
    font-size: 150%;
    font-weight: normal;
}

.cleaner
{
    clear: both;
	height: 1px;
	overflow: hidden;
}

.div_detailimage
{
    width: 210px;
    height: 160px;
    display: table;
    overflow: hidden;
    _position: relative;
    margin: 5px auto;
}

.div_detailimage .highslide img
{

}

.div_detailimage_foto
{
    _position: absolute;
    _top: 50%;
    display: table-cell;
    vertical-align: middle;
    width: 210px;
    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: rgb(218,37,29);
    border: none;
    padding: 3px 3px 3px 20px;
    color: white;
    cursor: pointer;
}



.span_katalog_strankovani_aktualni_strana
{
    color: #000;
    font-weight: bold;
    padding: 0px 5px;
}

.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: 0px 5px;
}

.span_pocet_polozek_aktivni a:link,
.span_pocet_polozek_aktivni a:visited
{
    color: #000;
    font-weight: bold;
    padding: 0px 5px;
    text-decoration: none;
}

.span_pocet_polozek_polozka a:link,
.span_pocet_polozek_polozka a:visited
{
    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;display: none;}

.dp-info
{
    float: right;
    width: 325px;
}

.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;
}

.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-bottom: 1px solid rgb(224,224,224);
    padding: 15px 8px;
}

.tbl_katalog_detail_info .dp-price
{
    font-size: 220%;
	font-weight: bold;
}

.tbl_katalog_detail_info
{
    width: 100%; 
}

.td_katalog_detail_polozka
{
    text-align: right;
}

.td_katalog_detail_in_bas
{
    padding: 5px 0px;
    font-weight: bold;
}

.div_katalog_detail_fotka
{
    float: left;
    width: 369px;
    text-align: center;
    background: #fff;
    border: 1px solid rgb(224,224,224);
    position: relative;
}

.div_katalog_detail_fotka a.highslide
{
    
    width: 350px !important;
	display: block;
    margin: 0px auto;
}

#img_det
{
	margin: 13px auto;
}

.c-dpbook
{
 	margin-top: 20px;
}

.dpbook-top
{
 	height: 29px;
	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: #CDCDCD;
	position: relative;
}

.dpbook-top ul li a 
{
 	float: left;
	text-decoration: none;
	color: #3B3B3B !important;
	margin: 1px 1px 1px 1px;
	background: #ECEBEB;
	position: relative;
	cursor: pointer;
}

.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 #CDCDCD;
	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 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: 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;
}

.td_dodani_polozka
{
    width: 200px;
}

.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: 5px 10px;
	background: rgb(98,98,98);
	font-weight: bold;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/pie/PIE.htc);
}

.c-basket-bt .basket-prepocitat
{
	float: right;
}

.c-basket-bt .basket-prepocitat input
{
	float: left;
	margin: 0px;
	background: rgb(218,37,29);
	
}

.c-basket-bt
{
    height: 24px;
	margin-top: 6px;
}


.tbl_katalog_vypis
{
    width: 100%;
	border-bottom: solid 1px #DFDFDF !important;
}

.tbl_katalog_vypis .input_ks
{
    vertical-align: middle;
}

.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 !important;
	padding-left: 4px;
	padding-right: 4px;
}

.tbl_katalog_vypis td.td_vypis_sloupec6,
.tbl_katalog_vypis td.td_vypis_sloupec7

{
    white-space: nowrap;
	padding-left: 4px;
}

.tbl_katalog_vypis td.td_vypis_sloupec2

{
	padding-left: 4px;
	white-space: normal !important;
}

.tbl_katalog_vypis td.td_vypis_sloupec2 a,
.tbl_katalog_vypis td.td_vypis_sloupec3 a

{
	white-space: normal !important;
}

.tbl_katalog_vypis td.td_vypis_sloupec3
{
    width: 110px;
}

.c-kosik-souvpol .tbl_katalog_vypis td.td_vypis_sloupec3
{
    width: auto;
}

.tbl_katalog_vypis thead
{
    background: rgb(218,37,29);
    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_katalog_vypis thead td a
{
    color: #fff;
}

.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: rgb(218,37,29);	
}

.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: rgb(218,37,29);
	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: rgb(218,37,29);
    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: rgb(218,37,29);
    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;
}

.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: #F7F7F7;
}

.tbl_kosik_shrnuti_ceny thead td
{
    background-color: rgb(218,37,29);
    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: 120px;
}


.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 rgb(218,37,29);
	font-weight: bold;
	padding-top: 6px !important;
	font-size: 13px;
    color: rgb(218,37,29);
}

.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: 20px 0px;
    padding: 20px;
    background: rgb(128,171,0);
    color: #fff;
    font-size: 120%;
    font-weight: bold;
}

.div_messages_error
{
    margin: 20px 0px;
    padding: 20px;
    background: rgb(164,17,10);
    color: #fff;
    font-size: 120%;
}

.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%;
}

#div_vyhledavani_skupiny_container
{
    margin-bottom: 10px;
    line-height: 170%;
    font-weight: bold;
    font-size: 120%;
}

.div_detail_souvpol_nadpis
{
    font-size: 140%;
    padding: 30px 0px 10px 4px;
    font-weight: bold;
}

.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 10px 0px 0px;
}


.div_head_print
{
    display: none;
}

.h1_nadpis
{
    font-size: 18px;
}


/* MENU SKUPIN */
.div_box_content_kategorie
{
    background-color: rgb(34,34,34);
    margin: 0px 0px 50px 0px;
}

.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: 5px 5px 5px 13px;
    font-weight: bold;
    border-bottom: 1px solid rgb(120,43,39);
    background-color: rgb(34,34,34);
    color: #fff;
}

/**** 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: rgb(34,34,34);
}

.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: rgb(34,34,34);
}

.div_box_content_kategorie .li_bezpodskupin a:hover,
.div_box_content_kategorie .li_podskupiny a:hover
{
    background-color: rgb(76,76,76);
    color: white;
}

.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: rgb(76,76,76);
    color: rgb(174,233,0);
    padding-left: 20px;
}

.div_box_content_kategorie .li_aktivni a:hover
{
    background-color: rgb(76,76,76);
    color: rgb(174,233,0);
}

.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: rgb(76,76,76);
    color: rgb(174,233,0);
    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: rgb(34,34,34);
}

.div_box_content_kategorie .li_open a:hover  /*opravena chyba*/
{
    background-color: rgb(76,76,76);
    color: white;
}



/**** 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;
    padding-left: 35px;
    color: white;
	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: 20px center;
    padding-left: 35px;
    color: white;
	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: rgb(76,76,76);
    color: white;
}

.div_box_content_kategorie .li_zanoreni1 .li_aktivni a:link,
.div_box_content_kategorie .li_zanoreni1 .li_aktivni a:visited
{
    background: url('../grafika/sipka_aktualni.gif') no-repeat;
    background-position: 20px center;
    background-color: rgb(76,76,76);
    color: rgb(174,233,0);
    padding-left: 35px;
}

.div_box_content_kategorie .li_zanoreni1 .li_aktivni a:hover
{
    background-color: rgb(76,76,76);
    color: rgb(174,233,0);
}

.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: 20px center;
    background-color: rgb(76,76,76);
    color: rgb(174,233,0);
    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.gif') no-repeat;
    background-position: 20px center;
    padding-left: 35px;
    color: white;
}

.div_box_content_kategorie .li_zanoreni1 .li_open a:hover  /*opravena chyba*/
{
    background-color: rgb(76,76,76);
    color:white;
}




/**** 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;
    padding-left: 45px;
    color: white;
}

.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: white;
}

.div_box_content_kategorie .li_zanoreni2 .li_bezpodskupin a:hover,
.div_box_content_kategorie .li_zanoreni2 .li_podskupiny a:hover
{
    background-color: rgb(76,76,76);
    color: white;
}

.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-color: rgb(76,76,76);
    color: rgb(174,233,0);
    padding-left: 45px;
}

.div_box_content_kategorie .li_zanoreni2 .li_aktivni a:hover
{
    background-color: rgb(76,76,76);
    color: rgb(174,233,0);
}

.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;
    background-color: rgb(76,76,76);
    color: rgb(174,233,0);
    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: white;
}

.div_box_content_kategorie .li_zanoreni2 .li_open a:hover  /*opravena chyba*/
{
    background-color: rgb(76,76,76);
    color:white;
}



/**** 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;
    padding-left: 55px;
    color: white;
}

.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: white;
}

.div_box_content_kategorie .li_zanoreni3 .li_bezpodskupin a:hover,
.div_box_content_kategorie .li_zanoreni3 .li_podskupiny a:hover
{
    background-color: rgb(76,76,76);
    color: white;
}

.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-color: rgb(76,76,76);
    color: rgb(174,233,0);
    padding-left: 55px;
}

.div_box_content_kategorie .li_zanoreni3 .li_aktivni a:hover
{
    background-color: rgb(76,76,76);
    color: rgb(174,233,0);
}

.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;
    background-color: rgb(76,76,76);
    color: rgb(174,233,0);
    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: white;
}

.div_box_content_kategorie .li_zanoreni3 .li_open a:hover  /*opravena chyba*/
{
    background-color: rgb(76,76,76);
    color:white;
}


/* -- 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
{
	  
  margin-bottom: 30px;
}

.tbl-old-order-dp1 table
{
	table-layout: fixed;
	border-collapse: collapse;
	margin: 0px;
	padding: 26px;
  background: url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
  padding: 6px 16px 16px 10px;
}

.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 rgb(218,37,29);
	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_basket2.gif');
	background-repeat: no-repeat;
    padding: 15px 4px 4px 4px;
    margin: -135px 0px 0px 268px;
    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: 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: 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 0px 10px 0px;}
.articles-list h2 { font-size: 14px; margin: 0px; padding: 0px 20px 9px 0px;}
.articles-list h2 span { padding-right:10px; }

.articles-list .art-item
{
    background: url('../grafika/box-corner.gif') no-repeat right top #CDCDCD;
	margin-top: 10px;
	padding: 1px;
	border-bottom: solid 10px #fff; margin: 0px !important;
	_height: 0px; min-height: 1px;
}

.articles-list .art-item1
{
    background: url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
	padding: 8px 4px 8px 4px !important;
	_height: 0px; min-height: 1px;
}

.art-img  {float: left; margin: 0px 8px 2px 0px; }
.art-img  img {float: left;}
.art-img  a { float: left; display: block; background: #fff; border: solid 2px #E4E4E4; padding: 5px;}
.art-img  a:hover { border: solid 2px #9F9F9F;}
.articles-list .art-cont  { text-align: right; }
.articles-list .art-item p  { margin: 0px; padding: 0px 0px 6px 0px;}

.foto-list  {margin: 10px 0px 10px 0px;}

.foga-item
{
    background: #CDCDCD;
	margin-top: 10px;
	padding: 1px;
	border-bottom: solid 10px #fff; margin: 0px !important;
	_height: 0px; min-height: 1px;
}

.foga-item1
{
    background: url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
	padding: 8px 4px 8px 4px !important;
	_height: 0px; min-height: 1px;
}


.foga-item  h2 { font-size: 14px; margin: 0px; padding: 0px 20px 9px 0px; }
.cfoga-img  {float: left; margin: 0px 8px 2px 0px; }
.cfoga-img  img {float: left;}
.cfoga-img  a { float: left; display: block; background: #fff; border: solid 2px #E4E4E4; padding: 5px;}
.cfoga-img  a:hover { border: solid 2px #9F9F9F;}
.foga-item p  { margin: 0px; padding: 0px 0px 4px 0px;}

.foto-cat  {margin: 10px 0px 10px 0px; width: 600px; overflow: hidden;}
.foto-cat-in  {width: 630px; margin-left: 5px;}
.foga1-item {position: relative; width:160px; float:left; padding:15px; margin: 0px 10px 5px 0px;}
.foga1-name {text-align: center; font-size: 12px; font-weight: bold; height: 30px; overflow: hidden;}

.cfoga1-img  {float: left; position: relative; left: 8px; margin: 4px 0px 0px 0px; }
.cfoga1-img  img {float: left;}
.cfoga1-img  a { float: left; display: block; background: #fff; border: solid 2px #E4E4E4; padding: 5px;}
.cfoga1-img  a:hover { border: solid 2px #9F9F9F;}

.c-allph
{
    background: #CDCDCD;
	margin-top: 10px;
	padding: 1px;
	margin: 10px 0px 10px 0px; width: 598px;
}

.c-allph1
{
    background: url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
	_height: 0px; min-height: 1px;
}

.c-allph  h2 {font-size: 14px; margin: 0px 0px 0px 0px; padding: 6px 0px 0px 6px; height: 19px; overflow: hidden; width: 598px;}
.c-allph  h2 a {float: right;  padding: 0px 24px 0px 6px;  font-weight: normal; font-size: 12px;}
.c-allph  h2 span {float: left;}
.allph  {width: 598px; overflow: hidden;}
.allph1  {width: 630px; }
.allph-item {position: relative; width:149px; float:left; margin: 0px 0px 4px 0px;}
.allph-img  {float: left; position: relative; left: 4px; margin: 2px 0px 0px 0px;}
.allph-img  img {float: left;}
.allph-img  a { float: left; display: block; background: #fff; border: solid 2px #E4E4E4; padding: 5px;}
.allph-img  a:hover { border: solid 2px #9F9F9F;}
.allph-back { text-align: center; }


.view-type1
{
    width: 27%;
	border-left: solid 1px #D8D8D8;
	padding-left: 2%;
}

.c-sorting2 .sort1
{
    width: 60%;
    float: left;
}
.paging.pg-foto
{
    width: 40% !important;
    float: right;
	text-align: right;
}


.write-us
{
    background: #CDCDCD;
	margin-top: 10px;
	padding: 1px;
}

.write-us1
{
    background: url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
	padding: 9px !important;
	_height: 0px; min-height: 1px;
}

.write-us h2
{
	font-size: 12px !important; padding: 0px 0px 0px 20px; margin: 0px;
	background: url('../grafika/ico_kontakty.gif') no-repeat left center;
}

.div_napiste_nam td
{
	padding-right: 6px;
	padding-bottom: 1px;
	padding-top: 2px;
}


.tbl_napiste_nam .input_text
{
    width: 180px;
}

.bubble-message
{
    font-weight: bold;
    font-size: 120%;
}

.bubble-nazev
{
    padding: 3px 0px;
	margin-bottom: 2px;
    height: 30px;
    overflow: hidden;
    vertical-align: middle;
}

.span_countdown
{
    font-weight: bold;
}

.skryj	{ position:absolute; left:-1000px; top:-1000px; width:1px; height:1px; overflow:hidden; }

#skupina-popisek-more
{
    text-align: right;
    margin: 10px 0px 20px 0px;
}

.in-bas0
{
    visibility:hidden;
}

.in-bas1
{
    z-index:1001;
    visibility: visible;
    color: white;
    background-color: rgb(128,171,0);
    position: absolute;
    text-align: center;
    padding: 5px 0px;
    margin-top: -90px;
    font-weight: bold;
    width: 229px;
    /*width: 280px;*/
}

.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;
}

.lbl-required
{
    font-weight: bold;
}

.ifr-mailing-newsletter
{
    border: none;
    width: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    /*border: 1px solid red;*/
}

.val-bad
{
    border: 2px solid red;
}

.zas-nov-email
{
    width: 200px;
}

.soutez
{
    background: #CDCDCD;
	margin-top: 10px;
	padding: 1px;
}

.soutez1
{
    background: url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
	padding: 9px !important;
	_height: 0px; min-height: 1px;
}

.soutez h2
{
	font-size: 12px !important; padding: 0px 0px 0px 0px; margin: 0px;
}

.soutez .psc
{
    width: 70px;
}

.soutez .input_text,
.soutez .input_textarea
{
    margin-left: 10px;
}

.ul-soutez li
{
    list-style-type: none;
    margin-left: -30px;
    padding: 0px;
}

label.sou-spravna
{
    font-weight: bold;
    color: green;
}

.sou-omezeni-zakaznik
{
    border: 1px solid red;
    padding: 10px;
}

#slideshow1,
#slideshow2,
#slideshow3
{
    height:250px;
    margin-top:2px;
}

#slideshow1 .recom-item,
#slideshow2 .recom-item,
#slideshow3 .recom-item
{
    width: 150px;
}

.h2-det
{
    font-size: 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;
}

#nahoru
{
    display: block;
    height: 30px;
    width: 110px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: rgb(164,164,164);
    color: #fff;
    font-size: 130%;
    padding: 10px 0px 0px 0px;
    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 0px 20px 0px;
    color: rgb(128,128,128)
}

.fb-like
{
    padding: 10px 0px 10px 0px;
}

.c-top-linka
{
    position: absolute;
	background: url(../grafika/top-head-linka.png) left top no-repeat;
	width: 980px;
	height: 34px;
	top: 141px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 6px 0px 0px 0px;
}

.a-top-user
{
    display: block;
    width: 115px;
    position: absolute;
    top: 58px;
    right: 125px;
	background: url(../grafika/ico-zakaznik.png) center top no-repeat;
	padding: 59px 0px 0px 0px;
	text-align: center;
	color: rgb(58,58,58) !important;
	text-decoration: none;
}

.a-top-user-logout
{
    display: block;
    width: 115px;
    position: absolute;
    top: 131px;
    right: 125px;
	color: rgb(58,58,58) !important;
	text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.a-top-user-registrace
{
    display: block;
    width: 220px;
    height: 60px;
    position: absolute;
    top: 58px;
    right: 0px;
	background: url(../grafika/ico-zakaznik.png) left top no-repeat;
	padding: 5px 0px 0px 70px;
	text-align: left;
	color: rgb(58,58,58) !important;
	text-decoration: none;
	font-size: 140%;
}

.a-top-basket
{
    display: block;
    width: 115px;
    position: absolute;
    top: 58px;
    right: 0px;
	background: url(../grafika/ico-kosik.png) center top no-repeat;
	padding: 59px 0px 0px 0px;
	text-align: center;
	color: rgb(58,58,58) !important;
	text-decoration: none;
}

.a-top-user:hover,
.a-top-basket:hover,
.a-top-user-registrace:hover,
.a-top-user-logout:hover
{
	text-decoration: underline;
}

.c-top-kontakt
{
    position: absolute;
    left: 20px;
    top: 7px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    z-index:100;
}

.f-copyright,
.f-copyright2,
.f-sofico
{
    float: left;
    width: 230px;
}

.footer a
{
    color: #000;
    text-decoration: none;
    display: block;
}

.footer a:hover
{
    text-decoration: underline;
}

.f-copyright2 a
{
    display: inline !important;
}

.c-drobky
{
    color: rgb(100,100,100);
}

.vyp-sleva,
.vyp-baleni,
.vyp-kod
{
    font-size: 90%;
    margin: 3px 0px 0px 9px;
}

.det-basket
{
    background: rgb(242,242,242);
    padding: 29px 0px;
    text-align: center;
    color: rgb(98,98,98);
}

.det-basket .input_ks
{
    background: #fff !important;
    border: 2px solid rgb(233,233,233) !important;
	vertical-align: middle !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    behavior: url(/pie/PIE.htc);
}

.det-basket .bt-basket
{
    background: url('../grafika/bt-basket-detail.png') no-repeat left top;
	width: 160px;
	height: 42px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	margin: 0px 0px 0px 14px;
}

.c-uvod-prihlaseni
{
    height: 359px;
    text-align: center;
    margin-top: 170px;
}

.c-uvod-prihlaseni .input_text
{
    display: block;
    margin: 0px auto 22px auto;
    width: 235px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url('../pie/PIE.htc');
    background: #fff !important;
    color: #000 !important;
    padding: 12px 25px;
    border: none !important;
    font-size: 120%;
}

.c-uvod-prihlaseni .input_submit
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/pie/PIE.htc);
    background: rgb(128,171,0) !important;
    color: #000 !important;
    padding: 12px 25px;
    border: none !important;
    font-size: 170%;
    font-weight: normal;
}

.c-uvod-o-firme
{
    background: url('../grafika/bg-uvod-o-firme.gif') center top repeat-y;
    color: #fff;
}

.c-uvod-o-firme2
{
    background: url('../grafika/ico-uvod-bike.png') center center no-repeat;
    width: 980px;
    margin: 0px auto;
    padding: 45px 0px;
    font-size: 130%;
    line-height: 150%;
}

.c-uvod-o-firme2-text-left
{
    float: left;
    width: 375px;
}

.c-uvod-o-firme2-text-right
{
    float: right;
    width: 375px;
}

.c-uvod-o-firme-doplnujici-info
{
    width: 980px;
    margin: 0px auto;
    padding: 45px 0px;
    font-size: 135%;
    line-height: 150%;
}

.div_detail_prilohy
{
    margin: 10px 0px;
}

.div_detail_prilohy_nadpis
{
    font-weight: bold;
}

.c-page
{
    background: #fff;
    border: 1px solid rgb(224,224,224);
    margin: 15px 0px 0px 0px;
    padding: 20px;
}

.c-razeni-strankovani
{
    background: #fff;
    color: rgb(100,100,100);
    padding: 10px;
    margin: 0px 0px 20px 0px;
}

.c-razeni-strankovani a
{
    color: rgb(100,100,100);
}

.c-faktury a
{
    display: block;
    margin: 0px 0px 5px 0px;
}

.td-det-varianta select
{
    font-size: 150%;
    width: 100%;
    margin-top: 5px;
}

.castka span
{
    font-size: 70%;
    font-weight: normal;
    white-space: nowrap;
}

.td-kosik-celkem-cena
{
    width: 120px;
}

#hpCarouselWrapper{
	width: 984px;
	overflow: hidden;
	position: relative;
	*zoom: 1;
	float: left;
	margin: 0px 0px 40px 0px;
}
#hpCarouselWrapper img{
	vertical-align: top
}
#hpCarouselWrapper:after, #hpCarouselWrapper:before{
    content: " ";
    display: table;
    height: 0;
    overflow: hidden;
}
#hpCarouselWrapper:after{
	clear: both
}
#hpCarouselWrapper #pager{
	position: absolute;
	left: 15px;
	bottom: 15px;
	height: 20px;
	font-size: 0;
	z-index: 2000;
}
#hpCarouselWrapper #pager a{
	background: url(../grafika/pager-slider.png) no-repeat;
	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: url(../grafika/pager-slider-selected.png) no-repeat;
}
#hpCarousel{
	width: 100%;
	overflow: hidden;
	clear: both;
	height: 245px;
}

#dialog
{
    text-align: left;
}

#dialog a
{
    color: rgb(152,6,6);
}

.ui-dialog {
	top: 0px !important;
	width: 637px !important;
}
.ui-dialog-titlebar {
	color: white !important;
	background: rgb(219,36,28) !important;
}
.ui-dialog-content {
	color: #000 !important;
	background-color: #fff !important;
}

.val_chyba_zahlavi span
{
    color: #fff !important;
}

.c-reg-adresa-new
{
    font-weight: bold;
    padding: 10px 0px;
}

.c-dod-adresa-submit
{
    margin: 20px auto;
    padding-left: 190px;
}

.td-adresy-editace
{
    width: 150px;
    text-align: right;
}

#div_adresa_dodani select
{
    margin: 10px 0px;
    font-size: 120%;
}

.view-prices
{
    float: left;
    text-align: center;
    width: 360px;
    margin: 0px 0px 0px 10px;
}

table.tbl-old-order {border: none; border-bottom: solid 1px #DFDFDF;}
table.tbl-old-order td {border: none; padding: 4px;}
table.tbl-old-order thead td {background: #DA251D; border: solid 1px #fff; color: #fff; padding:3px;}

/* /faktury.php */
.tbl-faktury
{
    /*width: 400px;*/
    width: 450px;
}
.tbl-faktury thead td
{
    font-weight: bold;
    background: #DA251D;
    color: #fff;
}
.tbl-faktury td
{
    padding: 5px;
}
.tbl-faktury tbody td
{
    border-bottom: 1px solid rgb(224,224,224);
}
.tbl-faktury .nedoplatek
{
  white-space:nowrap;
}
.fak-uhrazeno
{
    font-weight: bold;
    color: rgb(127,170,0);
}
.fak-neuhrazeno
{
    font-weight: bold;
    color: rgb(218,37,29);
}
.c-faktury-filtr
{
    /* width: 370px; */
    width: 420px;
    padding: 15px;
    background: rgb(255,255,255);
    margin: 0px 0px 15px 0px;
}

.pro-priznak
{
    position: absolute;
    color: #fff;
    top: 90px;
    left: 0px;
    font-weight: bold;
    z-index:1001;
}

.pro-priznak div
{
    padding: 5px 12px;
    margin: 5px 0px 0px 0px;
}

.pro-priznak-detail
{
    position: absolute;
    color: #fff;
    top: 50px;
    right: 0px;
    font-weight: bold;
}

.pro-priznak-detail div
{
    padding: 5px 12px;
    margin: 0px 0px 5px 0px;
}

.atrib-1 /* novinka */
{
    background: rgb(127,170,0);
}

.atrib-2 /* akce */
{
    background: rgb(164,17,10);
}

.atrib-3 /* vyprodej */
{
    background: rgb(98,98,98);
}

.atrib-4 /* prodej po baleni */
{
    background: rgb(98,98,98);
}

.atrib-5 /* doporucujeme */
{
    background: rgb(203,176,139);
}


.kosik-tbl-polozky .tbl_katalog_vypis .td_vypis_sloupec1 .highslide
{ /* Fotka */
    display:inline-block;
    overflow:hidden;
    max-width:40px;
    max-height:40px;
}

.input_text_nepovinny_needitovat,
.input_text_needitovat
{
  color:#666666 !important;
  background-color:rgb(224,224,224) !important;
  border:1px solid #DFDFDF !important;
}

.div-kosik-chyba-ks-skladem
{
    background: rgb(164,17,10);
    color: #fff;
    padding: 15px;
    margin: 15px 0px;
}

.div-kosik-chyba-ks-skladem-nadpis
{
    font-weight: bold;
    font-size: 120%;
}

.div-kosik-chyba-ks-skladem-info
{
    margin: 10px 0px 30px 0px;
    font-style: italic;
}

.c-uvod-zap-heslo
{

}
.c-uvod-zap-heslo a
{
  background-color:rgb(255,255,255);
  background-color:rgba(255,255,255,0.6);
  font-weight:bold;
  margin-top:20px;
  color:#000000;
  display:inline-block;
  padding:10px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.det-cena-eur-bez-dph
{
    margin: 5px 0px 0px 0px;
}

.det-cena-eur-s-dph
{
    margin: 10px 0px 0px 0px;
    font-weight: bold;
    font-size: 120%;
}

.kosik-kurz
{
    text-align: left;
    font-size: 120%;
    margin: 10px 0px 0px 3px;
    font-weight: bold;
}

.cena-eur
{
    color: rgb(128,171,0) !important;
}

.cat-box-neprihlaseny
{
    margin: 28px 5px;
    background: rgb(255,255,255);
    border: 1px solid rgb(224,224,224);
    padding: 15px;
    font-weight: bold;
}

.eu-cookies {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 98%;
    color: black;
    z-index: 9990;
    margin: 0px;
    padding: 1%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 100%;
    box-shadow: 0 -2px 8px 0 rgb(0 0 0 / 25%);
    background: #ffffffef;
}

.eu-cookies-btns {
    margin: 10px 0px;
    text-align: center;
}

.eu-cookies-btns button {
    margin: 5px;
    color: white;
    background: black;
    border: 0px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.eu-cookies-btns button:hover {
    background: #606060;
    color: white;
    border: 0px;
    padding: 10px 20px;
    margin: 0px 5px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.eu-cookies button {
    color: white;
    background: black;
    border: 0px;
    padding: 10px 20px;
    margin: 0px 5px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.eu-cookies button:hover {
    background: #606060;
    color: white;
    border: 0px;
    padding: 10px 20px;
    margin: 0px 5px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.eu-cookies a,
.eu-cookies a:link,
.eu-cookies a:visited
{
    color: black;
    text-decoration: underline;
    font-size: 100%;
}

.eu-cookies a:hover {
    color: black;
    text-decoration: none;
}

.eu-cookies-blok {
    border-top: 1px solid #ddd;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.eu-cookies-blok-nazev {
    font-size: 130%;
    margin-bottom: 5px;
}

.eu-cookies-blok-checkbox {
    margin-left: 50px;
}

.eu-cookies-last {
    border-top: 1px solid #ddd;
    padding: 10px 0px !important;
    text-align: center;
}

input[type="checkbox"].eu-cookies-checkbox {webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;position: relative;vertical-align: sub;right: 0;bottom: 0;left: 0;
    height: 25px;width: 25px !important;transform: inherit !important;transition: all 0.15s ease-out 0s;background: white;border: solid 1px #ccc;color: #fff;cursor: pointer;padding: 0px !important;
    display: inline-block;margin-right: 0px !important;position: relative;transform: none;border-radius: 0px;opacity: 1;z-index: 2;outline: none;margin-bottom: 2px;}
input[type="checkbox"].eu-cookies-checkbox:disabled {opacity: 0.3;}
input[type="checkbox"].eu-cookies-checkbox:checked {background: black;}
input[type="checkbox"].eu-cookies-checkbox:checked::before {height: 24px;width: 22px;position: absolute;content: "\2713";display: inline-block;font-size: 18px;text-align: center;line-height: 24px;
    background: none;color: white;opacity: 1;font-weight: bold;}

/* PopUp */
.popup_bg
{
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.6);
    top:0;
    left:0;
    display:none;
    z-index:9991;
}

.popup
{
    left:30%;
    width:40%;
    top:10%;
    position:fixed;
    display:none;
    z-index:9999;
}

#popup_head
{
    z-index:9999;

    -webkit-box-shadow: 0px -2px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px -2px 4px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px -2px 4px 0px rgba(50, 50, 50, 0.5);
}
#popup_head .content
{
    padding:20px;
    line-height:20px;
    height:20px;
    background-color:#f4f4f4;
    font-size:150%;
    overflow:hidden;
    border-bottom:1px solid #e7e7e7;
}

#popup_head .close
{
    background-color:#afafaf;
    color:#fff;
    cursor:pointer;
    width:35px;
    height:35px;
    line-height:35px;
    text-align:center;
    position:absolute;
    right:20px;
    top:10px;
    background-image:url("/grafika/close.png");
    background-repeat:no-repeat;
    background-position:center;

    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
#popup_head .close:hover
{
    background-color:#000;
}

#popup_front
{
    overflow:auto;
    text-align:left;
    background-color:#fff;
    margin-top:61px;

    max-height:70%; /* Sichr (Safari neum? calc) */
    max-height:-moz-calc(80% - 61px); /* Firefox */
    max-height:-webkit-calc(80% - 61px); /* WebKit */
    max-height:-o-calc(80% - 61px); /* Opera */
    max-height:calc(80% - 61px); /* Standard */
}
#popup_front .content
{
    padding:20px;
}
#popup_front h1
{
    margin:0;
    padding:0;
    padding-bottom:10px;
    border-bottom:1px solid #E6E6E6;
    margin-bottom:10px;
}
#popup_front p
{
    margin:0;
    padding:0;
    margin-bottom:10px;
}

@media all and (max-width: 768px)
{
    body
    {
        overflow:auto !important;
    }
    #popup_front .abp_buttons .button {width: 100%;box-sizing: border-box;}
    #popup_bg
    {
        display:none !important;
        visibility:hidden;
        position:relative;
    }
    .popup
    {
        width:100%;
        margin:0;
        left:0;
        top: 0;
    }
    #popup_front
    {
        max-height: calc(100% - 61px);
    }
    #popup_head .content
    {
        padding-left:2%
    }
    #popup_head .close
    {
        right:2%;
    }
    #popup_front .content
    {
        padding:2%;
    }
}
/**/

/* LOADER */
#loader
{
    display:none;
    z-index: 10000;
}
#loader .loader
{
    margin:auto;
    margin-top:20%;
}
.loader
{
    border:5px solid #f3f3f3;
    border-top:5px solid grey;
    border-radius:50%;
    width:100px;
    height:100px;
    animation:spin 2s linear infinite;
    display:block;
}
@keyframes spin
{
    0% { transform:rotate(0deg); }
    100% { transform:rotate(360deg); }
}
/* END LOADER */

/* FILTRY */
.filtry_bg
{
    margin: 20px 0px 20px 0px;
    background-color: #FFF;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    clear: both;
}
.filtry
{
    /*display: flex;
    flex-wrap: wrap;*/
}
.filtry .parametr
{
    box-sizing: border-box;
    padding: 10px;
    /*width: 20%;*/
}
.filtry .parametr .nadpis
{
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
    width: 20%;
}

.filtry .parametr .nadpis:hover {
    cursor: pointer;
}
.filtry .parametr label
{
    display: block;
}
.filtry .parametr select
{
    width: 100%;
    box-sizing: border-box;
}
.filtry_bg .buttons
{
    text-align: right;
    padding: 10px;
}
.filtry_bg .filtry_dalsi_button
{
    background-color: transparent;
    color: #000;
}
.filtry_bg .filtry_dalsi_button .fa
{
    margin-left: 5px;
    display: inline-block;
}
.filtry_bg .filtry_dalsi_button .fa-minus,
.filtry_bg .filtry_dalsi_button.open .fa-plus
{
    display: none;
}
.filtry_bg .filtry_dalsi_button.open .fa-minus,
.filtry_bg .filtry_dalsi_button .fa-plus
{
    display: inline-block;
}
.filtry_bg .buttons input[type=submit]
{
    padding: 10px 20px;
}
.filtry_bg .filtry_vybrane
{
    clear: both;
    overflow: hidden;
    padding: 10px;
}
.filtry_bg .filtry_vybrane .nadpis
{
    color: gray;
    display: inline-block;
    padding: 5px;
    padding-left: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
}
.filtry_bg .filtry_vybrane a
{
    background-color: #e6e6e6;
    display: inline-block;
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
    text-decoration: none;
    opacity: 0.8;
}
.filtry_bg .filtry_vybrane a:hover
{
    opacity: 1;
}
.filtry_bg .filtry_vybrane a:after
{
    content: "X";
    padding-left: 10px;
    font-weight: bold;
    font-size: 110%;
}
.filtry_bg .filtry_vybrane a.zrusit
{
    float: right;
    margin-right: 0;
}
/* OPEN CLOSE */
.filtry .parametr .nadpis .fa
{
    float: right;
    cursor: pointer;
    display: none;
    margin-top: -4px;
}
.filtry .parametr.close .hodnoty
{
    display: none;
}
.filtry .parametr.open .fa.fa-angle-up
{
    display: block;
}
.filtry .parametr.close .fa.fa-angle-down
{
    display: block;
}
.filtry_bg .parametr .hodnoty label {
    float: left;
    width: 20%;
}
#filtr_submit {
    margin-top: 10px;
    padding: 0px 0px 10px 10px;
}
/* END OPEN CLOSE */

.cistic {
    clear: both;
}

.vyp_cena_od {
    text-align: right;
    padding: 0px 10px 0px 0px;
}

#uvodni_upoutavka_nezobrazovat {
    text-align: center;
}

#nezobrazovat {
    display: inline-block;
    background-color: #d00;       /* tmavě červené pozadí */
    color: #fff;                  /* bílý text */
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#nezobrazovat:hover {
    background-color: #b00000;
}/* 
================================================
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: 2555;
	width: 550px !important;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	padding: 0 6px;
	background-image: url(img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.autosuggest div.as_header
{
	height: 6px;
}

div.autosuggest div.as_footer
{
	height: 7px;
}


div.autosuggest div.as_footer
{
	background-image: url(img_inquisitor/ul_corner_br.gif);
	position: relative;
	top:1px;
	_top:0px;
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	overflow: hidden;
	background-color: white;
}

div.autosuggest div.as_header div.as_bar
{
	height: 6px;
	border-top: 1px solid rgb(102,102,102);
}

div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	border-bottom: 1px solid rgb(102,102,102);
}

div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: white;
	border-left: 1px solid rgb(102,102,102);
	border-right: 1px solid rgb(102,102,102);
}

div.autosuggest ul li
{
	color: #333333;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a:link,
div.autosuggest ul li a:visited
{
	color: #333333;
	display: block;
	text-decoration: none;
	background-color: transparent;
	/*text-shadow: #000 0px 0px 5px;*/
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: white;
}

div.autosuggest ul li a span
{
	/*display: block;*/
	/*padding: 3px 6px;*/
}

.nas-div-img
{
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    margin: 0px 5px 0px 0px;
    clear: both;
}

.nas-div-cena
{
    width: 100px;
    float: right;
    text-align: right;
    font-weight: bold;
    color: #c7172e;
    padding: 8px 3px 0px 0px;
}

.nas-div-nazev
{
    width: 395px !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;
}

