/* * screen.css - media screen (all) * autor:martin zemánek, martinzemanek at email.cz  */
/*  font-family: 'Dosis', sans-serif;*/
* {
	padding: 0;
	margin: 0;
}
body {
	font: 12px Arial, Tahoma;
	color: #535353;
  font-family: 'Dosis', sans-serif;
}
@media screen and (min-width: 1520px) {
  body {
  	font-size: 13px;
  }
}
a {
    -webkit-transition: color .5s;
  -moz-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}
.hometext img {width:32%;height:auto;margin-right:2%}
.hometext img.last {float:right;margin-right:0}
/* ------------------ Poziční bloky - obsah, sloupce--------------------*/
#wrap_body {
  background:#efefef url(../i/body.png) repeat-x 0 0;
}
#wrap {
	margin: 0 auto;
	width: 1170px;
	background:none;
}
#content_block {
	width: 100%;
	float: left;
}
#main {
	float: left;
	width: 100%;
}
.content_float {
	float: right;
	width: 900px;
	display: block;
}
.content_float.wide, .content_float.wide .content {width:100%}
.content {
	float: right;
	width: 870px;
	display: block;
	line-height: 20px;
	margin:0;
  padding-bottom:100px;
}
.content ul {
	margin-left: 20px;
}
#left {
	float: left;
	width: 270px;
  padding-bottom:100px;
}
/* ------------------ Hlavička --------------------*/
#header {
	height: 205px;
	width: 1170px;
}
#header #over a {
	display: block;
	position: absolute;
	margin-top: 53px;
	width: 285px;
	height: 66px;
	margin-left: 0px;
}
#header #email {
	display: block;
	position: absolute;
	margin-top: 0;
	color:#fff;
	height: 40px;
	line-height: 38px;
  font-size:13px;
	margin-left: 350px;
	background: url(../i/header_email.png) no-repeat 0 center;
	padding-left:30px;
  font-family: 'Dosis', sans-serif;
}
#header #phone {
	display: block;
	position: absolute;
	margin-top: 0;
	color:#fff;
	height: 40px;
  font-size:13px;
	line-height: 38px;
	margin-left: 0;
	background: url(../i/header_phone.png) no-repeat 0 center;
	padding-left:30px;
  font-family: 'Dosis', sans-serif;
}
#header #basket p a {
	position: absolute;
	margin-top: 40px;
	margin-left: 900px;
	width: 270px;
	height:96px;
	line-height:48px;
	display: block;
	font-weight:normal;
	color:#fff;
  font-family: 'Dosis', sans-serif;
  background:url(../i/cart.png) no-repeat 0 center;
}
#header #basket #basket_title {
	color:#fff;
	font-weight:bold;
  position:absolute;
  font-size:24px;
}
#header #basket #basket_pocet {
	color:#fff;
  position:absolute;
  margin-top:50px;
	font-weight:300;
  text-align:center;
  width:51px;
  line-height:23Px;
  margin-left:179px;
}
#header #basket #basket_cena {
	color:#fff;
  position:absolute;
  margin-top:20px;
	font-weight:normal;
  margin-top:45px;
  font-size:18px;
  width:115px;
  line-height:30px;
  text-align:center;
}
div.a_freepost a {
  position:absolute;
  margin-top:132px;
  height:44px;
  margin-left:900px;
  width:270px;
  font-family: 'Dosis', sans-serif;
  color:White;
  line-height:48px;
  font-weight:normal;
  font-size:18px;
  text-transform: uppercase;
  padding-left:60px;
  background: url(../i/delivery.png) no-repeat 0 0;
}
#login {
  position:absolute;
  margin-left:900px;
  margin-top:0px;
  width:270px;
	height:40px;
	line-height:40px;
	display: block;
	text-align:center;
	font-size:110%;
}
#login a {
	height:40px;
	display:block;
  width:50%;
  text-align:center;
  float:left;
  color:#929292;
  font-family: 'Dosis', sans-serif;
  text-transform:uppercase;
  font-weight:normal;
  text-decoration:none;
}
#login a#regbtn {
  color:#929292;
  background:url(../i/icons/icon_logout.png) no-repeat right 0;
}
#login a#regbtn:hover {
  background:url(../i/icons/icon_logout.png) no-repeat right bottom;
}
#login a#logbtn.in {
   background:url(../i/icons/icon_login.png) no-repeat 0 0;
}
#login a#logbtn.in:hover {
   background:url(../i/icons/icon_login.png) no-repeat 0 bottom;
}
#header #login a:hover {
	color:#fff;
  text-decoration:none;
}
/* ------------------ NAVIGACE nahoře --------------------*/
#navigace {
	position: absolute;
	margin-top: 0px;
	margin-left: 0;
	height:35px;
	width: 655px;
  display:none;
}
/* ------------------ MENU - kategorie a podkategorie zbozi --------------------*/
#left .box .main ul li {
	float: left;
	clear: both;
	width: 100%;
  font-family: 'Dosis', sans-serif;
  font-weight:normal;
  font-size:130%;
}
#left .box .main ul li a {
	display: block;
	float: left;
	width: 100%;
	line-height: 20px;
  padding:5px 0;
  margin:5px 0 5px 0;
	font-weight: normal;
	color: #2d2d2d;
	background: #f0f0f0;
}
#left .box .main ul li span {
	padding-left: 22px;
	display: block;
}
#left .box .main ul li.detail span {
	padding-left: 33px;
	display: block;
}
#left .box .main ul li.subdetail span {
	padding-left: 41px;
	display: block;
}
#left .box .main ul li.subsubdetail span {
	padding-left: 54px;
	display: block;
}
#left .box .main a:hover {
	text-decoration: none;
	color: #fff;
	background:#e82933;
}
#left .box .main a.choosed, #left .box .main ul li.selected a, #left .box .main ul li.selected_top a {
	text-decoration: none;
}
#left .box .main ul li.selected, #left .box .main ul li.selected_top {
	list-style-type: none;
}
#left .box .main ul li.selected a, #left .box .main ul li.selected_top a {
	color: #fff;
	background:#e82933;
	text-transform:uppercase;
}
#left .box .main ul li.selected a, #left .box .main ul li.selected_top a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
#left .box .main ul li.noselected_top a {
	text-decoration: none;
	font-weight: normal;
	color: #e82933;
	text-transform:uppercase;
	background: white;
}
#left .box .main ul li.noselected a {
	text-transform:uppercase;
}
#left .box .main ul li.noselected a:hover {
	text-shadow: none;
	color: #e82933;
	background: #f0f0f0;
}
#left .box .main ul li.noselected_top a:hover {
	color: #fff;
	background: #e82933;
}
#left .box .main ul li a span {
  position:relative;
}
#left .box .main ul li a span img {
  position:absolute;
  height:19px;
  margin-top:1px;
  right:20px;
}
#left .box .main ul li a span span {
  position:absolute;
  height:30px;
  right:20px;
  margin-top:-25px;
  color:silver;
  background:none !important;
}
#left .box .main ul li.detail a:hover, #left .box .main ul li.subdetail a:hover, #left .box .main ul li.subsubdetail a:hover {
	text-decoration: none;
	color: #fff !important;
  background:#e82933;
}
#left .box .main ul li.noselected, #left .box .main ul li.noselected_top, #left .box .main ul li.noselected_top, #left .box .main ul li.detail, #left .box .main ul li.subdetail, #left .box .main ul li.subsubdetail {
	list-style-type: none;
}
#left .box .main ul li.detail span {
	background: url('../i/item.png') no-repeat 20px center;
}
#left .box .main ul li.subdetail span {
	background: url('../i/item.png') no-repeat 33px center;
}
#left .box .main ul li.subsubdetail span {
	background: url('../i/item.png') no-repeat 46px center;
}
#left .box .main li.detail a, #left .box .main li.subdetail a, #left .box .main li.subsubdetail a {
	display: block;
	float: left;
	width: 100%;
	font-size: 90%;
  padding:0;
  margin:0;
	line-height: 24px;
	font-weight: normal;
	background:none;
}
#left .box .main li a {
	color: #282828;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#left .box .main li a:hover {
	color: #fff;
}
#left .box .main li.detail a.choosed, #left .box .main li.subdetail a.choosed, #left .box .main li.subsubdetail a.choosed {
	color: #e82933;
	font-weight: normal;
}
#left .box .main li.detail a.nochoosed, #left .box .main li.subdetail a.nochoosed, #left .box .main li.subsubdetail a.nochoosed {
	color: #3c3c3c;
}
#left div.h2_background span {
	padding: 0;
}
div.h2_background.l span {
  text-align:left;
  width:100%;
  padding:0;
  display:block;
  font-weight:bold;
  margin-bottom:10px;
}
#left .box .main {
  border:2px solid #e82933;
	padding:10px 0;
	background:#fff;
}
#left .box2 {
	background:#fff;
	margin-top:12px;
  border:2px solid #e82933;
	padding:20px;
}
.table_detail {
	float: right;
	width: 100%;
	margin-top: 10px;
}
.table_compare {
	float: left;
	width: 32%;
	border: 1px solid #eee;
	margin: 6px 0 0 6px;
}
.table_detail tr td, .table_compare tr td {
	padding: 3px 6px;
	vertical-align: middle;
}
/* ------------------ Produkt box --------------------*/
#salelabel {
  position:absolute;
  background:#616161 url(../i/icons/icon_time.png) no-repeat 10px center;
  font-size:18px;
  margin-left:30px;
  width:350px;
  color:White;
  font-weight:bold;
  font-family: 'Dosis', sans-serif;
  line-height:50px;
  height:50px;
  padding:0;
  text-align:center;
  margin-top:30px;
  color:#fff;
}
#salelabel span.salelabel_1,span.salelabel_2 {
  width:50%;
  float:left;
  text-align:center;
  height:50px;
  overflow:hidden;
  display:block;
  color:White;
}
#salelabel span.salelabel_2 {
  background:#6d6d6d;
  color:#e5e5e5;
  font-size:22px;
}
td.padd_l {padding-left:30px}
.padd {padding:20px}
.freepost_lab {
  position:absolute;
  color:red;
  font-family: 'Dosis', sans-serif;
  font-weight:normal;
  font-size:12px;
  margin-top:244px;
  margin-left:127px;
}
.ts {
  background:url(../i/detail_time.png) repeat 0 0;
  font-size:90%;
  margin-left:0;
  width:195px;
  padding:0;
  font-family: 'Dosis', sans-serif;
  height:97px;
  color:#fff;
  line-height:14px;
  text-align:center;
}
.ts .ts_title {
  color:white;
  line-height:34px;
  text-transform:uppercase;
  padding-right:25px;
  text-align:left;
  font-size:12px;
  font-weight:bold;
  background:url(../i/icons/icon_time.png) no-repeat right center;
}
.ts_val {
  font-size:24px;
  line-height:31px;
  color:#e5e5e5;
  font-weight:bold;
  padding:0 15px;
}
span.hr_no {display:inline-block;width:50px;text-align:center;float:left;margin-right:8px;}
span.hr_no.last {margin-right:0;width:49px}
span.mezera {width:0px;display:inline-block;}
.labelas {
	width: 72px;
	height: 140px;
	text-align: left;
	position: absolute;
	margin-top:80px;
	margin-left: -12px;
	cursor:pointer;
}
.labelas div.label {
  margin-bottom:2px;
}
#detail_photo .labelas {
	margin-left: -15px;
	margin-top: 15px;
	cursor:default;
}
.labels_detail {
	width: 60%;
	text-align: center;
	float: left;
	z-index: 1;
	font-size: 90%;
	color: black;
}
.labels_detail .label, .labels_detail .label_transport, .labels_detail .label_gift {
	float: left;
}
.label {
	width: 72px;
	height: 45px;
}
.label_transport {
	background: url(../img/freepost.png) no-repeat;
	height: 54px;
	width:258px;
	line-height: 11px;
	text-align: left;
	margin: 0 0px 8px 3px;
	z-index: 1;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
.label_gift {
	background: url(../images/freegift.png) no-repeat;
	padding-left: 35px;
	height: 25px;
	line-height: 11px;
	text-align: left;
	margin: 4px 0px 0 3px;
	z-index: 1;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
.img_thumb {
	height: 115px;
  width:175px;
	display: block;
	text-align: center;
	margin-top:10px;
  margin-left:10Px;
  margin-bottom:10px;
}
.img_thumb img {
	height: 115px;
  width:175px;
}

.td_middle {
	vertical-align: middle;
}
.td_top {
	vertical-align: top;
}
.detail_description {
	text-align: justify;
	margin: 8px 0;
}
.ri {
  float:right;
  padding-right:29px;
  background:url(../images/store.png) no-repeat 0 0;
  height:30px;
  width:113px;
  text-align:right;
  margin-right:4px;
}
.price {
  color:#000;
  font-size:24px;
  display:block;
  padding:0;
  text-align:center;
  width:100%;
  line-height:46px;
  font-weight:bold;
  font-family: 'Dosis', sans-serif;
  
}
.fl {
  width:100%;
  padding:0;
  height:46px;
  margin-top:8px;
  text-align:center;
}
.fr,.fr2 {
  width:100%;
  float:right;
  padding:0;
  height:40px;
  margin-top:0;
}
.fr,.fr2 {
  text-align:center;
}
.dokosiku,.dokosiku2 {
  float:none;
  margin:0 auto;
}  
.description {
	display: block;
	height: 22px;
	line-height: 21px;
	overflow: hidden;
	padding: 0 0 0 10px;
  margin:10px 15px 0 15px;
  font-family: 'Dosis', sans-serif;
	color:#fff;
  -o-border-radius: 11px;
-moz-border-radius: 11px;
-webkit-border-radius: 11px;
-ms-border-radius:11px;
border-radius: 11px;
}
.description.det {
  margin:25px 30px 10px 0;
  width:160px;
}
.description.cart {
  margin:5px 30px 10px 0;
  width:160px;
}
.description.det.long {
  width:400px;
	height: 28px;
	line-height: 27px;
  font-size:13px !important;
}
.description span.r_f {
  float:right;
  padding-right:10px;
  font-size:11px;
  font-weight:bold;
  padding-left:20px;
  background: #06947c url(../i/delivery_freepost.png) no-repeat 0 0;
}
.description.det.long span.r_f {
  background: #06947c url(../i/delivery_freepost_long.png) no-repeat 0 0;
  padding-left:25px;
  font-size:12px;
}
.description #prodtab_deliver {
  float:right;
  padding-right:0px;
  font-size:13px;
  font-weight:normal;
  color:#06947c;
  width:204px;
  text-align:center;
  padding-left:0px;
  background: url(../i/det_delivery.png) no-repeat right 0;
}
.description #prodtab_deliver strong {
  color:#181818;
}
.description2 {
	display: block;
	height: 40px;
	line-height: 13.5px;
	overflow: hidden;
	padding: 0 15px;
  font-size:11px;
  text-align:center;
  font-family: 'Dosis', sans-serif;
	color:#282828;
  margin-top:10px;
}
p.product_title a {
	padding: 0 15px;
	height: 41px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	font-weight:bold;
	display:block;
	color:#282828;
  font-family: 'Dosis', sans-serif;
	margin-top:20px;
	overflow:hidden;
}
.top_content {
	background: url(../i/detail_small.png) no-repeat 0 0;
	display: block;
	width: 195px;
	height: 362px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
}
.top_content:hover {
	background: url(../i/detail_small.png) no-repeat 0 -322px;
}
.top_left {
	display: block;
	width: 195px;
  height:362px;
  margin-right:30px;
  margin-bottom:15px;
  margin-top:15px;
	text-align: justify;
	float: left;
}
.top_left.first {
	clear: left;
}
.top_left.gift {
	width: 24%;
  height:210px;
  margin-right:1%;
}
.top_left.gift .top_content {
	width: 100%;
  height:210px;
  padding:0;
  background:none;
}
.top_left.timestamp {
  height:469px;
  margin-right:29px
}
.top_left.timestamp .top_content{
  height:469px;
  background: url(../i/detail.png) no-repeat 0 0 !important;
}
.top_left.noback {margin-right:0;}
.col_img { display:block;clear:both;width:34%;float:left;margin-right:2%;}
.mr2 {margin-right:2%}
.col_img img { 
  width:100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.col_title { display:block;width:60%;float:right}
.col a {font-size:10px;font-weight:normal;line-height:15px;display:block;margin-bottom:10px}
.col a .col_price {color:White;display:block;text-align:right;margin:5px 0 0 0}
.background_td {
	background: #f7f7f7;
	padding: 0;
}
.background_td2 {
	background: #fff;
	padding: 0;
}
.param_name {
	color: #000;
	font-weight: bold;
	width: 140px;
	float: left;
}
.param_value {
	width: 27%;
	text-align: right;
	font-size: 90%;
}
tr td.detail_desc {
	padding: 15px 5px;
	clear: both;
	text-align: justify
}
/* ------------------ Ikony --------------------*/
.top_bottom {
	display: block;
	font-size: 11px;
}
.dokosiku,.dokosiku2,.buy_detail {
	background: url(../i/dokosiku.png) no-repeat;
	height: 40px;
	width: 195px;
	overflow: hidden;
	border: none;
  font-family: 'Dosis', sans-serif;
	cursor: pointer;
  color:white;
  font-weight:bold;
  text-transform:uppercase;
  text-align:left;
  font-size:17px;
	padding: 0;
  padding-left:45px;
}
.dokosiku:hover, .dokosiku2:hover,.buy_detail:hover {
	background: url(../i/dokosiku.png) no-repeat left bottom;
}
.detail_produktu span a {
	color: black;
}
.detail_produktu a {
	background: url(../img/submit_buy2.png) no-repeat 0 0;
	overflow: hidden;
	border: none;
	cursor: pointer;
	padding: 0;
	height: 36px;
	width: 88px;
	display: block;
	position:absolute;
	margin-top:-15px;
	margin-left:10px;
}
.detail_produktu.sk a {
	background: url(../img/submit_buy2_cz.png) no-repeat 0 0;
}
.detail_produktu a:hover {
	background: url(../img/submit_buy2.png) no-repeat 0 -72px;
}
.detail_produktu.sk a:hover {
	background: url(../img/submit_buy2_cz.png) no-repeat 0 -72px;
}
.navigace_back {
	padding: 0 0 7px 0;
	margin-bottom: 5px;
	color: silver;
}
.navigace_desc {
	padding: 3px;
}
.navigace_desc img {
	margin: 5px;
}
.navigace_back2 {
	line-height: 38px;
  margin:5px 0;
	clear: both;
	text-align:left;
}
.navigace_back3 {
	margin: 0;
	line-height: 22px;
	padding: 0 9px;
	font-size: 90%;
}
.navigace_back3 a {
	font-weight: normal
}
.filtr {
  display:inline;
  margin-left:20px;
  margin-top:40px;
}
.margin5 {
	height: 5px;
	width: 100%;
	display: block;
}
.header_select {
	width: 146px;
	margin-bottom: 3px;
}
.header_select2 {
	width: 270px;
	margin-bottom: 3px;
	padding: 2px;
}
.header_input2 {
	width: 264px;
	margin-bottom: 3px;
	padding: 2px;
}
.header_input3 {
	width: 244px;
	margin-bottom: 3px;
	padding: 2px;
	text-align: right;
}
.header_box {
	padding: 0;
	width: 20%;
	float: left;
	text-align: left;
}
.header_box2 {
	padding: 0;
	width: 190px;
	float: left;
	text-align: left;
}
.header_box3 {
	padding: 0;
	width: 50%;
	float: left;
	text-align: left;
}
#filtr {
	margin: 5px 0 5px 0;
	text-align: right;
	cursor: pointer;
}
#filtr_box {
	overflow: hidden;
}
.navigace_back2 a {
	color: #282828;
	font-weight: 400;
	padding:0 10px;
	line-height:35px;
	height:35px;
	float:left;
	display:block;
	margin-right:4px;
	margin-bottom:4px;
	background:white;
	font-size:120%;
    -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-family: 'Dosis', sans-serif;
}
.navigace_back2 a:hover {
	color: #fff;
	background:#e82933;
}
.navigace_back2_left {
	float: left;
	display: block;
	padding-top: 5px;
}
.navigace_back2_right {
	float: right;
	display: block;
	padding-top: 5px;
}
.navigace_back a {
	color: #dedede;
}
.navigace_back a:hover {
	color: white;
}

