/* * screen.css - media screen (all) * autor:martin zemánek, martinzemanek at email.cz  */
@import url(https://fonts.googleapis.com/css?family=Dosis:400,300,700&subset=latin,latin-ext);

* {
	padding: 0;
	margin: 0;
}
body {
	font: 12px Arial, Helvetica, sans-serif, "Calibri";
	color: #2c4f65;
	background: #dfedf2 url(../images/body_top.png) repeat-x top center;
}
@media screen and (min-width: 1520px) {
body {
	font-size: 13px;
}
}
#header a, .menu a, .top_left a, .newone a,
#footer a,
#left a,
#naseptavacDiv p a, .navigace_back2 a, .width_285 a,
#paging_footer a, .bodyline a, a.big.normal, .bannys a {
	text-decoration: none;
}
body.home {
	/*background: #fff url(../images/background.jpg) no-repeat top center;*/
}
/* HEADER TEXT */
.headerimg { background-position: center 64px; background-repeat: no-repeat; width:100%; height:854px; position:absolute; }
.backy {position:absolute;margin-left:15px;height:30px;top:680px;}
.backy_number {width:30px;height:30px;display:block;float:left;background:url(../images/new/bullet.png) no-repeat 0 0;cursor:pointer;margin-right:10px}
.backy_number:hover, .backy_number.active {background:url(../images/new/bullet.png) no-repeat right 0}
.backy_number.active {cursor:default}
body.cart {
	background: #fff url(../images/body_top.png) repeat-x top center;
}
body.home #wrap_body {
	width: 100%;
	background: url(../images/bannys.png) repeat-x 0 743px;
}
#wrap {
	margin: 0 auto;
	width: 1250px;
	background:none;
}
.content_block {
	width: 100%;
	float: left;
}
.main {
	float: left;
	width: 100%;
}
.content {
	float: right;
	width: 100%;
	display: block;
	padding: 0;
  margin:0;
	line-height: 18px;
}

.content ul, .content ol {
	margin-left: 20px;
}
/* ------------------ Hlavička --------------------*/
#header {
	height: 272px;
	width: 1250px;
  background: url(../images/header.png) repeat-x center top;
}
body.home #header {
  height:743px;
}
#header #over a img {
	display: block;
	position: absolute;
	margin-top: 62px;
	width: 240px;
	height: auto;
	margin-left: 44px;
}
#header #header_phone {
	position: absolute;
	top: 0px;
  line-height:45px;
	margin-left:865px;
  color:white;
  font-size:14px;
  font-family: 'Dosis', sans-serif;
  padding-left:40px;
  background: url(../images/icon_phone.png) no-repeat 0 4px;
}
#header #header_email {
	position: absolute;
	top: 0px;
  line-height:45px;
  font-size:14px;
	margin-left:1040px;
  color:#b8ea4e;
  font-family: 'Dosis', sans-serif;
  padding-left:40px;
  background: url(../images/icon_email.png) no-repeat 0 7px;
}
#header #basket a {
	position: absolute;
  margin-left:1130px;
  top:44px;
  width:120px;
	height:36px;
  padding-top:65px;
	line-height:30px;
	display: block;
	color:#181d22;
  font-size:18px;
   font-family: 'Dosis', sans-serif;
  text-align:center;
	font-weight:bold;
	background: url(../images/cart.png) no-repeat 0 0;
}
#login a {
  position:absolute;
  margin-left:1010px;
  top:44px;
  width:120px;
	height:36px;
  padding-top:65px;
	line-height:30px;
	display: block;
	text-align:center;
  color:#fff;
  font-size:18px;
  font-family: 'Dosis', sans-serif;
  background: #1c4972 url(../images/login.png) no-repeat 0 1px;
}
#login a:hover {
  color:#fff;
  text-decoration:none;
  background: #1c4972 url(../images/login.png) no-repeat 0 bottom;
}
#header #search {
	position: absolute;
	top: 72px;
	margin-left: 407px;
	background: url(../images/search.png) no-repeat 0 0;
	width: 505px;
	height: 42px;
  border:2px solid #cddde4;
}
.input_search[type="text"] {
  position:absolute;
	width: 440px;
	margin-left:0px;
  margin-top:-2px;
	height: 40px;
	line-height: 40px;
  padding:0;
	padding-left:10px;
	padding-top: 0px;
	border: none;
	background: transparent;
  font-family: 'Dosis', sans-serif;
	font-size: 17px;
	color:#738c97;
  font-weight: normal;
}
.input_search[type="text"]:focus {
	background: transparent;
	border: none;
	color:#738c97;
}
.submit_search[type="submit"] {
  position:absolute;
	margin-top: -2px;
  margin-left:210px;
	width: 40px;
	height: 40px;
	background: url(../images/search_submit.png) no-repeat center center;
	cursor: pointer;
	border: none;
}

