/* ==================================================  globalni definice ================================================================= */
body, table, .main, option, input, button, select { font-family: Arial, Helvetica, Verdana, sans-serif;}
body {font-size: 62.5%; margin:0;min-width:1000px;}
body.printpage{min-width:0;font-size:0.9em;padding: 10px;}
* {box-sizing: border-box;}
tr { vertical-align: top; }									/*format radku hlavniho okna*/
h1, h2, h3, h4, h5 { margin: 0; }									/*format nadpisu*/
h1 {font-size:1.5em}
h2 {font-size:1.4em}
h3 {font-size:1.3em}
h4,h5 {font-size:1.2em}
select {margin: 0;border: 1px solid #999;padding: 2px 20px 1px 5px;background: #fff url("img/arrow-select.png") no-repeat scroll; background-position: right 9px center; -webkit-appearance: none;-moz-appearance: none;appearance: none;height: 25px;border-radius: 0;width: auto;float: left;margin:0 10px 0 0;}

q{quotes:none;}
em{font-style: normal;}
select.multiselect {padding-top:0;padding-bottom:0;height:auto;}
u {text-decoration: none;}
label {}
input {border: 1px solid #999;padding:2px;}
input[type="text"], input[type="password"] {height: 25px;}
textarea {border: 1px solid #BEBEBE;	}
table th, table td {vertical-align:top;} /* pro operu */
div {text-align:left;margin:0;padding:0;}							
a { text-decoration: none; color: black; cursor:pointer;}	/*format odkazu*/
a:hover { text-decoration: underline; }			/*odkaz po najeti mysi*/
a img {border:0px}
hr { color: #0093cd; background-color: #0093cd; border:0px; height:1px }													/*barva vodorovne cary*/
form { margin:0px;}
p{margin:0;}
ul{list-style: none;margin:0;padding:0;}

.input_submit, .input_button {cursor:pointer; _cursor:hand;}	

.clear {_height: 0px; ?height: 0px; font-size: 0px; clear: both;}
div.clear {width:100%;height:0px;overflow:hidden !important;clear:both;}
.noclear {clear:none;}

.emptychar {float:left;margin:0;padding:0;width:0;height:0;overflow:hidden;}

.cspan {background: url(img/refresh_icon.png) no-repeat; float: left; height: 32px; font-size: 0; width: 32px; margin: -4px 2px 0 2px; }

/***** UPRAVY PRO SEO *****/
.bold {font-weight:bold !important;}
.normal {font-weight:normal;}
.line_through {text-decoration:line-through !important;}
.nowrap { white-space:nowrap !important;}
.al_left { text-align:left !important;}
.al_right { text-align:right !important;}
.al_center { text-align:center !important;}
.val_middle { vertical-align:middle !important;}
.val_top { vertical-align:top !important;}
.val_bottom { vertical-align:bottom !important;}
.f_left { float:left !important;}
.f_right { float:right !important;}
.w100 { width:100%;}
table.w50 {width:50% !important;}	/* šířka tabulek - při 100% layoutu ponechat 50%, při vycentrované pevné šířce přepsat na 100% ;) */
.font_wingdings { font-family:wingdings;}
.inp_txt_qty {}
.ds_block{display:block !important;}
.ds_none{display:none !important;}
.ds_tbl{display:table !important;}
.ds_tblrow{display: table-row !important;}
.ds_tblcell{display: table-cell !important;}
.ds_inline{display:inline !important;}
span.webdings {float:left;display:inline-block;margin:0; padding:0 4px;background:url('img/DECwebdings_a.gif') no-repeat center transparent;}
/*podbarveni sudeho radku tabulky*/
.color_row { background-color: #FFF; }
.grey_scale{filter: url(css/grayscale.svg#greyscale);
filter: gray;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-o-filter: grayscale(100%);}
.out {float:left;margin:0;padding:0;}
.in {float:left;margin:0;padding:0;}

.gallery_note img{width:0;height:0;overflow:hidden;}

.hint {}

.rndimg{display:inline;}
.rndimg .outer{display:inline;}
.rndimg .outer .inner{margin:auto;
	-webkit-border-top-left-radius: 1ex; -khtml-border-radius-topleft: 1ex; -moz-border-radius-topleft: 1ex; border-top-left-radius: 1ex;
	-webkit-border-top-right-radius: 1ex; -khtml-border-radius-topright: 1ex; -moz-border-radius-topright: 1ex; border-top-right-radius: 1ex;
	-webkit-border-bottom-left-radius: 1ex; -khtml-border-radius-bottomleft: 1ex; -moz-border-radius-bottomleft: 1ex; border-bottom-left-radius: 1ex;
}

/* ================================================= konec globalni definice ================================================================= */

.menulog { color: black; font-weight: bold;position:absolute;right:0px;bottom:0px;text-align:right}	/*format napisu uzivatele a firmy*/
.menulog_img {border:1px solid gray}

.btnn {text-align:center;margin:0;padding:0;white-space: nowrap; float: left;border: 1px solid #33802e; 
background: #797979; /* Old browsers */
background: -moz-linear-gradient(top,  #797979 0%, #626262 1%, #424242 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #797979 0%,#626262 1%,#424242 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #797979 0%,#626262 1%,#424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#424242',GradientType=0 ); /* IE6-9 */
border-radius:5px;
  border: 1px solid #333333;
}
.btnn.light {border: 1px solid #999999; background: #f7f7f7; /* Old browsers */background: -moz-linear-gradient(top,  #f7f7f7 0%, #ededed 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  #f7f7f7 0%,#ededed 100%)}
.btnn a {display:block;float:left;text-decoration: none;white-space: nowrap;}

.btnn a p {display:block;float:left;margin:0;padding:0;width:17px;white-space: nowrap;}
.btnn a strong {font-size: 10px;} /* musi byt !!! */
.btnn a em {display:block;float:left;margin:0;padding:0;width:17px;white-space: nowrap;}
.btnn a strong {display:block;float:left;margin:0;padding:0;white-space: nowrap;font-weight:bold;color:#fff;line-height:1.5;}
.btnn a strong p{display:block;float:left;margin:0;width:auto;white-space: nowrap;font-size:1.2em;line-height:1.9;font-weight:normal;text-transform: uppercase;background:none;}
.btnn a strong q{display:block;float:left;margin:0;width:auto;white-space: nowrap;font-size:1.2em;line-height:1.9;font-weight:normal;text-transform: uppercase;background:none;}
.btnn a span {display:block;float:left;width:17px;white-space: nowrap;}
.btnn.disabled {display:none !important;}

#maincont{position:relative;clear:both;}
#maincont.hp #catalog {display: block; width: 240px; background: none; top: 134px; left: 15px; }
#maincont.hp #catalog #res_tree_btn {display: block !important; background-color: #fff; border:none;}
#maincont.hp #leftcont { position: absolute;  z-index: 9; width: 255px;  top: 130px;   padding: 0;}
#maincont.hp #leftcont .boxcont.lefttreecont { width: 255px;  top: 47px;  position: absolute; display: none;  padding: 0 10px; left: 40px; }
#maincont.hp #leftcont .boxcont.lastvisitedcont, #maincont.hp #leftcont .boxcont.compcont, #maincont.hp #leftcont .boxcont.toplist,
#maincont.hp #leftcont .boxcont.favourcont {display: none;}
#maincont.hp .outercont {padding: 170px 0 0 0;}
#maincont.hp .wrapcont {margin:0 0 0 -25px;}
#maincont.hp .innercont {padding:0;}
#maincont.hp #centercont  {margin:5px -25px 0 0;}
#maincont.hp #sptnav {padding: 4px 10px 0 260px;}
#maincont.hp #webnews .boxcont.wn9,#maincont.hp #webnews .boxcont.wn10 {padding: 0 25px;}
#maincont.hp #webnews .wnshort {padding: 0 25px}
#maincont.hp #webnews .bottom_outer {padding: 0 25px;}

/*
#maincont{position:relative;clear:both; max-width: 1000px; margin: 0 auto;}
*/
#topcont {position:absolute;left:0;right:auto;top:0;bottom:auto;width:100%;}
.outercont{padding: 170px 0 0 260px;}
.innercont{margin:0;padding:0 25px 0 0;;width:100%;}
.wrapcont{float:left;margin:0 0 0 -260px;padding:0;width:100%;}
#leftcont{position:relative;float:left;padding:0;width:260px;padding:25px 20px;}
#centercont{position:relative;float:right;padding:0;margin:25px -260px 0 0;width:100%;height:auto;overflow:hidden;}
#rightcont{position:relative;float:right;margin-right:-130px;min-height:300px;padding:5px;width:120px;}

.topbar {width:100%;background:#92dd00;;padding: 10px;float:left;color:#000;}
.topbar .note {float:left;text-align: center;width: 98%;font-size:1.2em;}
.topbar .close {float:right;cursor:pointer;font-size: 1.6em; line-height: 1; padding: 3px 5px;  border: 1px solid #000;position: absolute; top: 5px; right: 6px;}
.topbar .close:hover  { background: #79BB00 }

.tstrun{width:468px; height:75px; margin:5px auto;}

/*format tabulky*/
.tabform {width:100%;font-size: 1.3em;}
.tabform tr {vertical-align: middle; height: 15pt;background:none;}
.tabform tr.hdr {background:none; }
.tabform td {padding:10px 0;background:none;}
.tabform td h2 {margin:0px;font-weight:normal; font-size: 1.2em;}
.tabform th {padding:10px 0; color:#5D5D5D; background:none;border:none;}
.tabform th a { color:white;}
.tabform .btnn a strong p {font-size: 1.1em;}

.tabform.valtable {} 
.tabform.valtable th {float:none;display: table-cell;border-bottom:2px solid #09396D;width:auto;}
.tabform.valtable td {width:auto;}
.tabform.valtable .color_row td {background:#AED2E9;}
.tabform.valtable a {color:#177FA5;text-decoration: underline;}

/*format tabulky s polozkama*/
.tabitem  { font-size: 1.1em; background-color: #DFEFFF; }
.tabitem tr { height: 14pt; }
.tabitem th { background-color: transparent; color: #084994; height: 14pt; border: none; }
.tabitem th a { color:#084994; text-decoration:none; }

/*format tabulky v rezimu editace*/
.tabedit { background-color: #FFFFD0;}
.tabedit th { background:none;text-align:right; padding:5px 4px 5px 10px;}
.tabedit tr.btncell th .btnn{float:right;}				
.tabedit tr.btncell td {text-align: right;}
.tabedit tr.btncell td .fombuttons {float: left;}
.tabedit td {padding:5px 4px 5px 10px;}
.tabedit tr { vertical-align: middle;}
.tabedit tr#nodiacriticinfo, .tabedit tr.hint {font-size:0.9em; opacity:0.8;}	

/*format tlacitek*/
/*.button { background-color: #5774D2; font-weight: bold; color:white; }*/
.button { text-align:center;margin:0;padding:0;white-space: nowrap; float: left;border: 1px solid #33802e;cursor:pointer; 
background: #797979; /* Old browsers */
background: -moz-linear-gradient(top,  #797979 0%, #626262 1%, #424242 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #797979 0%,#626262 1%,#424242 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #797979 0%,#626262 1%,#424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#424242',GradientType=0 ); /* IE6-9 */ 
border-radius:5px;
  border: 1px solid #333333;
  color:white;
  padding: 5px 15px 5px 15px;font-size: 1.1em;font-weight: bold;height:auto;
  }	
/*symboly dle statusu produktu*/
.char { font-family: wingdings; }

/* ======================================================================================================================================================================================= */

.boxcont {margin:15px 0 0 0;padding:0;width:220px;height:auto;background: #FFF;}
.boxcont .hdr {float:left;margin:0;padding:0;}
.boxcont .hdr .l {float:left;font-size:0;width:0;height:auto;overflow:hidden;}
.boxcont .hdr .c {float:left;margin:0;padding:0;}
.boxcont .hdr .c p{float:left;margin:0;padding:0;}
.boxcont .hdr .r {float:left;font-size:0;width:0;height:auto;overflow:hidden;}
.boxcont .cnt {float:left;margin:0;padding:8px 11px 12px 11px;}
.boxcont .ftr {float:left;width:auto;height:0;overflow:hidden;}
.boxcont .ftr table {}
.boxcont .ftr td.l {padding:0;font-size:0;width:0;}
.boxcont .ftr td.l div {margin:0;padding:0;font-size:0;width:0;height:0;overflow:hidden;}
.boxcont .ftr td.c {}
.boxcont .ftr td.c div {margin:0;padding:0;}
.boxcont .ftr td.c p {float:left;margin:0;padding:0;}
.boxcont .ftr td.r {font-size:0;width:0;}
.boxcont .ftr td.r div {margin:0;padding:0;font-size:0;width:0;height:0;overflow:hidden;}

.buybox{float:left;clear:left;}
.buybox form {display:block;float:left;}
.buybox .inp_txt_qty {float:left;}
.buybox .inp_txt_qty input {width: 29px;height: 24px;font-weight: bold;text-align: center;float: left;display: block;border: 1px solid #BEBEBE;border-radius: 0;margin: 10px 0 0 0;}
.buybox .glbact {float:left;display:none;}





.buybox .btnn.buy {cursor:pointer;float:left;margin:4px 0 0 17px;}
.buybox .btnn.buy a {width: 120px;height: 32px;text-decoration: none; background: url('img/cart.png') 15px center no-repeat;}
.buybox .btnn.buy a em {background:none;}
.buybox .btnn.buy a strong {background: none;padding: 3px 0 0 30px;}
.buybox .btnn.buy a strong q {text-transform:none;font-weight:bold;font-size:1.4em;}
.buybox .btnn.buy a span {background: url("img/arrow-right-white.png") no-repeat 10px center;height: 32px;}

.comp {}
.comp a {background:url('img/compareico.gif') no-repeat scroll 0 1px;color:#1987B0;padding:0 0 0 18px;text-decoration: underline;cursor: pointer;}

.thumbimg {}
.thumbimg a {background:url('img/showthumbnailico.gif') no-repeat scroll 0 2px;color:#1987B0;padding:0 0 0 18px;text-decoration: underline;cursor: pointer;}

#loadingCont{z-index:5;}
#loadingCont img{background:url('img/loading-small.gif') 0 0 no-repeat;width:32px;height:32px;float:left;}
#loadingCont .inner{vertical-align: middle;}
#loadingCont span{color:#4489B8;margin:8px 0 0 5px;display: block;float:left;}
#loadingCont.loadingprodlist{margin-top:30px;}

.stiqty {float:left; padding:10px 0;}
.stiqty .isbundle {float:left;text-align:center;padding:2px;}
.stiqty .stiqtyin {float:left;text-align:center;padding:0;}
.stiqty .stiqtyin a {font-size: 1.5em;text-decoration: none !important;font-weight: bold;}
.stiqty .stiqtyin a:after{content:""; background: url("img/icko.png") no-repeat 0 0px; height: 20px;width: 20px;margin: 0 0 0 5px;display: inline-block; font-size:0.6em; font-weight: normal; background-size: 20px; } 
.stiqty .stiqtyin a:hover {text-decoration:underline;}
.stiqty .stiqtyin a .imgyes {color:#1bb62e;}
.stiqty .stiqtyin a .imgno{color:#de0000 ;}
.stiqty .stiqtyin a .imgout{color:#0093dd;}
.stiqty .stiqtyin a p,.stiqty .stiqtyin a em{margin:0;display:inline;position:relative;bottom:4px;}
.stiqty .stiqtyin p a {margin:0;}
.stiqty .stiqtyin p {margin:-3px 0 0 0;color:#7B7B7B; font-size: 1.2em;}
.stiqtyno {background:url('img/.stiqty.gif') no-repeat scroll 0 0;}
.stiqtyyes {background:url('img/.stiqty.gif') no-repeat scroll 0 0;}
.stiqtyout {background:url('img/.stiqty.gif') no-repeat scroll 0 0;}

.statuscont {float:left; opacity: .8; filter: alpha(opacity=80); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}
.sts, .hook, .bundle {clear:left;float:left; padding:3px 2px 3px 2px; opacity: .8; filter: alpha(opacity=80); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /*
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
  */} 
.hook, .bundle {background:#09396D !important;}                
.hook {display:none;}
.sts p, .bundle p ,.hook p {margin:0; color:#fff; font-size:1.8em;}
.sts {cursor:pointer;}

/*-------topcont------*/

#top {position:relative; float:left; margin:0; padding:0; width:100%;}
#top .left {float:left; width:572px; height:119px; background:#FFFFFF;}
#top .middle {width:100%; height:119px; background:#FFFFFF;}
#top .right {float:right; width:452px; height:119px; background:#FFFFFF ;}
#top .logo {width:173px; height:100px; float:left; margin:13px 25px; background: url(img/logo.png) no-repeat center center / 100%;}
#top .logo:hover {text-decoration:none;}
#top .wn15 {float:left;width: 200px;height: 80px;margin: 25px 0 25px 25px;}
.topuser, .topsrch {float:right;margin: 0 25px 0 0;}
.topuser .admin {font-size:1.3em; position: absolute; top: 109px; right: 25px; }
.topuser .admin a {margin-right: 5px;}
.topuser .admin a:after{content:"|"; margin-left: 5px;}


#bsktcont {float:right;clear:right;border: 1px solid #bebebe;padding: 10px 15px;}          
#bsktcont.opened {}
#bsktcont.opened .cnt {width:100%;}
#bsktcont.opened .cnt .out {width:100%;}
#bsktcont.opened .cnt .out .in {width:100%;}

#bsktcont .hdr {display:none;}
#bsktcont .cnt {}
#bsktcont .cnt .common {}
#bsktcont .bsktcount {float:left;margin:14px 0 0 0; font-size: 1.3em;}
#bsktcont .cnt .amount {color: #DB0000;font-size: 1.8em;float: left;margin: 11px 0 0 15px;}
#bsktcont .ftr {width:auto;width:auto;height:0;overflow:hidden;}

#bsktcont .btnn {cursor:pointer;float:left;margin:4px 0 0 17px;}
#bsktcont .btnn a {width: 120px;height: 32px;text-decoration: none; background: url('img/cart.png') 15px center no-repeat;}
#bsktcont .btnn a em {background:none;}
#bsktcont .btnn a strong {background: none;padding: 3px 0 0 30px;}
#bsktcont .btnn a strong q {text-transform:none;font-weight:bold;font-size:1.4em;}
#bsktcont .btnn a span {background: url("img/arrow-right-white.png") no-repeat 10px center;height: 32px;}

#bsktcont .basketdetailsframe {display:none; float: right;width: 500px;clear: both;position: absolute;right: 25px;top: 100px;background: white;border: 1px solid #BEBEBE;z-index:10;}
#bsktcont .basketdetailsframe .hdr {width:auto; height:0; overflow:hidden;}
#bsktcont .basketdetailsframe .cnt {padding:0;}
#bsktcont .basketdetailsframe .cnt .out {}
#bsktcont .basketdetailsframe .cnt .in {}

#bsktcont .basketdetailsframe .refprice {display:none;}
#bsktcont .basketdetailsframe input {border:none;padding:0;}
#bsktcont .basketdetailsframe .colsviewer {display:none;}

#bsktcont .basketdetailsframe .stitab {background:none;padding:0 20px;}
#bsktcont .basketdetailsframe .stitab th {float:none;font-weight:normal;background:#EAEAEA !important;border-bottom:solid 2px #09396D;}
#bsktcont .basketdetailsframe .stitab tr {float:none;}
#bsktcont .basketdetailsframe .stitab td {background:#FFF !important;padding-top:4px;padding-bottom:4px;vertical-align:bottom;border-bottom:1px solid #BEBEBE;}
#bsktcont .basketdetailsframe .stitab tr:last-child td{border:0;}
#bsktcont .basketdetailsframe .stitab .remove_from_basket {position: relative; bottom: 10px;}
#bsktcont .basketdetailsframe .ordbasket_stilist{width:auto; margin: 0; background: none;}
#bsktcont .basketdetailsframe .ordbasket_stilist .stiqty {display:none;}
#bsktcont .basketdetailsframe .ordbasket_stilist #ordtbl .img {text-align: center;padding: 10px;vertical-align: middle;}
#bsktcont .basketdetailsframe .ordbasket_stilist #ordtbl .img img{width:75px;}
#bsktcont .basketdetailsframe .ordbasket_stilist #ordtbl .name {padding:30px 0;font-size:0.9em;vertical-align: middle;} 
#bsktcont .basketdetailsframe .ordbasket_stilist #ordtbl .code,
#bsktcont .basketdetailsframe .ordbasket_stilist #ordtbl .points,
#bsktcont .basketdetailsframe .ordbasket_stilist #ordtbl .producent {display:none;}
#bsktcont .basketdetailsframe .ordbasket_stilist #ordtbl .qty {color: #999;padding: 10px;font-size: 1.2em;}
#bsktcont .basketdetailsframe .ordbasket_stilist #ordtbl .price {color: #d30000;padding: 10px;font-size: 1.2em;}
#bsktcont .basketdetailsframe .btnn {display:none;}
#bsktcont .basketdetailsframe .basketsumtab {width:100%;background:#EAEAEA !important;border-top:solid 2px #09396D; font-size: 1.3em;display:none;}
#bsktcont .basketdetailsframe .basketsumtab th {color:#5D5D5D;font-weight:normal;text-align: right;}
#bsktcont .basketdetailsframe .basketsumtab td {text-align: right;padding-right:8px;}
#bsktcont .basketdetailsframe .basketsumtab td.price {color:#CA0000;font-weight:bold;}
#bsktcont .basketdetailsframe .basketbuttonsbox {display:none;}

#offercont {width:116px; height:78px;position:absolute; right:20px;left:auto;top:20px;bottom:auto;padding:5px 8px 5px 8px;}
          
#offercont .hdr{ color:#177FA5; font-weight:bold; font-size:1.3em; text-align:center; margin:auto; padding:2px 0 2px 0; }
#offercont .cnt {}
#offercont .bsktcount {float:left;margin-top:0px;}
#offercont .cnt .amount {color:#DB0000; font-weight:bold;width:100%;font-size:1.5em;margin-top:5px;}

#logoncont, #logedcont {float:right;font-size:1.3em;margin:15px 0 5px 0;height:21px;}
#logoncont span, #logedcont span {font-weight:bold;}        
#logoncont .hdr, #logedcont .hdr {display:none;}
#logoncont .ftr, #logedcont .ftr {display: none;}

#logoncont .loga, #logedcont .loga {margin: 0 0 0 5px;background:url("img/arrow-right.png") no-repeat scroll left center; padding:0 0 0 12px;}
#logoncont .logoff, #logedcont .logoff {background: transparent url("img/logout.png") no-repeat scroll center center / 17px;height: 17px;width: 20px;display: inline-block;position: relative;top: 3px;margin:0;} 

#logoncont .input_text, #logoncont .input_password {border: none ; width:115px;margin:0 4px 0 0;padding:2px 5px 0 5px;display:block;float:left;}
#logoncont .tools {position:relative; margin:10px 0 4px 0; font-size: 1.3em;}
#logoncont .tools a {color:#177FA5;text-decoration: underline;margin:0;padding:0;}
#logoncont .logsave{display:inline-block;}
#logoncont .tools span {background:url('img/logonsepbckg.gif') top left no-repeat;margin-left:4px;}
#logoncont .btnn {cursor:pointer;display:block;float:left;}
#logoncont .btnn a {width:35px;height:22px; text-decoration: none; background: url('img/key_ico.png') 7px 4px / 21px 11px no-repeat;}
#logoncont .btnn a em {background:none;}
#logoncont .btnn a strong {background:none;}
#logoncont .btnn a span {background:none;}
#logoncont .hiddensubmit {position:absolute;visibility:hidden;}

#logedcont .hdr {text-align:left;float:left;width:100%; padding-bottom: 2px;}
#logedcont .hdr p {float:left; display:block; margin:0 0 7px 0;}
#logedcont .cnt {float: left;}
#logedcont .cnt p{ margin:0;}
#logedcont .tools {float:right;margin:0 0 0 0;}
#logedcont .tools a {color:#177FA5; text-decoration: underline;margin:0;padding:0;text-align:right;font-weight:normal;}
#logedcont .disc {color:#DB0000;margin:3px 0 0 0;}
#logedcont .disc a {color:#DB0000;}
#logedcont .credit {margin:3px 0 0 0;font-size:1.2em;}
#logedcont .credit span{ font-weight:bold;}
#logedcont .user {color:#999;}

/*--------------------*/
/*----left column------*/
#leftcont .boxcont {float: left;}
#leftcont .boxcont .hdr {}
#leftcont .boxcont .hdr .c {width: 100%;}
#leftcont .boxcont .hdr .c p {font-size: 1.6em;color: #0093dd;font-weight: normal;padding: 5px 0;}
#leftcont .boxcont .cnt {width:100%; padding: 10px; margin:0;}
				      
.boxcont.srchcont {margin:0;background:none;float:left;clear:left;width:auto;}
.boxcont.srchcont .hdr {display:none;}
.boxcont.srchcont .ftr {display:none;}
.boxcont.srchcont .cnt {padding:0;width:100%;}
.boxcont.srchcont .cnt .input_text {border: 1px solid #bebebe;width: auto;border-right: none;border-radius: 0;float: left;height: 60px;padding: 0 0 0 15px;font-size: 1.8em;}
.boxcont.srchcont .cnt input[type=submit] {background: url('img/srchbtnbckg.jpg') top left no-repeat;border:none;height:22px;width:35px;margin:0;padding:0;}
.boxcont.srchcont .cnt .input_submit,.boxcont.srchcont .cnt .button {border: none !important;width: 60px !important;height: 60px !important;cursor: pointer;background: url('img/loupe_ico.png') center / 20px 20px no-repeat !important;}
.boxcont.srchcont .cnt .btnn {cursor: pointer;margin: 0;-webkit-border-top-left-radius: 0px;-webkit-border-bottom-left-radius: 0px;-moz-border-radius-topleft: 0px;-moz-border-radius-bottomleft: 0px;border-top-left-radius: 0px;border-bottom-left-radius: 0px;height: 60px;border-left: 0px;color: #666;}                                                                              
.boxcont.srchcont .cnt a {font-size: 1.3em;float: left;text-decoration: underline;color: #999;border-top: 1px solid #BEBEBE;border-bottom: 1px solid #BEBEBE;padding: 23px 15px; height:60px;}

/* responsive menu */
#leftcont .boxcont.res_menu {display: none; float: right; clear: both;}
      
#leftcont .boxcont.compcont {position:relative;border: 1px solid #BEBEBE;margin:35px 0 0 0;}  
#leftcont .boxcont.compcont .hdr {display: none; border-bottom:none;}
#leftcont .boxcont.compcont .cnt {text-align:left;margin:0;}
#leftcont .boxcont.compcont .cnt a {display:block;float:left;text-decoration: underline;text-transform: capitalize;padding-top:3px; font-size: 1.3em;}
#leftcont .boxcont.compcont .btnn.btncomp {float:right;}
/*#leftcont .boxcont.compcont .btnn.btncomp a{background:url('img/compbtn.jpg') top left no-repeat;height:22px;width:35px;text-decoration: none; border: none ; border-radius:0;}*/    
#leftcont .boxcont.compcont .btnn.btncomp a {width:35px;height:22px; border: none;text-decoration: none; 
background: url('img/weights_ico.png') 9px 3px / 17px 14px no-repeat;
}
#leftcont .boxcont.compcont .btnn.btncomp * {background:none;}   

#leftcont .boxcont.compcont .comparedetails {position:absolute; display:none; top:-26px; left:50px; right:auto; bottom:auto; margin-left:190px; padding-left:18px;}   
#leftcont .boxcont.compcont .comparedetails .hdr {width:auto; height:0; overflow:hidden; border-bottom:none;}
#leftcont .boxcont.compcont .comparedetails .cnt{border:solid 2px #D3D3D3;background: #EAEAEA url('img/compbckg.jpg') top left repeat-x;padding:10px;position:relative;width:auto;
	-webkit-border-top-left-radius: 1ex; -khtml-border-radius-topleft: 1ex; -moz-border-radius-topleft: 1ex; border-top-left-radius: 1ex;
	-webkit-border-top-right-radius: 1ex; -khtml-border-radius-topright: 1ex; -moz-border-radius-topright: 1ex; border-top-right-radius: 1ex;
	-webkit-border-bottom-left-radius: 1ex; -khtml-border-radius-bottomleft: 1ex; -moz-border-radius-bottomleft: 1ex; border-bottom-left-radius: 1ex;
	-webkit-border-bottom-right-radius: 1ex; -khtml-border-radius-bottomright: 1ex; -moz-border-radius-bottomright: 1ex; border-bottom-right-radius: 1ex;}
#leftcont .boxcont.compcont .comparedetails .out{}  
#leftcont .boxcont.compcont .comparedetails .in{padding:7px;}
#leftcont .boxcont.compcont .comparedetails table {width:400px; font-size: 1.2em;}
#leftcont .boxcont.compcont .comparedetails table th{border-bottom:solid 1px #09396D;}
#leftcont .boxcont.compcont .comparedetails table th.remowe{}
#leftcont .boxcont.compcont .comparedetails table td.remowe{}
#leftcont .boxcont.compcont .comparedetails .rmvcomp *{background:none;}
#leftcont .boxcont.compcont .comparedetails .rmvcomp p {display:none;}
#leftcont .boxcont.compcont .comparedetails .rmvcomp a{background: url('img/cross.png') no-repeat scroll 0 0;height:16px;width:16px;display:block;text-decoration: none;}
#leftcont .boxcont.compcont .comparedetails .btnn.removeall{float:left;width:120px;}
#leftcont .boxcont.compcont .comparedetails .btnn.removeall strong{display:block;float:left;clear:none;}
#leftcont .boxcont.compcont .comparedetails .btnn.removeall a{background:none;text-decoration: none; font-size: 1em;}
#leftcont .boxcont.compcont .comparedetails .arrowleft{display:block;position:absolute;height:30px;width:30px;top:10px;left:-30px;right:auto;bottom:auto;background:transparent url(img/bublearrwleft2.gif) no-repeat scroll 0 0;}

#leftcont .boxcont.favourcont {border:1px solid #BEBEBE;}
#leftcont .boxcont.favourcont .hdr {padding:5px 10px; text-align: left; width: 100%; cursor:pointer;height:30px;}
#leftcont .boxcont.favourcont.contopened .hdr{}
#leftcont .boxcont.favourcont .cnt{clear:left;float:none;}
#leftcont .boxcont.favourcont .hdr .c:after {padding:0; line-height: 26px; float: right;}
#leftcont .boxcont.favourcont .ftr {margin:0; padding:0; width:100%; height:6px !important;}
#leftcont .boxcont.favourcont .favourdetails {display:none;}
#leftcont .boxcont.favourcont .favourdetails .hdr {width:0;height:0;overflow:hidden;border:none; display: none}
#leftcont .boxcont.favourcont .favourdetails .cnt {padding:0;}
#leftcont .boxcont.favourcont .favourdetails .stitab {}
#leftcont .boxcont.favourcont .favourdetails .stitab h2 {margin:0;}
#leftcont .boxcont.favourcont .favourdetails .stitab h2 a {color:#000 !important;font-size:0.8em;font-weight:normal;}
#leftcont .boxcont.favourcont .favourdetails .stitab .hdr {display:none;}
#leftcont .boxcont.favourcont .favourdetails .stitab td {color:#000;padding:5px; vertical-align: middle; border-bottom: 1px solid #E1E1E1;}
#leftcont .boxcont.favourcont .favourdetails .stitab .img img{width:40px;}
#leftcont .boxcont.favourcont .favourdetails .stitab .code{display:none;}
#leftcont .boxcont.favourcont .favourdetails .stitab .producent{display:none;}
#leftcont .boxcont.favourcont .favourdetails .stitab .prc.wovat{display:none;}
#leftcont .boxcont.favourcont .favourdetails .stitab .rf{display:none;}
#leftcont .boxcont.favourcont .favourdetails .stitab .af{display:none;}
#leftcont .boxcont.favourcont .favourdetails .stitab .rfaf{display:none;}
#leftcont .boxcont.favourcont .favourdetails .stitab .prc.wvat{display:none;}
#leftcont .boxcont.favourcont .favourcontanchor {color:#000;display:block;float:left; font-size: 1.3em; text-decoration: underline;}
#leftcont .boxcont.favourcont .btnshowfavour {display: none;}
#leftcont .boxcont.favourcont .btnshowfavour a { 
background: url('img/star_ico.png') 10px 1px / 18px 18px no-repeat;
}
#leftcont .boxcont.favourcont .favourdetails{}

#leftcont .boxcont.lastvisitedcont {overflow:hidden;}
#leftcont .boxcont.lastvisitedcont .hdr {border-bottom: 1px solid #BEBEBE;width: 100%;}
#leftcont .boxcont.lastvisitedcont.contopened .hdr{}
#leftcont .boxcont.lastvisitedcont .ftr {margin:0; padding:0; width:100%; height:14px !important;display:none;}
#leftcont .boxcont.lastvisitedcont .cnt {padding:0;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails {/*max-height:230px;*/overflow:hidden;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails .hdr {width:0; height:0; overflow:hidden; border:none;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails .cnt {padding:0;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table .img img {width:50px;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table th {display:none;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table td {padding: 5px 0;border-bottom: 1px solid #BEBEBE;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table td.left {width:0;margin:0;padding:0;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table td.right {width:0;margin:0;padding:0}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table .code {display:none;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table .img {vertical-align: middle;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table .name {padding:0  10px; vertical-align: middle;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table .prc.wvat {display:none;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table .color_row {background:none !important;}


#leftcont .boxcont.lefttreecont {padding:0;margin:0;}
#leftcont .boxcont.lefttreecont .hdr {display:none;}   
#leftcont .boxcont.lefttreecont .cnt {padding:0;margin:0;float:none;width:220px;clear:left;}

/* novy levy strom */
.i6lt_ul { /* width:100px; background:red; */}
.i6lt_ul, .i6lt_ul ul { padding:0px; margin:0px; margin-left:2px; list-style:none;}
.i6lt_ul ul li { margin-left:15px;}
.i6lt_plus span { background: url('img/tc_no.gif') no-repeat;}
.i6lt_minus span { background: url('img/tc_nc.gif') no-repeat;}
.i6lt_minus .i6lt_plus span { background: url('img/tc_no.gif') no-repeat;}
.i6lt_plus .i6lt_minus span { background: url('img/tc_nc.gif') no-repeat;}
.i6lt_not span { background: url('img/tc_i.gif') no-repeat;}

.td_strid_block, .td_strid_hide {text-transform: uppercase; font-weight: bold; float:left; text-align:center; vertical-align: middle;height:27px;width:48%; font-size: 1.3em; line-height: 2;
	-webkit-border-top-left-radius: 0.7ex; -khtml-border-radius-topleft: 0.7ex; -moz-border-radius-topleft: 0.7ex; border-top-left-radius: 0.7ex;
	-webkit-border-top-right-radius: 0.7ex; -khtml-border-radius-topright: 0.7ex; -moz-border-radius-topright: 0.7ex; border-top-right-radius: 0.7ex;
}
.td_strid_block {width: 49%; background: url('img/ltreeblockbckg.jpg') repeat-x; border: 1px solid #0c4d91; border-bottom: 0 ;}
.td_strid_block a {color:#BCDFF1;}
.td_strid_hide {background: url("img/ltreehidebckg.jpg") repeat-x; border: 1px solid #ced3d7 ; border-bottom: 0 ; }  
.td_strid_hide a{color:#000;}
#td_strid_1 {float: right;}

.div_strid_block {display:block;float:left;width:220px;height:auto;border:1px solid #BEBEBE;}
.div_strid_hide {display:none;float:left;background:#09396D;width:190px;}

.i6lt_ul {/* width:100px;background:red; */}
.i6lt_ul, .i6lt_ul ul {padding:0px;list-style:none;margin:0;}
.i6lt_ul li {border-bottom:solid 1px #BEBEBE;padding:0;float:left;width:100%;padding:10px;position:relative;}
.i6lt_ul li:last-child {border: none;}
.i6lt_ul ul {margin-bottom:15px;}
.i6lt_ul li ul li a {font-size: 1.4em}

.i6lt_ul * li {border-bottom:none;}

.i6lt_ul ul li {margin:2px 0 2px 5px ;padding:0;}
.i6lt_ul ul li span{display:none;}
.i6lt_ul a {display: block;padding: 0 0 0 20px;font-size: 1.3em;margin: 0;font-weight: bold;text-transform: uppercase;}
.i6lt_ul ul a {border:none;font-weight:normal;text-transform: none;padding: 3px 0 0 20px;}

.i6lt_plus span, .i6lt_minus span, .i6lt_not span {display: block;width: 11px;height: 15px;float: left;cursor: pointer;font-size: 0;}
.i6lt_plus span {background: url('img/arrow-right.png') no-repeat scroll center;}
.i6lt_minus span {background: url('img/arrow-down.png') no-repeat scroll center;}

.i6lt_minus .i6lt_minus span {background: url('img/ltreeminus.gif') no-repeat scroll 0px 1px ;}
.i6lt_minus .i6lt_plus span {background: url('img/ltreeplus.gif') no-repeat scroll 0px 1px;}

.i6lt_minus .i6lt_not span {background: url('img/ltreerightarrw2.gif') no-repeat !important ;}

.i6lt_plus .i6lt_minus span {background: url('img/tc_nc.gif') no-repeat;}
.i6lt_not span {background:none !important;}
.i6lt_ul .active {font-weight:bold;}
.i6lt_ul ul .active {color:#0093DD;}


.i6lt_ul .popup ul {position: absolute; top:-5px; left: 200px; width: 200px; background: white; border: 1px solid silver; z-index: 99; border: 1px solid #e3e3e3; box-shadow: 0 0 5px #e3e3e3; padding: 5px 0 }
.i6lt_ul .popup ul ul {top: -1px; left: 150px;}
.i6lt_ul .popup ul:before {content: ""; position: absolute; width: 8px; height: 18px; top: 3px; left: -8px; background: url(img/asb_popup_arr_left.png) no-repeat;}         
.i6lt_ul .popup ul li {padding: 0px 5px; margin: 0;}
.i6lt_ul .popup ul li a {padding: 5px 10px}
.i6lt_ul .popup ul li a:hover {background:#F0F0F0;}
.i6lt_ul li.i6lt_plus ul {display:none;}

.boxcont.commaninfocont {float:left;background:none;width:auto;color:#999;font-size:1.3em;margin: 20px 0 5px 11px;height:16px;}
.boxcont.commaninfocont .hdr {float:left;}
.boxcont.commaninfocont .cnt {float:left;padding:0;}
.boxcont.commaninfocont .ftr {}
.boxcont.commaninfocont .cnt p {margin:0;padding:0;float:left;padding:0 0 0 5px;}
.boxcont.commaninfocont .cnt a {color:#999;}               
.boxcont.commaninfocont .commanfname {}
.boxcont.commaninfocont .commantel1 {}
.boxcont.commaninfocont .commantel2 {}
.boxcont.commaninfocont .commanemail {}  

#leftcont .boxcont.tagscloud {width:190px;height:auto;overflow:hidden;margin-bottom: 10px;}
#leftcont .boxcont.tagscloud .hdr {padding:0;width:190px;overflow:hidden;color:#DCDCDC;font-weight:bold;background: url('img/cloudstaghdr.jpg') top left no-repeat;border-bottom:none;}
#leftcont .boxcont.tagscloud .hdr p{color:#DCDCDC !important;}
#leftcont .boxcont.tagscloud .cnt {background: url('img/cloudstagcnt.gif') bottom left no-repeat;color:#494949;padding:8px 5px 10px 0;text-decoration: underline;float:left;}
#leftcont .boxcont.tagscloud .cnt a {display:block;float:left;margin-bottom:3px;margin-left:10px;margin-top:3px;width:auto;}
#leftcont .boxcont.tagscloed .ftr {}   
#leftcont .boxcont.tagscloud .fsb {font-size:1.2em;}
#leftcont .boxcont.tagscloud .fsc {font-size:1.4em;}
#leftcont .boxcont.tagscloud .fsd {font-size:1.5em;}
#leftcont .boxcont.tagscloud .fse {font-size:1.6em;}
#leftcont .boxcont.tagscloud .fsf {font-size:1.7em;}
#leftcont .boxcont.wn2{background:none;overflow:hidden;}
#leftcont .boxcont.wn2 .hdr{height:0;}
#leftcont .boxcont.wn2 .cnt{margin:0;padding:0;width:190px;}

#leftcont .boxcont.fcb {background:none;overflow:hidden;}
#leftcont .boxcont.fcb .hdr {display: none;}
#leftcont .boxcont.fcb .cnt {padding: 0;}
#leftcont .boxcont.toplist{background:none; text-align: center; display: none;}


/*------rozeviraci box-------*/

.closingcont {}
.closingcont .hdr .c:after {content:"+"; color: #0093dd;font-weight: bold;font-size: 2.5em;font-family: 'Courier New', Courier, 'Andale Mono', monospace;float: left;padding: 0px 8px;}
.closingcont.contopened .hdr .c:after {content: "-";}
.closingcont .cnt .hdr {background:none;}
.closingcont .cnt .hdr .c:after {content:"";} 

/*---center column----*/
#centercont .boxcont {}
#centercont .closingcont {}
#centercont .closingcont .hdr {margin:0; width:100%; border:none !important; cursor:pointer;}
#centercont .closingcont .hdr .c {width: 100%;}
#centercont .closingcont .hdr p {padding: 5px 0;font-weight: normal !important;font-size: 1.8em;color: #0093dd;}
#centercont .closingcont.contopened .hdr p {color: #0093dd; font-weight: bold; text-decoration: none;}
#centercont .closingcont.contopened .hdr {}
#centercont .closingcont.contopened .cnt .hdr{position:static;right:auto;width:100%;}
#centercont .closingcont .cnt .hdr {background:none;}
#centercont.responsewide .boxcont {width: 100%}
#centercont.responsewide .boxcont .cnt {width: 100%; }
#centercont.responsewide .boxcont .hdr {width: 100%}
#centercont.responsewide .boxcont .hdr p {font-size: 1.6em; font-weight: bold; color: #0093DD;  }
#centercont.responsewide .boxcont.msgbox .cnt {font-size: 1.3em;} 


.navbar {clear: both;float: left;width: 100%;margin:5px 0;}
.navbar .out {padding-right:5px;}
.navbar .out in {padding:0;}
.navbar ul {display:block;float:left;margin:0;padding:0;width:100%;list-style-type: none;}
.navbar ul li {display:block;float:left; padding: 3px 0 ;}
.navbar ul li span {display:block; float:left; color: #999; font-size:1.3em;}
.navbar ul li div.inbox {width:auto;background:none;}
.navbar ul li h1 {float: left;font-weight: normal;text-transform: uppercase;color: #999;padding: 0 6px;font-size: 1.3em;}
.navbar ul li a {display: block;float: left;text-decoration: underline;padding: 0 4px 0 6px;text-transform: capitalize;font-size: 1.3em;color: #999;}
.navbar ul li p {display:block;float:left;margin:0;padding:0;}
.navbar ul li.active {}
.navbar ul li.hp {}
.navbar ul li.hp a {padding-left: 0;}
.navbar ul li.hp span {display:none;}

/* prodbox gallery */
.prodbox {position: relative;float: left;margin: 0 23px 15px 0;width: 261px;height: 540px;border: 1px solid #BEBEBE;}
.prodbox .hdr {display:none;float:left; margin:0; padding:0 !important; width:100%;border:none;}
.prodbox .hdr .l {float:left; width:0; height:0; overflow:hidden; font-size:0;}
.prodbox .hdr .c {float:left; margin:0; padding:0; width: 100%;}
.prodbox .hdr .c p{float:left; margin:0; padding:0;}
.prodbox .hdr .r {float:left; width:0; height:0; overflow:hidden; font-size:0;}
.prodbox .ftr {display:none;float:left; width:auto;height:0;overflow:hidden;}
.prodbox .ftr td.l {padding:0;font-size:0;width:0;}
.prodbox .ftr td.l div {margin:0;padding:0;font-size:0;width:0;height:0;overflow:hidden;}
.prodbox .ftr td.c {}
.prodbox .ftr td.c div {margin:0;padding:0;}
.prodbox .ftr .c p {float:left; margin:0; padding:0;}
.prodbox .ftr td.c p {float:left;margin:0;padding:0;}
.prodbox .ftr td.r {font-size:0;width:0;}
.prodbox .ftr td.r div {margin:0;padding:0;font-size:0;width:0;height:0;overflow:hidden;}
.prodbox .cnt {float:left; padding:20px;width:100%;}
.prodbox .cnt .out {float:left; width:100%;}
.prodbox .cnt .in {position:relative; float:left; width:100%;}
.prodbox h2 {display: block;margin: 0;width: 100%;height: 40px;overflow: hidden;text-align: center;font-size: 1.7em;line-height: 1.2em;font-weight: normal;}
.prodbox h2 a {margin:0; text-decoration: none;}
.prodbox .code {position:absolute;right:0;}
.prodbox .code span{color:#000;}
.prodbox .img {clear:left; margin:0; padding:40px 0 0 0; width:100%; height:190px; text-align:center;}
.prodbox .img img {clear:left;}
.prodbox .img img[data-src]{opacity:0}
.prodbox .hooks{position: absolute;right: 0;top: 30px;}
.prodbox .hooks .item {clear:left;margin: 0 0 10px;display:none;}
.prodbox .hooks .item:nth-child(1),.prodbox .hooks .item:nth-child(2),.prodbox .hooks .item:nth-child(3) {display:block;} 
.prodbox .hooks .item img {width:50px;}
.prodbox .note {margin: 10px 0 0 0;width: auto;height: 92px;overflow: hidden;line-height: 1.5em;text-align: center;}
.prodbox .note p { margin:0; font-size:1.2em;}
.prodbox .nameadd {margin: 7px 0 7px 0;width: auto;height: 42px;overflow: hidden;}
.prodbox .nameadd p { margin:0; font-size:1.2em; line-height: 1.2; text-align:center;color: #000;}
.prodbox .price {float:left; color:#d30000;;width:100%;}
.prodbox .wovat {float: left;font-size: 1.2em;width: 100%;text-align: center;color: #999;margin:5px 0 0 0;}
.prodbox .wovat strong {font-weight: normal; font-size: 0.9em;}
.prodbox .wvat {float: left;font-size: 2.2em;width: 100%;text-align: center;font-weight:bold}
.prodbox .prc.hide {float: left;font-size: 1.8em;width: 100%;text-align: center;font-weight:bold;margin:0 0 25px;}
.prodbox .hide_price.login {float: left;font-size: 1.5em;text-align: center;font-weight:bold;margin:5px 0 0;}
.prodbox .wvat strong {display:none;font-size: 0.9em;}
.prodbox .price p {display:inline; margin:0;}
.prodbox .price span {}
.prodbox .price u {text-decoration:none;}
.prodbox .btnn {float:right;margin-top:9px;}
.prodbox .btnn.buy {display: block; margin: 0 0 0 8px;}
.prodbox .comp {display:none;float:right; margin-top:2px; text-align:right;}
.prodbox .comp a {font-size: 1.3em;}
.prodbox .buybox {margin: 0 0 0 30px;}
.prodbox .dcp {}
.prodbox .dcp p {}
.prodbox .dcp span {}
.prodbox .dcp u {}
.prodbox .tools {float:left; width:100%;}
.prodbox .recycle {display: none; float:right; margin:10px 0 0 0; padding:0;font-size:1.3em;}
.prodbox .recycle strong {font-weight:normal;font-size:0.9em;} 
.prodbox .recycle p {display:inline; margin:0; padding:0;}
.prodbox .recycle u {text-decoration:none;}
.prodbox .recycle .rf {float:left; margin:0; padding:0;}
.prodbox .buyqty {float:left;}
.prodbox .statuscont {position:absolute; top:-15px; left:-20px; right:auto; bottom:auto;}
.prodbox .statuscont .sts {clear: both;}
.prodbox .statuscont .hook,
.prodbox .statuscont .bundle {clear: both;margin-top:1px;}
.prodbox .energy_class {position:absolute; top:228px; right:8px;}
.prodbox .hidden_price a { font-size: 22px; color: #d30000;font-weight: bold;}

.listbox .prc.hide {float: left;font-size: 1.8em;width: 100%;text-align: center;font-weight:bold;margin:0 0 10px;}
.listbox .hide_price.login {float: left;font-size: 1.5em;text-align: center;font-weight:bold;margin:5px 0 0;}

/*----bubble--------*/
#bubbles {position:absolute;top:12px;left:150px;bottom:auto;right:auto; width:350px;overflow:hidden; margin:0px; padding:0px;}
#bubbles .top {position:relative; width:99%; height:29px; overflow:hidden; margin:0px; padding:0px; z-index:1;}
#bubbles .top a {display:block; float:left;margin:0px 5px 0px 0px; padding:0px; text-align:center; font-weight:bold; border:0px; background:url('img/hdbubleleft2.gif') right top no-repeat;padding:0 10px;width:auto;}
#bubbles .top a.active {height:58px; background:url('img/hdbubleleftact3.gif') right top no-repeat;padding-bottom:4px;}
#bubbles .top a span {position:relative; display:block;height:20px; overflow:hidden; margin:3px auto 0px auto; overflow:hidden;color:#177FA5;float:left;}
#bubbles .top a.active span{color:#000;}
#bubbles .bottom {position:relative; top:-2px; width:100%;height:75px; overflow:hidden; margin:0px; padding:0px; background:#ffffff; z-index:1;
	-webkit-border-top-right-radius: 1ex; -khtml-border-radius-topright: 1ex; -moz-border-radius-topright: 1ex; border-top-right-radius: 1ex;
	-webkit-border-bottom-left-radius: 1ex; -khtml-border-radius-bottomleft: 1ex; -moz-border-radius-bottomleft: 1ex; border-bottom-left-radius: 1ex;
	-webkit-border-bottom-right-radius: 1ex; -khtml-border-radius-bottomright: 1ex; -moz-border-radius-bottomright: 1ex; border-bottom-right-radius: 1ex;
}
#bubbles .bottom .border{display:none;}
/*#bubbles .bottom .border {position:absolute; overflow:hidden;}
#bubbles .bottom .border.t {top:0px; left:0px; width:100%; height:2px;}
#bubbles .bottom .border.b {bottom:0px; left:0px; width:100%; height:2px; z-index:5;}
#bubbles .bottom .border.l {top:0px; left:0px; width:2px; height:100%;}
#bubbles .bottom .border.r {top:0px; right:0px; width:2px; height:100%;}*/
#bubbles .bottom .border.tl {}/*{top:0px; left:0px; width:8px; height:8px; xbackground:url('img/bubcorbg2.png') left top no-repeat;}*/
#bubbles .bottom .border.tr {top:0px; right:0px; width:8px; height:8px; background:url('img/bubcorbg3.gif') right top no-repeat;}
#bubbles .bottom .border.bl {bottom:0px; left:0px; width:8px; height:8px; background:url('img/bubcorbg3.gif') left bottom no-repeat; z-index:10;}
#bubbles .bottom .border.br {bottom:0px; right:0px; width:8px; height:8px; background:url('img/bubcorbg3.gif') right bottom no-repeat; z-index:10;}
#bubbles .bottom #content_off {position:absolute; top:0; left:10px; width:100%; height:75px; overflow:hidden; background:#fff; z-index:20;}
#bubbles .bottom .content {display:none;position:relative; top:0px; width:100%; overflow:hidden; margin:0px autoo; padding:0px;}
#bubbles .bottom .content.active{display:block;}
#bubbles .bottom .content .jcarousel-container {position:relative; width:100%;/* xheight:172px;*/ margin:0px; padding:0px; border:0px;}
#bubbles .bottom .content .jcarousel-clip {position:relative; width:90%; /* docasna sirka */ /*xheight:80px;*/ margin:0px auto; padding:0px; border:0px;}
#bubbles .bottom .content .jcarousel-next {position:absolute; top:10px; right:0px; width:15px; height:58px; background:url('img/npagearrowact.gif') left 20px no-repeat;}
#bubbles .bottom .content .jcarousel-prev {position:absolute; top:10px; left:0px; width:15px; height:58px; background:url('img/ppagearrowact.gif') left 20px no-repeat;}
#bubbles .bottom .content .jcarousel-next-disabled {/*xbackground:url('img/npagearrowact.gif') left 17px no-repeat;*/background:none;}
#bubbles .bottom .content .jcarousel-prev-disabled {/*xbackground:url('img/ppagearrowact.gif') left 17px no-repeat;*/background:none;}
#bubbles .bottom .content .jcarousel-list {position:relative; height:75px;}
#bubbles .bottom .content .jcarousel-list li {float:left; list-style:none; width:80px; height:75px; margin:0;}
#bubbles .bottom .content .jcarousel-list li a {position:relative; display:block; width:80px; height:75px; margin:0px; padding:0px; text-align:center; background:url("img/bub2bg.png") no-repeat scroll right 10px transparent;}
#bubbles .bottom .content .jcarousel-list li a.active {background:url('img/df_bub2_bg_active.gif') left top no-repeat;}
#bubbles .bottom .content .jcarousel-list li a img {position:absolute; top:8px; left:15px; width:40px; height:40px; margin:0px; padding:0px; border:0px;}
#bubbles .bottom .content .jcarousel-list li a span {position:relative; display:block; top:47px; left:-6px; width:80px; height:20px; overflow:hidden; margin:0px auto; font-weight:normal;color:#177FA5;line-height:1;}

/*------spresentree lite-------*/
.strlitecont {}
.strlitecont .sptlitehead {display: none;}
.strlitecont h2, .strlitecont h3{margin:0;}
.strlitecont h2 {font-size: 1.8em;}
.strlitecont ul{float:none;margin:0;padding:0;list-style: none;float:left;width:720px;min-height:61px;}
.strlitecont ul li{text-align:left;background: none;position:relative;float:left;width:720px;}
.strlitecont ul li a{color:#1987B0;font-weight:bold;line-height:40px;display:block;}
.strlitecont ul ul{float:left;width:610px;margin:0;padding:0;background:none;background:url("img/srchcontbckg.gif") repeat-x scroll left top #D1E6F3;padding:10px 10px 10px 100px;border:none;}
.strlitecont ul ul li{float:left;background:none;width:191px;text-align:left;height:auto;margin:0;padding:5px 0;}
.strlitecont ul ul li a{background:url(img/navbarrarrw.gif) no-repeat scroll 0 5px;padding-left:10px;line-height:1em;font-weight:normal;color:#177FA5;}
.strlitecont ul ul ul {display:none;}
.strlitecont .others {clear:both;position:relative;margin:0;padding:0;}
.strlitecont .others p{text-align:left;background:none;height:40px;font-size:1.8em;color:#1987B0;font-weight:bold;margin:0;padding:0;line-height:40px;}
.strlitecont .others ul{float:left;width:610px;background:none;background:url("img/srchcontbckg.gif") repeat-x scroll left top #D1E6F3;padding:10px 10px 10px 100px;}
.strlitecont .others ul li{float:left;width:191px;text-align:left;height:auto;background:none;padding:5px;}
.strlitecont .others ul li a{font-weight:normal;background:url(img/navbarrarrw.gif) no-repeat scroll 0 5px;padding-left:10px;line-height:1em;display:block;color:#177FA5;}
.strlitecont .img{position:absolute;top:43px;left:3px;right:auto;bottom:auto;height:75px;overflow:hidden;}
.strlitecont .img img {width:75px;}
.strlitecont .others .img img {/*background:url(img/no_img.gif) left top no-repeat;*/;width:75px;height:75px;}
/*-----------------*/
.legend {display:none;clear:both; margin-top:25px; border-top:solid 2px #09396D; font-size: 1.3em;}
.legend strong {color:#000;}
.legend .in {overflow:hidden;}
.legend ul {float:left; padding:0; list-style-type: none;}
.legend ul li {float:left; width:28%; margin-left:-2px; padding-left:30px; border-left:solid 1px #E4E8EA;}
.legend .stockitem {}
.legend .stockitem strong {}
.legend .stockitem span {}
.legend .onestatus {float:left;margin:0;padding:0;width:100%;}
.legend .onestatus .short {float:left;margin:0;padding:0;}
.legend .sts,.legend .hook,.legend .bundle {clear:none !important; float:left; padding:3px 2px 3px 2px;} 
.legend .sts {margin:4px 8px 4px 0;}
.legend .stiitems div {margin:0 0 10px 0;}
.legend .stistates div {margin:0 0 10px 0;}
.legend .stock .item {clear:left; margin:0 0 10px 0; padding-bottom:10px;}
.legend .availability div {clear:both; margin:0 0 10px 0;}
.legend .availability p{display:inline;}
.legend .bundle,
.legend .hook {display:inline; margin-right:5px !important;}
/*-----dokumenty--------*/

/*-----paticka-----*/
.owl-producent {border-top:1px solid #BEBEBE; padding:20px}
.owl-producent .owl-producent-carousel .owl-item {float:none; display: table-cell; vertical-align: middle;}
#footercont{border-top:1px solid #BEBEBE; margin-bottom: 50px;}
#footercont .boxcont {width: 100%;background: none;margin: 0;padding: 0;}
#footercont .boxcont .cnt {float:none; padding: 20px;font-size:1.3em;text-align:center;}
#footercont .boxcont p.copy {float: left;}
#footercont .boxcont p.firm {float: right;color:#999;}
#footercont .boxcont a {text-decoration: none;}
#footercont .boxcont .web {color:#676767;font-weight:bold;}
#footercont .boxcont.webmenu {margin: 15px 0 0 0}
#footercont .logobonusgrey {display:none;}
#footercont .responsive {}

/*--------------------*/

/* definice stylu pro addons*/
.colsviewer {float:left;width:auto;font-size: 1.2em;display:none;}
.colsviewer .cmDiv{background:none !important;border:none;padding-bottom:3px !important;}
.colsviewer .main{background:none !important;border:none;}
.colsviewer a{border:none !important;color:#1987B0 !important;text-decoration: underline !important;}
.colon{color:green;cursor:pointer;background: url('img/tick.png') top left no-repeat;padding:0 0 0 20px !important;}
.coloff{color:red;cursor:pointer;background: url('img/cross.png') top left no-repeat;padding:0 0 0 20px !important}
#thumbimg{	position:absolute;	border:2px solid #0C4789;	background:#09396D;	display:none;color:#fff;margin:0;padding:0;}
#thumbimg p {padding:5;margin:0;color:#fff;}

#stiqtypreview{ position:absolute;  border:2px solid #0093DD; background:#fff;  display:block;margin:0;padding:0;}
#stiqtypreview .outer {padding:10px 15px;margin:0;}
#stiqtypreview .outer div {margin: 5px 0; font-size: 1.5em}
#stiqtypreview .outer div span {margin: 0 5px;}
/*popup message*/
#popupbckg{display:none;position:fixed;height:100%;width:100%;top:0;left:0;background:#000000;border:1px solid #cecece;z-index:1;}
.popupcont{display:none;position:fixed;z-index:9;font-size:1.5em;font-weight:bold;padding:0;box-shadow: 0 0 20px #888888;}      
.popupcont a:hover {text-decoration:none;}      
.popupcont .outer{float:left;margin:-5px 0 0 -5px; background: #0093dd;}
.popupcont .inner{float:left;}
.popupcont .hdr {float:left;width:100%;}
.popupcont .hdr .l{float:left;width:auto;}      
.popupcont .hdr .c{float:left;width:auto;}
.popupcont .hdr .r{float:right;width:auto;}     
.popupcont .cnt {clear:both;float:left;padding:20px;color:#4287B0;}
.popupcont .cnt .out{float:left;width:auto;}
.popupcont .cnt .in{float:left;width:auto;}
.popupcont .ftr {clear:both;float:left;width:auto;}
.popupcont .ftr .l{float:left;width:auto;}      
.popupcont .ftr .c{float:left;width:auto;}
.popupcont .ftr .r{float:left;width:auto;}  
.popupcont .cnt .in p{white-space: nowrap;color:white;}
.popupcont .popupclose{margin:5px;color:white;}

.popupcont.basketadd .outer {}
.popupcont.basketadd p {padding:0;color:white;}
.popupcont.basketadd .status.ok {display:none !important;float: left; background: url(img/ok_icon.png) no-repeat; display: block; width: 32px; height: 32px; padding-right: 15px; margin-left: 5px;}
.popupcont.basketadd .thumbnail {float: left; display: block; width: 75px; height: 75px; background: url(img/no_img_2.gif); border: 2pt solid silver;}
.popupcont.basketadd .thumbnail img {width: 75px; height: 75px;}
.popupcont.basketadd .arrow {float: left; background: url(img/basket_arrow.png) no-repeat; display: block; width: 48px; height: 48px; margin: 20px 15px 0 15px;}
.popupcont.basketadd .basket {float: left; background: url(img/basket.gif) no-repeat; display: block; width: 90px; height: 75px;}
.popupcont.basketadd .cnt {clear:both;float:left;padding:5px 40px;color:#4287B0;}
.popupcont.basketadd .ordbaskets_cont .img, .popupcont.basketadd .ordbaskets_cont .sticode, .popupcont.basketadd .ordbaskets_cont .wovat{display:none;}
.popupcont.basketadd .stiplname{float:left;width:250px;}
.popupcont.basketadd .stiplname p{white-space: normal;}
.popupcont.basketadd .wvat{color:#CA0000;float: right;}
.popupcont.basketfailure p {padding:0;color:white;}
.popupcont.basketfailure .cnt {clear:both;float:left;padding:5px 60px 5px 5px;color:#4287B0;}
.popupcont.basketfailure .status.err {float: left; background: url(img/err_icon.png) no-repeat; display: block; width: 32px; height: 32px; padding-right: 15px; margin-left: 5px;}
.popupcont.basketinfobox {margin-top:130px;}
.popupcont.basketmsgbox .hdr,.popupcont.basketmsgbox .ftr{display:none;}
.popupcont.basketmsgbox .tabitem .msgheader td{color:#ff0000 !important;padding-bottom:10px;font-weight:bold !important;}
.popupcont.basketmsgbox .tabitem {border:none !important;background: none;}
.popupcont.basketmsgbox .tabitem th{text-align:left}
.popupcont.basketmsgbox .tabitem td{padding-right:15px;color:#084994 !important;font-weight:normal !important;}
.popupcont.basketmsgbox .tabitem .sticode{font-weight:bold !important;}
.popupcont.basketmsgbox .tabform td {color: white;}

/*----jcarousel----*/
.jcarousel-container {position: relative;width:100%;border:solid 1px #FFF;}
.jcarousel-clip {z-index: 2;padding: 0;margin: 0;overflow: hidden;position: relative;margin:20px 50px 20px 50px;}
.jcarousel-list {z-index: 1;overflow: hidden;position: relative;top: 0;left: 0;margin: 0;padding: 0;}
.jcarousel-list li, .jcarousel-item {float: left;list-style: none;margin:0 10px 0 10px;
/* We set the width/height explicitly. No width/height causes infinite loops. */
width: 75px;height: 75px;}
.jcarousel-next {z-index: 3;display: none;background:red; position: absolute;top: 43px;right: 5px;width: 32px;height: 32px;cursor: pointer;background:url(img/arrow-right.png) no-repeat scroll center;}
.jcarousel-prev {z-index: 3;display: none;background:red;position: absolute;top: 43px;left: 5px;width: 32px;height: 32px;cursor: pointer;background: url(img/arrow-right.png) no-repeat scroll center;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}

/* ============================================================================================================================================================================ */

.reg_antispam_tab {width: 200px}
.reg_antispam_tab td {vertical-align: middle}
.reg_antispam_tab input {width:105px}
#whisper-box {position:absolute; top:101px; width: 377px; background-color: #fff;overflow:hidden;border:solid 1px #BEBEBE;border-top:0; z-index:9;}  
#whisper-box.closed{display:none; } 
#whisper-box .whspitem{position:relative;width:100%;border-top:solid 1px #D1E6F3;background:#fff;margin-top:-1px;padding:0;height:auto;}
#whisper-box .whspitem.act {background:#F3FAFF;}
#whisper-box .whimg{position:absolute;top:2px;left:3;right:auto;bottom:auto;}
#whisper-box .whimg img{width:40px;height:40px;}
#whisper-box .whcode{position:absolute;top:auto;left:auto;right:5px;bottom:3px;}
#whisper-box .whcode a {color:#535154;}
/*#whisper-box .whname{position:absolute;top:4px;left:52px;right:auto;bottom:auto;}*/
#whisper-box .whcount {overflow:hidden;text-align: right;}
#whisper-box .whcount u{margin-right:5px;}

#whisper-box.halfsize{width:306px;}
#whisper-box.closed{display:none;} 
#whisper-box .similar_results {width:98%;float:left;clear:left;}
#whisper-box .similar_results h2{color:#1987B0;text-align:center;font-size:12px;}
#whisper-box .exatc_results {width:98%;float:left;clear:left;}
#whisper-box .exatc_results h2 {color:#000;text-align:center;font-size:12px;}
#whisper-box .whspitem, #whisper-box .h_1,  #whisper-box .h_0 {position:relative; font-size: 1.1em;  border-bottom:solid 1px #E8E8E8;border-right:solid 1px #E8E8E8;margin-top:-1px;padding:6px 10px;height:auto; cursor: pointer;overflow:hidden;}
#whisper-box .whspitem.spttreeitem strong {font-weight: normal;}
#whisper-box .whspitem.spttreeitem strong b{font-weight: bold;}
#whisper-box .whspitem.spttreeitem .whname {left:4px;}
#whisper-box .whspitem.act {background:#F3FAFF;}
#whisper-box .whspitem.produceritem {display: none}
#whisper-box .whimg{position:absolute;top:2px;left:3;right:auto;bottom:auto;}
#whisper-box .whimg img{width:40px;height:40px;}
#whisper-box .whname {background:#fff; }
#whisper-box .whspitem.act .whname {background:#F3FAFF;}
#whisper-box .whcount{overflow:hidden; font-size: 13px; border: none; text-align: right;color:#fff; background: #0093DD !important}
#whisper-box .whcount:hover {background: #0093DD}
#whisper-box .whcount u{margin-right:5px;}
#whisper-box .note,#whisper-box .pricewotax,#whisper-box .pricewtax,#whisper-box .tobskt,#whisper-box .comp{display:none;}
#whisper-box h2 {font-size: 1.3em; color: #0093DD}

/* vypis kategorii do vysledku hledani */
#category_srch {margin: 0 0 10px 0}
#category_srch .h_1 h2 {padding: 0 0 5px 0 ;  font-size: 1.8em; color: #0093dd;}
#category_srch .whcount {display: none;}
#category_srch .whspitem {font-size: 1.4em; padding: 3px 0;}
#category_srch .whspitem a {color: #444343}
#category_srch .whspitem a strong {font-weight: normal}
#category_srch .h_0, #category_srch .t_0, #category_srch .whcount {display:none;}

/*naseptavac do tela shopu*/
#whisper-cont{background:#eff4f6;padding:0 6px;float:left;width:706px;}
#whisper-cont .similar_results{width:718px;clear:left;float:left;color:#fff;background:#bacfdd;text-align:center;height:26px;padding-top:4px;border-bottom: 6px solid #FFFFFF;border-top: 6px solid #FFFFFF; margin: 0 0 6px -6px;}
#whisper-cont .similar_results h2{display:inline;background:url(img/lupaico.png) 0 0 no-repeat;padding-left:30px;padding-bottom:4px;padding-top:3px;font-size:13px;line-height: 1.7;}
#whisper-cont .exatc_results{width:718px;clear:left;float:left;color:#fff;text-align:center;background:#2a221f;height:26px;padding-top:4px;border-bottom: 6px solid #FFFFFF;margin:0 0 6px -6px;}
#whisper-cont .exatc_results h2{display:inline;background:url(img/lupaico.png) 0 0 no-repeat;padding-left:30px;padding-bottom:4px;padding-top:3px;font-size:13px;  line-height: 1.7;}
#whisper-cont .whspitem{position:relative;float:left;width:100%;height:88px;margin-top:-1px;padding:0;color:#005684;cursor: pointer;overflow:hidden;margin-bottom:6px;background:#fff;}
#whisper-cont .whspitem.spttreeitem{height:auto;overflow:hidden;}
#whisper-cont .whspitem.spttreeitem strong{font-weight:bold;}
#whisper-cont .whspitem.spttreeitem strong b{font-weight: normal;}
#whisper-cont .whspitem.spttreeitem .whname{left:4px;line-height:1.5;padding:10px;position:static;width:auto;}
#whisper-cont .whspitem.spttreeitem .whname a{height:auto;}
#whisper-cont .whspitem.spttreeitem .whimg{display:none;}
#whisper-cont .whspitem.act {box-shadow: 2px 2px 9px #222222; }
#whisper-cont .whimg{position:absolute;top:0px;left:8px;right:auto;bottom:auto;}
#whisper-cont .whimg img{width:88px;height:88px;}
#whisper-cont .whcode{display:none;}
#whisper-cont .whname{position:absolute;top:10px;left:118px;right:auto;bottom:auto;background:#fff;width:420px;overflow:hidden;}
#whisper-cont .whname a{display:block;color:#005483;font-size:13px;height:18px;overflow: hidden;}
#whisper-cont .whname b{text-decoration: underline;}
#whisper-cont .note{color:#535353;position:absolute;left:118px;top:31px;width:420px;height:49px;overflow:hidden;line-height:1.5;}
#whisper-cont .pricewotax{position:absolute;right:14px;top:30px;color:#8B8B8B;font-size:13px;font-weight:normal;}
#whisper-cont .pricewtax{position:absolute;right:14px;top:5px;color:#CE0101;font-size: 17px;font-weight:bold;}
#whisper-cont .tobskt{position:absolute;bottom:8px;right:43px;right:11px;background: url("img/tsbbtnbuy3.gif") no-repeat scroll 0 0 #1A608E;color: #FFFFFF;font-size: 11px;font-weight: bold;height: 31px;line-height: 2.7;padding-left: 11px;width: 76px;text-align:center;}
#whisper-cont .comp{position:absolute;right: 11px;bottom:8px;background: url("img/tsbcompareico3.gif") no-repeat scroll 0 0 #2A221F;height: 31px;width: 31px;font-size:1px;display:none;}
#nextwspitems {font-size:13px;color:#005483;margin-bottom:10px;}

#frqsrchword-box {position:absolute; left: 0; top:42px; width:170px; background-color: #F3FAFF;overflow:hidden;font-size:1.1em;border:solid 6px #D2E7F3;border-bottom:solid 3px #D2E7F3;border-top:none;
	-webkit-border-top-left-radius: 0ex; -khtml-border-radius-topleft: 0ex; -moz-border-radius-topleft: 0ex; border-top-left-radius: 0ex;
	-webkit-border-top-right-radius: 0ex; -khtml-border-radius-topright: 0ex; -moz-border-radius-topright: 0ex; border-top-right-radius: 0ex;
	-webkit-border-bottom-left-radius: 1ex; -khtml-border-radius-bottomleft: 1ex; -moz-border-radius-bottomleft: 1ex; border-bottom-left-radius: 1ex;
	-webkit-border-bottom-right-radius: 1ex; -khtml-border-radius-bottomright: 1ex; -moz-border-radius-bottomright: 1ex; border-bottom-right-radius: 1ex;
  box-shadow: 2px 2px 9px #EEEEEE;z-index:8;display:none;padding:4px;}
/*#frqsrchword-box.closed{display:none;} 
*/#frqsrchword-box p{position:relative;width:auto;background:#F3FAFF;padding:0;height: auto;margin:0;padding:0;color:#394D61;}
#frqsrchword-box span {display:block;background:#efefef;padding:4px 3px;}
#frqsrchword-box p.act {background:#ffffff;cursor: pointer;}
#frqsrchword-box p.fk{display:block;height:0px;padding:0;overflow:hidden;}


/*---porovnavani---------*/       

#xstiparcomp {width: 100%; margin: 0;}
#xstiparcomp .hdr {display: none;}
#xstiparcomp .cnt {padding: 0;}
#xstiparcomp .ftr {display: none;}
#xstiparcomp th {width: 150px; text-align: right; padding: 5px; border-bottom:1px solid #006B9F !important}
#xstiparcomp td {width: auto; max-width: 400px; min-width: 200px; text-align: center; padding: 10px 5px;}
#xstiparcomp tr:hover {background: #DDF4FF;}
#xstiparcomp tr:hover th {background: #00A5F4;}
#xstiparcomp .btnn {margin: 0 auto; float: none;}
#xstiparcomp .Thumbnail img {padding: 5px; max-width: 130px; max-height: 130px; border: none;}
#xstiparcomp tr.Thumbnail a {padding: 2px 0; display: block;}
#xstiparcomp .tabform {background: none;}
#xstiparcomp .btnn.rmvcomp a strong p {font-size: 1em;}
#xstiparcomp td .price {padding: 0 0 5px 0; display: inline-block; font-size: 1.1em; }
#xstiparcomp tr.StiStatus {display: none;}
#xstiparcomp .print {display:block; background: url(img/to_printn.gif) no-repeat scroll 0 2px; padding: 1px 0 3px 20px; margin:0 0 5px 0;}

#sptnav{position:absolute;width:100%;background:#0093dd;top: 130px;padding: 4px 10px 0 10px;height:40px; overflow: hidden;}
#sptnav a{display: block;float: left;color: #FFF;position: relative;padding: 6px 15px;font-size: 1.8em; height: 36px}
#sptnav a:hover{background:#FFF;color:#000;text-decoration:none;}
#sptnav .abspart{display:none !important;background:#D5EAF5;float:left;display:none;position:absolute;top:19px;left:0px;padding:10px;width:700px;}
#sptnav a ul{float:left;}
#sptnav ul a{color:#0B3E77;}
#sptnav a li{float:left;}
#sptnav h2{height:auto;font-size:0.7em;}
#sptnav h2 a{font-weight:bolcd;background:#0B3E77;color:#E4F5FF;width:150px; }
#sptnav a a{-webkit-border-radius: 0ex; -khtml-border-radius: 0ex; -moz-border-radius: 0ex; border-radius: 0ex;}
#sptnav h2 a:hover{background:#0B3E77;color:#E4F5FF;}
#sptnav .level9{width:170px;}
#sptnav .level9 li{clear:left;width:150px;}
#sptnav h3 a{font-size:0.7em;font-weight:normal;width:100%;}
#sptnav h3 a:hover{text-decoration: none;background:#E6F1F7;}
#sptnav .img {display:none;}
#sptnav .others{float:left;clear:left;}
#sptnav .others p{font-size:0.7em;font-weight:bold;background:#0B3E77;color:#E4F5FF;width:150px;padding:3px 6px 6px 6px;}
#sptnav .others a:hover{background:none;text-decoration: underline;}

#blueline {display:none;position: absolute;width: 100%;background: #0093dd;top: 130px;padding: 0 25px;height: 40px;}
#catalog {display:none;position: absolute;width: 100%;background: #FFF;top: 140px;padding: 0 10px;height: 40px;}

.discpercbox{display: none;background:#FFC000 ;color:#fff; float: left; clear: both; font-weight:bold;font-size:1.8em;position:relative; top:0px; margin: 3px 0 0 0;  padding:4px 5px 2px 5px ;text-align:center;}

#strongPass {width: 150px; float: left; padding: 0 0 0 10px; font-size: 0.9em;}
#strongPass span {padding-left: 5px;}
#strongPass .line {background: silver; margin-top: 2px;}
#strongPass .line span {height: 0px; display: block;}

#passMsg {float: left; color: red; padding-left: 5px; font-weight: bold;}

.notfound.boxcont { width: 100%;}
.notfound.boxcont .hdr { border-bottom: 2px solid #09396D;padding: 4px 0 0; width: 100%; }
.notfound.boxcont .hdr p { color: #1987B0; font-size: 19px; padding: 5px 0; }
.notfound.boxcont .cnt strong {  display: block; padding: 4px 0;font-size: 17px;  }
.notfound.boxcont .cnt ul  { display: block; margin: 12px 0 12px 20px; list-style-type: circle;}
.notfound.boxcont .cnt ul li {list-style-type: circle;}


.user-errors { padding: 20px; }

.cetelem_table {width:700px;}
.cetelem_table td {width:50%; vertical-align:top;}
.cetelem_table table {width:100%; font-size:11px; background:#C8C8C8;}
.cetelem_table table th {vertical-align:middle; text-align:right;}
.cetelem_table table th.title {height:30px; text-align:center; font-size:14px; color:black;}
.cetelem_table table td {vertical-align:middle; padding:5px;}
.cetelem_table table td input {vertical-align:middle; margin-right:5px;}
.cetelem_table table td input[name=primaplatba] {width:60px;}
.cetelem_table table td input[name=pocetsplatek] {width:30px;}
.cetelem_table table td .button {font-size:13px; font-weight:normal; color:black; background:none;}

/* webmenu */

.webmenu { text-align: center;background: #E3EEF4;padding: 5px 0 10px 0; }
.webmenu h3 { text-align: left;  }
.webmenu.category { background: none; }
.webmenu.article { background: none; }
.webmenu.article-detail { background: none; }

.webmenu .webmenucat {display: inline-block;width: 11%;vertical-align: top;border-right: 1px solid #BEBEBE;padding: 0 0 0 0; margin: 0 15px;}
.webmenu .webmenucat:last-child {border:0;}
.webmenu .webmenucat a { color:  #676767;text-decoration: underline; }
.webmenu .webmenucat a:hover { text-decoration: none; }
.webmenu .webmenucat a.title, .webmenu .webmenucat p.title { font-weight: bold; font-size: 1.3em;  display: block; margin: 0 0 10px 0;color: #676767;text-transform:uppercase;  }
.webmenu .webmenucat li { font-size: 1.3em;}

.webmenu.category .webmenuarticle { float: none;position: relative;margin: 0 0 10px 0;border-bottom: 1px solid #7A7B7C;padding: 0 0 10px 0;}
.webmenu.category h3 { padding: 0 0 10px 0;text-align: left; }
.webmenu.category .webmenuarticle img { float: left; }
.webmenu.category .webmenuarticle a.title { display: block;font-weight: bold;  }
.webmenu.category .webmenuarticle .date { position: absolute; right: 5px; top: 5px; }
.webmenu.category .webmenuarticle .anotation { }

.webmenu.article-detail { position: relative; } 
.webmenu.article-detail span.date { position: absolute; right: 10px; top: 10px; }
.webmenu.article-detail .anotation { font-style: italic;margin: 10px 0 20px 0;font-size: 13px; }
.webmenu.article-detail .content { font-size: 12px; }

#zipcodes {  background: none repeat scroll 0 0 white;  border: 1px solid #aaaaaa;  height: 150px;  left: 0;  overflow: auto;  padding: 5px;  position: absolute;  right: 0;  width: 350px;  z-index: 9; top: 24px; }  
#zipcodes table {font-size: 11px;  width: 100%; } 
#zipcodes table th {  font-size: 11px;  text-align: left; width: 10%; padding: 5px 4px 5px 5px; display: table-cell; }  
#zipcodes table td {  font-size: 11px;  text-align: left; width: 10% }
#zipcodes table th:first-of-type, #zipcodes table td:first-of-type {width: 50%}
#zipcodes table th:last-of-type, #zipcodes table td:last-of-type {width: 30%}


.prel {  position: relative; } 

.class a {display:block; width:100px; height:30px; padding-left:15px; text-align:left; font-size:24px; font-weight:bold; text-decoration:none; text-transform:uppercase; color:white; background:url('img/class_bg.gif') right top no-repeat;}
.class a sup {position:relative; top:-7px; vertical-align:middle; font-size:17px;}
.class a.c1 {background-color:#00a651;}
.class a.c2 {background-color:#50b848;}
.class a.c3 {background-color:#bfd730;}
.class a.c4 {background-color:#fff200;}
.class a.c5 {background-color:#fdb913;}
.class a.c6 {background-color:#f37021;}
.class a.c7 {background-color:#ed1c24;}


/* ===== standard button start ===== */
.st_btn {position:relative; display:block; float:left; text-align:center;}
.st_btn_l {position:absolute; display:block; width:10px; height:100%; top:0px; left:0px; font-size:1px;}
.st_btn_c {position:absolute; display:block; top:0px; left:10px; bottom:0px; right:10px; font-size:1px;}
.st_btn_r {position:absolute; display:block; width:10px; height:100%; top:0px; right:0px; font-size:1px;}
.st_btn input {position:relative; margin:0px; padding:0px; font-family:arial; text-align:center; border:0px; background:none;}

.st_btn_normal {height:22px;}
.st_btn_normal .st_btn_l {background:url("img/btnnleftbckg.gif") left top no-repeat;}
.st_btn_normal .st_btn_c {background:url("img/btnncntrbckg.gif") center top repeat-x;}       
.st_btn_normal .st_btn_r {background:url("img/btnnrightbckg.gif") right top no-repeat;}
.st_btn_normal input {height:22px; font-size:12px; font-weight:bold; color:white;}

.st_btn_bigger {height:36px;}
.st_btn_bigger .st_btn_l {background:url("img/btnnleftbckgBig.gif") left top no-repeat;}
.st_btn_bigger .st_btn_c {background:url("img/btnnleftlbckgBig.gif") center top repeat-x;}
.st_btn_bigger .st_btn_r {background:url("img/btnnrightbckgBig.gif") right top no-repeat;}
.st_btn_bigger input {height:36px; font-size:14px; font-weight:bold; color:white;}
/* ===== standard button end ===== */


/* global style for buttons */
button.submit {background: url(img/btnn_bg.png) repeat-x left center; padding: 2px 10px; margin: 0; border: 1px solid #33802e; float: left; position: relative; cursor: pointer; font-size: 1.2em; color: white; text-transform: uppercase;	
  -webkit-border-top-left-radius: 1ex; -khtml-border-radius-topleft: 1ex; -moz-border-radius-topleft: 1ex; border-top-left-radius: 1ex;
	-webkit-border-top-right-radius: 1ex; -khtml-border-radius-topright: 1ex; -moz-border-radius-topright: 1ex; border-top-right-radius: 1ex;
	-webkit-border-bottom-left-radius: 1ex; -khtml-border-radius-bottomleft: 1ex; -moz-border-radius-bottomleft: 1ex; border-bottom-left-radius: 1ex;
	-webkit-border-bottom-right-radius: 1ex; -khtml-border-radius-bottomright: 1ex; -moz-border-radius-bottomright: 1ex; border-bottom-right-radius: 1ex;
} 
button.submit:hover {}
button.submit:before {content: ""; width: 10px; float: left; position: absolute; left: 0; top: 0;}
button.submit:after {content: ""; width: 10px; float: right; position: absolute; right: 0; top: 0;}
button.link {text-align:center;margin:0;padding:0;white-space: nowrap; float: left;border: 1px solid #33802e;cursor:pointer; 
background: #797979; /* Old browsers */
background:url("img/arrow-right-white.png") no-repeat 91% center, -moz-linear-gradient(top,  #797979 0%, #626262 1%, #424242 100%); /* FF3.6-15 */
background:url("img/arrow-right-white.png") no-repeat 91% center, -webkit-linear-gradient(top,  #797979 0%,#626262 1%,#424242 100%); /* Chrome10-25,Safari5.1-6 */
background:url("img/arrow-right-white.png") no-repeat 91% center, linear-gradient(to bottom,  #797979 0%,#626262 1%,#424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#424242',GradientType=0 ); /* IE6-9 */ 
border-radius:5px;
  border: 1px solid #333333;
  color:white;
} 
button.link:hover {}
button.link:before {content: ""; width: 10px; float: left; position: absolute; left: 0; top: 0;}
button.link:after {content: ""; width: 10px; float: right; position: absolute; right: 0; top: 0;}
/* end global style for buttons */

.energy_class a {display:block; width:55px; height:20px; padding-left:3px; text-align:left; font-size:17px; line-height:19px; font-weight:bold; text-decoration:none; text-transform:uppercase; color:white;}
.energy_class a.big {width:75px; height:30px; padding-left:5px; font-size:24px; line-height:32px;}
.energy_class a sup {position:relative; top:-5px; vertical-align:middle; font-size:12px;}
.energy_class a.big sup {top:-7px; font-size:17px;}
.energy_class a.c1 {background:url('img/energy_class_1.png') right center no-repeat;}
.energy_class a.c2 {background:url('img/energy_class_2.png') right center no-repeat;}
.energy_class a.c3 {background:url('img/energy_class_3.png') right center no-repeat;}
.energy_class a.c4 {background:url('img/energy_class_4.png') right center no-repeat;}
.energy_class a.c5 {background:url('img/energy_class_5.png') right center no-repeat;}
.energy_class a.c6 {background:url('img/energy_class_6.png') right center no-repeat;}
.energy_class a.c7 {background:url('img/energy_class_7.png') right center no-repeat;}


#cookieUseAgreement {position: fixed; display: block; bottom: 0; width: 100%; background-color:  rgba(255, 254, 221, 0.9); font-size: 1.2em; border-top: 1px solid #E6E6E6;}
#cookieUseAgreement .info {padding: 15px 10%; float: left;}
#cookieUseAgreement p {float: left; max-width: 85%;}
#cookieUseAgreement button {float: right;padding:5px 10px;background: #797979; /* Old browsers */
background: -moz-linear-gradient(top,  #797979 0%, #626262 1%, #424242 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #797979 0%,#626262 1%,#424242 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #797979 0%,#626262 1%,#424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#424242',GradientType=0 ); /* IE6-9 */}

.printpage h1 {font-size: 1.3em !important;}
.printpage .tabformcont.queues .tabform.valtable {float: left;margin: 15px 0 0 0px;}
.printpage .tabformcont.queues .tabform.valtable th {text-align: left;}
.printpage .tabformcont.queues .tabform.valtable .color_row td {background:none;}
.printpage .tabformcont.queues .tabform td {padding:5px;}
.printpage .tabformcont.queues .btnn {margin:5px;}

#printedpage .tabform {border: 1pt solid black; margin: 10px 0;}
#printedpage .tabform td {padding: 5px 0}
#printedpage .tabform th {border-bottom: 1pt solid black; background:#0093dd;color:#FFF;}
#printedpage .tabform {font-size:1em !important;}
#printedpage .tabform .al_right {text-align: center !important;} 
#printedpage .button{font-size:0.9em;float:none;}


.btnNext {width: 80px;margin: 0 auto;border: 1px solid #BEBEBE;padding: 5px 10px;border-top: none;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,ededed+100 */background: #f7f7f7; /* Old browsers */background: -moz-linear-gradient(top,  #f7f7f7 0%, #ededed 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  #f7f7f7 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */}
.btnNext p {font-size:1.3em;cursor:pointer;}
.btnNext p:before {content: "";width: 12px;height: 8px;background: url("img/arrow-down.png") no-repeat scroll center;display: inline-block;margin: 0 8px 0 0;}
.btnNext p.up:before {background: url("img/arrow-down.png") no-repeat scroll center left;-webkit-transform: rotate(180deg);  -moz-transform: rotate(180deg);  -ms-transform: rotate(180deg);  -o-transform: rotate(180deg);  transform: rotate(180deg);}

.errorpage p{font-size:2em;}

/* vikendiove ceny old */
#sctid_8_scaid_1637 {display: none;}

/* odberna mista samostatna stranka */
#demtoplace_html h2 {font-size: 2.4em;color: #0093dd;}
#demtoplace_html h3 {font-size: 1.8em;color:  #0093dd; font-weight: normal; }
#demtoplace_html .sel_input {margin: 10px 0 20px 0; font-size: 1.3em }
#demtoplace_html .sel_input div {margin: 5px 0;}
#demtoplace_html .dtpmapbox {float: right; width: 60%; font-size: 1.3em; padding: 0 0 0 30px;}
#demtoplace_html .dtpmapbox #slider-radius {margin: 10px 0}
#demtoplace_html .demtopinradiuslistbox {float: left; width: 40%; }
#demtoplace_html #map_canvas{margin-top:10px;position: relative; float: right;width:100%; height: 460px;}
#demtoplace_html .dtpitem{position:relative;xbackground:#EAEAEA;margin:3px 0;padding:5px;cursor:pointer;word-break: break-word;font-size:1.5em;}
#demtoplace_html #dtpSelected {background:#fff; cursor: inherit;}
#demtoplace_html #dtpSelected .dtpitem {cursor: inherit;}
#demtoplace_html .dtpitem.active {background:#0093dd;color:#FFF;}
#demtoplace_html .dtpitem:hover{box-shadow: 2px 2px 10px 0 #494949}
#demtoplace_html #dtpSelected .dtpitem:hover {box-shadow: none;}
#demtoplace_html .dtpitem .dtpico{float:right;right:5px;top:5px}
#demtoplace_html.dtpitem .distance{position:absolute;right:5px;bottom:5px;background:#EAEAEA;}
#demtoplace_html .dtpitem .dtpstreet, .basketcont #demtoplacebox .dtpitem .dtpname{}
#demtoplace_html .button{border: medium none !important; position: relative; top: 8px; height: 26px;margin: 0 0 0 5px;padding: 0;width: 35px;cursor:pointer;float:none;background: #797979; /* Old browsers */
background:url("img/loupe_ico.png") no-repeat center / 15px 15px, -moz-linear-gradient(top,  #797979 0%, #626262 1%, #424242 100%); /* FF3.6-15 */
background:url("img/loupe_ico.png") no-repeat center / 15px 15px, -webkit-linear-gradient(top,  #797979 0%,#626262 1%,#424242 100%); /* Chrome10-25,Safari5.1-6 */
background:url("img/loupe_ico.png") no-repeat center / 15px 15px, linear-gradient(to bottom,  #797979 0%,#626262 1%,#424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#424242',GradientType=0 ); /* IE6-9 */}
#demtoplace_html .dtpselectedbox > span{color:#0093dd;font-size:1.8em;}
.basketcont #demtoplacebox .demtopinradiuslistbox > span{font-size:1.2em; font-weight: bold;}
#demtoplace_html .dtpselectedbox #dtpSelected i{font-size: 1.5em;background: #fff;width: 100%;display: block;}
#demtoplace_html .dtpselectedbox #dtpSelected th,
#demtoplace_html .dtpselectedbox #dtpSelected td {font-size:0.8em;}
#dtpSelected p strong { color: #000000 !important; }
#demtoplace_html .demtopinradiuslistbox #demtopinradiuslist {max-height: 530px;overflow-y: auto;}  
#demtoplace_html .dtpselectedbox {padding: 30px 0 0 0;}
.font_smaller  {font-size:0.8em;}



/* COOKIE */
#cookieConsent{position:fixed;bottom:0;float:left;clear:left;width:100%;height:0;min-height:0;background:rgba(250,250,250,.95);box-shadow:2px 2px 14px 4px silver;z-index:1;display:flex;justify-content:center;align-items:top;transition:all 250ms ease}
#cookieConsent.open{min-height:150px;height:calc(100vh / 7);align-items:center}
#cookieConsent .boxcont{max-width:780px;padding:10px;margin:0}
#cookieConsent .boxcont .hdr{width: 100%; padding: 0;}
#cookieConsent .boxcont .hdr p{font-size: 1.2rem; font-weight: bold;}
#cookieConsent .boxcont .cnt {float: left; width: 100%; padding: 5px 0;}
#cookieConsent .boxcont .cnt p{text-align: left;}
#cookieConsent .boxcont .buttons{display:flex;justify-content:flex-end;gap:5px;padding:5px 0}
#cookieConsent .boxcont .buttons .btn{margin:0}
#cookieConsent .boxcont .buttons .btn.allow-necessary{display:none}
#cookieConsent .boxcont .ftr{width:100%;display:flex;align-items:center;justify-content:space-between;height:auto;overflow:visible;}
#cookieConsent .boxcont .ftr .options input,.user-document input[type='checkbox']{float:left;margin-left:0;}
#cookieConsent .boxcont .ftr .options label,.user-document label{float:left;font-size:12px;padding:2px 0;margin-right:5px;}
#cookieConsent .boxcont .ftr .link{float:right;font-size:12px;}

#cookieConsent .btn,.user-document .btn{position:relative;float:left;background:rgba(0,96,159,.9);color:#fff;font-size:13px;font-weight:700;text-align:center;text-decoration:none;padding:5px 10px;margin:5px;border:none;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;border-top-left-radius:2px;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0 1px 1px rgba(0,0,0,.2);cursor:pointer}
#cookieConsent .btn-big{padding:10px 20px;font-size:1.2em}
#cookieConsent .btn-inv{background:rgba(90,90,90,.8);box-shadow:0 0 1px 0 rgba(90,90,90,.8)}

.user-document ol{padding-left:1em}
.user-document h1,.user-document h2,.user-document h3,.user-document ol,.user-document p{margin:.5em 0}
.user-document ul{padding-left:1.2em;list-style:disc}.user-document ul li{float:none}
.user-document ul li a{font-size:1em}
.user-document .cookie-type{float:left;clear:left;padding:5px;}
.user-document .cookie-type p{float:left;clear:left;}
.user-document .cnt{padding:0;}
.user-document .ftr{height:auto;overflow:visible;}

@media screen and (max-width:780px){
  #cookieConsent.open{min-height:180px}
}
@media screen and (max-width:640px){
  #cookieConsent.open{min-height:270px}
  #cookieConsent .boxcont .buttons{flex-direction:column-reverse}
  #cookieConsent .boxcont .buttons .btn-big{font-size:1em;padding:5px 10px}
}
.refprice td {}

.basketcont {clear:both;margin:0;padding:0;color:#494949;}
.basketcont .tabform{background:none;}
.basketcont .boxcont {clear:both;margin:0;padding:0;width:100%;
 -moz-border-radius-topleft:1ex;-moz-border-radius-bottomright:1ex;-moz-border-radius-topright:1ex;-moz-border-radius-bottomleft:1ex;
 -webkit-border-top-left-radius:1ex;-webkit-border-top-right-radius:1ex;-webkit-border-bottom-left-radius:1ex;}
.basketcont .basketmainbox {clear:both; float:left; position:relative; margin:0 0 5px 0; padding:0 0 75px 0; width:100%;}

.basketcont .anchor {float: left; clear: both; height: 0; width: 0;}

.basketcont #ordtbl {}
.basketcont #ordtbl .color_row td{}
.basketcont  #ordtbl .stiadvsrvitem .thimg img{width:30px;position:absolute;}
.basketcont  #ordtbl .stiadvsrvsspitem{font-weight: bold;}
.basketcont  #ordtbl .stiadvsrvsspitem .thimg img{width:30px;}

/* =================================== krokovani v kosiku ============================== */
.basketcont .stepsbox {clear:both; margin:10px 0 5px 0; width:auto; text-align:center;}
.basketcont .stepsbox table {border:0;}
.basketcont .stepsbox table td {text-align: left;vertical-align: middle;background: url("img/arrow-right-basket.png") no-repeat right 3px;padding: 0 45px 0 30px;}
.basketcont .stepsbox table td:first-child {padding:0 45px 0 0;}
.basketcont .stepsbox table td:last-child {background:none;}
.basketcont .stepsbox table td.finalstep {border-right:none !important;}
.basketcont .stepsbox table td.namestep {height:46px;font-weight:normal; font-size: 1.3em;}
.basketcont .stepsbox table td.namestep.act {font-weight:bold !important;background:none !important;}

.basketcont .stepsbox table td.numbstep {font-size:1.8em;color:#999;}
.basketcont .stepsbox table td.numbstep p {color: #fff;font-weight: bold;border-radius: 15px;margin: 0 5px 0 0;background: #999;float: left;width: 30px;height: 30px;text-align: center;position: relative;bottom: 5px;line-height:1.7em;}
.basketcont .stepsbox table td.numbstep.act {color:#0093dd;}
.basketcont .stepsbox table td.numbstep.act p {color:#fff;background: #0093dd;}
.basketcont .stepsbox table td.stepdone:hover{cursor: pointer;}
.basketcont .stepsbox table td.numbstep span{}
/* =================================== box s tlačítky pod tabulkou produktů ============================== */
.basketcont .basketmainbox .basketbuttonsbox {float:left; position: relative; xposition: absolute;  padding: 10px 0; width:100%; bottom: 0;border-top: 1px solid #ddd}
/* ----------------------------------- vyjimky pro tlačitka dle id --------------------------------------- */
/* ------------------------------------------ (1.krok) ------------------------------------ */
.basketcont .btnbuy_box,.basketcont .btnback_box, .basketcont .btnrc_box {float:left;}

.basketcont .basketrecalc {float: right; padding: 10px 0 10px 10px;}

.basketcont #btnnOrd1Recalc {clear:left;float:left;margin:2px 0 0 0;padding:0 0 0 24px; text-align:center; background:url('img/BGbtnnOrd1Recalc.gif') no-repeat 2px 0px;display:none;}
.basketcont #btnnOrd1Recalc a {display:block;float:left;text-decoration: underline;color:#1987b0; border: none ; background: none;}
.basketcont #btnnOrd1Recalc a:hover {text-decoration: none;}
.basketcont #btnnOrd1Recalc a p {display:block;float:left;width:1px;overflow:hidden;margin:0;padding:0;background:none;}
.basketcont #btnnOrd1Recalc a strong {display:block; float:left; margin:0;padding:0; font-weight:normal; color:#1987b0; background:none;}
.basketcont #btnnOrd1Recalc a strong q {display:block; float:left; margin:0; padding:0; width:auto; font-weight:normal; text-transform:none; background:none;}
.basketcont #btnnOrd1Recalc a span {display:block; float:left; width:1px; overflow:hidden; background:none;}

.basketcont #btnnOrd1Clear {background: url('img/BGbtnnOrd1Clear.png') no-repeat 0 0px;border: none;}
.basketcont #btnnOrd1Clear a {width: 20px;height: 20px;}
.basketcont #btnnOrd1Clear a:hover {text-decoration: none;}
.basketcont #btnnOrd1Clear a p {display:block; float:left; margin:0; padding:0; width:1px; height:auto; overflow:hidden; background:none;}
.basketcont #btnnOrd1Clear a strong {display:block; float:left; margin:0; padding:0; font-weight:normal; color:#1987b0; background:none;display:none;}
.basketcont #btnnOrd1Clear a strong q {display:block; float:left; margin:0; padding:0; width:auto; font-weight:normal; text-transform:none; background:none;}
.basketcont #btnnOrd1Clear a span {display:block; float:left; width:1px; overflow:hidden; background:none;}

/* -------------------------------------------- (3.krok) ------------------------------ */
.basketcont #btnnOrdBack {float: left;}
.basketcont #btnnCreateOrd {float: right;}
.basketcont #btnnOrdSteps {float: right;}
.basketcont #op {float: right;clear: right;font-size: 1.3em; margin: 5px 0 20px 0;}
.basketcont #op input {position: relative; top: 2px;}
.basketcont #op p {color:#000; margin: 5px 0 0 0; font-weight: bold;}
.basketcont #op p a {color:#0093dd;text-decoration:underline;}
.basketcont #op #CpaId-CpvId-2 {display:none;}

/* =================================== box s celkovou cenou pod tabulkou produktů ============================== */
.basketcont .basketmainbox .basketsumtab {float:right;padding:10px 0;width:auto;font-size:1.3em;}
.basketcont .basketmainbox .basketsumtab th {padding:0;white-space:nowrap;font-weight:normal;color:#000;text-align:left;vertical-align:bottom !important;}
.basketcont .basketmainbox .basketsumtab tr:first-child th{font-weight:bold;}
.basketcont .basketmainbox .basketsumtab td {padding:0;white-space:nowrap;font-weight:bold;color:#333333;text-align:right;vertical-align:bottom !important;}
.basketcont .basketmainbox .basketsumtab th.price {padding-bottom:2px !important;}
.basketcont .basketmainbox .basketsumtab td.price {font-size:1.5em;font-weight:bold;color:#ca0000;}

/* ================================== přidávání do košíku na řádku(1.krok) ====================================*/
.basketcont .boxcont.I6_basket_div.addbynum .hdr {display: none;}
.basketcont .boxcont.I6_basket_div.addbynum .cnt {padding: 15px 0px 0 0;}
.basketcont .boxcont.I6_basket_div.addbynum .labeltext {width: auto !important; font-size: 1.3em; padding: 5px 0 15px 0; float: none; display: block;  }
.basketcont .boxcont.I6_basket_div.addbynum a {color:#5d5d5d;text-decoration:underline; float: left; clear: left;}
.basketcont .boxcont.I6_basket_div.addbynum .orbimport {font-size: 1.3em; margin-top: 20px}
.basketcont .boxcont.I6_basket_div.addbynum a:hover {text-decoration:none;}
.basketcont .boxcont.I6_basket_div.addbynum .input_text {float:left;margin:0 ;color:#425362;}
.basketcont .boxcont.I6_basket_div.addbynum .input_text.count {width:36px; margin: 0 0 0 7px;  font-weight:bold;text-align:center;}
.basketcont .boxcont.I6_basket_div.addbynum .plaintext {float:left;margin:4px 0 0 8px;font-size: 1.3em; font-weight: bold;}
.basketcont .boxcont.I6_basket_div.addbynum .btnn {float:left;margin:0 0 0 8px;}
.basketcont .boxcont.I6_basket_div.addbynum button {text-align:center;margin:0;padding:0;white-space: nowrap; float: left;border: 1px solid #33802e;cursor:pointer; 
background: #797979; /* Old browsers */
background: -moz-linear-gradient(top,  #797979 0%, #626262 1%, #424242 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #797979 0%,#626262 1%,#424242 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #797979 0%,#626262 1%,#424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#424242',GradientType=0 ); /* IE6-9 */ 
border-radius:5px;
  border: 1px solid #333333;
  color:white;
  padding: 5px 10px 5px 10px;
font-weight: bold;
margin: -4px 10px 0 10px;
text-transform: none;
font-size: 1.4em;}

.basketcont #customsignorder .hdr {display:none;}		

.basketcont .discountval{text-align:right;padding:0 20px;}
.basketcont .discountprice{text-align:right;padding:0 20px;}
.basketcont .DicValue, .basketcont .basketmainbox .DicValue th{color: #DE1F27;font-size: 1.2em;font-weight: bold;padding: 20px 20px 0;text-align: center;}
.basketcont .DicValue div{text-align:center;}

/* ==================================== nabídka ==================================== */
.basketcont .offer_export {margin:10px 0 0 0;padding:10px;width:auto;}
.basketcont .offer_export .out {width:auto;}
.basketcont .offer_export .in {width:auto;}
.basketcont .offer_export .cnt {clear:both;float:left;margin:0;padding:0;width:100%;}
.basketcont .offer_export .tabform {margin:0;width:100%;border:none;}
.basketcont .offer_export .tabform tr {margin:0;width:100%;;}
.basketcont .offer_export .tabform th {padding-bottom:10px;border-bottom:none;width:auto;padding:3px}
.basketcont .offer_export .tabform td {padding:3px}
.basketcont .offer_export .tabform tr.hdr{display:none;height:0;font-size:0;overflow:hidden;} 
.basketcont .offer_export .btnn {float:left;margin:4px 2px;}
.basketcont .offer_export .tabform .btnn a strong q {font-size: 1.1em;}
.basketcont .offer_export #btnnOrd1Exp_seladr {margin:0;float:right;}

.basketcont .offer_export .tabform td.offername input{width:298px;}
.basketcont .offer_export .tabform th.offernote{position:relative;display:block;bottom:auto;left:1em;right:auto;top:-1em;width:1px;}
.basketcont .offer_export .tabform td.offercustomer textarea{width:300px;}
.basketcont .offer_export .tabform td.offernote textarea{width:300px;}

#inp_user_coef {width:30px;text-align:right;}

/* ========================================== volby platby, dopravy... (2.krok) ================================== */
/*.I6_basket_cst {}*/
.I6_basket_div {float:left;width:50%;background:#C6DFFF;border:1px solid black;margin-bottom:10px;}
.I6_basket_div .rowbox {clear:both;float:left;width:auto;padding:5px 0 0 0;}
.I6_basket_div label {position:relative;white-space:nowrap;color:#494949;cursor:pointer;}
.I6_basket_div .input_radio {margin:0 2px;}
.I6_basket_div .rowbox {clear:both;float:left;width:auto;padding:5px 0 0 0;}
/*.I6_basket_div .I6_basket_div_inbox {}*/

.basketcont .I6_basket_div {float:left;width:100% !important;background:none;border:none;margin:0;}
.basketcont .I6_basket_div .color_row{background:none !important;}

.basketcont .boxcont.I6_basket_div {margin:0 0 25px 0;padding:0; }
.basketcont .boxcont.I6_basket_div .hdr {float: left; width: 100%;}
.basketcont .boxcont.I6_basket_div .hdr .c p {padding:10px 0;font-size:2.4em;color:#0093dd;}
.basketcont .boxcont.I6_basket_div.contactdatabox_4 .hdr .c p{padding:0;}
.basketcont .boxcont.I6_basket_div .hdr label {font-size: .8em; text-decoration: none; color:#0093dd;font-weight:normal;}
.basketcont .boxcont.I6_basket_div .cnt {clear:both;float:left;margin:0;padding:0px;width:100%;}
.basketcont .boxcont.I6_basket_div .cnt .I6_basket_div_inbox {clear:both;float:left; width: 100%; margin:0; padding:0;}
/*
.basketcont .boxcont.I6_basket_div .ftr {float:left;width:auto;height:0;overflow:hidden;}
.basketcont .boxcont.I6_basket_div .ftr .l {float:left;margin:0;padding:0;font-size:0px;width:0px}
.basketcont .boxcont.I6_basket_div .ftr .c {float:left;}
.basketcont .boxcont.I6_basket_div .ftr .c p {float:left;margin:0;padding:0;}
.basketcont .boxcont.I6_basket_div .ftr .r {float:left;font-size:0px;width:0px}
*/
.basketcont .boxcont.I6_basket_div .firstpart {float:left;margin:0;padding:0;width:100%;}
.basketcont .boxcont.I6_basket_div .secondpart {float:left;margin:0;padding:0;}
.basketcont .boxcont.I6_basket_div .rowbox {clear:both;float:left;width:100%;padding:2px 0;font-size:1.3em;}
.basketcont .boxcont.I6_basket_div .rowbox.ex_01 {margin-left: 140px; padding: 5px 0;}
.basketcont .boxcont.I6_basket_div .rowbox.ex_01 label {font-weight: bold}
.basketcont .boxcont.I6_basket_div .rowbox.right {text-align:right;}
.basketcont .boxcont.I6_basket_div .rowbox.right input[type="text"] {float: right; margin-right: 0;}
.basketcont .boxcont.I6_basket_div .rowbox.right .labeltext {float: none; display:inline-block; width: auto;}
.basketcont .boxcont.I6_basket_div .labeltext {float:left;padding:12px 0 0 0;width:140px;text-align:right; font-weight: bold; color:#242424;}
.basketcont .boxcont.I6_basket_div .labeltext strong{}
.basketcont .boxcont.I6_basket_div .labeltext.redauto{width:auto;color:#ca0000; margin: 0 0 10px 0}
.basketcont .boxcont.I6_basket_div .labeltext.greyauto{width:auto;color:#999;}
.basketcont .boxcont.I6_basket_div .rowbox input[type='text'], .basketcont .boxcont.I6_basket_div select {float: left; height: auto; width: 220px; padding: 7px; border: 1px solid #cccccc; margin: 5px; }

.basketcont .boxcont.I6_basket_div .rowbox input[type='radio'] {width: 15px; padding: 0; margin: 2px 0 0 0; position: relative; top: 2px } 
.basketcont .boxcont.I6_basket_div #labordxqudid {width:120px;}
.basketcont .boxcont.I6_basket_div .valuetext {float:left;margin:0;padding:12px 0 0 5px;text-align:left;}
.basketcont .boxcont.I6_basket_div textarea {float:right;margin:0;width:500px; font-size: 1.3em;padding: 10px;font-family: Arial, Helvetica, Verdana, sans-serif;border: 1px solid #cccccc;}
/*.basketcont .boxcont.I6_basket_div .input_text {float:left;margin:0;width:215px; font-size: 1.3em;}
.basketcont .boxcont.I6_basket_div label {font-size: 1.3em; text-decoration: none;}
.basketcont .boxcont.I6_basket_div table {font-size: 1.3em;}
.basketcont .boxcont.I6_basket_div th,
.basketcont .boxcont.I6_basket_div td {padding:0 10px 10px 0;font-size: 1.3em;font-weight: normal;vertical-align: middle;}
.basketcont .boxcont.I6_basket_div td input{font-size:1.0em !important;}
.basketcont .boxcont.I6_basket_div td .btnnlogin p{display:none;}
.basketcont .boxcont.I6_basket_div td .btnnlogin span{display:none;}
.basketcont .boxcont.I6_basket_div td .btnnlogin strong p {padding: 5px 25px 5px 15px;font-size: 1.5em;font-weight: bold;display:block;;background: transparent url("img/arrow-right-white.png") no-repeat scroll 90% center;text-transform:none;line-height: 1.5em;}*/

.registration_tab input, .registration_tab select { width:220px; padding: 7px; height:auto; border: 1px solid #CCCCCC}
.basketcont .boxcont.I6_basket_div .tabform.registration_tab { border-top:0px; border-bottom:0px; font-weight:bold; width: 100%;}
.basketcont .boxcont.I6_basket_div .tabform.registration_tab th {width:140px; display: table-caption; padding: 12px 0 0 0; color: #242424; text-align: right; font-weight: bold }
.basketcont .boxcont.I6_basket_div .tabform.registration_tab td {width:90%; text-align: left; padding: 5px 4px 5px 5px}
.basketcont .boxcont.I6_basket_div .tabform.registration_tab td.btncell {padding-top: 20px;}
.basketcont .boxcont.I6_basket_div .tabform.registration_tab input, .basketcont .boxcont.I6_basket_div .rowbox input {width:220px;}
.basketcont .boxcont.I6_basket_div .tabform.registration_tab input[type='text'] {float: left; height: auto;}
.basketcont .boxcont.I6_basket_div .tabform.registration_tab input[type='password'] {float: left;height: auto;}
.basketcont .boxcont.I6_basket_div .tabform.registration_tab .btncell .btnn {/*background: #ffffff; background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); border: 1px solid #CCCCCC; color:#000;*/ padding: 5px 15px;}
.basketcont .boxcont.I6_basket_div .tabform.registration_tab .btncell .btnn a strong p {color: #fff; font-size: 1.5em; line-height: 1.7; text-transform: none; } 



.basketcont .boxcont.I6_basket_div.deliverydiv.halfw{float:left;}
.basketcont .demprice, .basketcont .dmgprice{font-weight: bold; display:inline-block; float:right; margin-right: 15%}
.basketcont .boxcont.I6_basket_div.deliverydiv select{float:right;}

.basketcont .boxcont.I6_basket_div.paywaydiv.halfw{float:right;clear:none;}
.basketcont .boxcont.I6_basket_div.paywaydiv.halfw .rowbox {width:auto;}
.basketcont .boxcont.I6_basket_div.paywaydiv.halfw .rowbox .image {float:right;}
.basketcont .boxcont.I6_basket_div.paywaydiv.halfw .rowbox .image img {height:20px;}
.basketcont .boxcont.I6_basket_div.I6_basket_input {padding:10px 0 8px 0;}
.basketcont .boxcont.I6_basket_div.I6_basket_input .hdr .c {width:auto;height:0;overflow:hidden;} 
.basketcont .boxcont.I6_basket_div.I6_basket_input .hdr .c p {padding:0 !important;} 
.basketcont .boxcont.I6_basket_div.I6_basket_input .rowbox {padding:4px 0 5px 0;}
.basketcont .boxcont.I6_basket_div.I6_basket_input .labeltext {margin:0 9px 0 0;padding:4px 0 0 0;width:147px;text-align:right;}
.basketcont .boxcont.I6_basket_div.I6_basket_input .labeltext p{margin:0;}
.basketcont .boxcont.I6_basket_div.I6_basket_input select {float:left;margin:0;width:216px;}
.basketcont .boxcont.I6_basket_div.I6_basket_input textarea {float:left;margin:0;width:436px;}
.basketcont .boxcont.I6_basket_div.I6_basket_input .input_text {float:left;margin:0;width:212px;}
.basketcont #demtoplacebox{width:100%;}
.basketcont #demtoplacebox .cnt{float:none;}
.basketcont #demtoplacebox label{color:#494949;text-decoration: none;float:left;margin: 10px 10px 0 0; font-size: 0.8rem;}
.basketcont #demtoplacebox .dtpmapbox{float:right;width:55%;}
.basketcont #demtoplacebox .dtpmapbox .title { color: #0093dd;font-size: 1.8em; }
.basketcont #slider-radius{display:none;margin:5px 0;float:left;width:100%;}
.basketcont #demtoplacebox input{margin:5px 0 0 0;float:left;}
.basketcont #demtoplacebox #map_canvas{display:none;margin-top:10px;position: relative; float: right;width:100%; height: 456px;}
.basketcont #demtoplacebox .dtpselectedbox, .basketcont #demtoplacebox .demtopinradiuslistbox{float:left;width:44%;background:#fff;padding:3px;}
.basketcont #demtoplacebox .dtpselectedbox i{color: #acacac;}
.basketcont #demtoplacebox .dtpitem{position:relative;xbackground:#EAEAEA;margin:3px 0;padding:5px;cursor:pointer;word-break: break-word;font-size:1.5em;}
.basketcont #demtoplacebox #dtpSelected {background:#0093dd;color:#FFF;}
.basketcont #demtoplacebox .dtpitem.active {background:#0093dd;color:#FFF;}
.basketcont #demtoplacebox .dtpitem:hover{box-shadow: 2px 2px 10px 0 #494949}
.basketcont #demtoplacebox .dtpitem .dtpico{float:right;right:5px;top:5px}
.basketcont #demtoplacebox .dtpitem .distance{display:none;position:absolute;right:5px;bottom:5px;background:#EAEAEA;}
.basketcont #demtoplacebox .dtpitem .dtpstreet, .basketcont #demtoplacebox .dtpitem .dtpname{}
.basketcont #demtoplacebox .button{border: medium none !important;height: 22px;margin: 6px 0 0 10px;padding: 0;width: 35px;cursor:pointer;float:left;background: #797979; /* Old browsers */
background:url("img/loupe_ico.png") no-repeat center / 15px 15px, -moz-linear-gradient(top,  #797979 0%, #626262 1%, #424242 100%); /* FF3.6-15 */
background:url("img/loupe_ico.png") no-repeat center / 15px 15px, -webkit-linear-gradient(top,  #797979 0%,#626262 1%,#424242 100%); /* Chrome10-25,Safari5.1-6 */
background:url("img/loupe_ico.png") no-repeat center / 15px 15px, linear-gradient(to bottom,  #797979 0%,#626262 1%,#424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#424242',GradientType=0 ); /* IE6-9 */}
.basketcont #demtoplacebox .dtpselectedbox > span {color:#0093dd;font-size:1.8em;}
.basketcont #demtoplacebox .demtopinradiuslistbo > span { font-weight: bold;  }
.basketcont #demtoplacebox .dtpselectedbox #dtpSelected i{font-size: 1.5em;background: #fff;width: 100%;display: block;}
.basketcont #demtoplacebox .dtpselectedbox #dtpSelected th,
.basketcont #demtoplacebox .dtpselectedbox #dtpSelected td {font-size:0.8em;}
.basketcont #demtoplacebox .demtopinradiuslistbox #demtopinradiuslist {max-height: 400px;overflow-y: auto; padding:10px 0 0;} 
.basketcont #demtoplacebox .demtopinradiuslistbox { padding: 10px; }        
/* ==================================================== vložit do existující objednávky (2.krok) =============================================== */
.basketcont .boxcont.I6_basket_div.itemsintoexistorder .cnt table {width:100%;}
.basketcont .boxcont.I6_basket_div.itemsintoexistorder .cnt table tr.headrow {font-weight:bold;}
.basketcont .boxcont.I6_basket_div.itemsintoexistorder .cnt table td {vertical-align:middle;}
.basketcont .boxcont.I6_basket_div.itemsintoexistorder .I6_basket_div_inbox {overflow-x:scroll;} 

/* ==================================================== dodací údaje (3.krok) =============================================== */
.basketcont .boxcont.I6_basket_div.contactdatabox_3 .cnt .I6_basket_div_inbox .firstpart {width:340px;}
.basketcont .boxcont.I6_basket_div.contactdatabox_3 .cnt .I6_basket_div_inbox .secondpart {width: 100%;}
.basketcont .boxcont.I6_basket_div.contactdatabox_3 .cnt .I6_basket_div_inbox .secondpart.I6_basket_qud {}
.basketcont .boxcont.I6_basket_div .secondpart.I6_basket_cst .labeltext {text-align: right; width: 140px;}
.ordbaskets_cont.laststep .basketcont .boxcont.I6_basket_div .secondpart select { float: left; height: auto;  width: 220px;  padding: 7px;   border: 1px solid #cccccc;   margin: 5px;}



.basketcont .boxcont.I6_basket_div.I6_basket_input.contactdatabox4 .cnt .I6_basket_div_inbox .secondpart {width: 33%; margin-left: 33%;}
.basketcont .boxcont.I6_basket_div.I6_basket_input.contactdatabox4 .cnt .I6_basket_div_inbox .secondpart.I6_basket_qud {margin-left: 66%;}


.basketcont .boxcont.I6_basket_div.contactdatabox3 .cnt .I6_basket_div_inbox .firstpart .rowbox{white-space: nowrap;}
.basketcont .boxcont.I6_basket_div.contactdatabox3 .cnt .I6_basket_div_inbox .secondpart {width:600px;}
.basketcont .boxcont.I6_basket_div.contactdatabox4 .cnt .I6_basket_div_inbox .firstpart {width:340px;}
.basketcont .boxcont.I6_basket_div.contactdatabox4 .cnt .I6_basket_div_inbox .secondpart {width:380px;}

.I6_basket_cst {display:none;margin:0;padding:0;border:none;}

.basketcont .boxcont.I6_basket_div.discoupons .labeltext {width: auto; text-align: left;}
.basketcont .boxcont.I6_basket_div.discoupons .valuetext {width: 100%;}
.basketcont .boxcont.I6_basket_div.discoupons .valuetext .diccode_row {width: 100%; clear: both; float: left;}
.basketcont .boxcont.I6_basket_div.discoupons .valuetext .diccode_row input {clear: left;}
.basketcont .boxcont.I6_basket_div.discoupons .valuetext .diccode_row button {margin: 8px 0 0 10px; float: left;}

#diccoderesult{float: left;}
#diccoderesult p {font-size:1.1em;margin:4px 0 0 0;}
.tooltiptext {float: left; clear: both; font-size: 1.2em; padding: 5px 0;}
.dicmsg0{color:green;float: left; margin-top: 12px;}
.dicmsg1,.dicmsg2{color:#383838;float: left; margin-top: 12px;}
.dicmsgerr{color:#CA0000;float: left; margin-top: 12px; }
#onthepostoffice{width:700px;}

/*--------- rezdeleno na vice casti-------------*/
.basketcont .boxcont.I6_basket_div.halfw{width:49% !important;}
.basketcont .boxcont.I6_basket_div.halfw .firstpart,.basketcont .boxcont.I6_basket_div.halfw .secondpart{width:100%;}
.basketcont .boxcont.I6_basket_div.halfw .rowbox {width:100%;font-size:1.3em;}   
.basketcont .boxcont.I6_basket_div.halfw .rowbox .msg {float: left; padding: 0 0 0 5px; font-weight: bold;}
.basketcont .boxcont.I6_basket_div.I6_basket_input .hdr .c {height:auto;padding-left:12px;}
.basketcont .boxcont.I6_basket_div.contactdatabox3_2 {clear:none;float:right;}
.basketcont .boxcont.I6_basket_div.contactdatabox3_3 .hdr p{font-size:1.2em;}
.basketcont .boxcont.I6_basket_div.contactdatabox3_3 .cnt{display:none;} 

.basketcont .boxcont.I6_basket_div.contactdatabox_2{clear:none;float:right !important;}
.basketcont .boxcont.I6_basket_div.I6_basket_input .rowbox.customertracing{float:right;width:380px;margin-top:-50px;}
.basketcont .boxcont.I6_basket_div.customerinfo .cnt .I6_basket_div_inbox{width:100%;}
.basketcont .customertracing label{font-weight:normal;color:#333333;text-decoration: none;display:block;float:left;}
.basketcont .boxcont.I6_basket_div.I6_basket_input.customerinfo select{width:350px;display:block;float:left;clear:left;}

.basketcont .boxcont.I6_basket_div.contactdatabox_3 .cnt .I6_basket_div_inbox {width: 100%;}
.basketcont .boxcont.I6_basket_div.contactdatabox_3 .cnt .I6_basket_div_inbox .firstpart {width: 100%; margin: 0 0 10px 0 }
.basketcont .boxcont.I6_basket_div.contactdatabox_3 .cnt .I6_basket_div_inbox .firstpart .rowbox {width: 100%; clear: none;}
.basketcont .boxcont.I6_basket_div.contactdatabox_3 label {text-decoration: none;}
.basketcont .boxcont.I6_basket_div.contactdatabox_3 label span{}
.basketcont .boxcont.I6_basket_div.contactdatabox_3 label span.nofill_cst {xbackground: url(img/nofill_cst.png) no-repeat;}
.basketcont .boxcont.I6_basket_div.contactdatabox_3 label span.fill_cst {xbackground: url(img/fill_cst.png) no-repeat;}
.basketcont .boxcont.I6_basket_div.contactdatabox_3 label span.onmarket_cst {xbackground: url(img/onmarket_cst.png) no-repeat;}

.basketcont .boxcont.I6_basket_div.contactdatabox_4 .cnt {display: none;}

.basketcont .boxcont.I6_basket_div.I6_basket_input.contactdatabox4 .cnt .I6_basket_div_inbox {width: 100%; padding: 5px;}
.basketcont .boxcont.I6_basket_div.I6_basket_input.contactdatabox4 .cnt .I6_basket_div_inbox .firstpart{width: 100%;}
.basketcont .boxcont.I6_basket_div.I6_basket_input.contactdatabox4 .cnt .I6_basket_div_inbox .firstpart .rowbox {width: 33%; clear: none; text-align: center;}
.basketcont .boxcont.I6_basket_div.contactdatabox4 label {text-decoration: none;}
.basketcont .boxcont.I6_basket_div.contactdatabox4 label span{display: block; text-decoration: none; width: 96px; height: 96px; background: red; margin: 0 auto 5px auto;}
.basketcont .boxcont.I6_basket_div.contactdatabox4 label span.nofill_cst {background: url(img/nofill_cst.png) no-repeat;}
.basketcont .boxcont.I6_basket_div.contactdatabox4 label span.fill_cst {background: url(img/fill_cst.png) no-repeat;}
.basketcont .boxcont.I6_basket_div.contactdatabox4 label span.onmarket_cst {background: url(img/onmarket_cst.png) no-repeat;}

/*------------------------------------------*/
#tripplecontopt {padding:20px 0; margin:0;}
#tripplecontopt .trploptbtn {float: left;width: 30%;text-align: center;background: #e8e8e8;margin: 0 20px 0 0;border: 1px solid #ddd;}
#tripplecontopt .trploptbtn.active {background:#0093dd; border: 1px solid #0093dd}
#tripplecontopt .trploptbtn label{color:#0093dd;text-decoration:underline;font-size:1.8em;font-weight:normal;cursor:pointer;line-height:1.7;display:block;width:100%;}
#tripplecontopt .trploptbtn.active label{color:#FFF;text-decoration: none;cursor: default;}
#tripplecontopt .trploptbtn p {color:#000;font-size:1.2em;}
#tripplecontopt .trploptbtn.active p {color:#fff; opacity: .9}
#tripplecontopt .trploptbtn.over label{text-decoration: none;}
#tripplecontopt .trploptbtn .i{text-align:center;;padding:10px 0;}
#tripplecontopt input{display:none;}
/* ============================================ tabulka produktů v košíku =============================== */
.basketcont .boxcont.ordbasket_stilist {float:left;margin:0;padding:0;width:100%;}
.basketcont .boxcont.ordbasket_stilist .out {width:100%;}
.basketcont .boxcont.ordbasket_stilist .in {width:100%;}
.basketcont .boxcont.ordbasket_stilist .cnt {clear:both;float:left;margin:0;padding:0;width:100%;background:#fff;}
.basketcont .boxcont.ordbasket_stilist .stitab {margin:0;width:100%; font-size: 1.1em;}
.basketcont .boxcont.ordbasket_stilist .stitab.info:before {display: none;}
.basketcont .boxcont.ordbasket_stilist .stitab .delivery .name {color: black;font-size: 1.3em;height:73px;}

.basketcont .boxcont.ordbasket_stilist .stitab .thimg {text-align:center;}
.basketcont .boxcont.ordbasket_stilist .stitab th.thimg{text-align:left;}
.basketcont .boxcont.ordbasket_stilist .stitab .bundle {text-align: left;}
.basketcont .boxcont.ordbasket_stilist .stitab .code {text-align: center;}
.basketcont .boxcont.ordbasket_stilist .stitab .name {text-align: left;}
.basketcont .boxcont.ordbasket_stilist .stitab .points {text-align: right;}
.basketcont .boxcont.ordbasket_stilist .stitab .producent {text-align: center;display:none;}
.basketcont .boxcont.ordbasket_stilist .stitab .status {text-align: center;text-indent: nowrap;}
.basketcont .boxcont.ordbasket_stilist .stitab .status .sts,
.basketcont .boxcont.ordbasket_stilist .stitab .status .bundle,
.basketcont .boxcont.ordbasket_stilist .stitab .status .hook{display:none;font-size:1.5em;}
.basketcont .boxcont.ordbasket_stilist .stitab .case {text-align: center;text-indent: nowrap;}
.basketcont .boxcont.ordbasket_stilist .stitab .stock {text-align: center;text-indent: nowrap;}
.basketcont .boxcont.ordbasket_stilist .stitab .ordcount {text-align: center;text-indent: nowrap;}
.basketcont .boxcont.ordbasket_stilist .stitab .prc {text-align: right;text-indent: nowrap;}
.basketcont .boxcont.ordbasket_stilist .stitab .prc.wvat {display:none;}
.basketcont .boxcont.ordbasket_stilist .stitab .totalprc{text-align: right;text-indent: nowrap;}
.basketcont .boxcont.ordbasket_stilist .stitab .rf{text-align: right;}
.basketcont .boxcont.ordbasket_stilist .stitab .af{text-align: right;}
.basketcont .boxcont.ordbasket_stilist .stitab .rfaf{text-align: right;}
.basketcont .boxcont.ordbasket_stilist .stitab .buyout{text-align: right;padding: 0 0 0 10px;}
.basketcont .boxcont.ordbasket_stilist .stitab .buyout a img {width:10px;}
.basketcont .boxcont.ordbasket_stilist .stitab.info .buyout {display: none;}
.basketcont .boxcont.ordbasket_stilist .stitab .lastcol{width:7px;}
.basketcont .boxcont.ordbasket_stilist .stitab .stiqty{padding:0 5px 0 5px;width:100%;}
.basketcont .boxcont.ordbasket_stilist .stitab .stiqty .stiqtyin {float:none;}

.basketcont .boxcont.ordbasket_stilist .stitab .hdr {float:none;width:100%;}
.basketcont .boxcont.ordbasket_stilist .stitab th {border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;font-size: 1.3em;font-weight: normal;padding: 2px 0;}
.basketcont .boxcont.ordbasket_stilist .stitab tr.toprow td,
.basketcont .boxcont.ordbasket_stilist .stitab tr.toprow {background:none;border:none !important;}
.basketcont .boxcont.ordbasket_stilist .stitab tr.note span {padding: 1px 10px 0 0; display: block; float: left;}
.basketcont .boxcont.ordbasket_stilist .stitab td {padding:0;color:#7b7b7b;vertical-align:middle;background:#fff;border:none;}
.basketcont .boxcont.ordbasket_stilist .stitab td a {text-decoration:none;font-size:1.3em;}
.basketcont .boxcont.ordbasket_stilist .stitab td a:hover {text-decoration:none;}
.basketcont .boxcont.ordbasket_stilist .stitab td u {text-decoration: none;}
.basketcont .boxcont.ordbasket_stilist .stitab td.thimg{width:100px;}
.basketcont .boxcont.ordbasket_stilist .stitab td.thimg img{width:75px;}
.basketcont .boxcont.ordbasket_stilist .stitab td.thimg a{margin:auto 3px auto 9px;}
.basketcont .boxcont.ordbasket_stilist .stitab td.code{}
.basketcont .boxcont.ordbasket_stilist .stitab td.code a{color:#999;text-decoration:none;font-size:1.2em;}
.basketcont .boxcont.ordbasket_stilist .stitab td.code a:hover{text-decoration:underline;}
.basketcont .boxcont.ordbasket_stilist .stitab td.name h2{font-weight:normal;font-size:1.0em;}
.basketcont .boxcont.ordbasket_stilist .stitab td.name a{display:block;color:#000 !important;text-decoration: none;}
.basketcont .boxcont.ordbasket_stilist .stitab td.name a:hover{text-decoration: underline;}
.basketcont .boxcont.ordbasket_stilist .stitab td.stock p{margin:0;text-align:center;}
.basketcont .boxcont.ordbasket_stilist .stitab td.ordcount .input_text{margin:0;width:28px;height:28px;text-align: center;color:#494949;font-weight:bold;font-size:1.2em;}
.basketcont .boxcont.ordbasket_stilist .stitab td.prc{color:#383838;font-weight:bold;font-size:1.2em;}
.basketcont .boxcont.ordbasket_stilist .stitab td.prc strong{font-weight:normal;}
.basketcont .boxcont.ordbasket_stilist .stitab td.prc u {text-decoration: none;}
.basketcont .boxcont.ordbasket_stilist .stitab td.totalprc{font-size:1.4em;color:#ca0000;}
.basketcont .boxcont.ordbasket_stilist .stitab td.wvat{}
.basketcont .boxcont.ordbasket_stilist .stitab td.wvat strong{font-weight:bold;}
.basketcont .boxcont.ordbasket_stilist .stitab td.wvat u {}
.basketcont .boxcont.ordbasket_stilist .stitab td.buyout a {display:block;xmargin:-4px 0 0 7px;padding:0;}
.basketcont .boxcont.ordbasket_stilist .stitab .thumbimg a{height:16px;width:14px;display:block;}
.basketcont .boxcont.ordbasket_stilist .stitab td {padding-top: 10px;  }
.basketcont .boxcont.ordbasket_stilist .stitab tr.delivery-def td.name {font-size:1.2em;}
.basketcont .boxcont.ordbasket_stilist .stitab tr.refprice td {padding-top: 0;}
.basketcont .boxcont.ordbasket_stilist .stitab tr.refprice td.name {font-size:1.2em}
.basketcont .boxcont.ordbasket_stilist .stitab tr.bundleitems .name {font-size:1.2em}
.basketcont .boxcont.ordbasket_stilist .stitab tr.stiadvsrvsspitem .name {font-size: 1.3em} 
.basketcont .boxcont.ordbasket_stilist .stitab tr.stiadvsrvitem .name {font-size: 1.2em}
.basketcont .boxcont.ordbasket_stilist .stitab .sascheck[type="checkbox"]:not(:checked), .basketcont .boxcont.ordbasket_stilist .stitab .sascheck[type="checkbox"]:checked { position: absolute;  left: -9999px;}
.basketcont .boxcont.ordbasket_stilist .stitab .sascheck[type="checkbox"]:not(:checked) + label, .basketcont .boxcont.ordbasket_stilist .stitab .sascheck[type="checkbox"]:checked + label {position: relative; padding: 0px; cursor: pointer; top: -14px;  }
.basketcont .boxcont.ordbasket_stilist .stitab .sascheck[type="checkbox"]:not(:checked) + label:before, 
.basketcont .boxcont.ordbasket_stilist .stitab .sascheck[type="checkbox"]:checked + label:before { content:""; position: absolute; left: 0; top: 1px; width: 24px; height: 24px; border: 1px solid #888; background: linear-gradient(to bottom, #afafaf 0%,#797979 100%); border-radius: 5px;}
.basketcont .boxcont.ordbasket_stilist .stitab .sascheck[type="checkbox"]:checked + label:before {background:linear-gradient(to bottom,  #797979 0%,#626262 1%,#424242 100%); border: 1px solid  #333333}
.basketcont .boxcont.ordbasket_stilist .stitab .sascheck[type="checkbox"]:checked + label:after {content: "✔"; position: absolute; top: 2px; left: 6px; font-size: 16px; color: white; ;  font-weight: normal; transition: all 0.2s;}
.basketcont .boxcont.ordbasket_stilist .stitab .sascheck[type="checkbox"]:not(:checked) + label:after {content:"+"; position: absolute; left: 8px; top: 6px; color:#fff; font-size: 16px; font-weight: bold;}
.basketcont .boxcont.ordbasket_stilist .stitab tr.sw_licence {display: none;}
.basketcont .boxcont.ordbasket_stilist .stitab tr.sw_licence td {padding: 0 0 10px 100px;}
.basketcont .boxcont.ordbasket_stilist .stitab tr.sw_licence td .btnn {background: linear-gradient(to bottom,  #f7f7f7 0%,#ededed 100%); border: 1px solid #BEBEBE; color:#666; padding: 5px 10px; font-weight: bold; cursor:pointer}
.basketcont .boxcont.ordbasket_stilist .stitab tr.sw_licence td .label {float: left;width: 100px; clear: left; padding: 4px 0 0 0; font-size: 1.1em;}
.basketcont .boxcont.ordbasket_stilist .stitab tr.sw_licence td .input {float: left; padding: 4px 0 0 0; }
.basketcont .boxcont.ordbasket_stilist .stitab tr.sw_licence td .input input {border: none; height: auto;  font-size: 1.1em; padding: 0; background: #fff !important} 
.basketcont .boxcont.ordbasket_stilist .stitab tr.sw_licence td .input span {display: none;}
.basketcont .boxcont.ordbasket_stilist .stitab tr.sw_licence td .save {display: none;}
.basketcont .boxcont.ordbasket_stilist .stitab tr.sw_licence td div.sw_licence {margin-bottom: 10px;}
.mfp-content .sw_licence_out {background: #fff; max-width: 400px; padding: 20px; margin: 0 auto; position: relative; font-size: 1.3em;}
.mfp-content .sw_licence .save {float: left; width: 100%}
.mfp-content .sw_licence .btn { border-radius: 5px; border: 1px solid #333333; color: white; background: linear-gradient(to bottom,  #797979 0%,#626262 1%,#424242 100%); padding: 5px 10px; font-size: 1.1em; display: inline-block; margin-top: 10px; font-weight: bold; cursor: pointer;}
.mfp-content .sw_licence .label { padding: 10px 0 2px ; float: left; width: 100% }
.mfp-content .sw_licence .input input {float: left; width: 50%} 
.mfp-content .sw_licence .input span, .mfp-content .sw_licence .input p {display: block; float: left; width: 48%; margin-left: 2%; font-size: 0.8em;}
.mfp-content .sw_licence .input p { color: red; }
.mfp-content .sw_licence .input input.err, .mfp-content .sw_licence .input input.format {   border: 1px solid red !important;    box-shadow: 0 0 8px rgba(255, 0, 0, 0.6) !important; }
.basketcont.actualBasketStep4 .boxcont.ordbasket_stilist .stitab tr.sw_licence {display: table-row;} 


 

/* ============================================ tabulka zvýhodněných produktů v košíku =============================== */
.basketcont .boxcont.I6_basket_div.ordreltabarea .cnt {clear:both;float:left;margin:0;padding:0;width:100%;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .hdr .c strong {display: block; clear: both; float: left; font-size: 1.2em; color: #000; padding: 0 0 15px 0;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .hdr .c p {padding: 10px 0 5px 0;}  
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab {margin:0;width:100%;border-bottom:1px solid #ddd;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .code {text-align: left;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .coder {text-align: left;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .name {text-align: left;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .name h2 {font-size: 1.0em;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .maxcount {text-align: center;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .prc {text-align: right;text-indent: nowrap;}
/*.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .ordcount{}*/
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .buycol{padding-left:14px;text-align: left;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .lastcol{width:7px;}

.basketcont .boxcont.I6_basket_div .adreg {margin: 0 0 25px 0;}
.basketcont .boxcont.I6_basket_div .adreg p{padding: 10px 0; font-size: 2.4em;color: #0093dd;}
.basketcont .boxcont.I6_basket_div .adreg ul {font-size: 1.6em;margin: 0 0 10px 30px; list-style-type: disc}
.basketcont .boxcont.I6_basket_div .adreg ul li {margin: 0 0 5px 0;}

.basketlink {font-size: 1.8em;margin: 0px 0px 25px;float: left;color:#0093dd;clear:left;cursor:pointer;}
.basketlink.arrow:after {content:"";display:inline-block;width:20px;height:12px;background:url("img/arrow-right.png") no-repeat center;}
.basketlink.arrow:hover {text-decoration:underline;}
.basketinput {margin: 0px 0px 25px 4px;cursor:pointer;}
input.basketinput{margin:4px;}
#logged_fill_cst {margin: 0 5px 0 0;}
 
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab tr.hdr {float:none;width:100%;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab th {border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;font-size: 1.1em;font-weight: normal;padding: 2px 0;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .color_row td {}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td {padding:0;color:#7b7b7b;vertical-align:middle;background:#fff;border-bottom:#d9d9d9; font-size: 1.1em;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td a {text-decoration:none;font-size:1.0em;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td a:hover {text-decoration:none;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td u {text-decoration: none;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.thimg .thumbimg img {width:75px;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.code{color:#7B7B7B;font-size:1.1em;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.code a{color:#7B7B7B;padding-left:4px;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.code a:hover{text-decoration:underline;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.coder{color:#7B7B7B;font-size:1.1em;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.coder a{color:#7B7B7B;padding-left:4px;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.coder a:hover{text-decoration:underline;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.status .sts p,
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.status .bundle p,
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.status .hook p {font-size:1.2em;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .stiqty{padding:0 5px 0 5px;width:100%;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .stiqty .out {float:none;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .stiqty .out .in {float:none;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .stiqty .stiqtyin {float:none;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.name a{font-weight:normal;color:#000 !important;text-decoration: none;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.name a:hover{text-decoration: underline;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.maxcount{color:#383838;font-weight:normal;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.prc.prcclient{color:#383838;font-weight:normal;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.prc.prcfavour{font-size:1.2em;color:#ca0000;font-weight:bold;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.ordcount .input_text{float:right;margin:0;width:22px;text-align: center;font-size:1.1em;color:#494949;font-weight:bold;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.buy {font-size: 1em;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.buy .btnn {margin: 0 0 0 5px;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.buy .btnn a{float: right;background: url('img/cart.png') center no-repeat;width: 30px;height: 30px;}
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.buy .btnn p,
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.buy .btnn strong,
.basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td.buy .btnn span {display:none;}

button#btnnCreateOrd {padding: 5px 30px 5px 15px; font-size: 1.5em; font-weight: bold;text-transform:none;background-position: 95%} 
button#btnnCreateOrd:before {width: 15px;}
button#btnnCreateOrd:after {width: 15px;}

button#btnnOrdSteps {padding: 5px 25px 5px 15px; font-size: 1.5em; font-weight: bold;} 
button#btnnOrdSteps:before {width: 15px;}
button#btnnOrdSteps:after {width: 15px;}

button#btnnOrd1Back, button#btnnOrdBack, button#btnnCreateOrdNab   {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+45,dddddd+100 */
background: #afafaf; /* Old browsers */
background: url("img/arrow-left-white.png")  no-repeat 9% center, linear-gradient(to bottom,  #afafaf 0%,#797979 100%); /* FF3.6-15 */
background: url("img/arrow-left-white.png")  no-repeat 9% center, linear-gradient(to bottom,  #afafaf 0%,#797979 100%); /* Chrome10-25,Safari5.1-6 */
background: url("img/arrow-left-white.png") no-repeat 9% center, linear-gradient(to bottom,  #afafaf 0%,#797979 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afafaf', endColorstr='#797979',GradientType=0 ); /* IE6-9 */
padding: 5px 15px 5px 25px; font-size:1.5em;color:black; border:1px solid #888; color: #fff; font-weight: bold; }

button#btnnCreateOrdNab { background: linear-gradient(to bottom,  #afafaf 0%,#797979 100%); padding-left: 15px; margin-left: 10px; }

.ds_hide {display: none;}


#pricewvatwodel, #dempayCost {display:none;}

/* souhrn */
#laststephead p{font-size: 3em;padding: 5px 0 15px 0;}
.ordbaskets_cont.laststep #contactdatabox_1_log {border-top:2px solid black;border-bottom:2px solid black;border-radius:0;padding: 10px 0;margin: 0 0 10px;}
.ordbaskets_cont.laststep #contactdatabox_1_log .hdr .c p {font-size: 2.4em;padding: 0 0 5px 0;}
.ordbaskets_cont.laststep #contactdatabox_1_log .cnt .rowbox {font-size: 1.3em;padding:0;}
.ordbaskets_cont.laststep #contactdatabox_2_log {border-bottom:2px solid black;border-radius:0;padding: 0 0 10px 0;margin: 0 0 10px;}
.ordbaskets_cont.laststep #contactdatabox_3_log {border-bottom:2px solid black;border-radius:0;padding: 0 0 10px 0;margin: 0 0 10px;}
.ordbaskets_cont.laststep #contactdatabox_3_log .firstpart {visibility:hidden; display: none;}
.ordbaskets_cont.laststep #contactdatabox_3_log #sameaddress_log {float:left; /*margin:-70px 0 0 0;*/}
.ordbaskets_cont.laststep #contactdatabox_3_log .secondpart {/*margin:-70px 0 0 0;*/}
.ordbaskets_cont.laststep #contactdatabox_3_log #logged_fill_cst{visibility:hidden;}
.ordbaskets_cont.laststep #contactdatabox_3_log label.ds_inline{visibility:hidden;}
.ordbaskets_cont.laststep #contactdatabox_3_log #ordcstid{width:100%}

.ordbaskets_cont.laststep #contactdatabox_1 {border-top:2px solid black;border-bottom:2px solid black;border-radius:0;padding: 10px 0;margin: 0 0 10px;}
.ordbaskets_cont.laststep #contactdatabox_1 .hdr .c p {font-size: 1.4em;padding: 0 0 5px 0;}
.ordbaskets_cont.laststep #contactdatabox_1 .cnt .rowbox {font-size: 1.3em;padding:0;}
.ordbaskets_cont.laststep #contactdatabox_2 {border-bottom:2px solid black;border-radius:0;padding: 0 0 10px 0;margin: 0 0 10px;}
.ordbaskets_cont.laststep #contactdatabox_3 {border-bottom:2px solid black;border-radius:0;padding: 0 0 10px 0;margin: 0 0 10px;}
.ordbaskets_cont.laststep #contactdatabox_3 .firstpart {visibility:hidden; display: none;}
.ordbaskets_cont.laststep #contactdatabox_3 #sameaddress {float:left;/*margin:-70px 0 0 0;*/}
/*.ordbaskets_cont.laststep #contactdatabox_3 .secondpart {margin:-70px 0 0 0;}*/
.ordbaskets_cont.laststep #contactdatabox_3 .I6_basket_div_inbox span.title, .ordbaskets_cont.laststep #contactdatabox_3_log .I6_basket_div_inbox span.title { color: #0093dd; padding: 10px 0 0 140px; display: block; font-size: 1.8em;}
.ordbaskets_cont.laststep #contactdatabox_3 .I6_basket_div_inbox .dtpitem, .ordbaskets_cont.laststep #contactdatabox_3_log .I6_basket_div_inbox .dtpitem {margin: 0 0 0 140px ; padding: 5px; cursor: pointer; word-break: break-word;  font-size: 1.5em;}

.ordbaskets_cont.laststep #contactdatabox_4 {border-bottom:2px solid black;border-radius:0;padding: 0 0 10px 0;margin: 0 0 10px;}
.ordbaskets_cont.laststep #contactdatabox_4 #buyasfirm {visibility:hidden;}
.ordbaskets_cont.laststep #contactdatabox_4 label{margin: 0 0 0 -24px; font-size: 16px; font-weight: bold;}
.ordbaskets_cont.laststep #contactdatabox_4 .redauto {display:none;}
.ordbaskets_cont.laststep .boxcont.I6_basket_div .input_text {border:none;}
.ordbaskets_cont.laststep .boxcont.I6_basket_div select{border:none;background: white;padding: 0;margin: 0 0 0 -3px;}
.ordbaskets_cont.laststep .boxcont.I6_basket_div .adreg {display:none;}
.ordbaskets_cont.laststep .newsletter {display:none}

.ordbaskets_cont.laststep .ordbasket_stilist .stitab .buyout {display:none;}

.ordbaskets_cont.laststep #deliverydiv {width:100% !important;margin:0;padding: 0 0 10px 0;}
.ordbaskets_cont.laststep #deliverydiv .hdr {width: auto;}
.ordbaskets_cont.laststep #deliverydiv .cnt {width: auto;clear:left;}
.ordbaskets_cont.laststep #deliverydiv .cnt .rowbox {padding:0;}
.ordbaskets_cont.laststep #deliverydiv .hdr .c p span{display:none;}
.ordbaskets_cont.laststep #deliverydiv .dmgprice {visibility: hidden;}
.ordbaskets_cont.laststep #deliverydiv input {visibility: hidden;}
.ordbaskets_cont.laststep #deliverydiv label {cursor: text;margin: 0 0 0 -15px;}
    

.ordbaskets_cont.laststep #paywaydiv {width:100% !important;border-bottom:2px solid black;border-radius:0;padding: 0 0 10px 0;margin: 0 0 10px;}
.ordbaskets_cont.laststep #paywaydiv .hdr {width: auto;}
.ordbaskets_cont.laststep #paywaydiv .cnt {width: auto;clear:left;}
.ordbaskets_cont.laststep #paywaydiv .cnt .rowbox {padding:0;}
.ordbaskets_cont.laststep #paywaydiv .hdr .c p span{display:none;}
.ordbaskets_cont.laststep #paywaydiv .payprc {visibility: hidden;}
.ordbaskets_cont.laststep #paywaydiv input {visibility: hidden;}
.ordbaskets_cont.laststep #paywaydiv label {cursor: text;margin: 0 0 0 -15px;}

.ordbaskets_cont.laststep #demtoplacebox {border-bottom:2px solid black;border-radius:0;padding: 0 0 10px 0;margin: 0 0 10px; display: none}
.ordbaskets_cont.laststep #demtoplacebox .dtpmapbox {visibility:hidden;height:0;}
.ordbaskets_cont.laststep #demtoplacebox .demtopinradiuslistbox {visibility:hidden;height:0;}
.ordbaskets_cont.laststep .basketcont #demtoplacebox #dtpSelected {color:#000;}
.ordbaskets_cont.laststep .basketcont #demtoplacebox .dtpitem .dtpico {visibility:hidden;}
.ordbaskets_cont.laststep .basketcont #demtoplacebox .dtpitem {background:white;}
.ordbaskets_cont.laststep .basketcont #demtoplacebox .dtpitem:hover {box-shadow:none;cursor:text;}

.ordbaskets_cont.laststep .laststep_ds_none {display:none !important;}
.ordbaskets_cont .rowbox span.msg { font-weight: normal; padding-left: 5px; padding-top: 12px; display: inline-block; color: grey; }

#bsktfailure {margin:20px;}
#bsktfailure .tabitem {padding: 10px; background: #EAF9FF; color: #000; font-weight: normal; border: 1px solid #BFBFBF; margin: 0 auto; }
#bsktfailure .tabitem .msgheader {color: #0093dd; font-size: 1.4em; font-weight: bold;  }
#bsktfailure .tabitem th {color: grey; padding: 3px;}
#bsktfailure .tabitem td {padding: 3px;}body {min-width: 1000px;}

/* responsive menu button */
.res_menu_box {display:none;margin:30px 30px 0 0;float:right; }
#top .res_menu_usermenu { transition: all 0.2s ease; padding: 15px 25px 15px 20px; z-index:9; background: #fff; border-bottom: 1px solid #0093DD; position: absolute; width: 100%; top: 131px; left: -100%; text-align:right;}
#top .res_menu_usermenu.show_this {left: 0;}
#top .res_menu_usermenu a {font-size: 1.3em; color:#666; text-decoration: underline; margin: 0 5px;}
.res_menu_btn {padding: 13px 0;float:right;width:60px;height:60px;}
#res_tree_btn {background: url(img/burger-black.png) no-repeat 11px 9px, url("img/arrow-down.png") no-repeat 98% center;padding: 10px 50px 8px;font-size: 1.2em; cursor: pointer;font-weight: bold;border: 1px solid #999;}
#res_menu_srch {background: #797979; /* Old browsers */background:url("img/loupe_ico.png") center / 20px 20px no-repeat, -moz-linear-gradient(top,  #797979 0%, #626262 1%, #424242 100%); /* FF3.6-15 */background:url("img/loupe_ico.png") center / 20px 20px no-repeat, -webkit-linear-gradient(top,  #797979 0%,#626262 1%,#424242 100%); /* Chrome10-25,Safari5.1-6 */background:url("img/loupe_ico.png") center / 20px 20px no-repeat, linear-gradient(to bottom,  #797979 0%,#626262 1%,#424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
#res_menu_log {background: #797979; /* Old browsers */background:url("img/login.png") center / 20px 20px no-repeat, -moz-linear-gradient(top,  #797979 0%, #626262 1%, #424242 100%); /* FF3.6-15 */background:url("img/login.png") center / 20px 20px no-repeat, -webkit-linear-gradient(top,  #797979 0%,#626262 1%,#424242 100%); /* Chrome10-25,Safari5.1-6 */background:url("img/login.png") center / 20px 20px no-repeat, linear-gradient(to bottom,  #797979 0%,#626262 1%,#424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#424242',GradientType=0 ); /* IE6-9 */ margin: 0 10px;}
#res_menu_log.logout {background: #797979; /* Old browsers */background:url("img/logout-white.png") center / 20px 20px no-repeat, -moz-linear-gradient(top,  #797979 0%, #626262 1%, #424242 100%); /* FF3.6-15 */background:url("img/logout-white.png") center / 20px 20px no-repeat, -webkit-linear-gradient(top,  #797979 0%,#626262 1%,#424242 100%); /* Chrome10-25,Safari5.1-6 */background:url("img/logout-white.png") center / 20px 20px no-repeat, linear-gradient(to bottom,  #797979 0%,#626262 1%,#424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#424242',GradientType=0 ); /* IE6-9 */}
#res_menu_bskt {background: #797979; /* Old browsers */background:url("img/cart.png") center / 20px 20px no-repeat, -moz-linear-gradient(top,  #797979 0%, #626262 1%, #424242 100%); /* FF3.6-15 */background:url("img/cart.png") center / 20px 20px no-repeat, -webkit-linear-gradient(top,  #797979 0%,#626262 1%,#424242 100%); /* Chrome10-25,Safari5.1-6 */background:url("img/cart.png") center / 20px 20px no-repeat, linear-gradient(to bottom,  #797979 0%,#626262 1%,#424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}


@media screen and (max-width: 1570px) {
  #stoitem_detail .sti_info .pricebox {float:left;}  
  #webnews .boxcont.wn10 .prodbox h2 {width:60%;}
  #webnews .boxcont.wn10 .prodbox .note {width:60%;}
}

@media screen and (max-width: 1400px) {
#webnews .botnews.map img {width:100%;}

.owl-banner .owl-carousel .owl-item{-webkit-filter: grayscale(0%);  -moz-filter: grayscale(0%);  -ms-filter: grayscale(0%);  -o-filter: grayscale(0%);      filter: none; /* IE 6-9 */}
/*.owl-banner .owl-carousel .owl-item .item img {width: 100%;height: auto;}*/
}

@media screen and (max-width: 1490px) {
#custom-owl-navigation {display: none;}

}

@media screen and (max-width: 1335px) {
  #top .wn15 {display:none;}
}
                                   
@media screen and (max-width: 1245px) {
  .boxcont.srchcont .cnt .input_text {width:auto;}
  .boxcont.srchcont .cnt a {width: 100px; padding: 13px 0 0 10px}  
  #whisper-box {width:377px;}
  #top .wn15 {display:none;}
  #webnews .boxcont.wn10 .prodbox .img {width:30%;}
  #webnews .boxcont.wn10 .prodbox h2 {width:50%;}
  #webnews .boxcont.wn10 .prodbox .note {width:50%;height: 32px;}
  #webnews .boxcont.wn10 .prodbox .price {width:20%;}  
  #webnews .boxcont.wn10 .prodbox .wvat.through {width: 100%;font-size: 3em;color:#999;text-align:left;}      
}

@media screen and (max-width: 1100px) {
  .owl-banner {width: 100%}
  .owl-banner-table .td_01 {width: 100%}    
}

@media screen and (max-width: 1023px) {
   /* home page*/
   body {min-width: 310px; font-size: 75%;}
   
   input[type="text"], input[type="password"] {height: 24px;}         
   
   #bubbles {display: none;}
   
   /* responsive menu button */
   .res_menu_box {display:block !important;}
   #res_tree_btn {display: block !important;}
   #res_menu_btn {display: block !important;}   
   #maincont.hp #catalog { display: block; position: absolute; width: calc(100% - 25px); background: #FFF; top: 140px;  padding: 0 10px;  height: 40px; }
   #maincont.hp #catalog #res_tree_btn {border: 1px solid #999;}
   #maincont.hp #leftcont {width:calc(100% - 25px);}
   #maincont.hp #leftcont .boxcont.lefttreecont {width:100%;}
   .owl-banner {margin: 15px 0; width:100%;}
   .owl-banner-table .td_01 {width: 100%; text-align: center}
   .owl-banner-table .td_02, .owl-banner-table .td_03 {display: none;}   
   #custom-owl-navigation { display: none; }
   #custom-banner-hp-right {display: none;}
   .owl-producent {display:none;}
   #jslidernews2 {margin:10px 0;}
   
   /* skeleton page */   
   #top .logo {left: 60px; margin-right: 10px;}
   .outercont {padding:180px 0 0 0;}
   .wrapcont {margin: 0;}
   .innercont {padding: 0;}
   #centercont {margin: 0;padding: 0;}
   #centercont.responsewide {padding: 0 10px;}
   #leftcont {position: absolute; z-index: 9; width: 100%;top: 130px;padding: 0;}
   #sptnav{display:none;}
   #blueline{display:block;}
   #catalog{display:block;}
   #top {border-bottom:4px solid #0093dd;}
   
   /* home page - leftcont */    
   .boxcont.srchcont {display: none;position: absolute;z-index: 9;width: 100%;top: 131px;left: 0;background: white;}
   .boxcont.lefttreecont {display: none;}
   .boxcont.compcont {display: none;}
   .boxcont.favourcont {display: none;}
   .boxcont.lastvisitedcont {display: none;}
   .boxcont.tagscloud {display: none;}
   .boxcont.commaninfocont {display: none;}
   .boxcont.wn2 {display: none;} 
  
    .boxcont.srchcont .cnt .input_text {width:90%;}
    .boxcont.srchcont .cnt a {display:none;}
    .boxcont.srchcont .cnt .btnn {width:10%;border-radius: 0;}
    .boxcont.srchcont .cnt .button {width:100% !important;}
    
    
   /* leftcont srchcont */      
   #leftcont .boxcont.srchcont {display: none; float: right; width: 50%;    	
     -webkit-border-bottom-left-radius: 0ex; -khtml-border-radius-bottomleft: 0ex; -moz-border-radius-bottomleft: 0ex; border-bottom-left-radius: 0ex;
     -webkit-border-bottom-right-radius: 0ex; -khtml-border-radius-bottomright: 0ex; -moz-border-radius-bottomright: 0ex; border-bottom-right-radius: 0ex;
    }
   #leftcont .boxcont.srchcont .hdr {display: none;}
   #leftcont .boxcont.srchcont .cnt {width: 100%; padding: 10px 0 ;}
   #leftcont .boxcont.srchcont .cnt .input_text {width: 80%; margin-left: 10px;}
   #leftcont .boxcont.srchcont .cnt .button {margin-right: 10px !important;}
   #leftcont .boxcont.srchcont .cnt a {display: none;}
   
   /* leftcont treecont */
   #leftcont .boxcont.lefttreecont {width: 100%;top: 47px;position: absolute;padding: 0 10px;}
   #leftcont .boxcont.lefttreecont .hdr {width: 100%;}
   #leftcont .boxcont.lefttreecont .cnt {width: 100%;}
   #leftcont .div_strid_block {width: 100%;}
   #leftcont .i6lt_ul a {padding: 8px 0 0 20px;}
   #leftcont .i6lt_ul li {padding: 2px 0 ;}
   #leftcont .i6lt_ul li span {float: right; background-image: none !important; background-color: rgba(255,255,255,0.2); font-weight: bold; font-size: 2.5em; color: white; padding: 0 8px; margin: 0; width: auto; height: auto; font-family: 'Courier New', Courier, 'Andale Mono', monospace;}
   
   /* prodbox */      
   .prodbox {width:32%;margin: 0 2% 15px 0;}
   .prodbox:nth-child(3n) {margin: 0 0 15px 0;}
   .prodbox h2 {line-height: 1em;font-size: 1.6em;}
   .listbox h2 {line-height: 1em;font-size:1.6em;}
   .listbox .note p{line-height:1.1em;font-size:1.2em;}
   .listbox .stiqty .stiqtyin a {font-size:1.2em;}
   .listbox .price .wvat {font-size: 1.8em}   
   
   #webnews .wrap_botnews {width: 66%}
   #webnews .wrap_letak {width:33%; margin: 8px 0 0 1px}
   
   #webnews .boxcont .hdr {background:#0093dd;width: 100%;}   
   #webnews .boxcont.closingcont .hdr {background:#999;}
   #webnews .boxcont.closingcont .cnt .hdr {background:none;}
   #webnews .boxcont .hdr p {color:white;padding:8px;font-size:2em;}
   #webnews .boxcont .hdr .c:after {color:white;padding:5px;}
   #webnews .closingcont.contopened .hdr p {color:white;}  
   #webnews .boxcont.wn3 {width: 100%;margin: 15px 0 0 0;}              
   #webnews .custcenter.botnews {width:100%}
   #webnews .custcenter .info2,
   #webnews .custcenter img,   
   #webnews .socialnetwork { width: 100%}  
   #webnews .botnews.map { display: none}   
   #webnews .botnews,                                                                                                       
   #webnews .boxcont.wn7,
   #webnews .boxcont.wn8 {width:100%}                                                             
   #webnews .boxcont.wn3 ul .boxcont .hdr h2{height:1.2em;overflow:hidden;}   
   #webnews .boxcont.wn3 ul .boxcont .note p{height:1.2em;overflow:hidden;display:inline-block;}
   #webnews .wrap_botnews td {width: 50%}
   
   #webnews .boxcont.wn3 .cnt,
   #webnews .boxcont.wn7 .cnt,
   #webnews .boxcont.wn8 .cnt{display:none;}
   
   #webnews .boxcont.wn3 .cnt .cnt,
   #webnews .boxcont.wn7 .cnt .cnt,
   #webnews .boxcont.wn8 .cnt .cnt{display:block;}    
   
   #webnews .boxcont.wn9 .prodbox {width:auto;}
   
   #webnews .boxcont.wn10 .prodbox .price .wvat {font-size:2em;}
   #webnews .boxcont.wn10 .prodbox .wvat.through {font-size:2em;}
   #webnews .boxcont.wn10 .prodbox .tools .stiqty .stiqtyin{font-size:1.0em;}
              
   #wn3 .hdr .c:after,
   #wn7 .hdr .c:after,
   #wn8 .hdr .c:after,
   #wn9 .hdr .c:after,
   #wn10 .hdr .c:after {visibility:visible;}
   .wn16{margin:10px 0 0 0;}
   
   #webnews .poster {width:100%; padding: 0 3px 0 0 }
   #webnews .poster .hdr a.link{color: #FFF;}
   #webnews .poster .hdr a.older{display:none;}      
   #webnews .poster .cnt {}   
   
   .lof-slidecontent{width:100%;}
   
   #webnews_detail .newscont .hdr .c p{font-size:1.5em;}
         
   .navbar{margin: 10px 0;}
   
   #stilist_fltr_stores .stckitem  label:before {margin: 3px 5px 0 0;}
   .stockfilterbox .check_radio.imgcheckof {background: url(img/DECprCheckOf.png) no-repeat 0 5px;}
         
   /* spresenttrees - showstyle = 0 */   
   .colsviewer {display: none;}
   
   .stitabarea .stitab .thimg {display: none;}
   .stitabarea .stitab .cmp {display: none;}
   .stitabarea .stitab .code {display: none;}
   .stitabarea .stitab .producent {display: none;}
   .stitabarea .stitab .rf {display: none;}
   .stitabarea .stitab .af {display: none;}
   .stitabarea .stitab .rfaf {display: none;}
   .stitabarea .stitab .dcp {display: none;}
   
   #centercont .boxcont.subcats .cnt ul li {margin:0 0 10px 0 !important;width: 100%;}
   #centercont .boxcont.subcats .cnt ul li .inbox {width:100%;}
   #centercont .boxcont.subcats .cnt ul li a {width:100%;padding: 10px;}
   
   /* basket - products */
   .basketcont .stitab .producent {display: none;}
   .basketcont .stepsbox table td.numbstep p {line-height:1.5em;}
   .basketcont .boxcont.ordbasket_stilist .stitab .name {padding:10px 0;}
   .basketcont .stepsbox table td.numbstep span {display:none;}
   .basketcont .stepsbox table td:last-child{padding: 0 0 0 30px;}
   .basketcont .stepsbox table {margin:0 auto;}
   .basketcont .boxcont.I6_basket_div textarea {width:100%;}   
   
   .basketcont .stitab .thimg {display: none;}   
   .basketcont .stitab .coder {display: none;}
   
   .basketcont #demtoplacebox .dtpmapbox {float:left;width:100%;}
   .basketcont #demtoplacebox .dtpselectedbox, .basketcont #demtoplacebox .demtopinradiuslistbox {width:50%;}
    
   .basketcont #btnnOrd1Clear {background: url('img/BGbtnnOrd1Clear.png') no-repeat 0 0px / 13px;}
   
   /* stoitem - detail */
   #stoitem_detail .sti_info .sti_inftbl tr.rf {display: none;}
   #stoitem_detail .sti_info .sti_inftbl tr.vat {display: none;}
   #stoitem_detail .sti_info .sti_inftbl tr.bettprc {display: none;}
   #stoitem_detail .sti_info .sti_inftbl tr.rfaf {display: none;}
   
   #stoitem_detail .sti_toolbox .tofav {display: none;}

   #stoitem_detail .sti_toolbox .toprint {display: none;}
   
   #stoitem_detail .sti_img .sti_catimg img {max-width:100px;}
   #stoitem_detail .headline h1 {font-size:2.0em;}
   
   #tabs {margin:0;}   
   
   #stoitem_detail .sti_relation_block .sti_relation > .hdr p,
   #stoitem_detail .sti_relation_block .sti_relation_condoffer > .hdr p,
   #stoitem_detail .sti_relation_block .sti_relation_condoffer_master > .hdr p {font-size:2.0em !important;}
   #stoitem_detail .sti_relation_block .sti_relation_condoffer .hdr .c.Zvyhodnene p {font-size:1.8em !important;}
   #stoitem_detail .sti_relation_block .sti_relation_condoffer .hdr .c.Zvyhodnene:after {color: red;}
         
   #stoitem_detail .sti_relation_block .sti_relation > .cnt,
   #stoitem_detail .sti_relation_block .sti_relation_condoffer > .cnt,
   #stoitem_detail .sti_relation_block .sti_relation_condoffer_master > .cnt {display: none;}   
   
   #stoitem_detail .sti_relation_block .sti_relation > .hdr .c:after,
   #stoitem_detail .sti_relation_block .sti_relation_condoffer > .hdr .c:after,
   #stoitem_detail .sti_relation_block .sti_relation_condoffer_master > .hdr .c:after{display:block;;padding: 8px;font-size: 1.8em !important;}
        
    
   .ui-tabs .ui-tabs-nav li{width:100%;margin: 0;white-space: inherit;}
   
   /* filters hdr */
   #centercont .closingcont .hdr {font-size: 1.0em;}
   
   /* price filter */
   #fltrprcinterv {width: 100%;}
   
   /* filter subcategory */
   #centercont .boxcont.subcats .cnt ul li a {font-size: 1.4em;}
   
   /* filter producers */
   #stilist_fltr_producers form div {width:150px; border: 1px solid #CCC;}
   #stilist_fltr_producers .filterhdr {border: none ;}
   #stilist_fltr_producers form div .td_value {width:130px;}
   #stilist_fltr_producers form div a {font-size: 1.4em; text-decoration: none; float: left; display: block; width: 125px;}
   
   /* filter status */
   #stistssrch .srchststdiv {width: 100%;}
   #stistssrch .srchststdiv input {float: left;}
   #stistssrch .srchststdiv label {font-size: 1.4em; text-decoration: none; float: left; width: 100%;border: 1px solid #ddd;}
   #stistssrch .cnt {border:none;}
   #stistssrch input[type="radio"]:checked + label {border: 1px solid #000;}
   
   /* filter params*/           
   #stilist_fltr_fltrparams .paramitem {font-size: 1.5em;}
   #stilist_fltr_fltrparams .paramitem .name:after {margin: -5px 0;}
   #stilist_fltr_fltrparams .paramitem .DECprCheck {width: 22px; height: 22px;}
   
   /* filter params ala alza */
   #categoryparams .paramitem.paramslider .value .slider_value { width: 80%;}
   
   /* count page */
   
   #centercont .boxcont.stilistpagetop .center-part {float:none;margin:0;}
   #centercont .boxcont.stilistpagetop .outer {padding-right: 0;}
   #centercont .boxcont.stilistpagetop .right-part {margin:10px 0 0 0;}
   
   #centercont .boxcont.stilistpagebtm .center-part {float:none;margin:0;}
   #centercont .boxcont.stilistpagebtm .outer {padding-right: 0;}
   #centercont .boxcont.stilistpagebtm .right-part {margin:10px 0 0 0;}   
   
   /* basketcont, logoncont */
   #bsktcont, #logoncont, #logedcont, .admin {display:none;}    
     
   
   /* responsive menu */
   #leftcont .boxcont.res_menu {background: #999 !important; margin: 0; width: 100%;
     -webkit-border-top-left-radius: 0ex; -khtml-border-radius-topleft: 0ex; -moz-border-radius-topleft: 0ex; border-top-left-radius: 0ex;
     -webkit-border-top-right-radius: 0ex; -khtml-border-radius-topright: 0ex; -moz-border-radius-topright: 0ex; border-top-right-radius: 0ex;
   }
   #leftcont .boxcont.res_menu ul {padding: 5px 10px;}
   #leftcont .boxcont.res_menu li {width: 100%; float: left; border-bottom: 1px solid #FFF;}
   #leftcont .boxcont.res_menu li:last-child {border:0;}
   #leftcont .boxcont.res_menu li a {display: block; color: white; padding: 0 5px; margin: 6px 0; font-size: 1.6em;}
   #leftcont .boxcont.res_menu .basket {display: none;}
   #leftcont .boxcont.res_menu .log {display: none;}
   .i6lt_ul a {font-weight:normal;}
           
   #centercont .boxcont.sprtnews .cnt .wn7 .wn_mid .note .wn_text{display:none;}
   /* whisper */
   
   #frqsrchword-box {display: none !important;} 
   
   #whisper-box {position: relative; width: 99%; left: auto; top: 0;}
   #whisper-box .whspitem {width: 100%;}
   #whisper-box .whcode {display: none;}
   
   #centercont .boxcont.filtersbtm .fltrpart {width:100%;padding:5px 0;}

   #footercont{border:0;margin: 10px 0;text-align:center;}  
   #footercont .infobox {border-top: 1px solid #ddd;}
   #footercont .logobonusgrey {display:inline-block;margin: 0 0 10px 0;}
   #footercont .responsive {display:block;margin:0 0 10px;}
   .webmenu .webmenucat {width:100%;border:none; height:auto;background:#999;padding:0;margin:0 0 10px 0;} 
   .webmenu .webmenucat a.title {color:white;padding:8px;font-size:2em;margin:0;font-weight:normal;display: inline-block;text-transform:none;}
   .webmenu .webmenucat .plus:after {content: "+";color: white;font-weight: bold;font-size: 2.5em;font-family: 'Courier New', Courier, 'Andale Mono', monospace;padding:5px;cursor:pointer;}
   .webmenu .webmenucat .plus.minus:after {content:"-";}
   .webmenu .webmenucat li{background:#FFF;padding:10px 0 0 10px;}
   .webmenu .webmenucat li a {font-size:1.2em;}     
   
   #leftcont .boxcont.toplist {display:none;}      

   #centercont.responsewide .boxcont.table-scroll {overflow-x: auto }        
}

@media screen and (max-width: 760px) {  
    #demtoplace_html {margin: 20px 0 0 0}
    #demtoplace_html .demtopinradiuslistbox {width: 100%; float: none; clear: both; padding: 20px 0 0 0}
    #demtoplace_html .dtpmapbox {width: 100%; padding: 10px 0 0 0; }
    .lof-slidecontent .navigator-content {display:none;}
    .lof-slidecontent .main-slider-content {width:100%;}
            
    #stoitem_detail .sti_img{width:100%;}
    #stoitem_detail .headline{width:100%;}
    #stoitem_detail .sti_info{width:100%;}
    #stoitem_detail .tabpage.stiysttbox{width:100%;}    
    #stoitem_detail .headline h1 {font-size:2em;}
    #stoitem_detail .sti_info {margin: 5px 0;}
    #stoitem_detail .sti_info .pricebox {margin: 20px 0;width:100%;}
    #stoitem_detail .sti_info .pricebox table{width:100%;margin:0;}
    #stoitem_detail .sti_info .pricebox table th,
    #stoitem_detail .sti_info .pricebox table td {width:50%;}
    
    #stoitem_detail .sti_toolbox .watchdog {margin: 0 0 10px 0;}
    #stoitem_detail .sti_info .cetelem {margin: 0 0 10px 0;}
        
    #tabs > .hdr p,
    #stoitem_detail .sti_relation_block .sti_relation > .hdr p,
    #stoitem_detail .sti_relation_block .sti_relation_condoffer > .hdr p,
    #stoitem_detail .sti_relation_block .sti_relation_condoffer_master > .hdr p {font-size:1.5em;}
    #stoitem_detail .tabpage .hdr p{font-size:1.3em;}                                            
    
    #stoitem_detail .sti_detail_head{padding:0;}            
    
    /* responsive menu */
    #leftcont .boxcont.res_menu .log {display: block;}
    
    .prodbox {width:49%;margin: 0 2% 15px 0 !important;}
    .prodbox:nth-child(2n) {margin: 0 0 15px 0 !important;}     
    
    /* spresenttree stishowstyle = 0 */
    .stitabarea .stitab .points {display: none;}
    .stitabarea .stitab .status {display: none;}
    .stitabarea .stitab .case {display: none;}
    .stitabarea .stitab .conparico {display: none;}
    #centercont .boxcont.showstyle .styletab {display:none;}
    
    /* price filter */
    #slider-range {width: 50%;}
    
    /* basket */         
    .basketcont .stitab .code {display: none;}
    .basketcont .stitab .status {display: none;}
    .basketcont .stitab .case {display: none;}
    .basketcont .stitab .producent {display: none;}
    
    .basketcont .boxcont.I6_basket_div.addbynum button {margin:10px 0;}
    .basketcont .boxcont.I6_basket_div.addbynum .orbimport {float:left;clear:left;}
    
    #footercont .boxcont p.firm,
    #footercont .boxcont p.copy {float:none;text-align:center}   
        
    
}

@media screen and (max-width: 710px) {

    /* prodbox */
    .prodbox .comp {display: none;}

}

@media screen and (max-width: 640px) {

    /*webnews*/
    #webnews .wrap_botnews {width: 100%}
    #webnews .wrap_letak {width: 100%}
            
    /* leftcont srchcont */
    #leftcont .boxcont.srchcont {width: 75%;} 
            
    /* filter subcatcont */
    #centercont .boxcont.subcats .cnt ul li {}
    
    /* filter params */
    #stilist_fltr_fltrparams .paramitem {width: 47%;}
    
    /* filter params ala alza */
    #stilist_fltr_fltrparams .paramitem {width: 80%;}
    #categoryparams .paramitem .value .param {width: 50%;}
    
    /* order selector */
    #stilist_fltr_sort .filterhdr {display: none;}
    #stilist_fltr_sort select{margin: 0 0 0 0;}
    
    /* spresenttree stishowstyle = 0 */
    .stitabarea .stitab .wovat {display: none;}
    
    /* stidetail */
    #stoitem_detail .sti_img {width: 100%;}
    #stoitem_detail .sti_info {width: 100%; float: left;}
    
    /* basket */            
    .basketcont .boxcont.ordbasket_addbynum {display: none;}
    
    .basketcont .stitab .wovat {display: none;}
    
    .basketcont .boxcont.I6_basket_div.halfw {width: 100% !important;}
    
    .basketcont .boxcont.I6_basket_div.pricedelivbox {display: none;}
    
    #tripplecontopt {padding:0;}
    #tripplecontopt .trploptbtn {width:100%; margin: 0 0 10px 0;}
    .basketcont .boxcont.I6_basket_div .input_text, 
    .basketcont .boxcont.I6_basket_div select {font-size:1.0em;}
    
    .listbox h2 {font-size:1.4em;}
    
    .lof-slidecontent .sliders-wrapper {height:220px;}
        
    /* legends */
    .legend {display: none;}
    .detailtabcont.comshipto .tabdetailpart .tabform, .detailtabcont.contact .tabdetailpart .tabform  {width: 100%;}

}
@media screen and (max-width: 620px) {
 
  #webnews .boxcont.wn10 .prodbox .img {width:40%;}
  #webnews .boxcont.wn10 .prodbox h2 {width:60%;}
  #webnews .boxcont.wn10 .prodbox .note {width:60%;}  
  #webnews .boxcont.wn10 .prodbox .price {width:60%;}
  
  #webnews .boxcont.wn10 .prodbox .img {width:100%;}
  #webnews .boxcont.wn10 .prodbox h2 {width: 100%;font-size: 1.7em;text-align: center;margin:0;}
  #webnews .boxcont.wn10 .prodbox .note {width:100%;}  
  #webnews .boxcont.wn10 .prodbox .price {width:100%;}
  #webnews .boxcont.wn10 .prodbox .price .wvat {font-size:2.2em;text-align:center;}
  #webnews .boxcont.wn10 .prodbox .wvat.through {width: 100%;text-align: center;font-size: 2em;}
  #webnews .boxcont.wn10 .prodbox .tools .stiqty .stiqtyin{font-size:1em;}
  #webnews .boxcont.wn10 .prodbox .tools {width: 220px;float: none;margin: 0px auto;}
  #webnews .boxcont.wn10 .prodbox .tools .buybox {margin: 0;width:220px;}
  #centercont.responsewide .boxcont.table-scroll {overflow-x: auto }
  
  /* head menu*/
  #head_menu {display: none;}
  
  /* responsive menu */
  #leftcont .boxcont.res_menu .doc {display: block;}
  
  /* pretty photo */
  .pp_pic_holder.facebook { width: 100%!important; left: 0!important; overflow: hidden; }
  .pp_pic_holder.facebook iframe {width: 100%!important; min-height: 280px;}
  div.facebook .pp_content_container .pp_left { padding-left: 2px!important; }
  div.facebook .pp_content_container .pp_right { padding-right: 2px!important; }
  .pp_content { width: 100%!important; height: auto!important; min-height: 320px;}
  .pp_fade { width: 100%!important; height: 100%!important; }
  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
  #pp_full_res img { width: 100%!important; height: auto!important; }
  .pp_details { width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
  a.pp_close { right: 5%!important; top: 5px!important; }

  .boxcont.xlogincont .boxcont.logtools .tabform.logged td {display: block; width: 100%;}
  .boxcont.xlogincont .boxcont.logtools .tabform.logged .loginfo th {text-align: left;}

}

@media screen and (max-width: 550px) {  
  
  #webnews .botnews.map {width:255px; margin:20px 0 0 0; padding: 0;}  
  #webnews .boxcont.wn3 ul .boxcont .note {padding:0;}

  /* prodbox */
  .prodbox {width: 99%; margin: 5px 0; }  
  .prodbox:nth-child(2n) {float: left;}
  .prodbox .buybox {margin: 0 0 0 30%;}
  
  /* stishowstyle */
  #centercont .boxcont.showstyle .styletab  {display: none;}
  
  /* webnews */
  #webnews .boxcont.wn3 ul .boxcont .hdr {margin: 0;}
  #webnews .boxcont.wn3 ul .boxcont .imgwn {display: none;}

  .lof-slidecontent .sliders-wrapper {height:190px;}
  
  #stipricedeafrominfo {width:auto;}
  #stipricedeatoinfo{width:auto;}
  
  .basketcont .boxcont.ordbasket_stilist .stitab td a {font-size:1em;}
  .basketcont .boxcont.I6_basket_div.ordreltabarea .stitab td a {font-size:0.75em;}    
  .basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .maxcount,
  .basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .prc.prcclient {display:none;} 
  
  .res_menu_btn {width:50px;height:50px;}
  .res_menu_box {margin:40px 30px 0 0;}
  .tabformcont.comstatistics .tabform.valtable.halfw  {width: 100%;}
}

@media screen and (max-width: 430px) {

  #top .res_menu_usermenu {top: 100px; }
  #top .res_menu_usermenu a {font-size: 1.1em;}

  .lof-slidecontent .sliders-wrapper {height:170px;}
  
  /* webnews boxy */
  #webnews .wrap_botnews {width:100%}
  #webnews .wrap_botnews td {width:100%; display: block; }
  #webnews .wrap_letak {width: 100%}

  /* basketcont */
  #bsktcont {padding:0;}
  
  /* responsive menu */
  #leftcont .boxcont.res_menu .basket {display: block; font-size: 1.1; border-bottom: 1px solid white;}

  /* navbar */
  .navbar ul li h1, .navbar ul li a, .navbar ul li span {font-size: 1.0em;}
  
  /* filter subcatcont */
  #centercont .boxcont.subcats .cnt ul li {width: 100%;}
  
  .prodbox .buybox {margin: 0 0 0 25%;}

  /* count pages */
  #centercont .boxcont.stilistpagetop .outer {padding-left: 0;}
  #centercont .boxcont.stilistpagetop .left-part {display: none;}
  #centercont .boxcont.stilistpagebtm .outer {padding-left: 0;}
  
  /* filter params ala alza */
  #categoryparams .groupparams {display: none;}
  #categoryparams .paramitem {width: 100%; display: block !important;}
  
  #top .logo {width: 130px;height: 70px;margin: 10px 0 0 15px;}
  #top .middle {height:95px;}
  #blueline {top:95px;}
  #maincont.hp #catalog, #catalog {top:110px;}
  #maincont.hp #centercont {margin: -15px -25px 0 0}
  #maincont.hp #webnews .boxcont.wn9, #maincont.hp #webnews .wnshort, #maincont.hp #webnews .bottom_outer {padding: 0;}
  #webnews .poster .cnt, #webnews .botnews.socialnetwork .cnt {text-align:center; float: none;}
  #webnews .poster .cnt img {width: inherit;}
  #webnews .botnews.socialnetwork .icons {text-align: center;}
  #webnews .botnews.socialnetwork .icons .social {display: inline-block; float:none;}


  .outercont {padding: 145px 0 0 0;}
  #leftcont {top:135px;}
  
  .boxcont.srchcont {top:100px;}
  #leftcont {top:100px;}
  
  .res_menu_box {margin:25px 30px 0 0;}    
  
  #stoitem_detail .sti_img .sti_catimg img{max-width:70px;}
  
  .ui-tabs .ui-tabs-panel .wrap{padding:20px 0;}
  
  #stoitem_detail .headline h1 {font-size:1.5em;}
  .sts p, .bundle p, .hook p {font-size:1.3em;}
  
  #centercont .boxcont.sprtnews .cnt .wn7 .wn_mid .link a {font-size:1.1em;}
  #centercont .boxcont.sprtnews .cnt .wn7 .wn_mid .note {display:none;}
  #centercont .boxcont.sprtnews .cnt .wn7 .wn_right {display:none;}  
    
  .basketcont .stepsbox table td.numbstep {padding: 0 30px 0 15px;}
  .basketcont .stepsbox table td:first-child{padding: 0 30px 0 0;}
  .basketcont .stepsbox table td:last-child{padding: 0 0 0 15px;}
  
  .basketcont #demtoplacebox .dtpselectedbox, .basketcont #demtoplacebox .demtopinradiuslistbox {width:100%;}
  
  .lof-slidecontent .sliders-wrapper {height:140px;}
  
  #footercont .firm,
  #footercont .copy{font-size:0.8em;}
  .tabformcont input.toolbar {width: 24px; height: 24px; background-size: contain;}
  
}

@media screen and (max-width: 360px) { 

    /* prodbox */
    .prodbox .comp {display: none;}

    #slider-range {width:30%}
            
    /* leftcont srchcont */
    #leftcont .boxcont.srchcont {width: 100%;} 
    
    /* responsive menu */
    #leftcont .boxcont.res_menu {width: 100%;}
    
    /* filter params */
    #stilist_fltr_fltrparams .paramitem {width: 95%;}        

    #logoncont, #logedcont {font-size:1em;}
    .topuser, .topsrch {margin: 0 10px 0 0;}
    
    #stoitem_detail .sti_img .sti_bigimg img {max-width:250px;max-height:250px;}
    
    #stilist_fltr_stores .stckitem:nth-child(4) {margin:0;} 
    
    button#btnnOrd1Back, button#btnnOrdBack {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+45,dddddd+100 */
    background: #ffffff; /* Old browsers */
    background: url("img/arrow-left.png") no-repeat 4% center, -moz-linear-gradient(top,  #ffffff 0%, #ffffff 45%, #dddddd 100%); /* FF3.6-15 */
    background: url("img/arrow-left.png") no-repeat 4% center, -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 45%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
    background: url("img/arrow-left.png") no-repeat 4% center, linear-gradient(to bottom,  #ffffff 0%,#ffffff 45%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
    padding: 5px 5px 5px 15px;}    
    .basketcont .boxcont.I6_basket_div.ordreltabarea .stitab th {font-size:0.8em;}
    .basketcont .boxcont.ordbasket_stilist .stitab th{font-size:1.0em;}
    .basketcont .boxcont.I6_basket_div.ordreltabarea .stitab .name,
    .basketcont .boxcont.ordbasket_stilist .stitab .name {max-width:95px;padding: 10px 0;}    
    
    .lof-slidecontent .sliders-wrapper {height:120px;}
    
    .prodbox .buybox {margin: 0 0 0 20%;}
    
    .res_menu_btn {height:40px;width:40px;}
    .res_menu_box {margin:25px 10px 0 0;}
    
    #footercont .logobonusgrey {width:100%;}
}


@media screen and (max-width: 340px) {
    .lof-slidecontent .sliders-wrapper{height:130px;}    
}

/* ccs for only iPAD */
@media only screen and (device-width: 768px) {

  /* home page*/
   body {font-size: 68.75%;}
  
  /* basketcont, logoncont */
  #logoncont, #logedcont {width: 340px;}
     
}/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(img/jqui/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(img/jqui/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(img/jqui/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {xborder: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(img/jqui/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(img/jqui/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(img/jqui/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(img/jqui/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(img/jqui/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(img/jqui/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(img/jqui/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(img/jqui/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(img/jqui/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(img/jqui/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(img/jqui/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(img/jqui/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/


/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(img/jqui/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(img/jqui/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }/* Datepicker
----------------------------------*/
.ui-datepicker {display:none;font-size:0.8em;}
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;height:1.6em}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }#head_menu {position:relative;width:100%;height:auto;margin:0;padding:0;z-index:3;}
#menu {display:inline; float:left; margin:0; padding:0; width:100%; background: url(img/hdrmnbckg2.jpg) top left repeat-x;height:32px;}
#menu li {display:block; float:left; padding:5px 0 0 0; height:33px; list-style:none; z-index:100;}    
#menu li span {display:block; float:left; margin:0; padding:0 5px; width:auto; height:30px;background: url(img/hdrmnsepar.gif) no-repeat right 3px;}
#menu li:first-child span {padding: 0 5px 0 0 ;}
#menu a.menu_head {display:block; float:left; margin:0; padding:3px 8px 0 8px; width:auto; height:24px; font-size:1.1em; font-weight:bold; color:#E4F5FF; text-align:center; text-decoration:none; white-space:nowrap; text-transform: uppercase;}
#menu a.menu_head.last {background:none;}

#menu li.over a {color:#000; background: url(img/hdrmnbookmrkleft.gif) top left no-repeat !important;
	-webkit-border-top-left-radius: 1ex; -khtml-border-radius-topleft: 1ex; -moz-border-radius-topleft: 1ex; border-top-left-radius: 1ex;
  -webkit-border-top-right-radius: 1ex; -khtml-border-radius-topright: 1ex; -moz-border-radius-topright: 1ex; border-top-right-radius: 1ex;
}
#menu li.over span {}                                                                               


/*----klasick submenu-----*/
/*
#menu li ul {xdisplay:none; position:absolute; top:20px; left:0px; margin:0px; padding:0px; width:175px; background:#DCECF6;}
#menu li ul li {margin:0; padding:0; width:173px; height:20px; border:1px solid #254E9C; border-top:none;}
#menu li ul li a {display:block; margin:0; padding:3px 0 0 5px; width:171px; _width:175px; height:18px; white-space:nowrap; text-decoration:none; color:black; font-size:11px;}
#menu li.over ul li a {padding:6px 0 0 5px; width:168px; _width:175px; height:16px; _height:18px; background:#C6DFFF; background-image:none !important;}
#menu li > ul {top:auto; left:auto;}
#menu li:hover ul, #menu li.over ul {display:block;}	
*/

/*----submenu do jednoho radku-------*/
#menu li {position: static;}

/*#menu li > ul {top:auto; left:auto;}*/
#menu li:hover ul, #menu li.over ul {display: block;}	


.submenu {clear:both; float:left; position:relative; margin:0; padding:0; width:100%; height:27px; overflow:hidden;}
.submenu li {position: static;}
.submenu ul {display:block; float:left; position:absolute; top:0; left:0; margin:0; padding:0; width:100%; background:#E2F0F9;}
.submenu ul li {display:block; float:left; margin:0; padding:0; width:auto; height:27px; border:none;}
.submenu ul li a {display:block; float:left; clear: both; margin:0; padding:6px 10px 0 10px; width:auto; height:18px; text-decoration:none; color:#008CBF; font-size:1.1em; font-weight:normal; text-transform: capitalize; background: url(img/hdrsubmnsepar.gif) no-repeat right 6px !important;}
.submenu ul li a:hover {color:#000;}
/*
.submenu ul li span {background:none !important;border:1px solid blue !important;}
.submenu ul li.over a {background: none !important;border:1px solid red !important;}
*/

#head_menu .webmenu {float: left; display: block; width: 100%; padding: 0; margin: 0 0 10px 0 ; background: url(img/hdrmnbckg2.jpg) repeat-x;}
#head_menu .webmenu ul {display: none; position: absolute; width: 100%; left: 0; background: #e2f0f9; top: 29px;}
#head_menu .webmenu .webmenucat {float: left; width: auto; background: url(img/hdrmnsepar.gif) no-repeat right 12px;}
#head_menu .webmenu .webmenucat li {display: block; float: left;}
#head_menu .webmenu .webmenucat a.title {margin: 5px 0 0 0; color: #e4f5ff; padding: 5px 13px 6px 13px; font-size: 1.1em; text-transform: uppercase; font-weight: bold; text-decoration: none; text-align: center; /*border-right: 1px solid #4475A5 ;*/}
#head_menu .webmenu .webmenucat:last-child a.title {border: none ;}
#head_menu .webmenu .webmenucat ul li a {float: left; color: #008cbf; font-size: 1.1em; text-decoration: none; padding: 0 10px ; margin: 6px 0; border-right:1px solid #B3C9DB;}
#head_menu .webmenu .webmenucat ul li:last-child a {border:none;}

#head_menu .webmenu .webmenucat.over a.title {color:#000; border: none ; background: url(img/hdrmnbookmrkleft.gif) no-repeat; margin-left: -1px; padding-left: 14px;
	-webkit-border-top-left-radius: 1ex; -khtml-border-radius-topleft: 1ex; -moz-border-radius-topleft: 1ex; border-top-left-radius: 1ex;
  -webkit-border-top-right-radius: 1ex; -khtml-border-radius-topright: 1ex; -moz-border-radius-topright: 1ex; border-top-right-radius: 1ex;
}
#head_menu .webmenu .webmenucat.over ul {display: block;}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(img/prettyimg/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(img/prettyimg/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(img/prettyimg/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(img/prettyimg/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(img/prettyimg/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(img/prettyimg/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(img/prettyimg/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(img/prettyimg/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(img/prettyimg/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(img/prettyimg/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(img/prettyimg/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(img/prettyimg/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(img/prettyimg/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(img/prettyimg/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(img/prettyimg/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(img/prettyimg/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(img/prettyimg/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(img/prettyimg/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(img/prettyimg/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(img/prettyimg/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(img/prettyimg/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(img/prettyimg/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(img/prettyimg/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(img/prettyimg/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(img/prettyimg/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(img/prettyimg/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(img/prettyimg/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(img/prettyimg/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(img/prettyimg/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(img/prettyimg/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(img/prettyimg/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(img/prettyimg/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(img/prettyimg/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(img/prettyimg/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(img/prettyimg/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(img/prettyimg/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(img/prettyimg/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(img/prettyimg/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(img/prettyimg/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(img/prettyimg/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(img/prettyimg/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999;width:auto !important;}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(img/prettyimg/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(img/prettyimg/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}div.cmDiv
{
	border: 1px solid black;
	background-color: #eee;
}
.clickMenu
{
	margin: 0;
	padding: 0;
	cursor: default;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	margin: 0;
	padding: 2px;
	border: 1px solid black;
	background-color: #eee;
	min-width: 100px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
}
.clickMenu div.outerbox
{
	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickMenu div.inner
{
	//top: 20px; /* for ie */
	left: 0;
	margin: 0;
}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
}
.clickMenu li
{
	position: relative;
	padding: 0 20px 0 2px;
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main
{
	float: left;
	padding: 0 10px;
	background-color: #eee;
	//height: 20px; /* for ie */
}
.clickMenu li.main li
{
	z-index: 2;
	min-width: 78px;
}
.clickMenu li.hover
{
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	background-color: #aaa;
}
.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 0.41em;
}
.clickMenu a
{
	text-decoration: none;
	color: black;
	cursor: default;
}
/* thats for the shadowbox */
html>body div.outerbox
{
	padding: 0 5px 5px 0;
}
html>body div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(img/myshadow.png) no-repeat right top;
}
html>body div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(img/myshadow.png) left bottom;
}
html>body div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(img/myshadow.png) no-repeat right bottom;
}
html>body .innerbox
{
	margin: 0;
	display: inherit;
}/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-products-carousel {border:1px solid #BEBEBE;}
.owl-products-today-carousel {border:1px solid #707592;} 

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-carousel .owl-item .item{
  margin: 0px auto;                                 
}

.owl-producent-carousel .owl-item .item img{width:auto;}
.owl-products-today-carousel .owl-buttons,
.owl-products-carousel .owl-buttons,
.owl-producent-carousel .owl-buttons {display:block !important;}
.owl-products-today-carousel .owl-pagination,
.owl-products-carousel .owl-pagination,
.owl-producent-carousel .owl-pagination {display:none !important;}

.owl-pagination {text-align: center;margin: 15px 0;}
.owl-buttons{display:none !important;}  
                             
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{	
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{	
display: inline-block;
width: 17px;
height: 54px;
font-size: 0;
position:absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{left:0;top:25px;background: url("img/arrow-left-blue.png") no-repeat scroll;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:0;top:25px;background: url("img/arrow-right-blue.png") no-repeat scroll;}

.owl-products-today-carousel .owl-prev {top:85px !important;}
.owl-products-today-carousel .owl-next {top:85px !important;}

.owl-products-carousel .owl-prev {top:142px !important;}
.owl-products-carousel .owl-next {top:142px !important;}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: white;
  border: 1px solid #999;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{	
  background: #0093dd;
  border:0;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}.sts1 {background-color:#8000FF;}.sts2 {background-color:#808080;}.sts3 {background-color:#FF0000;}.sts4 {background-color:#000000;}.sts5 {background-color:#CACAFF;}.sts7 {background-color:#008040;}.sts8 {background-color:#808000;}.sts9 {background-color:#C0C0C0;}.sts10 {background-color:#FF80FF;}.sts11 {background-color:#0080FF;}.sts12 {background-color:#FF00FF;}.sts17 {background-color:#800000;}.sts18 {background-color:#FF8C00;}.sts20 {background-color:#008000;}.sts22 {background-color:#FF8040;}.sts24 {background-color:#008000;}.sts25 {background-color:#4F4F4F;}.sts26 {background-color:#1EA421;}.sts28 {background-color:#8080C0;}