.navigace_back h1 {
	font-size: 40px;
	padding-bottom: 0px;
	border: none;
	margin-bottom: 15px;
	margin-top: 0;
	color: #0d0c0c;
	font-weight: normal;
	line-height:40px;
}
/* ------------------ Vlastnosti elementu --------------------*/
table {
	width: 100%;
}
th {
	padding: 3px;
}
td {
	padding: 3px 1px;
	vertical-align: middle;
}
table, tr, td, th {
	border-collapse: collapse;
}
input[type="text"], input[type="email"], input[type="phone"], input[type="password"], select, textarea, input {
  border:2px solid #d6d6d6;
  padding:7px;
  font-size:14px;
  font-weight:normal;
  font-family: 'Dosis', sans-serif;
	background: white url(../images/input.png) repeat-x left bottom;
}
.input_noborder, input.input_noborder[type="text"] {
	background: transparent;
	color: #222;
	border: none;
	font-weight: normal;
}
.input_mini {
	width: 20px;
}
input.input_140 {
	width: 134px;
	margin-right: 5px;
}
a.submit_border {
  background:white;
  border:2px solid #6d6d6d;
  padding:5px 10px;
  text-align:center;
  color:#6d6d6d !important;
  text-transform:uppercase;
    font-weight:bold;
  font-family: 'Dosis', sans-serif;
}
.submit_alert {
	border: none;
	font-size: 14px;
	background: #282828;
	height: 34px;
	line-height: 34px;
	padding:0;
	width: 100px;
	cursor: pointer;
	display: block;
	color: white;
	font-weight: bold;
  text-transform: uppercase;
	margin: 0 auto;
}
.submit_alert:hover {
	color: white;
}
.submit, a.submit, .spec, .submit_small {
	border: none;
	font-size: 14px;
	background: #282828;
	height: 34px;
	line-height: 34px;
  text-transform: uppercase;
	width: auto;
	cursor: pointer;
  padding:0 8px;
	color: white;
	font-weight:bold;
  font-family: 'Dosis', sans-serif;
}
.submit_small {
  width:50px
}
.hp {padding-left:18px}
a.submit, a.submit:hover {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 14px;
	line-height: 34px;
	padding: 0px;
	background: #282828;
	text-align: center;
	font-weight: bold;
	min-width:70px;
}
span.submit, .spec {
  padding:4px 7px;
  font-weight:normal;
  margin-right:3px;
	color: white;
	background: #282828;
}
.spec {
	height: 20px;
	line-height: 20px;
  padding:4px 4px;
  font-weight:normal;
}
.pointer.spec {
  font-weight:normal;
}
.submit2 {
	font-size: 13px;
	background: #333;
	height: 20px;
	width: auto;
	line-height: 18px;
	cursor: pointer;
	padding: 2px 4px 4px 4px;
	color: white;
	float: left;
	margin: 6px 2px 0 0;
	border: none;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 1px #222;
}
.submit2:hover {
	background: #555;
}
.submit3 {
	font-size: 12px;
	background: url(../img/submit_light.png) repeat-x;
	width: auto;
	display:block;
	float:left;
	cursor: pointer;
	padding:4px 4px 4px 4px;
	color: #2d2d2d;
	margin: 6px 5px 0 0;
	border: none;
	font-weight:normal;
  font-family: 'Dosis', sans-serif;
}
.submit3:hover {
	background: #d91e23;
	color:white;
}
.submit:hover, .submit_alert:hover, .spec:hover {
	border: none;
	background: #da1e23;
}
a.special_submit {
	border: none;
	font-size: 16px;
	width: auto;
	background: #e82933;
  border:3px solid #e82933;
	cursor: pointer;
	padding: 10px 20px;
	color: white !important;
	display: block;
	font-weight:normal;
	text-shadow:none;
  text-align:left !important;
  text-transform: uppercase;
}
a.special_submit.l {
  background:white;
  padding-left:25px;
  border:3px solid #7e7e7e;
  color:#6b6b6b !important;
}
a.special_submit.r {
  padding-left:50px;
  font-weight:bold;
}
a.special_submit.l {
  background: white url(../i/popup_submit_back.png) no-repeat 10px center;
}
a.special_submit.r {
  background: #e82933 url(../i/popup_submit_cart.png) no-repeat 0px center;
}
a.special_submit:hover {
	text-decoration: none;
}
.submit_spec, .submit_spec2 {
	background: #e82933 url(../i/menu_right.png) no-repeat 260px center;
	width: auto;
  border:2px solid #e82933;
	height: 45px;
  line-height: 40px;
	padding:0 !important;
  margin-bottom:20px;
	cursor: pointer;
  font-weight:bold;
	color: white;
  width:280Px;
	display: block;
	text-align: center;
	float: right;
  font-family: 'Dosis', sans-serif;
  font-size:170%;
}
.submit_spec a {
	font-weight: normal;
	color: white;
}
.submit_spec2 {
	background: #fff url(../i/popup_submit_back.png) no-repeat 20px center;
	float:left;
  padding:0;
  font-size:140%;
  border:2px solid #7e7e7e;
	line-height:45px;
}
.submit_spec2 {
	font-weight: normal;
	color: gray;
}
.submit_spec2:hover {
	color: gray;
}
img {
	border: none;
}
.fullwidth {
	width: 98%;
}
a {
	text-decoration: none;
	color: #e82933;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1, h2, h3, h4, .h1_background {
	line-height:100%;
	color: #ba2129;
  font-family: 'Dosis', sans-serif;
}
h1 {
	font-size: 34px;
	margin-top: 0;
	margin-bottom: 0.55em;
	font-weight: bold;
}
.h1_background {
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 0;
	margin: 10px 0 5px 0;
  height:40px;
  line-height:35px;
	font-weight: bold;
  text-align:center;
	color:#fff;
  background:url(../i/h1_background.png) no-repeat center 0;
  font-family: 'Dosis', sans-serif;
}
.h1_background.red {
  color:White;
  text-align:left;
  width:98%;
  margin-top:0;
  padding-left:2%;
  background:url(../i/h1.png) no-repeat center 0;
}
.h1_background.red span a{
  color:white;
  font-weight:normal;
  float:right;
  margin-right:20px;
  display:inline-block;
  font-size:13Px;
  padding-right:10px;
  background:url(../i/menu_right.png) no-repeat right center;
}
h2 {
	font-size: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
}
h3 {
	font-size: 1.1em;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	font-weight: normal;
}
h4, h5 {
	font-size: 1.0em;
	margin-top: 0.45em;
	margin-bottom: 0.6em;
	font-weight: normal;
}
h5 {
	margin-bottom: 0.3em;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}