/* ------------------ NAVIGACE nahoře --------------------*/
#navigace {
	position: absolute;
	top: 0;
	width: 855px;
  margin-left:10px;
	height:45px;
  font-family: 'Dosis', sans-serif;
}
.table_detail {
	float: right;
	width: 100%;
	margin-top: 10px;
}
.table_compare {
	float: left;
	width: 32%;
	border: 1px solid #ddd;
	margin: 6px 0 0 6px;
}
.table_detail tr td, .table_compare tr td {
	padding: 3px 6px;
	vertical-align: middle;
}
/* ------------------ Produkt box --------------------*/
.labelas {
	width: 82px;
	height: 150px;
	text-align: left;
	position: absolute;
	margin-top: 15px;
	margin-left: 15px;
	cursor:pointer;
}
#detail_photo .labelas {
	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: 82px;
	height: 40px;
}
.label_transport {
	background: url(../images/freepost.png) no-repeat;
	padding-left: 48px;
	height: 25px;
	line-height: 11px;
	text-align: left;
	margin: 4px 0px 8px 3px;
	z-index: 1;
	font-size: 10px;
	font-weight: normal;
	color: gray;
}
.label5_big {
	background: url(../images/freepost_big.png) no-repeat 5px 7px;
	padding: 5px 0 5px 75px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	margin: 4px 0px 8px 3px;
	z-index: 1;
	font-size: 12px;
	color: gray;
	clear: both;
}
.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: gray;
}
.img_thumb {
	height: 296px;
	display: block;
	text-align: center;
}
.img_thumb img {
  width:auto;
  max-width:100%;
  height:auto;
  max-height:100%;
}
#thephoto {
  width:630px;
  margin-bottom:20px;
  height:auto;
}
.facebutton {
border:none;overflow:hidden;width:100%;height:26px;float:left;
margin-right:18Px;
padding:0;
  background:none;
}
.td_middle {
	vertical-align: middle;
}
.td_top {
	vertical-align: top;
}
.detail_description {
	text-align: justify;
	margin: 8px 0;
}
.description {
	display: block;
	height: 67px;
  padding-top:5px;
	overflow: hidden;
	font-size: 11px;
	line-height: 22px;
	width:55%;
	float:left;
	color:#001f3b;
  margin-top:15px;
  padding-left:15px;
}
.price_small {
  color:#001f3b;
  font-size:24Px;
  margin-top:5px;
  display:block;
  font-weight:bold;
  font-family: 'Dosis', sans-serif;
}
.price {
  color:#001f3b;
  font-size:28Px;
  margin-top:17px;
  font-weight:bold;
  display:block;
  font-family: 'Dosis', sans-serif;
}
body.home .top_content p.product_title a {text-align:center}
.top_content p.product_title a {
	padding: 15px 0 0 0;
	height: 45px;
	font-size: 20px;
	line-height: 15px;
	text-align: left;
   font-family: 'Dosis', sans-serif;
	display:block;
	color:#225482;
}
.top_content p.store {
	padding: 0;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
   font-family: 'Dosis', sans-serif;
	display:block;
	color:#407a86;
}
.top_content {
	background: url(../images/detail.png) repeat-x left bottom;
	display: block;
	width: 394px;
	height: 462px;
	overflow: hidden;
	margin: 0 auto;
}
.top_left {
	display: block;
	width: 394px;
	float: left;
  margin: 17px 34px 17px 0px;
}
.top_left.i_2 {
  margin-right:0;
}
.top_left.noback {
  clear:both}
.background_td {
	background: #fff;
}
.background_td2 {
	background: #dfedf2;
}
.background_td a, .background_td2 a {
	color: #0b345a;
}
.background_td td, .background_td2 td {
	padding: 6px !important;
}