/* ------------------ Patička --------------------*/
#footerbody {
  margin:0px auto;
  height:216Px;
  padding-top:15px;
  width:100%;
	background: url(../i/f.png) repeat-x 0 0;
}
#footertop {
  margin:0px auto;
  width:1170px;
}
#footer {
	text-align: left;
	display: block;
	width: 1170px;
	line-height: 20px;
	color: #fff;
	margin:0 auto;
}
#footer .f2 {
	padding-top:0px;
	padding-bottom:50px;
	color:#282828;
}
#footer .f2 span.right {
  float:right;
}
#footer .f2 a {
	color:#282828;
}
.perex {font-weight:bold;color:white;padding-bottom:5px}
.f_box1 a, .f_box2 a, .f_box3 a {
	text-decoration: none;
	color:#fff;
}
#footer .f_box1 a,#footer .f_box2 a,#footer .f_box3 a {
  display:block;
  float:left;
  clear:left;
  color:#fff;
  font-weight:normal;
}
.f_box1, .f_box2, .f_box3, .f_box4 {
	float: left;
	height: 200px;
  width:25%;
	overflow:hidden;
	text-align: left;
	line-height: 20px;
}
#footer a {
	color:#73a2f7;
}
#footer a:hover {
	color: #fff;
}
.nwsl_div {
  width:231px;
  float:left;
  display:block;
  margin-top:10px;
  margin-left:0px;
  height:36px;
  background: url(../i/newsletter.png) no-repeat 0 3px;
}
.nwsl_div .input_newsletter[type="text"] {
  float:left;
	width: 180px;
	padding:8px;
	border: none;
	background: transparent;
	font-size: 12px;
	color:#fff;
   -moz-box-shadow:    none;
   -webkit-box-shadow: none;
   box-shadow:         none;
}
.nwsl_div .input_newsletter[type="text"]:focus {
	background: transparent;
	border: none;
	color:#fff;
	font-weight:bold;
}
.nwsl_div .submit_newsletter[type="submit"] {
  float:right;
	width: 30px;
	margin-right:3px;
	height: 30px;
	background: none;
	cursor: pointer;
	border: none;
}
a.shopion, a.vortex {float:right;margin-left:10px}
a.shopion {margin-right:80px}
#footer .links {
	margin: 0;
	text-align: center;
	color: #282828;
	font-size: 10px;
}
#footer .links a {
	color: #282828;
}
/* ------------------ Výpis produktů - záhlaví a zápatí --------------------*/
.list_of_products {
	height: 30px;
	line-height: 30px;
	background: #efefef;
	border-top: 6px solid #fff;
	border-bottom: 2px solid #fff;
	width: 100%;
	font-weight: bold;
}
table.list_of_products_table tr td {
	padding: 2px 3px;
	background: #efefef;
	border-bottom: 2px solid #fff;
}
#paging_header {
	background: #d7d7d7;
	height: 35px;
  line-height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#paging_header p.paging_header_left {
	line-height: 30px;
	float: left;
}
#paging_header p.paging_header_right {
	line-height: 30px;
	float: right;
}
#paging_header a {
	color: black
}
#paging_header select {
	padding: 2px 0 2px 4px;
  margin-top:4px;
}
span.marg_div {
  display:inline-block;
  margin-top:4px;
  height:20px;
  line-height:20px;
}
a.list1, a.list2 {
  width:22px;
  margin-top:6px;
  height:22px;
  background:url(../i/list1.png) no-repeat 0 0;
  display:block;
  margin-left:6px;
  float:right;
}
a.list2 {
  background:url(../i/list2.png) no-repeat 0 0;
}
a.list1:hover, a.list1.active {
  background:url(../i/list1.png) no-repeat 0 bottom;
}
a.list2:hover, a.list2.active {
  background:url(../i/list2.png) no-repeat 0 bottom;
}
#paging_footer {
	display: block;
	padding: 30px 0;
	text-align:center;
}
#paging_footer a {
	display: inline-block;
	padding:0;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
  font-weight:normal;
  color:#444;
  margin:0 3px;
  font-size:110%;
  font-family: 'Dosis', sans-serif;
}
#paging_footer a.active, #paging_footer a:hover {
  font-weight:bold;
	background: #d3d3d3;
	color:#282828;
}
#paging_footer a.b_prev {
  width:25px;
  height:25px;
	display: inline-block;
}
#paging_footer a.b_prev:hover {
  width:25px;
  height:25px;
	display: inline-block;
}
#paging_footer a.b_next {
  width:25px;
  height:25px;
	display: inline-block;
}
#paging_footer a.b_next:hover {
  width:25px;
  height:25px;
	display: inline-block;
}
/* ------------------ Ostatní vlastnosti --------------------*/
.red_info, .green_info {
	margin-bottom: 20px;
	width: 94%;
	padding: 3%;
	font-weight: normal;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	background: yellow;
	color: black;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
	
}
.green_info {
	background: #333333;
	color: white;
}
.red_info:hover {
	color: black
}
.infomessage {
	vertical-align: middle;
	color: #333333;
}
.errormessage {
	vertical-align: middle;
	color: #cc0000;
}
.noborder {
	border: none;
	background: none;
}
.rychly_kontakt {
	line-height: 20px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.smaller_bold {
	font-weight: bold;
	font-size: 12px;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.center_small {
	text-align: center;
	width: 100px;
}
.hidden {
	display: none;
}
.justify {
	text-align: justify;
}
.clear {
	clear: both;
}
.smaller {
	font-size: 12px;
}
.smaller_center {
	font-size: 12px;
	text-align: center;
}
.smaller_color {
	font-size: 12px;
	color: #e82933;
}
.smaller_gray {
	font-size: 12px;
	color: gray;
}
.color {
	color: #e82933;
}
.color2 {
	color: #e82933;
}
.color3 {
  color:#22c7a9;
  text-transform: uppercase;
}
.color_bold {
	color: #e82933;
	font-weight: bold;
}
.h2_background {
	margin: 10px 0 0 0;
	height: 48px;
	line-height:48px;
	color: #4c4c4c;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	clear:both;
  font-family: 'Dosis', sans-serif;
}
.h2_background.l {
	margin: 0 0 10px 0;
	height: auto;
	line-height:20px;
	color: #282828;
}
.h2_background span {
	font-weight: normal;
	width:50%;
	float:left;
	display:block;
	color: #4c4c4c;
	text-align:center;
	text-transform:uppercase;
	background:none;
}
.h2_background span.pointer {
	text-shadow: none;
	font-weight: normal;
	color:White;
	text-shadow:0 -1px 0 #555555;
	background:white url(../img/deactive.png) repeat-x 0 bottom;
}
.h2_background span.activetitem {	
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-khtml-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
background:url(../img/active.png) repeat-x 0 0;color: #4c4c4c;;font-weight:normal;text-shadow:none}
.smaller_login {
	font-size: 75%;
	color: gray;
}
.red {
	color: red;
}
.green {
	color: #39430e;
}
.odsazeni_top {
	padding-top: 10px;
}
#dotaz, #diskuze {
	margin-top: 15px;
}
#kontaktform {
	margin-top: 20px;
}
.poll_title {
	font-weight: bold;
}
.banners {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
.go_to_order {
	text-align: right;
	padding-top: 10px;
}
p.highlight {
	font-size: 150%;
	padding: 10px 0 3px 0;
	color: #111;
	font-weight: bold;
  font-family: 'Dosis', sans-serif;
}
p.highlight2, p.highlight3 {
	font-size: 110%;
	padding: 10px 0 3px 0;
	font-weight: bold;
	cursor: pointer;
	color: #e82933;
}
.active {
	display: block;
}
.noactive {
	display: none;
}
p.highlight2 div.active {
	height: auto;
	display: block;
}
/* ------------------ Ajax validate form --------------------*/
#msg, #msg2 {
	display: none;
	position: absolute;
	z-index: 200;
	padding-left: 1px;
	background: #333;
	padding: 6px;
	color: white;
	-moz-border-radius: 5px;
}
/* ------------------ Box - detail produktu --------------------*/
#detailmenu, #slide_home {
	padding: 0;
  height:40px;
  background: url(../i/zal.png) repeat-x 0 0;
}
#detailmenu li, #slide_home li {
	display: inline;
}
#slide_home li#rightarrow, #slide_home li#leftarrow {
	float:right;
}
.invisible {visibility:hidden}
#slide_home li#rightarrow a, #slide_home li#leftarrow a {
	background: url(../i/zal_arrows.png) no-repeat right 0 !important;
	width:32px !important;
	height:35px !important;
	margin-top:0px;
	margin-right:0;
	padding:0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -khtml-border-radius: none;
  border-radius: none;
}
#slide_home li#leftarrow a {
	background: url(../i/zal_arrows.png) no-repeat 0 0 !important;
}
#slide_home li#leftarrow a:hover {
	background: url(../i/zal_arrows.png) no-repeat 0 bottom !important;
}
#slide_home li#rightarrow a:hover {
	background: url(../i/zal_arrows.png) no-repeat right bottom !important;
}
#detailmenu li a, #slide_home li a {
	font-size: 14px !important;
	background: url(../i/zal.png) repeat-x 0 0;
	padding: 0 10px;
	float: left;
	margin-right: 5px;
	border-bottom: none;
	text-decoration: none;
	color: #fff;
	text-shadow:0 1px 0 #333;
	line-height:35px !important;
	height:40px;
	font-weight: bold;
  text-transform:uppercase;
  font-family: 'Dosis', sans-serif;
}
#detailmenu li.liactive, #detailmenu li.liactive a, #slide_home li.liactive, #slide_home li.liactive a {
	background: url(../i/zal_over.png) no-repeat center 0;
}
#detailmenu li.lideactive, #detailmenu li.lideactive a, #slide_home li.lideactive, #slide_home li.lideactive a {
	background: url(../i/zal.png) repeat-x 0 0;
}
#detailmenu li.liactive a, #detailmenu li a:hover, #slide_home li.liactive a, #slide_home li a:hover {
	color: #fff;
	background: url(../i/zal_over.png) no-repeat center 0;
}
.detailcontent, #slidecontent {
	float: left;
	clear: both;
	border: none;
	border-top: none;
	border-left: none;
	padding: 20px 0;
	width: 100%;
  margin-bottom:30px;  
}
#slidecontent {
  width:100%;
  padding:5px 0;
  margin-bottom:0;
}
.content ul#detailmenu, .content_expand ul#detailmenu, .content ul#slide_home, .content_expand ul#slide_home {
	margin-left: 0px;
}
.detailcontent input, .detailcontent textarea {
	border: 1px solid #dedede;
}
/* ------------------ Nákupní košík --------------------*/
.cart_box {
	margin-bottom: 20px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	width: 96%;
  margin:1% 2%;
  text-transform: uppercase;
  font-size:120%;
	display: block;
}
.cart_box_item {
	float: left;
	width: 20%;
	padding-left:5%;
}
.cart_box_item.selected {
	color: black;
	font-weight: bold;
  text-decoration:underline;
}
.cart_box_item.k1 {
  background: url(../i/cart1.png) no-repeat 0 center;
}
.cart_box_item.k1.selected {
  background: url(../i/cart1_active.png) no-repeat 0 center;
}
.cart_box_item.k2 {
  background: url(../i/cart2.png) no-repeat 0 center;
}
.cart_box_item.k2.selected {
  background: url(../i/cart2_active.png) no-repeat 0 center;
}
.cart_box_item.k3 {
  background: url(../i/cart3.png) no-repeat 0 center;
}
.cart_box_item.k3.selected {
  background: url(../i/cart3_active.png) no-repeat 0 center;
}
.cart_box_item.k4 {
  background: url(../i/cart4.png) no-repeat 0 center;
}
.cart_box_item.k4.selected {
  background: url(../i/cart4_active.png) no-repeat 0 center;
}
.ods_left {padding-left:2% !important}
.ods_right {padding-right:2% !important}
.cart_name {width:35%}
th.td_xx, th.td_40 {
	font-size: 12px;
	color: #6b6b6b;
  font-family: 'Dosis', sans-serif;
	background:#f9f9f9;
	font-weight:bold;
  padding:0 5px;
	margin:0;
	height:40px;
	line-height:40px;
	overflow:hidden;
	border-collapse: collapse;
	
}
table tr.table_border_bottom {
	border-bottom:1px solid #cdcdcd;
}
table tr.table_border_bottom td {
	background:#fff;	
  padding:10px 5px;
}