.param_name {
	color: #46311d;
	font-weight: bold;
}
.param_value {
	text-align: right;
	font-size: 100%;
}
tr td.detail_desc {
	padding: 15px 5px;
	clear: both;
	text-align: justify
}
/* ------------------ Ikony --------------------*/
.dokosiku {
	background: url(../images/dokosiku.png) no-repeat;
	height: 69px;
	line-height: 28px;
	width: 145px;
	overflow: hidden;
	border: none;
   font-family: 'Dosis', sans-serif;
	cursor: pointer;
	float: right;
	text-align:center;
	color:white;
  text-shadow:0 2Px 0 #8ab138;
	font-weight:400;
	padding: 0;
  padding-top:8px;
  text-transform:uppercase;
	font-size:180%;
	margin-top:14px;
}
.dokosiku span {
  font-weight:bold;
}
.dokosiku:hover {
	background: url(../images/dokosiku.png) no-repeat right bottom;
	color:white;
}
.navigace_back {
	padding: 0px;
	margin-bottom: 15px;
	color: #9f9996;
}
.navigace_back {
	width:100%;
	display:block;
	clear:both;
}
.navigace_desc {
	padding: 10px 0;
}
.navigace_desc img {
	margin: 5px;
}
.navigace_back2 {
	line-height: 22px;
  margin:5px 0;
	clear: both;
	text-align:left;
}
.navigace_back3 {
	margin: 0;
	line-height: 22px;
	padding: 0 0 10px 0;
	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: #fff;
	font-weight: normal;
	padding:5px 8px;
	margin-right:4px;
	margin-bottom:4px;
	background:#0b345a;
	font-size:120%;
  font-family: 'Dosis', sans-serif;
	display:block;
	float:left;
    -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.navigace_back2 a:hover {
	color: #fff;
	background:#225482;
}
.navigace_back2_left {
	float: left;
	display: block;
	padding-top: 5px;
}
.navigace_back2_right {
	float: right;
	display: block;
	padding-top: 5px;
}
.navigace_back a {
	color: #9f9996;
}
.navigace_back h1 {
	font-size: 38px;
  font-family: 'Dosis', sans-serif;
	padding-bottom: 0px;
	border: none;
	margin-bottom: 0px;
	margin-top: 0;
	color: #001f3b;
	font-weight: bold;
}
/* ------------------ Vlastnosti elementu --------------------*/
table {
	width: 100%;
}
th {
	padding: 3px;
}
td {
	padding: 3px 1px;
	vertical-align: middle;
}
table, tr, td, th {
	border-collapse: collapse;
}
th.td_xx, th.td_40 {
	font-size: 85%;
	color: #111;
}
td.td_img {
	width: 110px
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="number"], select, textarea {
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
  padding:6px;
}
body.cart input[type="text"], body.cart input[type="password"], body.cart input[type="tel"], body.cart input[type="email"], body.cart input[type="number"], body.cart select, body.cart textarea {
    background:#dfedf2;
}
input {
	border: none;
	background: white;
}
.input_noborder {
	background: transparent;
	color: #222;
	border: none;
	font-weight: bold;
}
.input_mini {
	width: 20px;
}
input.input_140 {
	width: 134px;
	margin-right: 5px;
}
select {
	border: none;
	padding: 6px 2px;
	background: white;
}
textarea {
	background: white;
	border: none;
}
a.button {
	border: none;
	background: url(../images/button_back.png) no-repeat top left;
	height: 30px;
	line-height: 30px;
	padding:0;
	width: 99px;
	cursor: pointer;
	display: block;
  text-shadow: 1px 1px 1px #a38051;
  color:#fff;
	font-weight: bold;
	margin: 0 auto;
	font-size:110%;
	text-align:center;
  margin-top:10px;
}
a.button:hover {
  text-shadow: 3px 3px 3px #7b5f39;
  color:white;
}
.submit_alert {
	border: none;
	font-size: 15px;
	background: url(../images/submit.png) repeat-x top left;
	height: 30px;
	line-height: 30px;
	padding:0;
	width: 100px;
	cursor: pointer;
	display: block;
  color:#181d22;
	font-weight: bold;
  font-family: 'Dosis', sans-serif;
	margin: 0 auto;
}
.submit_alert:hover {
	color: #181d22;
}
a.buy_detail, .buy_detail {
	border: none;
	background: url(../images/det_buy.png) no-repeat top left;
	height: 85px;
	text-align:left;
  padding:0;
	display:block;
  font-family: 'Dosis', sans-serif;
	width: 210px;
  font-weight: bold;
	cursor: pointer;
	display: block;
  float:right;
}
.submit, a.submit, .spec {
	border: none;
	font-size: 15px;
	background: url(../images/submit.png) repeat-x top left;
	height: 30px;
	line-height: 30px;
  font-weight: bold;
	width: 100px;
  font-family: 'Dosis', sans-serif;
	cursor: pointer;
  padding:0;
  color:#181d22;
}
#paging_header .submit {font-size:13px}
a.submit, a.submit:hover {
	display: block;
  color:#181d22;
	text-decoration: none;
	font-size: 15px;
  font-family: 'Dosis', sans-serif;
	line-height: 30px;
	padding: 0px;
  font-weight: bold;
	text-align: center;
	font-weight: normal;
}
span.submit, .spec {
  padding:4px 7px;
  font-weight:bold;
  margin-right:3px;
	background: url(../images/submit.png) repeat-x left 0;
}
.spec {
	height: 24px;
	line-height: 24px;
  padding:4px 4px;
}
.submit2 {
	font-size: 11px;
  background:#efefef;
  color:#b0aba8;
	height: 20px;
	width: auto;
	line-height: 18px;
	cursor: pointer;
	padding: 2px 4px 4px 4px;
	float: left;
	margin: 6px 2px 0 0;
	border: none;
}
.submit2:hover {
	background: #dd4258;
	color:white;
}
.submit:hover, .submit_alert:hover, .spec:hover {
	border: none;
	color:#181d22;
	background: url(../images/submit_over.png) repeat-x top left;
}
a.special_submit {
	border: none;
	font-size: 12px;
	width: 170px;
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
	background: url(../images/submit.png) repeat-x top left;
	cursor: pointer;
	padding: 12px 5px;
  color:#181d22;
	display: block;
}
a.special_submit:hover {
  background: url(../images/submit_over.png) repeat-x top left;
  color:#181d22;
	text-decoration: none;
}
.submit_light {
  background:#f3fcff;
  font-size:12px;
  padding:5Px;
  font-family: 'Dosis', sans-serif;
  cursor:pointer;
  border:none;
}
.submit_spec, .red_info, .green_info {
	border: none;
	background: #9dc940;
	color:white;
	height: 60px;
	padding:0 20px;
  font-family: 'Dosis', sans-serif;
	cursor: pointer;
	display: block;
	text-align: center;
	float: right;
  font-size:30px;
	font-weight:bold;
}
.red_info, .green_info {
  float:none;
  margin:0 auto;
	line-height: 30px;
	padding:7px 0;
	height:auto;
}
.submit_spec a {
	font-weight: normal;
	color: black;
}
.submit_spec:hover, submit_spec a:hover, .red_info a:hover, .green_info a:hover, a.red_info:hover, a.green_info:hover {
	background: #acdc46;
	color:white;
}

.submit_spec2 {
	border: none;
	background: transparent;
	height: 44px;
	padding:0;
	font-size:110%;
	line-height: 44px;
	cursor: pointer;
	display: block;
	text-align: left;
	float: left;
	text-decoration:underline;
}
.submit_spec2 {
	font-weight: normal;
}
img {
	border: none;
}
.fullwidth {
	width: 96%;
}
a {
	text-decoration: underline;
	color: #7caf2c;
	font-weight: normal;
}
a:hover {
	color: #001f3b;
	text-decoration: none;
}
h1, h2, h3, h4, .h1_background {
	line-height: 1.4;
	color: #001f3b;
}
h1 {
	font-size:34px;
	margin-top: 0;
	margin-bottom: 0.55em;
	font-weight: bold;
}
.h1_background {
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 0;
	margin: 15px 0 5px 0;
	line-height:30px;
	padding:5px 0;
	font-weight: bold;
	color:#276eaf;
  font-family: 'Dosis', sans-serif;
}
body.home .h1_background {
  text-align:center}
h2 {
	font-size: 28px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 23px;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
h4, h5 {
	font-size: 19px;
	margin-top: 0.45em;
	margin-bottom: 0.6em;
}
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 {
	width: 100%;
  padding:0;
	min-height: 670px;
  padding-top:92px;
  border-top:150px solid #dfedf2;
	background: #181d22 url(../images/f.png) repeat-x 0 0;
}
body.detail #footerbody, body.home #footerbody, #footerbody.whitelist, body.cart #footerbody {
  border-top:150px solid #fff;
}
#fbody {
  width: 100%; 
  min-height: 670px;   
}
#footer {
  width: 1250px;
  margin: 0 auto;   
  color:#658396;
  min-height: 670px;  
  background: url(../images/footer.jpg) no-repeat right 368px;
}
#footer strong {
    color:#1c4f7f;
}
#f {
	width: 1250px;
}
.logos {
 	position: absolute;
    margin-top:125px;
    margin-left:900px;
}
.logos img {
  float:right;
}
.icons {
 	position: absolute;
    margin-top:140px;
    margin-left:980px;
}
.icons img {
  margin-right:5px;
}
.open {
 	position: absolute;
    margin-top:140px;
    margin-left:700px;
    background:#28221f;
    padding:0;
background: url(../images/open.png) no-repeat 0 0;  
  color:#e2f0f5;
    text-align:center;
    line-height:20px;
  width:250Px;
  height:90px;
}
.open strong {
  text-transform: uppercase;
  font-size:20px;
    display:block;
    text-align:center;
    margin-bottom:15px;
  color:White !important;
  margin-top:15px;
    font-weight:700;
    font-family: 'Dosis', sans-serif;
}
#footer p.tel, #footer p.mail {
	position: absolute;
	margin-top: 295px;
	line-height: 44px;
	width: 245px;
	font-size: 19px;
	margin-left: 310px;
	color: #225482;
	font-family: 'Dosis', sans-serif;
	float: left;
	font-weight: bold;
	padding-left: 47px;
    background: url(../images/footer_icons.png) no-repeat 0 0;  
}
#footer p.mail {
	color: #9dc940;
	font-weight: 400;
	margin-top: 335px;
  font-size:16px;
    background: url(../images/footer_icons.png) no-repeat 0 -48px;  
}
#footer p.perex {
	font-size: 32px;
	line-height: 30px;
	color: #8ea3b1;
    height:50px;
    text-align:left;
	text-transform: uppercase;
	font-weight: 300;
    display:inline-block;
	font-family: 'Dosis', sans-serif;
	margin-bottom: 30px;
    padding:50px 15px 3px 0;
    background: url(../images/footer_perex.png) no-repeat 0 bottom;
}
.f_box1 a, .f_box2 a, .f_box3 a {
	text-decoration: none;
	color: #c9d3e7;
}
.f_box1 a {
	display: block;
	float: left;
	clear: left;
	color: #658396;
	font-weight: normal;
    padding-left:20px;
	line-height: 24px;
    background:url(../images/pointer.png) no-repeat 0 center;
}
.f_box1, .f_box2, .f_box3 {
	float: left;
	height: 510px;
	overflow: hidden;
	text-align: left;
  line-height: 24px;
	margin-top: 0px;
}
.f_box1 {
	width: 310px;
}
.f_box3 {
	width: 940px;
}
#footer a {
	color: #658396;
}
#footer a:hover {
	color: #658396;
}
a.shopion, a.vortex {
	float: right;
    margin-top:0px;
    display:inline-block;
	margin-right: 0px
}
#footer .links {
	margin: 0 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