/* ------------------ Mapa stránek --------------------*/
li.cat {
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 13px;
	padding: 4px 5px 4px 0px;
}
li.element {
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 12px;
	padding: 3px 5px 3px 21px;
}
.pointer {
	cursor: pointer;
	font-weight: bold;
}
/* ------------------ Hodnocení produktu --------------------*/
#rating_of_products {
	width: 105px;
	float: right;
	height: 30px;
	display: block;
}
.ratingblock {
	width: 100%;
}
.unit-rating {
	list-style: none;
	height: 21px;
	position: relative;
	background: url('../images/staring2.png') top left repeat-x;
	float: right;
}
.ratingblock p {
	clear: both;
}
.unit-rating li {
	text-indent: -90000px;
	padding: 0;
	margin: 0;
	float: left;
}
.unit-rating li a {
	outline: none;
	display: block;
	width: 21px;
	height: 21px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 3;
	position: absolute;
	padding: 0px;
	margin: 0;
	cursor: pointer;
}
.unit-rating li a:hover {
	background: url('../images/staring2.png') 0 42px;
	width: 21px;
	height: 21px;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit {
	left: 0px;
}
.unit-rating a.r1-unit:hover {
	width: 21px;
}
.unit-rating a.r2-unit {
	left: 21px;
}
.unit-rating a.r2-unit:hover {
	width: 42px;
}
.unit-rating a.r3-unit {
	left: 42px;
}
.unit-rating a.r3-unit:hover {
	width: 63px;
}
.unit-rating a.r4-unit {
	left: 63px;
}
.unit-rating a.r4-unit:hover {
	width: 84px;
}
.unit-rating a.r5-unit {
	left: 84px;
}
.unit-rating a.r5-unit:hover {
	width: 105px;
}
.unit-rating li.current-rating {
	background: url('../images/staring2.png') 0 22px;
	position: absolute;
	height: 21px;
	display: block;
	z-index: 1;
}
.inline {
	display: inline;
}
.line {
	line-height: 18px;
}
.normal {
	font-weight: normal;
}
.puvodne {
	color: gray;
	font-size: 12px
}
.topsale {
  border-top:3px solid #e82933;
  background:white;
  margin-bottom:30px;
}
.topsale .topsale_title {
  padding:10px 0 16px 0;
  text-align:center;
  font-weight:bold;
  color:#282828;
  font-size:18px;
  font-family: 'Dosis', sans-serif;
  text-transform:uppercase;
  line-height:26px;
}
.topsale .topsale_title img {
  position:relative;
  top:6px;
  margin-right:10px;
}
.topsalebox {
  height:40px;
  overflow:hidden;
  width:100%;
  display:block;
  background:url(../i/topsale_top.png) repeat-x 0 0;
}
.topsalebox span.box1,.topsalebox span.box2,.topsalebox div.box3,.topsalebox span.box4,.topsalebox span.box5 {
  height:40px;
  width:40px;
  float:left;
  overflow:hidden;
  font-family: 'Dosis', sans-serif;
  text-align:center;
  color:#e82933;
  font-size:24px;
  line-height:40px;
  display:block;
}
.topsalebox#tsb_1 span.box1 {
 background:#ffdc7f;
  font-weight:bold;
}
.topsalebox#tsb_2 span.box1 {
  background:#ffe399;
  font-weight:normal;
}
.topsalebox#tsb_3 span.box1 {
  background:#ffeebf;
  font-weight:normal;
}
.topsalebox#tsb_4 span.box1 {
  background:#fff2cf;
  font-weight:300;
}
.topsalebox#tsb_5 span.box1 {
  background:#fff8e5;
  font-weight:300;
}
.topsalebox span.box2 a {
  color:#282828;
}
.topsalebox span.box2 {
  width:42%;
  text-align:left;
  color:#e82933;
  font-size:12px;
  display:block;
  padding-left:10px;
}
.topsalebox div.box3 {
  width:200px;
  text-align:left;
  color:#e82933;
  font-size:12px;
  display:block;
}
.topsalebox span.box4 {
  width:100px;
  background:#fafafa url(../i/topsale_top.png) repeat-x 0 0;;
  padding:0 5px 0 15px;
  float:right;
  text-align:left;
  font-weight:bold;
  color:#282828;
  font-size:16px;
  display:block;
}
.topsalebox span.box4 .smaller {
  font-weight:300;
}
.topsalebox span.box5 {
  width:115px;
  float:right;
  display:block;
}
.topsalebox span.box5 a {
  width:75px;
  padding-left:40px;
  background:url(../i/topsale_button.png) no-repeat 0 0;
  text-align:center;
  color:#fff;
  font-size:16px;
  display:block;
}
.topsalebox span.box5 a:hover {
  background:url(../i/topsale_button.png) no-repeat 0 bottom;
}
.width_285 {
	width: 60%;
}
.table_smaller_name {
	font-size: 90%;
	width: 130px;
	text-align: left
}
.table_price {
	font-weight: bold;
	font-size: 90%;
	text-align: right;
	padding-right: 5px;
	min-width:100px;
}
.list_of_products .th_name {
	float: left;
	width: 60%;
	padding-left: 5px
}
.list_of_products .th_store {
	float: left;
	width: 130px
}
.list_of_products .th_price {
	float: right;
	padding-right: 5px
}
.producers_form {
	height: 42px;
	display: block;
	width: 100%;
	float: left;
	padding: 0;
}
p.producers_p {
	margin: 0;
	padding: 0;
	display: inline;
}
.filtr_producer {
	width: 100%;
	border: none;
	margin: 8px auto 13px auto;
}
.poll {
	cursor: pointer;
	margin-right: 10px;
	height: 8px;
	margin-top: 4px;
}
.poll2 {
	margin-right: 10px;
	height: 8px;
	margin-top: 4px;
}
.banny2 {
  margin-top:30px;
  width:1170px;
}
.banny2 .b {
  float:left;
}
.inclbox {
  width:360px;
  height:255px;
  padding:30px 15px 15px 15px;
  overflow:hidden;
  color:#262626;
  display:block;
  float:left;
  background:url(../img/box1.png) no-repeat 0 0;
  margin-bottom:30px;
}
.inclbox ul {
  list-style-type:none;
  margin:0;
}
.inclbox ul li {
  background:url(../img/arrow_red.png) no-repeat 0 center;
  padding-left:15px;
  line-height:25px;
}
div.div_novinky {
  width:100%;
  padding:0;
  float:none;
  background:none;
  margin-bottom:30px;
}
div.left_offers {
  width:644px;
  float:left;
  margin-bottom:15px;
}
.newsbox {
  height:auto;
  background:white;
  padding:15px;
  margin-bottom:20px;
}
.new_one {width:20%;padding-right:5%;float:left}
.news_bold {
	color: #282828;
	font-weight: bold;
	padding: 0
}
.news_date {
  background:url(../i/icons/news_date.png) no-repeat 0 center;
  padding-left:15px;
  display:block;
  color: #282828;
  margin-bottom:5Px;
  font-size:90%;
  text-decoration-style: italic;
}
.news_bold a {
	color: #282828;
}
.news_text {
	font-size: 90%;
	text-align: justify;
	padding: 0;
	line-height:14px;
}
.news_text a {
	color: #fe151b;
}
.list-none {
	list-style-type: none
}
.displaynone {
	display: none;
}
.width_230 {
	width: 230px
}
.map {
	display: block;
	width: 99%;
	height: 485px;
	margin: 30px auto 0 auto
}
.footer_cats {
	clear: both;
	padding: 10px;
	font-size: 90%;
}
.coin-slider {
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.coin-slider a {
	text-decoration: none;
	outline: none;
	border: none;
}
.cs-buttons {
	font-size: 0px;
	padding: 10px;
	float: left;
}
.cs-buttons a {
	margin-left: 3px;
	height: 15px;
	width: 15px;
	float: left;
	color: #B8C4CF;
	text-indent: -1170px;
}
.cs-active {
	color: #FFFFFF;
}
.cs-title {
	background-color: #000000;
	color: #FFFFFF;
}
.cs-prev, .cs-next {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
	display: none;
}
.cs-buttons a {
	background: url('../images/btn.png') 0px 0px no-repeat transparent;
}
.cs-buttons a.cs-active {
	background: url('../images/btn_over.png') 0px 0px no-repeat transparent;
}
.content .coin-slider, .content_expand .coin-slider {
	height: 290px;
	width: 740px;
	margin: 0 auto 30px auto;
}
#coin-slider {
	position: absolute;
}
.cs-buttons {
	position: absolute;
	z-index: 3;
	margin-left: 0px;
	bottom: 0px;
}
.discuss_box {
	float: left;
	border-top: 1px dashed #efefef;
	clear: both;
	padding: 8px 0;
	width: 100%
}
#naseptavacDiv {
	position: absolute;
	margin-top: 110px;
	width: 550px;
	margin-left: 305px;
  padding:10px;
	visibility: hidden;
	z-index: 99999999;
	background: #fff;
  color:black;
  -moz-box-shadow: 0 0 5px #444;
  -webkit-box-shadow: 0 0 5px #444; 
  box-shadow: 0 0 8px #444;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;

}
.submit_nasept {
  display:inline-block !important;
  padding:7px 10px !important;
  color:black !important;
  border:2px solid #e82933 !important;
  margin:10px auto 20px auto !important;
  width:220px !important;
  font-size:120% !important;
  font-weight:bold !important;
  float:none !important;
}
#naseptavacDiv div a {
	display: block;
	line-height: 20px;
	overflow: hidden;
	font-weight: normal;
	font-size: 12px;
	clear: both;
	padding: 0;
	color:#000;
  height:auto;
  min-height:60px;
  border-bottom:1px solid #ddd;
  padding:10px;
}
#naseptavacDiv p a {
	display: block;
	float: left;
	line-height: 20px;
	overflow: hidden;
	font-weight: normal;
	font-size: 12px;
	width: 100%;
	clear: both;
	padding: 0;
	color:#000;
  height:20px;
}
#naseptavacDiv div a span.img {
  width:15%;
  padding-right:5%;
  height:auto;
  display:inline-block;
  float:left;
}
#naseptavacDiv div a span.name {
  display:inline-block;
  line-height:20px;
  float:left;
  font-weight:bold;
  height:auto;
  font-size:110%;
  width:60%;
  padding-bottom:10px;
}
#naseptavacDiv div a span.colorsdiv {
  display:inline-block;
  line-height:20px;
  float:left;
  width:auto !important;
  font-weight:bold;
  width:65% !important;
  font-size:110%;
  padding:0 !important;
  border:0 none !important;
  margin:0 !important;
  background:none !important;
  height:auto !important
}
#naseptavacDiv div a span.colorsdiv .it {
  margin-left:0;
}
#naseptavacDiv div a .labelas {
  margin:0 !important;
  position:absolute !important;
  float:right;
}
#naseptavacDiv div a .labelas div.label {
  margin:0 !important;
  position:absolute !important;
  left:0 !important;
}
#naseptavacDiv div a .labelas div.label img {
  width:50%;
  height:auto;
}
#naseptavacDiv div a span.colorsdiv .it_half {
  width:auto;
  font-size:80%;
  font-weight:300;
  margin:0 0 5px 0;
}
#naseptavacDiv div a span.nasept_price {
  display:inline-block;
  line-height:60px;
  float:right;
  font-weight:bold;
  color: #e82933;
  font-size:130%;
  width:15%;
  text-align:right;
}
#naseptavacDiv div a span.img img {
  width:100%;
  height:auto;
-o-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
#naseptavacDiv div a:hover, #naseptavacDiv div a:hover span, #naseptavacDiv div a.active, #naseptavacDiv div a.active span {
	background: #f7f7f7;
	color: #000;
}
#naseptavacDiv p.color_bold {
	line-height: 30px;
  font-size:110%;
	color:black;
}
#naseptavacDiv span.fl {
	float: right;
	line-height: 20px;
	padding:0;
	font-size:11px;
	color:gray;
	margin:0;
}
#naseptavacDiv span.fl2 a {
	font-weight: normal;
	float: right;
	font-size: 11px;
	color:gray;
}
#header #search {
	position: absolute;
	margin-top: 70px;
	margin-left: 305px;
	width: 570px;
	height: 35px;
  background:#333333;
  -o-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.input_search[type="text"] {
	position: absolute;
	width: 500px;
	height: 31px;
	line-height: 31px;
	padding-left:10px;
	padding-top: 0;
	border: none;
	background: transparent;
	font-size: 14px;
	color:#878787;
	margin-top:0;
  font-family: 'Dosis', sans-serif;
}
.input_search[type="text"]:focus {
	background: transparent;
	border: none;
	color:#fff;
}
.submit_search[type="submit"] {
	position: absolute;
	margin-top: 0px;
	margin-left: 248px;
	width: 35px;
	height: 35px;
	background: url(../i/search.png) no-repeat center 4px;
	cursor: pointer;
	border: none;
}
#header #curren {
  position:absolute;
  margin-left:659px;
	width: 79px;
	margin-top:75px;
	display: block;
	height:35px;
	line-height:35px;
	text-align:left;
  color:#8d8d8d;
  overflow:hidden;
  cursor:pointer;
}
#header #curren a {
  font-weight:normal;
  color:#8d8d8d;
	padding-left:15px;
  font-family: 'Dosis', sans-serif;
}
#header #curren a.sec {
  background:#1a1a1a;
  display:block;
  height:35px;
  line-height:35px;
  color:#8d8d8d;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#header #curren a:hover, #header #curren a.sec:hover {
  font-weight:normal;
  color:#fff;
}
.searching {
  width:900px;
  height:40px;
  line-height:40px;
  margin-top:136px;
  position:absolute;
  font-family: 'Dosis', sans-serif;
  font-size:15px;
  color:White;
  text-shadow:0 -1px 0 #ba2129;
  text-transform:uppercase;
}
select#cat2 {
  width:186px
}
select#subcat2,select#subsubcat2 {
  margin-top:5px;width:186px
}
.searching div.uvod a {
  display:block;
  float:left;
  padding:0 20px;
  font-weight:normal;
  color:White !important;
}
.searching div.searching_title {
  display:block;
  float:left;
  background:#ba2129;
}
.searching div.searching_title span {
  background:#ba2129 url(../i/right_white.png) no-repeat right center;
  display:block;
  padding:0 20px;
  border-right:20px solid #ba2129;
}
.searching select {
  color:#fff;
  background:#ba2129;
  border:none;
  padding:6px;
}
.searching form#searchingform div {
  float:left;
  height:40px;
  float:left;
  margin:0;
  background:#ba2129 url(../i/menu.png) no-repeat right center;
  padding-right:1px;
}
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.selectboxit-container * {
  font: 12px;
  font-weight:normal;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
  text-align:left;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 200px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 25px; /* Height of the drop down */
  line-height: 25px; /* Vertically positions the drop down text */
  display: block;
  text-shadow:none !important;
}
.selectboxit-container .selectboxit-options a {
  padding-left:15px;
}
.selectboxit-container span {
  height: 40px;
  line-height: 40px;
}
.selectboxit-default-arrow {
  display:none;
  width:0;
  height:0;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.60;
  filter: alpha(opacity=60);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  margin:0;
  padding-left:20px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 200px;  /* Minimum Width of the dropdown list box options */
  *width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 0px;
  position: absolute;
  right: 0;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: right;
}