#footer .links a {
	color: #fff;
}
#footer .f2 p {
    text-align:right;
    float:right;
    display:inline-block;
}
#footer .f2 p.links {
    text-align:left;
    display:inline-block;
    float:none;
}
#footer .f2 table {
    width:auto;
    margin:0;
    line-height:20px;
    display:inline-block;
}
#footer .f2 table tr td{
  padding:0;
}
#footer .f2 img {
  margin-right:10px;
}
.nwsl_body {
	width: 1100px;
  padding-left:150px;
	height: 69px;
  color:#fff;
  font-weight:bold;
  font-size:34px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  line-height:69px;
  background: white url(../images/nwsl_body.png) no-repeat 0 0;  
}
.nwsl_body span.tit {
  display:block;
  width: 380px;
  line-height:69px;
  float:left;
  height:69px;
    text-shadow:0 2px 0 #8ab138;
}
.nwsl_body span.tit2 {
  font-size:17Px;
  display:block;
  width: 270px;
  float:left;
    font-weight:300;
    font-style:italic;
  color:#2c4f65;
    text-transform: none;
  line-height:69px;
  height:69px;
}
.nwsl_body .nwsl_div {
  font-size:14Px;
  display:block;
  width: 424px;
  float:right;
  font-weight:300;
  font-style:italic;
  color:#2c4f65;
  margin-right:10px;
  margin-top:15px;
  text-transform: none;
  line-height:69px;
  height:69px;
  background: url(../images/newsletter.png) no-repeat 0 0;  
}
.nwsl_div .input_newsletter[type="email"] {
	float: left;
	width: 260px;
	padding: 5px 10px;
	padding-left: 10px;
	border: none;
	background: none !important;
    font-weight: 300;
	font-size: 16px;
  margin-top:2px;
    color: #2c4f65;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none; 
  font-family: 'Dosis', sans-serif;

}
.nwsl_div .input_newsletter[type="email"]:focus {
	border: none;
	color: #2c4f65;
	font-weight: normal;
}
.nwsl_div .submit_newsletter[type="submit"] {
	float: right;
	width: 130px;
	margin-left: 0px;
  margin-right:10px;
    padding:0;
	height: 34px;
    line-height:34Px;
	background: none;
	font-weight: 400;
	cursor: pointer;
  font-family: 'Dosis', sans-serif;
    font-size:18px;
	border: none;
	color: #fff;
}
.products_body {
  background:white;
  padding:10px 0;
  margin:20px 0 0 0;
}
.products {
  width:1250px;
  margin:0 auto;
}
/* ------------------ Výpis produktů - záhlaví a zápatí --------------------*/
.list_of_products {
	height: 30px;
	line-height: 30px;
	background: #fff;
	color:white;
  margin-top:6px;
	border-bottom: 2px solid #dfedf2;
	width: 100%;
	font-weight: bold;
}
table.list_of_products_table tr td {
	padding: 2px 3px;
	background: #fff;
	border-bottom: 1px solid #dfedf2;
}
#paging_header {
	background: #fff;
	height: 61px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	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, #paging_footer a {
	color: black
}
#paging_header select {
	padding: 2px 0 2px 4px;
  background:#dfedf2;
}
#paging_footer {
	margin: 20px 0 0 0;
  font-family: 'Dosis', sans-serif;
}
#paging_footer a {
  background: #9dc940;
  color:#181d22;
  color:black;
  line-height:40px;
  width:40px;
  height:40px;
  display: inline-block;
  text-align:center;
  font-weight:normal;
  font-size:140%;
  margin-right:5px;
}
#paging_footer a:hover, #paging_footer a.act {
  background:#225482;
  color:white;
  font-weight:bold;
}
#paging_footer a.prev {
  display:none;
}
#paging_footer a.next {
 display:none;
}
/* ------------------ Ostatní vlastnosti --------------------*/
.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: 10px;
}
.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: 10px;
}
.smaller_center {
	font-size: 10px;
	text-align: center;
}
.smaller_color {
	font-size: 10px;
	color: #225482;
}
.smaller_gray {
	font-size: 10px;
	color: gray;
}
.marg {
  display:block;
  margin-bottom:6px;
  font-size:120%;
  font-weight:bold;
  font-family: 'Dosis', sans-serif;
	color: #225482;
	padding-top:0px;
}
td.margi {
  font-size:120%;
  font-weight:bold;
  font-family: 'Dosis', sans-serif;
	color: #225482;
}
.marg.nobord {
  border:none;
	padding-top:0;
}
.color {
	color: #225482;
}
.color2 {
	color: #225482;
}
.form_firstrow {width:75px}
.color_bold {
	color: #225482;
	font-weight: bold;
}
.title {
	line-height: 35px;
	height: 38px;
	color: #ffece1;
	font-size: 18px;
	display:block; 
  font-weight: normal;
	background:#7a6961;
	text-align:center;
  border-top:5px solid #6d5d54;
  font-family: 'Dosis', sans-serif;
  text-shadow:3px 3px 0 #61534c;
  text-transform:uppercase;
}
.smaller_login {
	font-size: 75%;
}
.red {
	color: red;
}
.green {
	color: #39430e;
}
.odsazeni_top {
	padding-top: 10px;
}
#dotaz, #diskuze {
	margin-top: 15px;
}
#kontaktform {
	margin-top: 20px;
}
.banners {
	text-align: center;
	margin: 0 auto;
	padding: 7px 0;
}
.go_to_order {
	text-align: right;
	padding-top: 10px;
}
p.highlight {
	font-size: 170%;
	padding: 15px 0 10px 0;
	color: #181d22;
  font-family: 'Dosis', sans-serif;
	font-weight: bold;
}
p.highlight2, p.highlight3 {
	font-size: 110%;
	padding: 10px 0 3px 0;
	font-weight: bold;
	cursor: pointer;
	color: #225482;
}
.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: #1c4972;
	padding: 8px;
	color: white;
}
/* ------------------ Box - detail produktu --------------------*/
#detailmenu,
#slide_home {
	padding: 0;
  height:52px;
  background: url(../images/zal.png) repeat-x 0 bottom;
}
#detailmenu {
  background: url(../images/zal_detail.png) repeat-x 0 bottom;
}
#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(../images/arr_r.png) no-repeat right 0;
	width: 53px;
	height: 109px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	margin-top: 180Px;
  margin-left:-53px;
  position:absolute;
}
#slide_home li#leftarrow a {
	background: url(../images/arr_l.png) no-repeat 0 0;
  margin-left:-1250px;
}
#slide_home li#rightarrow,
#slide_home li#leftarrow,#slide_home li#rightarrow a,
#slide_home li#leftarrow a {
  border:none !important;
}
#detailmenu li a,
#slide_home li a {
	font-size: 180%;
	background: #f0fcff;
  border:1px solid #c0d9de;
  border-bottom:none;
	font-family: 'Dosis', sans-serif;
	padding: 0 25px;
	line-height: 50px;
  height:52px;
	float: left;
	margin-right: 10px;
	border-bottom: none;
	text-decoration: none;
	color: #2c4f65;
  text-transform:uppercase;
	font-weight: 700;
	-ms-transition: border 0.5s,color 0.5s,background-color 0.5s;
	transition: border 0.5s,color 0.5s,background-color 0.5s;
	-o-transition: border 0.5s,color 0.5s,background-color 0.5s;
	-moz-transition: border 0.5s,color 0.5s,background-color 0.5s;
	-webkit-transition: border 0.5s,color 0.5s,background-color 0.5s;
}
#detailmenu li.liactive,
#detailmenu li.liactive a,
#slide_home li.liactive,
#slide_home li.liactive a {
  background: #fff;
  color:#2c4f65;
  height:52px;
}
#detailmenu li.lideactive,
#detailmenu li.lideactive a,
#slide_home li.lideactive,
#slide_home li.lideactive a {
	background: #f0fcff;
  color: #2c4f65;
  height:50px;
}
#detailmenu li.liactive a,
#detailmenu li a:hover,
#slide_home li.liactive a,
#slide_home li a:hover {
  background: #fff;
  color:#2c4f65;
  height:52px;
}
#detailmenu li.liactive,
#detailmenu li.lideactive,
#slide_home li.liactive,
#slide_home li.lideactive {
  border:0 none;
}
.detailcontent,
#slidecontent {
	float: left;
	clear: both;
	border: none;
	border-top: none;
	border-left: none;
	background: #fff;
	padding: 10px 0;
	width: 100%;
}
#slidecontent {
	padding: 10px 0 0 0;
	margin-bottom: 5px;
}
.detailcontent {border:1px solid #c9dee5;border-top:0 none;
  width:auto;
  float:none;
  display:block;
  padding:20px;

}
.detailcontent input[type="text"] , .detailcontent textarea {background:#dfedf2;

}
.content ul#detailmenu, .content_expand ul#detailmenu, .content ul#slide_home, .content_expand ul#slide_home {
	margin-left: 0px;
}
form#basket {margin-top:15px}
/* ------------------ Nákupní košík --------------------*/
.cart_box {
	margin: 0 0 20px 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	display: block;
  clear:both;
}
.cart_box_item_selected {
	background: #9dc940;
	font-weight: bold;
	float: left;
	width: 24.9%;
	line-height: 38px;
	font-size:110%;
	color:white;
}
.cart_box_item {
	background: #dfedf2;
	float: left;
	width: 25%;
}
.cart_box_item a, .cart_box_item_selected a {
  color:#000;
  text-decoration:none;
  font-weight:bold;
}
.cart_big {color:white;font-size:18px;font-weight:bold;padding-right:10px;}
.cart_small {padding-right:5px;font-weight:bold}
div.cart_sum {width:37%;float:right;background:#dfedf2;padding:1%;font-size:11px;line-height:16px;
  }