.selectboxit-rendering {
  display: block;
  visibility: hidden;
}

.selectboxit-btn {
  background:#ba2129 url(../i/menu_active.png) no-repeat 155px center;
  width:200px;
  height:40Px;
  color:#fff;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #fff;
  background:#e82933 url(../i/menu_active.png) no-repeat 155px center;;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #fff;
  text-decoration: none;
  background:#e82933 url(../i/menu_active.png) no-repeat 155px center;;
}
.selectboxit-list {
  background-color: #151515;
  text-transform:none;
}

.selectboxit-list .selectboxit-option-anchor {
  color: #efefef;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #d91e23;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #fff;
}
p.nav {
  width:850px;
  padding-left:20px;
  float:right;
  height:39px;
  line-height:37px;
	color:#fff;
    font-family: 'Dosis', sans-serif;
	font-size:14px;
	overflow:hidden;
	background:url(../i/title.png) no-repeat center 0;
	font-weight:normal;
  text-transform:uppercase;
  margin-bottom:30px;
}
.content_float.wide p.nav {
  width:auto;
  float:none;
  display:block;
}
p.nav a{
  float:left;
	text-align:right;
	padding:0 20px 0 0;
  margin-right:10px;
	color:#fff;
	font-size:14px;
  background:url(../i/menu_right.png) no-repeat right center;
	font-weight:bold;
}
p.nav a:hover{
	color:#fff;
	text-decoration:underline;
}
p.nav a.home{
  width:51px;
	min-width:51px;
	padding:0;
  display:none;
  height:35px;
	background: url(../img/home.png) no-repeat 0 0;
}
.firstrow {width:70px;color:#919191}
img#thephoto {
  width:350px;
  margin:30px;
  height:auto;
}
.det_l {
   width:410px;
   float:left;
}
div.detail_inner {
  width:430px;
  height:auto;
  overflow:hidden;
  float:right;
  padding:30px 0 0 0;
}
div.detail_inner a {
  color:#282828;
}
p.dodatek {font-family: 'Dosis', sans-serif;font-size:14px;color:#6b6b6b;margin-bottom:15px}
p.det_info {font-family: 'Dosis', sans-serif;}
div.detail_inner h1 {
  color:#282828;
  font-weight:bold;
  font-family: 'Dosis', sans-serif;
  margin-top:9px;
  line-height:22px;
  padding-right:30px;
  margin-bottom:0;
  overflow:hidden;
  font-size:20px;
}
#detail_price {
  padding:0 0 20px 0;
  font-family: 'Dosis', sans-serif;
}
#detail_price .smaller{
  font-size:13px;
}
.puvodne {
	color: #282828;
  text-transform: lowercase;
	font-size: 14px;
	display:inline-block;
	font-weight:normal;
  margin:9px 0;
  padding-left:18px; 
}
.puvodne del {
  font-size:115%;
  font-weight:bold;
}
#normalprice {
	font-size:100%;
  padding:4px 0;
  background: url('../i/icons/icon_lighting.png') no-repeat 0 center;
  padding-left:35px;
  line-height:14px;
}
.extraprice {
  font-size:28px;
  color:#e82933;
  padding-top:0;
  display:inline-block;
  font-weight:bold;
  padding-top:10px;
}
.price2 {
  display:block;
  font-size:16px;
  color:#565656;
  font-weight:bold;
  margin:9px 0;
  padding-left:18px;
  display:inline;
}
.p_min {
  color:#e82933;
  font-size:13px;
  margin:20px 0;
  display:block;
  padding-left:35px;
  line-height:23Px;
  font-weight:bold;
  background: url('../i/icons/icon_qtyprice.png') no-repeat 0 0;
}
.yellow {
  color:#282828;
  font-weight:300;
}
.det_back {
  border-top:3px solid #e82933;
  background:white;
  margin-bottom:30px;
}
#detail_submit {
	background: #f9f9f9;
	width:430px;
	height:40px;
  line-height:40px;
  color:#878787;
	display:block;
	margin:20px 0;
}
span.nostock {
	height:40px;
	line-height:40px;
	text-align:center;
	background:#a2a2a2;
	font-weight:bold;
	color:#fff;
	font-size:120% !important;
	display:block;
}
span.quant, span.quant_desc {
  position:absolute;
	line-height:40px;
	margin-left:98px;
	color:#878787;
}
span.quant_desc {
	margin-left:197px;
}
.det_buy_left {float:left;display:inline-block;}
.det_buy_right {
  float:right;
  display:inline-block;
}
.basket_div table.quant {
  margin:0;
  position:static;
  float:left;
}
.basket_div .dokosiku {
  float:left;
  margin:0;
}
.icon_plus {
  margin-top:0px;
  position:absolute;
	display:block;
	width:18px;
	height:12px;
	margin-left:36px;
	cursor:pointer;
}
.basketa .icon_plus {
  margin-top:0 !important;
  margin-left:0 !important;
	width:25px;
	height:25px;
}
.icon_minus {
  position:absolute;
  margin-top:14px;
	margin-left:36px;
	float:left;
	display:block;
	width:18px;
	height:12px;
	cursor:pointer;
}
.basketa .icon_minus {
  margin-top:0 !important;
  margin-left:55Px !important;
	width:25px;
	height:25px;
}
.recount {
  float:left;
  margin-top:2px;
  margin-left:135px;
  width:55px;
  height:31px;
	background: url(../i/mini_input.png) no-repeat center center;
}
.basketa .recount {
  float:left;
  margin-top:0;
  margin-left:0;
  width:83px;
  height:30px;
	background: url(../i/det_input.png) no-repeat center center;
}

tr.table_border_bottom td.recount .icon_plus {
  float:left;
  margin:0;
  margin-top:5px;
  font-size:120%;
  margin-left:5px;
}
tr.table_border_bottom td.recount .icon_minus {
  margin:0;
  margin-right:5px;
  margin-top:5px;
  font-size:120%;
}
.icon_plus:hover, .icon_minus_hover {
	color: #2085b4;
}
.rec, .rec[type="text"] {
	float:left;
	display:block;
	width:34px;
	height:30px;
	padding:0;
	line-height:30px;
	text-align:center;
	font-size:120%;
	border:none;
	font-weight:normal;
	color:#919191;
	background:none;
}
.basketa .rec, .basketa .rec[type="text"] {
	position:absolute;
  margin-left:25px;
	width:30px;
	height:30px;
	line-height:30px;
}
.select_detail {
  margin:20px 0 0 0;
  width:90%;
}
input#but_tisk, form#but_compar input, form#but_oblib input {
  width:110px;
  float:left;
  margin-top:0px;
  margin-bottom:0px;
  margin-right:0px;
  padding-left:30px;
  height:23px;
  display:block;
  line-height:20px;
  text-align:left;
  font-size:12px;
  margin-right:10px;
  font-weight:bold;
  display:block;
  color:#6b6b6b;
  text-shadow:none;
  background:url(../i/icons/icon_print.png) no-repeat 0 0;
  font-family: 'Dosis', sans-serif;
}
form#but_oblib input {
  background:url(../i/icons/icon_favourite.png) no-repeat 0 0;
}
.transportdiv {
  background: url(../img/shadow.jpg) no-repeat top center;
  margin-top:20px;
  padding-top:10px;
  margin-bottom:20px;
}
.bigger {font-size:120%}
.saleprice {
  width:46%;
  float:right;
  font-size:160%;
  line-height:30px;
  margin:10px 2%;
  color:#e82933;
}
.saleprice strong {
  color:#181818;
}
.saleprice.total {
  border:3px solid #22c7a9;
  padding:10px;
  padding-left:60px;
  background: url(../i/icons/icon_totalprice.png) no-repeat 15px center;
}
.saleprice.total.thin {
  width:37%;
}
.saleprice.total span.smaller {
  display:block;
  line-height:16px;
  font-weight:normal !important;
}
.bonusbox, .giftbox {
  padding:10px;
  padding-left:8%;
  width:36%;
  margin:2%;
  float:left;
  color:#565656;
  font-size:130%;
  line-height:25px;
  background: #dcfff9 url(../i/icons/icon_bonus.png) no-repeat 15px center;
}
#reg_prodejce.carty {margin:2%}
.bonusbox span {
  color:#22c7a9;
  font-weight:bold;
}
.giftbox {
  padding:10px;
  padding-left:8%;
  width:36%;
  margin:2%;
  float:right;
  color:#565656;
  font-size:130%;
  line-height:25px;
  border:3px solid #eb464e;
  background: #ffe4e5 url(../i/icons/icon_gift_red.png) no-repeat 15px center;
}
table.submits_cart {width:96%;margin:20px auto}