.table_border_bottom {
	background: url(../images/border.gif) repeat-x bottom left;
}
/* ------------------ 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: left;
	height: 30px;
	display: block;
	margin-top:4px;
}
.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: #9dc940;
	font-size: 12px;
	font-weight:bold;
}
.width_285 {
	width: 60%;
}
.table_smaller_name {
	font-size: 90%;
	width: 200Px;
	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: 200Px;
}
.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;
}
.news_bold {
	color: #225482;
	font-weight: bold;
	padding: 6px 0px 0 0px
}
.news_text {
	font-size: 85%;
	text-align: justify;
	padding: 0
}
.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: -1250px;
}
.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: 300px;
	width: 746px;
	margin: 0 auto 20px 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%
}
.activetitem {color:white;font-weight:normal;text-shadow:none}
.select_detail {width:100%;border:3px solid #dfd9d6;}
#screenshot{
	position:absolute;
	display:none;
	z-index:5;
}
.row {width:60px}
.price_desc {display:block;font-size:90%;text-align:center;color:white;line-height:85px;}
#detail_price {height:85px;width:45%;float:left}
#detail_price span.price {font-size:250%;	color: #fff;display:block;padding-top:15px}
#detail_price span.price.notop {padding-top:5px}
#detail_count {height:85px;line-height:85px;color:white;float:left;display:inline-block}
#detail_count input{width:50px;text-align:center;font-size:120%}
#detail_submit {height:85px;line-height:85px;}
.nostock {display:block;padding-top:8px}
#detail_store {clear:both}
.activetitem {color:white;font-weight:bold;text-shadow:none}
.select_detail {width:100%}
span a.barva{width:39px;height:29px;margin:0 3px 5px 0;float:left;display:block;cursor:pointer;border:1px solid #f5f1ef;}
span a.barvapopup, span a.barvapopup_active{border:1px solid #f5f1ef;width:39px;height:29px;margin: 0 6px 6px 0;float:left;display:block;cursor:pointer;}
span a.barvapopup_active{border:1px solid #664d40;}
input.barva2[type=text], .input.barva2{  font-family: 'Dosis', sans-serif;
color:black;text-align:center;font-size:1px;font-weight:normal;
width:18px;height:18px;margin:0px;margin-right:10px;line-height:18px;margin-top:5px;margin-left:5px;float:left;display:block;cursor: pointer;padding:0;}

.det_select {width:223px;border:1px solid #b8cbd1;cursor:pointer;padding:3px 10px;font-weight:normal}
.color_div, .size_div {padding-top:30px !important;}
.color_div p.t, .size_div p.t {
  position:absolute;
  padding-right:40px;
  margin-left:125px;
  margin-top:-20px;
  line-height:20px;
}
.color_div span.t, .size_div span.t {
  position:absolute;
  margin-left:350px;
  margin-top:-10px;
  width:31px;
  display:block;
  height:31px;
  background:url(../images/choose_parameter.png) no-repeat 0 0;
}
.det_inner .box.color_div label {
  cursor:pointer;
  line-height:18px;
  width:200px;
  padding:5px 10px;
  display:block;
  background: white url(../images/label.png) no-repeat 200px center;
  border:1px solid #b8cbd1;
  font-family: 'Dosis', sans-serif !important;
  font-size:14px;
}

span a.bigger{border:1px solid white;width:39px;height:29px;margin:10px 19px 5px 30px;}
.box_varianty{display:none;width:50%;  padding:0;clear:left;padding-top:30px;padding-bottom:15px}
#detail_photo {display:block;}
span.sizespan {line-height:26px;color:#225482;}
.flr {float:right}
span.pointer.col {  padding-top:14px;margin-left:20px;display:block;float:left;}
.others {clear:both;margin-top:15px}

.cookies_alert{position:fixed;  left:0;  bottom:0;  width:auto;  color:#ccc;  background-color:#133555;  z-index:1000;  line-height:30px;  padding:0 10px;  text-align:center;  z-index:99999999999999;  font-size:12Px;}
.cookies_alert p{display:inline-block;}
.cookies_alert p a{color:white;  text-decoration:none;}
.cookies_alert span.stop a{margin-top:5px;background:white;  color:black;  display:inline-block;  line-height:20px;  padding:0 10px;  text-decoration:none;}


.menu {
	position: absolute;
	margin-top: 145px;
	height:60px;
	line-height:60px;
	width: 1235px;
  padding-left:15px;
}
#header .menu div.menuitem {
  height:60px;
  width:auto;
  text-align:left;
  display:block;
  float:left;
}
#header .menu div.menuitem a {
  height:60px;
  line-height:60px;
  display:block;
  color:white;
  padding:0 15px;
  text-decoration:none;
  font-family: 'Dosis', sans-serif;
	font-weight: 400;
	text-align:left;
	font-size:18px;
}
#header .menu div.menuitem a:hover, #header .menu div.menuitem.selected a {
	color: #fff;
	text-decoration: none;
	z-index:5;
}
#header .menu div.menuitem span.b {
	position:absolute;
  width:100px;
  height:23px;
  margin-top:48px;
  z-index:999;
  display:none;
  background:url(../images/spanb.png) no-repeat center 0;
}
#header .menu div.menuitem.last a {
  padding-right:0;
}
#header .menu div.submenu {
    display: none;
    position: absolute;
    margin-top: 0px;
    left:0px;
    padding:0px;
    z-index:99;
    width:1244px;
    border:3px solid #0b345a;
    height:auto;
	  line-height:15px;
  border-top:none;
}
#header .menu div.submenu .in {
    float:left;
    padding:0;
    right: 0;
    width:100%;
  	background: white;
}

#header .menu div.menuitem .submenu div.cat p.cat a.maincat {
  color:#fff;
}
#header .menu div.menuitem .submenu div.cat{
  width:218px;
  height:30px;
  overflow:hidden;
  padding:15px;  
  border-right:1px solid #c9dee5;
  border-bottom:1px solid #c9dee5;   
  float:left;   
} 
#header .menu div.menuitem .submenu div.cat.last{
  border-right:none;    
} 
#header .menu div.menuitem div.subin{
  margin-top:5px;
    color:#225482;
}  


#header .menu div.menuitem .submenu div.cat p.cat a span {
  clear:both;
  display:block;
  width:90%;
  line-height:30px;
  height:35px;
  overflow:hidden;
  text-align:left;
  color:#225482; 
  font-family: 'Arial', sans-serif;
	font-weight: bold;
  text-shadow:none;
  padding:0 4%;
  margin:O 1%;
  font-size:14px;
	-ms-transition: color 0.3s, background-color 0.3s, border 0.3s;
	transition: color 0.3s, background-color 0.3s, border 0.3s;
	-o-transition: color 0.3s, background-color 0.3s, border 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s, border 0.3s;
	-webkit-transition: color 0.3s, background-color 0.3s, border 0.3s;
}
#header .menu div.menuitem .submenu div.cat p.cat a:hover span {
  text-shadow:none;
  color:#225482;
  background:url(../images/submenu_over.png) repeat-x left bottom;
}
#header .menu div.menuitem .submenu p.cat a, #header .menu div.menuitem .submenu p a.subcat {
  line-height:20px;
  padding:0;
  width:auto;
  height:auto;
    float:none;
  text-shadow:none;
  font-weight:300;
  text-decoration:none;
  color:#42352d;
  font-size:12px;
  display:inline;
  background:none;
  text-align:left;
  text-transform:none;
	letter-spacing:0px;
}

#header .menu div.menuitem .submenu p a.subcat {
  line-height:14px;
  font-weight:400;
  text-decoration:none;
  color:#42352d !important;
  font-size:12px;
    font-family: 'Arial', sans-serif;
  padding:0 !important;
  display:inline;
  background:none;
  width:auto !important;
}

#header .menu div.menuitem .submenu p.cat a:hover, #header .menu div.menuitem .submenu p.subcat a:hover {
  text-decoration:none;
  color:#de8e40;
}
#header .menu div.menuitem .submenu p.cat a:hover {
  text-decoration:none;
}
.bannys {
  margin:0px;
  float:left;
  clear:both;
  height:279px;  
    width:100%;
  padding:0;
}
.bannys div {
  float:left;
  width:208px;
  text-align:center;
  height:279px;
  position:static;
}
.bannys div {
  margin:0 !important;
  padding: 0;
}
.bannys div div {
  padding-top:180px;
  height:auto;
  color:#2c4f65;
  text-transform:none;
  font-size:18px;
  width:100%;
  line-height:24px;
  font-style:italic;
  font-weight:700;
  font-family: 'Dosis', sans-serif;
}
p.btn_load a {
  text-align:center;
  height:60px;
  line-height:55px;
  display:block;
  text-transform:uppercase;
  width:100%;
	font-family: 'Dosis', sans-serif !important;
  color:#485e6e;
  font-size:20px;
  text-decoration:none;
  font-weight:300;
  background: url(../images/btn_load_more.png) no-repeat center center;
  margin-top:15px;
  margin-bottom:20px;
  clear:both;
}
.nav {
	position:absolute;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	overflow: hidden;
	font-weight: normal;
	color: #fff;
  width:1250px;
  background:#0b345a;
  margin-top:205px;
	font-family: 'Source Sans Pro', sans-serif;
}
.nav li {
	float: left;
	display: inline-block;
	height: 40px;
}
.nav li a {
	float: left;
	text-align: center;
	padding-right: 30px;
	margin-right: 10px;
	color: #fff;
  height: 40px;
  min-width:50Px;
	font-weight: 300 !important;
	text-decoration: underline;
	background: url(../images/drob_arrow.png) no-repeat right center;
}
.nav li a:hover {
	color: #fff;
	text-decoration: none;
}
.nav li a.home {
	width: auto;
	padding: 0;
	display: block;
	height: 40px;
  margin-right:0;
	padding-right: 0;
	padding-left: 50px;
	text-align: left;
	background: url(../images/drob_home.png) no-repeat 0 center;
}
.nav li a.home span {
  height: 40px;
  display:block;
  padding-right:40px;
  margin-right:10px;
	background: url(../images/drob_arrow.png) no-repeat right center;
}
.det_inner {
  width:590px;
  float:right;
}
.det_inner .box {
  padding:20px;
  line-height:24px;
  background: white;
}
.det_inner .box.b {
  background: white url(../images/det_inner.png) repeat-x 0 0;
}
.det_inner .box.b.boxf {
  background: #20262d;
  height:85px;
  overflow:hidden;
  padding:0 0 0 20px;
}

.detail_photo {width:630px;float:left}
.det_inner .box .half {
  width:50%;height:24px;
  line-height:24px;
  float:left;
}
.firstrow {width:120px}
a.vizual {
  background:#1c4972;
  padding:0px 10px;
  color:white;
  float:right;
  font-size:110%;
  font-family: 'Dosis', sans-serif;
  text-decoration:none;
}
p.freepost {
  width:100%;
  padding:5px 0;
  color:white;
  line-height:40px;
  background:#225482;
  margin:30px 0;
  font-weight:bold;
  font-size:14px;
  font-family: 'Dosis', sans-serif;
}
.otherthumbs img {width:150px}

.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
	font-family: 'Dosis', sans-serif !important;
}
.selectboxit-container * {
  font-size:14px;
  font-weight:normal !important;
  /* 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: 220px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration:none !important;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 28px; /* Height of the drop down */
  line-height: 28px; /* Vertically positions the drop down text */
  display: block;
}
.selectboxit-container span {
  height: 28px;
  line-height: 28px;
}
.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.6;
    color:gray;
  filter: alpha(opacity=6);
  -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:10px;
  font-weight:bold;
  font-size:14px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 222px;  /* Minimum Width of the dropdown list box options */
  *width: 206px;
  margin: 0;
  padding: 8px;
  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:white url(../images/label.png) no-repeat 200px center;
  width:220px;
  height:28Px;
  color:#2c4f65;
  
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color:#2c4f65;
  background:white url(../images/label.png) no-repeat 200px center;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color:#2c4f65;
  text-decoration: none !important;
  background:white url(../images/label.png) no-repeat 200px center;
}

.selectboxit-list {
  background-color: #0b345a;
  text-decoration: none !important;
}
.selectboxit-list a {
  text-decoration: none !important;
}
.selectboxit-list .selectboxit-option-anchor {
  color: #fff;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #fff;
  background-color: #225482;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #fff;
}
.p_freepost {text-align:center;padding:10px;font-weight:bold;font-family: 'Dosis', sans-serif;font-size:150%;margin:20px 0}
.articl.hp {width:31%;margin-right:2%;float:left;margin-bottom:50px;}
.eet {
  background:#eee;
  color:gray;
  padding:10px;
}
.eet p {
  width:100%;
  font-size:10px;
  text-align:center;
  margin:0 auto;
}


div.paymentitem {
	padding: 6px 0 0 15px;
	background: #fafafa;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ededed;
	font-weight: bold;
	font-size: 110%;
}
div.paymentitem:last-child {
	border-bottom: 0 none;
}
div.paymentitem .pointer {
	background: none;
	padding-left: 10px;
}
div#transportbox, div#transferbox {
	border: 3px solid #dfedf2;
  margin-bottom: 20px;
  background: #fafafa;
}
p.tit {
	font-size: 22px;
	height: 30px;
	line-height: 14px;
	background: none;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 15px 0 0 15px;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	background: #dfedf2;
}
.gray.normal {
	color: gray !important;
	font-size: 80%;
	line-height: 15px;
  padding-top:3Px;
}
.gift_bonus {
	background: #fafafa;
	padding: 8px;
	border: 1px solid #eee;
	margin-top: 3px
}
div.paymentitem .width_auto .price-type {
	font-size: 90%;
	float:right;
  margin:0;
  color: #000;
  font-weight:bold;
  padding-right:15Px;
}
div.paymentitem .width_auto {
  width:auto;
  display:block;
}
div label.disabled, div label.disabled.width_auto .price-type, div label.disabled .gray.normal  {
  color:silver !important;
  cursor:text !important;
}
.transparent_background {
  filter: alpha(opacity=30);
  -moz-opacity:0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
#transferbox,
#transportbox {
	width: 49%;
	float: left
}
#transportbox {
	float: right
}