#voucher.active {color:white;margin:20px 0;background:#949494;padding:20px;text-align:center;font-size:120%}
#voucher.active input {border:none !important;margin: 0 0 0 10px;}
#voucher.active img {position:absolute;margin-left:-50px;margin-top:4px}
.hr {clear:both;height:2px;width:100%;margin:5px 0;background:#cdcdcd}
.cart_freepost {
  width:40%;
  float:left;
  padding:10px 0;
  padding-left:6%;
  font-size:140%;
  line-height:20px;
  margin:15px 2% 5px 2%;
  background: url(../i/icons/icon_delivery.png) no-repeat 0 center;
  color:#565656;
}
.cart_freepost.full {
  width:96%;
}

.big {
  font-family: 'Dosis', sans-serif;
  font-size:22px;
  font-weight:bold;
  color:#222;
  padding:10px 0;
}
.big strong {
  font-weight:bold;
}
.colorsdiv {
  height:22px;
  display:block;
  font-family: 'Dosis', sans-serif;
  float:left;
  overflow:hidden;
  color:#565656;
  margin-top:10px;
  line-height:22px;
  font-weight:normal;
  width:100%;
  margin-bottom:20px;
}
.colorsdiv.separ {
  height:auto;
  background:#f4f4f4 url(../i/icons/icon_pokryti.png) no-repeat 10px 10px;
  border:3px solid #bcbcbc;
  margin:2% 0 2% 2%;
  width:44%;
  padding:1%;
  min-height:107px;
}
.colorsdiv.separ span.main {
  padding-left:50px;
  line-height:18px;
  padding-top:5px;
}
.colorsdiv.separ span.main strong {
  font-size:130%;
}
.colorsdiv span {
  float:left;
  display:block;
  margin-right:5px;
}
.colorsdiv .it {
  width:22px;
  height:22px;
  display:block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  float:left;
  margin-left:6px;
}
.colorsdiv .it_half {
  width:50%;
  height:22px;
  float:left;
  margin-top:10px;
  font-size:90%;
}
.colorsdiv .it_text {
  display:inline-block;
  height:22px;
  display:block;
  float:left;
  margin-left:6px;
}
.colorsdiv .it {
  width:22px;
  height:22px;
  display:block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  float:left;
  margin-left:6px;
}
.helpbox {
  background:#fff url(../i/icons/icon_help.png) no-repeat 9% center;
  border:3px solid #e82933;
  margin:2% 2% 2% 0;
  width:33%;
  float:right;
  line-height:180%;
  padding:1%;
  padding-top:20px;
  padding-left:13%;
  min-height:95px;
}
.helpbox.separ {
  background:#fff url(../i/icons/icon_help.png) no-repeat 4% center;
  width:82%;
  margin:2%;
  min-height:auto;
  padding-top:1%;
  float:none;
}
.helpbox.nob {
  background:#fff url(../i/icons/icon_gift_red.png) no-repeat 9% center;
}
.helpbox.nob.separ {
  background:#fff url(../i/icons/icon_gift_red.png) no-repeat 4% center;
}
.compatib {
  background:#949494;
  padding:2%;
  color:white;
  margin:20px 0;
}
.compatib a {
  background:#949494;
  border:3px solid #b9b9b9;
  padding:0px 2%;
  font-weight: normal;
  color:white;
  float:left;
  margin:5px 5px 0 0;
    -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.compatib a:hover {
  border:3px solid #fff;
}
.compatib p.bold.upper {
  line-height:30px;
}
.vyhody {margin:2%;}
.vyhody ul {
  list-style-type:none;
  font-weight: bold;
  margin:0;
}
.vyhody ul li {
  width:46%;
  float:left;
  height:30px;
  line-height:30px;
  background: url(../i/icons/icon_like.png) no-repeat 3Px center;
  padding-left:4%;
}
.marg2 {margin:2%;}
.upper {text-transform: uppercase;}
.greenround, .redround {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  line-height:30px;
  padding:0 15px;
  border:3px solid #06947c;
  color:#06947c;
  text-align:center;
  font-weight:bold;
  font-size:140%;
}
.redround {
  border:3px solid #262626;
  color:#262626;
}
.oi {
  padding:5px 0;
  border-top:1px solid white;
  border-bottom:1px solid #ddd;
  display:block;
  margin:0;
  float:left;
}
.oi.fi {
  border-top:none;
  margin-top:8px;
}
.oi.last {
  border-bottom:none;
}

.oi span.oil {
  float:left;
  display:block;
  width:90px;
}

.oi span.oir {
  float:right;
  display:block;
  width:90px;
}
.gift_bonus {
  background:#fafafa;padding:8px;border:1px solid #eee;margin-top:3px
}
.det_sl, .det_sr {
  color:white;
  float:left;
  font-family: 'Dosis', sans-serif;
  font-size:150%;
  font-weight:normal;
  width:55%;
  line-height:20px;
}
.det_sr {
  font-weight:normal;
  font-size:90%;
  width:38%;
  text-align:right;
  margin-right:17px;
}
.det_phone {
  font-size:210%;
  font-family: 'Dosis', sans-serif;  
  color:white;
  font-weight:normal;
  line-height:30px;
  margin:5px 0 15px 0;
  display:block;
  text-align:right;
  margin-right:24px;
}
.det_sll {
  float:left;
  font-family: 'Dosis', sans-serif;
  font-size:130%;
  font-weight:normal;
  
  line-height:20px;
  padding-top:10px;
  margin-bottom:15px;
}
.det_sllimg {
  margin-top:2px;
  margin-left:10px;
  margin-bottom:15px;
  position:absolute;
}
.det_sllimg img {
  width:60px;
}
.det_sllname {
  color:#454545;
  float:left;
  font-family: 'Dosis', sans-serif;
  font-size:120%;
  font-weight:bold;
  line-height:20px;
  padding-top:10px;
  margin-bottom:15px;
  margin-right:10%;
}
#hs_body_popup {
	width: 290px !important;
  height:180px !important;
  padding:0 !important;
  }
div#hs_body_popup {
  width:290px;
  height:180px;
  background:url(../images/popup_newsletter.png) no-repeat 0 0;
  display:block;
  padding:0 !important;
  margin:0 !important;
}
div#hs_body_popup form {
  position:absolute;
  margin-top:134px;
  left:6px;
  width:270px;
}
div#hs_body_popup form input#emailsale {
  width:155px;
  background:transparent;
  color:White;
  border:none;
  float:left;
  margin-top:3px;
  padding-left:10px;
}
div#hs_body_popup form input.emailsubmit {
  width:100px;
  height:40px;
  background:transparent;
  float:left;
  border:none;
  cursor:pointer;
}
div.paymentitem {
	padding: 10px 15px;
	font-weight:bold;
	font-size:110%;
}
div.paymentitem:last-child {
	border-bottom: 0px solid #ededed;
}
div.paymentitem .pointer {
	background:none;
	padding-left:10px;
}
div#transportbox, div#transferbox {

}
div#transferbox {
  margin-bottom:10px;
}
p.tit {
  font-size:18px;
  height:40px;
  line-height:40px;
	background:#949494;
	color:white;
	padding:0;
	margin:20px 0;
	font-weight:bold;
  padding-left:30px;
  display:block;
  font-family: 'Dosis', sans-serif;
  text-transform:uppercase;
}
p.tit.sm {
    font-size:14px;
  height:28px;
  line-height:28px;
}
.newsbox p.tit, .div_heureka p.tit {
  margin:0 0 10px 0;
  background:none;
  color:#181818;
  padding-left:0;
  border-bottom:2px solid #181818
}
.div_heureka p.tit {
  display:inline-block;
}
span.transpan_no {
  color:silver;
  cursor:default;
}
div.paymentitem input {
  cursor:pointer;
  float:left;
  margin-top:2px;
}
span.transpan_no, span.transpan {
  display:inline-block;
  width:92%;
}
.note2, .note {position:absolute;	font-weight:normal;color: #e82933;margin-left:220px;font-size:90%;}
.note {margin-left:214px;}
#navigace_down {
	position: absolute;
	margin-top: 150px;
	margin-left: 230px;
	height:55px;
	width: 765px;
}
.cookies_alert{position:static;  left:0;  top:0;   color:#696969;  background-color:#cacaca;  z-index:1000;  line-height:33px;  padding:0 10px;  text-align:center;  z-index:99999999999999;  font-size:12Px;}
.cookies_alert p{display:inline-block;}
.cookies_alert p a{color:#696969;  text-decoration:none;}
.cookies_alert span.stop a{margin-left:10px;background:white;  color:#696969;  display:inline-block;  line-height:20px;  padding:0 10px;  text-decoration:none;}


#heureka_box div.box {
    margin: 0 0 30px 0;
    border:2px solid #e82933;
    padding:20px;
  background:white;
}
#heureka_box.home div.box {
    margin: 0 0 0 0;
    border:0 none;
  width:48%;
  padding:10px 2% 10px 0;
  float:left;
}

#heureka_box .customer {
    width: 70px;
    border-color: #FFFFFF;
    text-align: center;
    float: left;
  font-family: 'Dosis', sans-serif;
  font-size:130%;
}

#heureka_box p.name {
   margin-top: 50px;
   line-height:15px;
}
#heureka_box.home p.name {
   margin-top: 0px;
}
#heureka_box .text {
    margin-left: 100px;
    margin-top: 10px;
}
#heureka_box .hodnoceni {
  height:100px;
  font-size:90%;
  line-height:16px;
  overflow:hidden;
}
#heureka_box.home .text {
    margin-left: 0px;
  margin-right:10px;
}

#heureka_box .pros {
  color: #06947c;
  margin-top: 2em;

}

#heureka_box .cons {
  color: #d0252e;
  margin-top: 2em;

}

#heureka_box .pros p, .cons p {
  margin-left: 4em;
}

#heureka_box .ac .rating span span, #heureka_box .ac .rating a span {
    background: url("../i/heureka/star_full.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    float: left;
}

#heureka_box .rating span span, #heureka_box .rating .over span {
    background: url("../i/heureka/star_small_full.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 12px;
}

#heureka_box .rating .hide {
    display: none;
}

#heureka_box .stars li.ac {
    height: 20px;
    line-height:20px;
    padding: 10px 0;
}
#heureka_box .stars {
    float: right;
    padding: 5px 10px;
    margin-left: 1em;
    margin-bottom: 1em;
}
#heureka_box.home .stars {
    float: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
}
#heureka_box .stars li {
    list-style-type: none;
    margin-left: 0;
    margin-top:8px;
}
#heureka_box.home  .stars li {
    margin-top:0;
}
#heureka_box li {
    line-height: 1.5em;   
  line-height:12Px;
  padding-top:5px;
}

#heureka_box .ac .rating {
    height: 20px;
    width: 100px;

}

#heureka_box .ac .rating .over {
    background: url("../i/heureka/star_full.png") no-repeat scroll 0 -20px transparent;
    height: 20px;
    width: 100px;
}

#heureka_box .rating .over {
    background: url("../i/heureka/star_small_full.png") no-repeat scroll 0px -12px transparent;
    display: block;
    float: left;
    height: 12px;
    width: 60px;

}
.div_heureka {
  margin-bottom:30px;
  background:white url(../i/heureka/heureka_background.png) repeat-y 0 0;
  padding:20px;
}
.active {display:block}
.l_50,.r_50 {width:50%;float:left}
.r_50 {width:50%;float:right}
.div_heureka a.submit_border {float:right;margin-right:30px}
.white_back {background:white;padding:20px;}