#qtyprices {position:absolute;margin-top:50px;color:black;line-height:17px}
label.width_auto.podminky, label.width_auto.podminky a {
  font-weight:bold !important;
}
.tooltip-frame {
  position: absolute;
  z-index: 100;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  box-sizing: border-box;
  background: #FFF;
  color:black !important;
  font-size:90%;
  max-width: 300px !important;
}
.tooltip-frame .tip {
  border-style: solid;
  position: absolute;
}
.tooltip-frame .tip {
  margin-left: -8px;
  border-width: 9px;
}
.tooltip-frame.tooltip-bottom {
  margin-top: 8px;
}
.tooltip-frame.tooltip-bottom .tip {
  border-color: transparent transparent #FFF transparent;
  border-width: 0 9px 9px 9px;
  top: -8px;
}
.tooltip-frame.tooltip-top {
  margin-top: -8px;
}
.tooltip-frame.tooltip-top .tip {
  border-color: #FFF transparent transparent transparent;
  border-width: 9px 9px 0 9px;
  bottom: -8px;
}
.cookies_alert .btn_close:after {
  content:  "\00d7 ";
  font-size:16px;
  line-height:21px;
  font-weight:400;
  color:#fff !important;
  background:gray;
  width:20px;
  height:20px;
  position:relative;
  top:6px;
  overflow:hidden;
  display:inline-block;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-left:5Px;
}
.cookies_alert span.stop a{
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height:21px !important;
  line-height:21px !important;
  padding:0 10px !important;
}
.cookies_alert{width:100% !important;padding:10px 0 !important}
.cookies_alert p{padding:0px 15px !important;display:inline-block !important;}



#xx-cookies-plugin .cp-button-ok{	background: #9dc940 !important;border-color: #9dc940 !important;color: #fff !important;}
#xx-cookies-plugin .cp-button-ok:hover{	color: #fff !important;background:#90bd33 !important;border-color:#90bd33 !important;}
@media screen and (max-width:600px){.textrating {display:none !important}}