body {
	background: #696969 url("/images/bg2.jpg") no-repeat center fixed;
	padding: 0px;
	margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
}

.clear {	clear: both;
}

img {	max-width: 100% !important;
	height: auto !important;
}

a img {
    border: none;
}

a {
	color: #cc0304;
    text-decoration: underline;
}

a:hover {
	color: #000;
    text-decoration: underline;
}

hr {
    color: #e4e7dc;
    height: 1px;
    border-width: 0px 0px 0px 0px;
    background-color : #e4e7dc;
	clear: both;
}

h2 {
	color: #000;
    font-size: 18px;
}

h3 {
	color: #000;
    font-size: 16px;
}

h4 {
	color: #000;
    font-size: 14px;
}

h5 {	color: #000;
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin-top: 8px;
    margin-bottom: 0px;
}

h1 {
	color: #000;
    font-size: 22px;
    padding-bottom: 6px;
    margin-top: 1px;
}

p {
    margin-top: 8px;
    margin-bottom: 8px;
}

td {
    font-size: 12px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}


input[type='text'], input[type='password'], textarea, select {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #bbb;
	color: #4d4d4d;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	background: #fff url("/images/input-bg.png") repeat-x left top;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {	outline: 0px;
	border: 1px solid #45adf3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


input[type='button'], input[type='submit'], .button, .button_next, .button_ok {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 100%;
	font-weight: normal;
	padding: 4px 10px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 2px 0px;
}

input[type='button'], input[type='submit'], a.button {
	text-shadow: 1px 1px 0px #fff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #ececec) );
	background: -moz-linear-gradient( center top, #fefefe 5%, #ececec 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ececec');
	background-color: #fefefe;
	color: #000;
	border: 1px solid #999;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
	text-decoration: none;
}


select {
	-webkit-appearance: button;
	-moz-appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	background: #fff url("/images/select-bg.png") no-repeat top right;
	min-width: 150px;
	_width: 150px;
	padding: 4px 35px 5px 5px;
}

input[type='button']:hover, input[type='submit']:hover, a.button:hover {
	text-decoration: none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0f0f0), color-stop(1, #fefefe) );
	background:-moz-linear-gradient( center top, #f0f0f0 5%, #fefefe 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fefefe');
	background-color: #fefefe;
	color: #000;
	-moz-box-shadow: 0px 0px 3px #45adf3 inset;
	-webkit-box-shadow: 0px 0px 3px #45adf3 inset;
	box-shadow: 0px 0px 3px #45adf3 inset;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}


input[type='button'].button_next, input[type='submit'].button_next, a.button_next {
	font-size: 14px;
	padding: 6px 10px;

	background: #727272;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #929292),
		color-stop(1, #474747)
	);
	background-image: -o-linear-gradient(bottom, #929292 0%, #474747 100%);
	background-image: -moz-linear-gradient(bottom, #929292 0%, #474747 100%);
	background-image: -webkit-linear-gradient(bottom, #929292 0%, #474747 100%);
	background-image: -ms-linear-gradient(bottom, #929292 0%, #474747 100%);
	background-image: linear-gradient(to bottom, #929292 0%, #474747 100%);

	filter: none;
	border: 1px solid #727272;
	color: #fff;
	-moz-box-shadow: inset 0px 1px 0px 0px #a2a2a2;
	-webkit-box-shadow: inset 0px 1px 0px 0px #a2a2a2;
	box-shadow: inset 0px 1px 0px 0px #a2a2a2;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

input[type='button'].button_ok, input[type='submit'].button_ok, a.button_ok {
	font-size: 14px;
	padding: 6px 10px;
	text-decoration: none;
	background: #ff8c00;
	filter: none;
	border: 1px solid #ff7c00;
	color: #fff;
	-moz-box-shadow: inset 0px 1px 0px 0px #ff8c00;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ff8c00;
	box-shadow: inset 0px 1px 0px 0px #ff8c00;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

input[type='submit'].button_ok.addcart, a.button_ok.addcart {
	background: #ff8c00 url("/images/btn_addcart.gif") no-repeat 10px center;
	padding-left: 35px;
	font-weight: bold;
	text-transform: uppercase;
}

.button_next:hover {
	text-decoration: none;
	color: #fff;
}

.button_ok:hover {
	text-decoration: none;
	color: #fff;
}


.cell {
	display: table-cell;
	vertical-align: middle;
}

.informace {
	border: 1px #f1f1f1 solid;
	padding: 10px;
	margin-bottom: 10px;

	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.informace_fill {
	background-color: #f9f9f9;
	border: 1px #f1f1f1 solid;
	padding: 10px;
	margin-bottom: 10px;

	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.small {
    font-size: 10px;
}

.midle {
    font-size: 11px;
}

.info_box {
	padding-bottom: 15px;
	border-bottom: 1px #e4e7dc solid;
	margin-bottom: 15px;
}

.center_box {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}

.center_box.white {	background: #fff;
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

#head {
	padding: 0px 20px 10px 20px;
    position: relative;
}

.home_box {
	float: left;
	margin-top: 15px;
	width: 260px;
}

#home_url {
	display: block;
	width: 255px;
    height: 70px;
	background: url("/images/logo.png") no-repeat center;
}

.hledat_box {
	float: left;
	margin-top: 28px;
}

.slogan {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #4062ac;
	text-transform: uppercase;
	text-align: center;
	margin-left: 60px;
}

.slogan strong {
	font-size: 15px;
	color: #000;
	text-transform: none;
}

.telefon {
	margin-top: 6px;
	float: left;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #737373;
	font-size: 12px;
}
.telefon a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-left: 4px;
	color: #333;
    text-decoration: none;
}
.telefon a:hover {
	color: #000;
    text-decoration: none;
}

.kos_box {	float: right;
	text-align: right;
	margin-top: 6px;
}

.kos_btn {	padding: 0px 10px 0px 15px;
	background-color: #f88c00;
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	margin-top: 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

a#kos {
	display: block;
	background: url("/images/kos_bg.gif") no-repeat 14px center;
	width: 220px;
	height: 42px;
	color: #fff;
    text-decoration: none;
	text-transform: uppercase;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
   	font-weight: bold;
	position: relative;
}

a#kos span.klabel {
	position: absolute;
	top: 15px;
	display: block;
	width: 20px;
	height: 18px;
	padding-top: 3px;
	text-align: center;
   	font-size: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background-color: #3a64b0;
}

a#kos span.kcena {
	margin-top: 5px;
	display: inline-block;
	font-weight: normal;
	text-transform: none;
	float: right;
   	font-size: 22px;
}

ul.mena {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	font-size: 12px;
    color: #bbb;
}

ul.mena li a {
	width: 21px;
	height: 14px;
	display: inline-block;
    text-decoration: none;
	border: 1px #e4e7dc solid;
}

ul.mena li a:hover {
    text-decoration: underline;
}

ul.mena li {
	display: inline;
	margin-left: 4px;
}

.flag_czk {	background: url("/images/flag/czk.gif") no-repeat left bottom;
}

.flag_eur {
	background: url("/images/flag/eur.gif") no-repeat left bottom;
}


#hledat {
	float: right;
	margin-right: 20px;
	margin-top: 7px;
}

#hledat table {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px #247500 solid;
	background: #fff;
}
#hledat input[type=text] {
	width: 202px;
	margin: 0px;
	border: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 8px;
	color: #212121;
	background: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#hledat input[type=text]:focus {
	outline: 0px;
	border: 0px;
}
#hledat button {
	border: 0px;
	padding: 0px;
	margin: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	margin-right: 6px;
	color: #999;
}


#head {
	padding-bottom: 15px;
}

.menu_box {	background-color: #71b707;
}

.dropdown_menu {
	min-height: 0;
	position: relative;
	z-index: 199;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
}

.dropdown_menu li {
	float: left;
	position: relative;
	display: block;
}

.dropdown_menu li i {	font-size: 19px;
	padding: 0px 5px;}

.dropdown_menu li a {
	display: block;
	padding: 12px 10px;
	color: #fff;
	text-decoration: none;
}

.dropdown_menu li a:hover, .dropdown_menu li:hover a {
	text-decoration: none;
	color: #fff;
	background-color: #ff8c00;
}

.dropdown_menu li ul {
	z-index: 1;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: -9999px;
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 10px rgba(60, 60, 60, 0.5);
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: 0px;
}

.dropdown_menu li ul li {
	padding: 0;
	margin: 0;
	float: none;
	text-transform: none;
	font-weight: normal;
}

.dropdown_menu li ul li a {
	padding: 8px 40px 8px 15px;
	min-width: 140px;
	white-space: nowrap;
	display: block;
	border-left: 0px;
}

.dropdown_menu li:hover ul {
	left: 0;
}

.dropdown_menu li:hover ul li a {
	display: block;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.dropdown_menu li:hover ul li a:hover {
	color: #fff;
	background-color: #ff8c00;
	text-decoration: none;
}

.dropdown_menu li:hover ul li hr {
    color: #2da4d5;
    height: 1px;
    border-width: 0px 0px 0px 0px;
    background-color : #2da4d5;
	clear: both;
}


.menu_kat_box {	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3892ce), color-stop(1, #0a7bb7) );
	background: -moz-linear-gradient( center top, #3892ce 5%, #0a7bb7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3892ce', endColorstr='#0a7bb7');
	background-color: #0a7bb7;
	border-top: 1px #176390 solid;
}

#menu {
	min-height: 0;
	position: relative;
	z-index: 89;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

#menu li.sub_menu {
	float: left;
	position: relative;
	display: block;
	border-left: 1px solid #5aa5d2;
	border-right: 1px solid #176390;
	text-align: center;
}

#menu li a.hm {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 14px 10px 14px;
	list-style: none;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	min-width: 85px;
}

#menu li a.hm:hover {	color: #fff;
	text-decoration: none;
}

#menu li a.hm img {	display: inline-block;
	max-height: 70px;
}

#menu li a.hm div.hmt span {	display: block;
	margin-top: 5px;
}

#menu li.active {
	color: #fff;
	background-color: #218270;
}

/*
#menu li.sub_menu:hover {
	color: #fff;
	background-color: #024565;
}
*/

#obsah-box {
	padding: 20px;
	position: relative;
}

.hlavicka {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
   	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

.hlavicka span {	display: block;
	padding-bottom: 8px;
}

.hlavicka a {
    text-decoration: none;
	color: #000;
}

.hlavicka a:hover {
    text-decoration: underline;
	color: #000;
}

.side-box {
	border: 1px #e4e7dc solid;
	margin-bottom: 15px;
}


#zapati {
	color: #353535;
	margin: 15px 10px 0px 10px;
	border-top: 2px #e4e7dc dotted;
	padding: 25px 0px 10px 0px;
}

.zapati_obsah {	padding: 0px 10px;
}

#zapati a {
	color: #353535;
	text-decoration: none;
}

#zapati a:hover {
    color: #000;
	text-decoration: underline;
}

#zapati h2, #zapati h3, #zapati h4 {
    color: #000;
}

#zapati h2, #zapati h3 {
    color: #000;
	font-size: 18px;
}

#footer_menu {	margin-top: 25px;
	border-top: 1px #e4e7dc dotted;
	text-align: left;
	padding: 0px 10px;
}

#footer_menu ul li a {
    color: #353535;
    text-decoration: underline;
}

#footer_menu ul li a:hover {
    color: #000;
}

#footer_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}

#footer_menu ul li {
	display: inline;
}

#footer_menu ul li.sep {
    padding: 0px 15px;
    color: #ddd;
}

#partnermedia {
	background: url('/images/partnermedia.png') no-repeat;
	display: inline-block;
	width: 75px;
	height: 20px;
	float: right;
}


.kat_hlavicka_stin {
	background: url('/images/kat-stin.png') no-repeat center bottom;
	height: 15px;
	border-left: #0a7bb7 1px solid;
	border-right: #0a7bb7 1px solid;
}

.kat_hlavicka {
	position: relative;
	padding: 14px 15px 14px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	border-left: #0a7bb7 1px solid;
	border-right: #0a7bb7 1px solid;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3892ce), color-stop(1, #0a7bb7) );
	background: -moz-linear-gradient( center top, #3892ce 5%, #0a7bb7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3892ce', endColorstr='#0a7bb7');
	background-color: #0a7bb7;
}

.kat_hlavicka img {	position: absolute;
	top: 5px;
	left: 150px;
	width: 60px;
}

div.kategorie {	margin-bottom: 25px;
	border-left: #7f9db9 1px solid;
	border-right: #7f9db9 1px solid;
	border-bottom: #7f9db9 1px solid;
}

div.kategorie span.plus, div.kategorie span.minus, div.kategorie span.normal {
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	top: 9px;
	left: 10px;
	line-height: 0px;
	font-size: 0px;
	color: #000;
	cursor: pointer;
	padding: 5px;
}

div.kategorie span.plus {
	background: url('/images/plus.gif') no-repeat center;
}

div.kategorie span.minus {
	background: url('/images/minus.gif') no-repeat center;
}

div.kategorie span.normal {
	background: url('/images/normal.gif') no-repeat center;
}

div.kategorie ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: none;
}

div.kategorie ul.show {
	display: block;
}

div.kategorie ul li {
	position: relative;
}

div.kategorie ul li div.kat_line {
	height: 1px;
	background-color: #4c4639;
	color: #000;
}

div.kategorie ul li a {
	display: block;
	min-height: 11px;
	_height: 11px;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	padding: 10px 5px 10px 5px;
	font-weight: normal;
	background-color: #fff;
	border-bottom: 1px #ececec solid;
}

div.kategorie ul li ul li a {
	background-color: #fff;
	color: #000;
	border-bottom: 1px #ececec solid;
}

div.kategorie ul li a:hover, div.kategorie ul li a.selected, div.kategorie ul li ul li a:hover, div.kategorie ul li ul li a.selected {
	background-color: #f2f2f2;
	color: #000;
	text-decoration: none;
}

div.kategorie ul li.nk ul li span {
	left: 20px;
}

div.kategorie ul li.nk ul li a {
	padding-left: 40px;
}

div.kategorie ul li.nk ul li ul li span {
	left: 35px;
}

div.kategorie ul li.nk ul li ul li a {
	padding-left: 55px;
}

div.kategorie ul li.nk ul li ul li ul li span {
	left: 50px;
}

div.kategorie ul li.nk ul li ul li ul li a {
	padding-left: 70px;
}

div.kategorie ul li.nk ul li ul li ul li ul li span {
	left: 65px;
}

div.kategorie ul li.nk ul li ul li ul li ul li a {
	padding-left: 85px;
}

div.kategorie ul li.nk span {
	display: block;
	left: 5px;
}

div.kategorie ul li.nk a {
	padding-left: 25px;
}

div.kategorie ul li.nk {
	position: relative;
}


div.odsazeni-lf {	padding-left: 10px;
}

div#vyrobce-box {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

div#vyrobce_list {
	border: 1px #7f9db9 solid;
	background-color: #fff;
	overflow-y: auto;
	padding: 0px 3px 0px 3px;
	margin-bottom: 5px;
	display: block;
	font-size: 12px;
}

div#vyrobce_list ul {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#vyrobce_list ul li {
	padding: 1px 10px 0px 2px;
}

div#vyrobce_list a {
    color: #535353;
    text-decoration: none;
}

div#vyrobce_list a:hover {
    color: #000;
    text-decoration: underline;
}

.oddelovac {	padding-bottom: 15px;
	border-bottom: 1px #e4e7dc solid;
	margin-bottom: 15px;
}


.snav_box {	background-color: #f4f4f4;
	padding: 15px 20px;
	border-bottom: 1px #e4e7dc solid;
}

div#snav {
    font-size: 12px;
}

div#snav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#snav ul li {
	display: inline;
    color: #333;
}

div#snav ul li.sep {
	margin: 0px 5px;
	color: #aaa;
    font-family: Verdana, Helvetica, sans-serif;
}

div#snav ul li a {
    color: #333;
   	text-decoration: none;
}

div#snav ul li a:hover {
    color: #000;
	text-decoration: underline;
}

div#snav ul li strong a, div#snav ul li strong a:hover {	color: #648298;
}


div.filtr {
	border: 1px #eee solid;
	background-color: #f5f5f5;
    font-size: 11px;
	padding: 6px 10px;
	margin-top: 5px;
}

div.filtr select {
    font-size: 11px;
}

div.filtr .color {	font-size: 0px;
	cursor: pointer;
	border: 0px #e4e7dc solid;
	background-image: url(/images/dot.gif);
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

#navigace {	padding-top: 2px;
}

#navigace_leva {	float: left;
	width: 300px;
}

#navigace_prava {
	float: right;
	font-size: 11px;
}

#navigace td {
    font-size: 11px;
    color: #000;
}

#navigace select {
    font-size: 11px;
}


.navigacedb {
    font-size: 12px;
	padding: 6px 0px;
	margin-top: 10px;
}

.db_page {
	padding-top: 2px;
    font-size: 12px;
}

a.db {
	color: #000;
}

a:hover.db {
	color: #000;
}

.db_leva {
	float: left;
}

.db_prava {
	text-align: right;
}

.db_leva a {
	padding: 4px 8px;
	border: 1px solid #eee;
	color: #000;
	font-size: 12px;
    text-decoration: none;
    margin-left: 0px;
}

.db_leva a:hover {
	background-color: #0a7bb7;
	text-decoration: none;
	color: #fff;
}

.db_leva a.db_page_active {
	font-weight: normal;
    color: #fff;
	border: 1px solid #0a7bb7;
	background-color: #0a7bb7;
}


.filter_box div {
	display: inline-block;
	width: 330px;
	margin-right: 20px;
	margin-bottom: 4px;
}


.filter_box label {	font-weight: bold;
	display: inline-block;
	width: 115px;
	text-align: left;
	padding-right: 10px;
}

.filter_box select {	display: inline-block;
	width: 200px;
}


#ikony div {
	float: left;
	padding: 5px 15px 0px 0px;
}


.prbox {
	margin-left: 14px;
	margin-bottom: 14px;
	border: 1px solid #999;
	-webkit-box-shadow: 3px 3px 5px rgba(125, 125, 125, 0.1);
	-moz-box-shadow: 3px 3px 5px rgba(125, 125, 125, 0.1);
	box-shadow: 3px 3px 5px rgba(125, 125, 125, 0.1);
	float: left;
	width: 195px;
	position: relative;
	padding: 15px;
	background: url('/images/prbox-bg.png') repeat-x bottom;
}

.prbox.first {
	margin-left: 0px;
}

.prbox:hover {
	border: 1px solid #0a7bb7;
}

.prbox_text {
	overflow: hidden;
	height: 95px;
	margin-top: 10px;
}

.prbox_text h2 {
	font-family: Arial, Helvetica, sans-serif;
   	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

.prbox_text h2 a {
	color: #000;
	text-decoration: none;
}

.prbox_text h2 a:hover {
	color: #000;
	text-decoration: none;
}

.prbox_text p {
	display: block;
	margin: 0px;
	padding-top: 5px;
	color: #4d4d4d;
	font-size: 11px;
}

.prbox_img {
	width: 195px;
	height: 200px;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.prbox_img a {
	display: block;
}

.prbox_img span, .dimg span {	line-height: 0px;
	color: #fff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0px;
	left: 181px;
	width: 39px;
	height: 22px;
	padding-top: 20px;
	padding-right: 5px;
	text-align: right;
}

.dimg span {
	left: 405px;
	top: 1px;
	z-index: 2;
}

.prbox_img span.ico_novinka, .dimg span.ico_novinka {
	background: url('/images/ico-novinka.png') no-repeat top right;
}

.prbox_img span.ico_akce_slv, .dimg span.ico_akce_slv {
	background: url('/images/ico-akce-slv.png') no-repeat top right;
	text-transform: uppercase;
}

.prbox_img span.ico_akce, .dimg span.ico_akce {
	background: url('/images/ico-akce.png') no-repeat top right;
	text-transform: uppercase;
}

.prbox_img span.ico_doprava, .dimg span.ico_doprava {
	background: url('/images/ico-doprava.png') no-repeat top right;
}


.prbox span.dostupnost {
	display: block;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #60c020;
	font-size: 12px;
	font-weight: bold;
}

.prbox_cena {
	height: 32px;
	overflow: hidden;
}

.prbox_cenatext {
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
}

div.prbox_btn {
	float: right;
}




span.nedostupny {
	color: #999;
}

span.sklad {
	color: #60c020;
}

.prbox_popis {
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 5px;
	height: 55px;
	color: #666;
	font-size: 11px;
}

.prbox_btn {	margin-bottom: 2px;
}



.prcena {
	font-size: 11px;
	font-weight: bold;
}

div#tblporovnani table {
	border: 1px solid #e4e7dc;
}

div#tblporovnani td {
	font-size: 11px;
	padding: 4px 10px;
	background-color: #fff;
	border-left: 1px solid #e4e7dc;
}

div#tblporovnani td.legend {
	background-color: #f5f6f1;
	border-left: 0px;
}

div#tblporovnani td h2 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}


.ramecek2 {
    border: 1px #e4e7dc solid;
}

th {
    background-color: #f5f6f1;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

tr.licha td, tr.suda td {
    border-top: 1px solid #e4e7dc;
    font-size: 12px;
}

tr.licha {
	background-color: #fcfcfc;
}

tr.tbcelkem {
	background-color: #f5f6f1;
}

tr.tbcelkem td {
	border-top: 1px solid #e4e7dc;
	padding: 10px 4px;
}

tr.licha td table tr td, tr.suda td table tr td {
    border: 0px;
}

tr td.tbcert {
	padding-right: 12px;
	text-align: right;
	font-weight: bold;
}

tr td.tbcert span {
	font-weight: normal;
}


.pop {
	font-size: 11px;
	font-style: normal;
}


#detail_img {
	float: left;
	width: 450px;
	position: relative;
	margin-top: 10px;
	border-bottom: 1px #e4e7dc dotted;
}

#detail_img div.dimg {
	width: 450px;
	height: 450px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#detail_img a {	text-align: center;
	display: inline-block;
}

.detail_img_akce {
	width: 66px;
	height: 66px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#detail_data {
	margin-top: 10px;
	float: right;
	width: 450px;
	padding-right: 5px;
}

.popiskody {
	font-size: 12px;
	color: #666;
	padding-bottom: 10px;
}

.popiskody span {
	color: #000;
	padding-right: 20px;
	padding-left: 5px;
}

.kratkytext {
	font-size: 12px;
	color: #000;
	padding-bottom: 10px;
}


#detail_table {
	border-top: 1px #e4e7dc dotted;
	margin: 15px 0px;
	width: 100%;
}

#detail_table tr td.tlegend {
	width: 90px;
	padding: 10px 0px 10px 10px;
	text-align: left;
   	font-size: 12px;
	color: #666;
}

#detail_table tr td.tlegend span {
	padding-top: 8px;
	display: inline-block;
}

#detail_table tr.tblicha td, #detail_table tr.tbsuda td {
    border-bottom: 1px #e4e7dc dotted;
	padding: 10px 2px;
}

#detail_table tr.tblicha td table tr td, #detail_table tr.tbsuda td table tr td {
	padding: 2px 0px;
    border-bottom: 0px;
}


#detail_table tr.tblicha td table tr.licha td, #detail_table tr.tbsuda td table tr.licha td,
#detail_table tr.tblicha td table tr.suda td, #detail_table tr.tbsuda td table tr.suda td {    border-top: 1px solid #e4e7dc;
	font-size: 14px;
	padding: 4px 0px;
}

#detail_table tr.tblicha td table tr.licha, #detail_table tr.tbsuda td table tr.licha {
	background-color: #fcfcfc;
}

#detail_table tr td strong {
	color: #000;
}

#detail_table tr td.objcena strong {
	color: #000;
}


.nasecena {
	font-size: 25px;
	font-weight: bold;
	color: #cc0304;
}

.nasecena p {	margin: 2px 0px;
}

.nasecena .popis {
	color: #999;
	font-weight: normal;
	font-size: 12px;
	margin-top: 8px;
}

.nasecena .popis2 {
	color: #000;
	font-weight: normal;
	font-size: 14px;
}

.cenadph {
	font-weight: normal;
	font-size: 13px;
}

.cervena {
    color: #cc0304;
}


.pinfo {
	color: #666;
	font-size: 12px;
}

.pname {
	font-size: 12px;
	margin: 0px;
}

.objpol {	padding-top: 6px;
}

.pname span {	color: #999;
	font-size: 11px;
}

.pname span.cervena {
	color: #cc0304;
	font-weight: bold;
	font-size: 12px;
}

.pname span.sklad {
	color: #60c020;
	font-size: 11px;
}

.onakupu {
	margin: 15px 0px;
	padding: 15px;
	background-color: #f8f2d8;
	color: #000;
	font-size: 14px;
}

.onakupu p {	margin-bottom: 0px;
}


#fotogal {
	padding-top: 20px;
}

#fotogal a {
	float: left;
	display: block;
	background-color: #fff;
	border: 1px #e4e7dc solid;
	width: 152px;
	height: 152px;
	margin-right: 25px;
	margin-bottom: 25px;
}

#fotogal a:hover {
	border: 1px #999 solid;
}


.detail_popis {	text-align: justify;
	color: #000;
	margin-top: 20px;
}

div#detail_param {	margin-top: 20px;
	padding-bottom: 10px;}

div#detail_param td {
	padding: 5px 30px 5px 0px;
	font-size: 12px;
	border-top: 1px #e4e7dc dotted;
}

.req {
	color: #d20000;
}

.reqinput {	background-color: #fff4ba;
	border: 1px solid #7f9db9;
}

strike, del {
    text-decoration: none;
    background: url("/images/strike.gif") repeat-x center left;
}

.note {
	font-size: 11px;
	color: #4d4d4d;
}

.pointer {
	font-size: 11px;
	cursor: pointer;
}

.errbox, .errtext {
	background-color: #f6e8e4;
	border: 2px solid #e9948e;
	color: #890a00;
	padding: 15px;
}

.infobox {
	background-color: #ecf2f7;
	border: 1px solid #93c2e6;
	color: #000;
	padding: 10px;
}

.okbox {
	background-color: #e1f2e4;
	border: 1px solid #8ecb9b;
	color: #000;
	padding: 15px;
}

#mapa ul {
	list-style-image: url("images/normal.gif");
	margin: 10px 0px;
	padding: 0px;
}

#mapa li {
	margin-left: 30px;
}

.companynav {
	list-style: none;
	padding: 0px;
	margin: 15px 0px;
	background-color: #ecf2f7;
}
.companynav li {
	display: inline;
	color: #ccc;
	font-size: 16px;
}
.companynav li a {
    text-decoration: none;
	color: #000;
}
.companynav li a:hover {
    text-decoration: none;
	background-color: #2c3340;
	color: #fff;
}
.companynav li a, .companynav li span {
	display: inline-block;
	padding: 6px 8px;
}
.clbig {
	float: left;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	width: 65px;
	display: block;
    text-decoration: none;
	color: #000;
}
.clbig:hover {
    text-decoration: none;
	color: #000;
}
#companylist ul {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
#companylist ul li {
	padding-bottom: 10px;
	display: block;
	width: 600px;
}
#companylist ul li a {
	color: #008bd2;
	text-decoration: underline;
}
#companylist ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#companylist ul li h2 a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
#companylist ul li h2 a:hover {
	color: #000;
	text-decoration: underline;
}
#companylist ul li p.vlpopis {
	color: #999;
}
#companylist ul li p.vlogo img {
	max-width: 150px;
	max-height: 50px;
	float: right;
}
#companylist a.vltop {
	background-color: #ecf2f7;
	color: #666;
	padding: 2px 4px 4px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#companylist a.vltop:hover {
	background-color: #2c3340;
	color: #fff;
}

.odstavec {
	background: #0a7bb7;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	margin: 5px 0px;
	padding: 8px 12px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.odstavec.kom {
	margin: 10px 0px 0px 0px;
}

.odstavec a {
    text-decoration: none;
	color: #fff;
}

.odstavec a:hover {
    text-decoration: underline;
	color: #fff;
}


.obsah_box_obsah {
	color: #000;
	background-color: #fafafa;
	border: 1px #e4e7dc solid;
	padding: 10px;
	margin-top: 5px;
}


ul.katlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top: 6px;
}

ul.katlist li {
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
}

ul.katlist li a {
	width: 215px;
	display: block;
	background-color: #3892ce;
	border: 1px solid #3892ce;
    text-decoration: none;
	color: #fff;
}
ul.katlist li a:hover {
	background-color: #f88c00;
	border: 1px solid #f88c00;
    text-decoration: none;
	color: #fff;
}

ul.katlist li a.all {	background-color: #024565;
	border: 1px solid #024565;
}

ul.katlist li a.all:hover {
	background-color: #f55e00;
	border: 1px solid #f55e00;
}

ul.katlist li div.img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background-color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

ul.katlist li td.text {	padding: 0px 10px;
}


div#komentare div.dotaz {
	margin-bottom: 20px;
}

div#komentare div.udaje {	padding: 6px 15px;
	background-color: #e3f4ff;
	border-top: 1px solid #bfdff5;
	border-bottom: 1px solid #bfdff5;
	color: #000;
}

div#komentare div.text {
	background-color: #fff;
	padding: 10px 15px;
}

div#komentare div.udaje em {
	font-size: 10px;
	color: #000;
	font-style: normal;
}

div#komentare div.odpoved {
	margin-left: 15px;
}

div#komentare div.udaje_admin {
	padding: 6px 0px 0px 0px;
	color: #ec2c7e;
}

div#komentare div.text_admin {
	padding: 10px 0px;
	color: #000;
}

div#komentare div.udaje_admin em {
	font-size: 10px;
	font-style: normal;
}



.provize_th {
	color: #3399dd;
}


#hodnoceni {
	margin-top: 5px;
	font-size: 11px;
	color: #666;
}

#hodnoceni p {	padding: 0px;
	margin-bottom: 4px;
	font-size: 11px;
}

#hodnoceni div {
	float: left;
}

#hodnoceni div.hlastext {
	font-size: 12px;
	margin-top: 7px;
	margin-left: 6px;
	font-size: 15px;
}

#hodnoceni ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: 27px;
	position: relative;
	background: url("/images/hlasovani.gif") top left repeat-x;
}

#hodnoceni ul li {
	padding: 0px;
	margin: 0px;
	float: left;
}

#hodnoceni ul li.hodnota {
	background: url("/images/hlasovani.gif") left bottom repeat-x;
	position: absolute;
	display: block;
	height: 27px;
	z-index: 1;
}

#hodnoceni ul li a {
	display: block;
	width: 28px;
	height: 27px;
	text-decoration: none;
	z-index: 17;
	position: absolute;
	padding: 0px;
}

#hodnoceni ul li a:hover {
	background: url("/images/hlasovani.gif") left center;
	z-index: 2;
	left: 0px;
}

#hodnoceni ul li a.hod1 {	left: 0px;
}
#hodnoceni ul li a.hod1:hover {
	left: 0px;
	width: 28px;
}
#hodnoceni ul li a.hod2 {	left: 28px;
}
#hodnoceni ul li a.hod2:hover {	left: 0px;
	width: 56px;
}
#hodnoceni ul li a.hod3 {	left: 56px;
}
#hodnoceni ul li a.hod3:hover {	left: 0px;
	width: 84px;
}
#hodnoceni ul li a.hod4 {	left: 84px;
}
#hodnoceni ul li a.hod4:hover {	left: 0px;
	width: 112px;
}
#hodnoceni ul li a.hod5 {	left: 112px;
}
#hodnoceni ul li a.hod5:hover {	left: 0px;
	width: 140px;
}


div#bazar div.bazar-box {
	margin-bottom: 13px;
	border: 1px solid #f1f1f1;

	-moz-border-radius: 4px;
	-webkit-border-bottom: 4px;
	border-radius: 4px;
}

div#bazar div.text {	padding: 8px;
}

div#bazar div.text img {
	border: 3px solid #f1f1f1;
	margin: 8px 0px;
}

div#bazar div.kontakt {
	background-color: #f9f9f9;
	color: #000;
	padding: 8px;
}

div#bazar span.datum {
	font-size: 11px;
	color: #7697b1;
	font-style: normal;
}

div#bazar em {
	font-size: 11px;
	color: #666;
	font-style: normal;
	width: 60px;
}

div#bazar strong {
	font-size: 11px;
	color: #000;
	font-style: normal;
}


.aktuality div.clanek {
	margin-bottom: 10px;
	padding: 15px;
	border: 2px #a6dbee solid;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.aktuality h3.nadpis {
    font-weight: bold;
	font-size: 16px;
    margin-top: 0px;
    margin-bottom: 6px;
}

.aktuality h3.nadpis a {	color: #000;
	text-decoration: none;
}

.aktuality h3.nadpis a:hover {
	color: #000;
	text-decoration: underline;
}

.aktuality span.datum, .aktuality-datum {
	float: right;
	font-size: 10px;
	color: #999;
}

.aktuality-datum-detail {
	margin-top: 30px;
	font-size: 10px;
	color: #999;
}

.aktuality img.nahled {
	float: right;
	margin-left: 15px;
	margin-bottom: 4px;
}


ul.aktlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.aktlist li {
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	width: 255px;
}

div.aktback {
	font-size: 12px;
	padding-top: 10px;
}




#zoom-block {
	min-height: 1px;
	_height: 1px;
}

div#zoom {
	background: url("/images/overlay.png");
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
    text-align: center;
	z-index: 90000;
}

* html div#zoom {
	background: url("/images/overlay.gif");
}

div#zoom div#zoomdiv {	position: absolute;
	text-align: center;
}

div#zoom div#zoomdiv.detail {
	background-color: #fff;
    border: 10px solid #fff;
}

div#zoom div#zoomdiv div.close {	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
}

div#zoom div#zoomdiv div.text {
	position: absolute;
	left: 143px;
	top: 38px;
	width: 425px;
	height: 240px;
	font-size: 12px;
	text-align: left;
	color: #000;
}

div#zoom div#zoomdiv div.text h4 {	color: #aa1408;
    font-size: 26px;
    padding-bottom: 4px;
    font-weight: normal;
    margin: 0px;
}


div#rss {	text-align: justify;
}



.reklamacefrm {
	border: 1px #f1f1f1 solid;
	background-color: #f9f9f9;
	color: #000;
	padding: 10px;
}



#katonindex div.sep {
	float: left;
}

#katonindex div.sep div {
	margin-right: 20px;
}

#katonindex h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
    margin-top: 17px;
    margin-bottom: 6px;
}

#katonindex h2 a {
	color: #000;
	text-decoration: none;
}

#katonindex h2 a:hover {
	color: #338c91;
	text-decoration: underline;
}

#katonindex a {
	color: #000;
}

#katonindex a:hover {
	color: #0085cf;
}


#znacky {	padding-top: 10px;
}


div#upozorneni {
    background: #fcfcfc url("/images/upozorneni.gif") no-repeat left top;
	margin-bottom: 10px;

	border: 2px #cd0000 solid;
	padding: 40px 8px 10px 8px;
	margin-bottom: 10px;

	-moz-border-radius: 6px;
	-webkit-border-bottom: 6px;
	border-radius: 6px;
}


.darkyimg {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px #e4e7dc solid;
	padding: 10px;
}

.darkyimg:hover {
	border: 1px solid #000;
}



#frmskladem input {
	margin-left: 0px;
	margin-top: 6px;
}

#frmskladem label {
	cursor: pointer;
	padding-left: 4px;
	color: #60c020;
}

#frmskladem label:hover {
	text-decoration: underline;
}


#sledovani_zasilek {
	background-color: #f2f2f2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	padding: 10px;
	margin-bottom: 20px;
}

#sledovani_zasilek input[type='text'] {
	width: 200px;
}

#sledovani_zasilek select {	width: 210px;
}

#sledovani_zasilek-form {
	padding: 10px;
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	width: 340px;
}

#sledovani_zasilek-vysledek {	margin-top: 15px;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
}

.emailnews {
	background-color: #f2f2f2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	padding: 10px;
	margin-top: 10px;
}
.emailnews input[type='text'] {
	width: 200px;
}
.emailnews a {    text-decoration: underline !important;
}


#youtube {	padding-bottom: 15px;
}


.popis_cr {	color: #cc3300;
}

.popis_cg {
	color: #009933;
}

.popis_cb {
	color: #6699ff;
}

.mn_up, .mn_down {
	display: block;
	width: 9px;
	height: 5px;
	margin: 6px;
}

.mn_up {
    background: url("/images/mn_up.gif") no-repeat;
}

.mn_down {
    background: url("/images/mn_down.gif") no-repeat;
}


.nepritomnost {	padding: 15px;
	margin: 20px 0px;
	color: #000;
	background-color: #f6e8e4;
	border: 1px solid #e9948e;
	font-size: 14px;
}


.kosik_img {
	float: left;
	background-color: #fff;
	border: 1px #e4e7dc solid;
	width: 40px;
	height: 40px;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
}



#social_bookmark {
	margin-bottom: 20px;
}

#social_bookmark p {
	font-size: 11px;
	color: #336699;
}

#social_bookmark ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#social_bookmark ul li {
	float: left;
	display: block;
	height: 24px;
	padding-left: 30px;
	width: 110px;
	margin-bottom: 4px;
}

#social_bookmark ul li a {
	display: block;
	padding-top: 4px;
}



div#rozsah_cen {	margin: 0px 0px 5px 0px;
}

div#rozsah_cen div#slider-range {	width: 223px;
	font-size: 10px;
	display: inline-block;
	margin: 0px 10px;
}


.facebook-like {
	margin-top: 25px;
	padding: 6px 0px;
}


div#video div.list {
	float: left;
	width: 200px;
	margin-right: 40px;
	margin-bottom: 30px;
}

div#video div.list a.img {
	border: 1px #e4e7dc solid;
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 2px;
}

div#video div.list a.img:hover {
	border: 1px #999 solid;
}

div#video div.list div.text {
	overflow: hidden;
	height: 32px;
}


#hledatkat {
	padding-top: 5px;
}

#hledatkat ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#hledatkat ul li {
	display: block;
	float: left;
	width: 160px;
	margin-right: 15px;
	margin-bottom: 2px;
}


.ui-tabs-panel {
	background-color: #fff;
}


.selbox {
	padding: 10px;
	border: 1px #e6e6e6 solid;
	background-color: #fcfcfc;
	margin: 5px 0px 15px 0px;
}

.selpost label:hover, .selbox label:hover {
/*    text-decoration: underline; */
}

.selpost {
	padding: 20px;
	border: 1px #e6e6e6 solid;
	background-color: #fcfcfc;
	margin: 5px 0px 15px 0px;
}

.selpost input.selv {
	float: left;
	margin: 0px;
	margin-right: 10px;
	margin-top: 5px;
}

.selpost label {
	float: left;
	width: 400px;
	cursor: pointer;
	margin-top: 5px;
}

.selpost span.selvcena {
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	font-weight: bold;
	margin-top: 5px;
}

.selvpopis {
	display: none;
	clear: both;
	font-size: 12px;
	color: #878787;
	margin-left: 24px;
	padding: 6px 0px;
}
.selvpopis.show {
	display: block;
	margin-left: 0px;
}
.selvpopis img {
	margin-top: 4px;
}
.help-ico {
	display: inline-block;
	width: 15px;
	height: 15px;
	color: #99cc33;
	font-size: 20px;
	margin-left: 15px;
	margin-top: 2px;
}
.help-ico:hover {
	color: #74b515;
}

.selpost div.selvbr {
	clear: both;
	padding-bottom: 5px;
}

.selpost div.selvpost {
	clear: both;
	margin-left: 21px;
}

.krekap {
	padding: 10px;
	border: 1px #bfdff5 solid;
	background-color: #f8fdff;
	margin: 5px 0px 15px 0px;
}

.krekap label {
	float: left;
	width: 433px;
}

.krekap span.tcena {
	display: block;
	float: left;
	width: 90px;
	text-align: right;
}

.krekap div.selvbr {
	clear: both;
	padding-bottom: 3px;
}


div#mnkosbox {
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

ul#mnkos {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mnkos li {
	display: inline;
	margin-right: 5px;
	float: left;
}

#mnkos li span, #mnkos li a {
	display: block;
	background-color: #e6e6e6;
	padding: 10px 15px;
    color: #666;

	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#mnkos li span.active {
	background-color: #0a7bb7;
	color: #fff;
}

#mnkos li a {
    color: #000;
    text-decoration: none;
}

#mnkos li a:hover {
	background-color: #c6c6c6;
	color: #000;
    text-decoration: none;
}


#cpost_form {
	background-color: #fffced;
	border: 1px solid #ffd030;
	color: #000;
	padding: 6px 10px 10px 10px;
	margin: 10px;
}

#cpost_adresa {	font-size: 11px;
	color: #888;
}


.heureka_recenze {
	border: 2px #a6dbee solid;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 20px;
}

.heureka_recenze.fp {
	float: none;
	width: auto;
	margin-right: 0px;
	margin-top: 20px;
}

.heureka_recenze div.nadpis {
	color: #000;
	font-weight: bold;
	margin-bottom: 8px;
}

.heureka_recenze div.heureka_logo, .heureka_recenze a.heureka_logo {
	margin: 0px auto;
	margin-bottom: 8px;
	display: block;
	width: 60px;
	height: 60px;
	background: url("/images/heureka.png") no-repeat center;
}

.heureka_recenze ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.heureka_recenze ul li {
	padding: 8px 0px 8px 0px;
	border-top: 1px #a6dbee dotted;
}

.heureka_recenze ul li div.jmeno {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.heureka_recenze ul li div.hodnoceni_text {
	color: #33a8e2;
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin-top: 4px;
}

.heureka_recenze ul li div.hodnoceni {
	display: block;
	width: 100px;
	height: 20px;
	background: url("/images/heureka-star.gif") no-repeat 0px -20px;
	margin: 2px 0px 2px 50px;
}

.heureka_recenze ul li div.hodnoceni div {
	display: block;
	width: 0px;
	height: 20px;
	background: url("/images/heureka-star.gif") no-repeat 0px 0px;
}

.heureka_recenze ul li div.hodnoceni2_block {
	margin: 6px 0px 4px 0px;
}

.heureka_recenze ul li div.hodnoceni2_text {
	color: #666;
	font-size: 11px;
	float: left;
	margin-top: 1px;
}

.heureka_recenze ul li div.hodnoceni2 {
	display: block;
	width: 65px;
	height: 12px;
	background: url("/images/heureka-star-small.gif") no-repeat 0px -12px;
	margin: 2px 0px 2px 120px;
}

.heureka_recenze ul li div.hodnoceni2 div {
	display: block;
	width: 0px;
	height: 12px;
	background: url("/images/heureka-star-small.gif") no-repeat 0px 0px;
}

.heureka_recenze ul li div.text_pro {
	margin-top: 6px;
	color: #53a923;
}

.heureka_recenze ul li div.text_proti {
	margin-top: 6px;
	color: #e52b2b;
}

.heureka_recenze ul li div.text {
	margin-top: 6px;
	color: #333;
}

.heureka_recenze ul li div.text_odpoved {
	margin-top: 6px;
	font-style: italic;
	color: #999;
}

.heureka_recenze a.dalsi {
	display: block;
	text-align: center;
	width: 100%;
	padding: 6px 0px;
	background-color: #8ddcf4;
	color: #fff;
	text-decoration: none;
}

.heureka_recenze a.dalsi:hover {
	background-color: #33a8e2;
	color: #fff;
	text-decoration: none;
}


#kosik-box table tr td {	font-size: 11px;
}


div#anketa em {
	font-size: 10px;
	font-style: normal;
	color: #000;
}

div#anketa img {
    background-color: #cc0304;
}

div#anketa strong {
	display: block;
	padding-bottom: 5px;
}



div.vyber {
	padding: 0px 10px 10px 10px;
    text-align: center;
    font-size: 11px;
    color: #000;
}

#vyber_box a {
	color: #cc0304;
}

#vyber_box a:hover {
	color: #064d83;
}

div.vyber div.vyber_pr_box {
	padding-top: 10px;
}

div.vyber div.vyber_pr {
	border: 1px #e4e7dc solid;
	background-color: #fff;
	padding: 6px 10px;
    text-align: center;
    font-size: 11px;
}

div.vyber div.vyber_pr:hover {
	border: 1px #84002c solid;
}

div.vyber div.vyber_img {
    background-color: #fff;
	padding: 4px 0px;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

div.vyber div.vyber_img a {
	display: block;
	width: 100%;
	height: 100%;
}


#index_box {	width: 240px;
	float: right;
}

.kos_akce {
    color: #cc0304;
    font-size: 11px;
}



#cnavigator {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	height: 300px;
	overflow: hidden;
	margin: 0px;
	cursor: pointer;
	border-bottom: 1px #dedede solid;
}

#cnavigator div#cnavigator_content {
	display: inline-block;
	float: left;
	width: 670px;
	height: 258px;
	background: #fff;
}

#cnavigator div#cnavigator_nav {
	display: inline-block;
	background-color: #f2f2f2;
	width: 285px;
	height: 300px;
}

#cnavigator div#cnavigator_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#cnavigator div#cnavigator_nav ul li {
	display: block;
	padding: 0px;
	height: 61px;
	overflow: hidden;
	border-left: 1px #fff solid;
	border-bottom: 1px #fff solid;
	padding: 7px 5px 6px 10px;
}

#cnavigator div#cnavigator_nav ul li.active {
	background-color: #fff;
	border-left: 1px #fff solid;
}

#cnavigator div#cnavigator_nav ul li.active div.img {
	border: 2x #114781 solid;
}

#cnavigator div#cnavigator_nav ul li div.img {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	width: 55px;
    height: 55px;
	background-color: #fff;
	border: 2px #e4e7dc solid;
}

#cnavigator div#cnavigator_nav ul li div.text {
	float: right;
	width: 190px;
	font-size: 12px;
	color: #000;
}

#cnavigator div#cnavigator_nav ul li div.text p {
	margin: 0px;
	margin-bottom: 4px;
}

#cnavigator div#cnavigator_nav ul li div.text p.nazev {
	display: block;
	height: 35px;
	overflow: hidden;
}

#cnavigator div#cnavigator_nav ul li div.text p span {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#cnavigator div#cnavigator_nav ul li.active div.text p span {
	color: #cc0304;
}

#cnavigator div#cnavigator_nav ul li div.content {
	display: none;
}


#cnavigator div#cnavigator_content {
	padding: 20px 15px 20px 20px;
}

#cnavigator div#cnavigator_content div.img {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	width: 200px;
    height: 200px;
}

#cnavigator div#cnavigator_content div.text {
	float: right;
	width: 440px;
}

#cnavigator div#cnavigator_content div.text h2 {
	margin: 0px;
	margin-bottom: 20px;
	color: #000;
	font-size: 22px;
}

#cnavigator div#cnavigator_content div.text h2 a {
	color: #000;
    text-decoration: none;
}

#cnavigator div#cnavigator_content div.text p span {
	font-size: 14px;
}

#cnavigator div#cnavigator_content div.text p.cena {
	padding: 0px;
	margin: 30px 0px 10px 0px;
	color: #cc0304;
	font-size: 28px;
}

#cnavigator div#cnavigator_content div.text p.cena span {
	display: block;
	font-size: 12px;
}

#cnavigator div#cnavigator_content div.text p.cena span.proc {
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	margin-left: 100px;
}

#cnavigator div#cnavigator_content div.text p.cinfo {
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	color: #666;
	font-size: 13px;
}

#cnavigator div#cnavigator_content div.text p.cinfo span {
	color: #000;
	margin-left: 6px;
	font-size: 13px;
}


input[type='submit'].fcolor, input[type='submit'].fcolor_active {
    text-decoration: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
	filter: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #000;
	font-weight: normal;
	text-shadow: 0px 0px 0px #fff;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;

	font-size: 0px;
	background-image: url(/images/dot.gif);
	width: 23px;
	height: 23px;
	margin-right: 1px;
	border: 1px #c6c6c6 solid;
}

input[type='submit'].fcolor_active {	border: 1px #ec2c7e solid;
}

.akce_box_body {	margin-top: 10px;
}

#onlineplatby {
	margin-top: 20px;
	text-align: center;
}

#onlineplatby div {
    clear: both;
	padding-top: 10px;
}

#copyright {
	margin-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	color: #565656;
	font-size: 11px;
}


.filter {
	margin-top: 10px;
	background-color: #fafafa;
	border: 1px #e4e7dc solid;
	padding: 10px;
}

.filter select {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px #bfbfbf solid;
	color: #4d4d4d;
   	font-size: 11px;
	-webkit-appearance: button;
	-moz-appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	background: #fff url("/images/select2-bg.png") no-repeat top right;
	width: 225px;
	padding: 4px 5px;
	margin-right: 5px;
	margin-bottom: 4px;
}

.filter h3 {
	color: #000;
	border-bottom: 1px #e4e7dc solid;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	padding-bottom: 6px;
	font-size: 14px;
	display: block;
}


#tab-nav {
	margin: 20px 0px;
	padding-bottom: 5px;
}

div.onetab {	border-top: 0px #e4e4e4 solid;
}

#tab-nav ul#nav {	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #e4e4e4 solid;
	display: block;
	background-color: #fff;
	height: 26px;
}

#tab-nav ul#nav li {
	float: left;
	margin-right: 4px;
}

#tab-nav ul#nav li a {	display: block;
	color: #4d4d4d;
	font-size: 14px;
	background-color: #e4e4e4;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#tab-nav ul#nav li a:hover {
	color: #000;
	background-color: #c6c6c6;
}

div#tab-nav ul#nav li a.active {
	color: #fff;
	background-color: #0a7bb7;
}


#tab-nav ul#nav.small {	height: 19px;
}

#tab-nav ul#nav.small li {
	margin-right: 2px;
}

#tab-nav ul#nav.small li a {
	font-size: 12px;
	padding: 7px 10px 7px 10px;
}


.facebook_box {	margin-bottom: 15px;
}


#db_next {	text-align: center;
	margin-top: 10px;
}

#db_next a {	font-size: 18px;
	padding: 8px 15px;
}

.hide {	display: none;
}

.ajax_loading {
	height: 50px;
	background: url("/images/loading.gif") no-repeat center;
}

.colorsel {	margin: 4px 0px;
}


.i360 {	position: absolute;
	left: -10px;
	top: -10px;
	display: block;
	width: 45px;
	height: 45px;
	background: url("/images/360.png") no-repeat center;
}

#show_ok_box {	position: absolute;
	top: 0px;
	width: 100%;
	padding: 20px 0px;
	display: none;
	background: rgb(225, 242, 228);
    background: rgba(225, 242, 228, 0.95);
	border-bottom: 1px solid #8ecb9b;
	text-align: center;
}


.nevyzvednuto {	margin-top: 50px;
	background-color: #f6e8e4;
	border: 2px solid #e9948e;
	color: #000;
	padding: 15px;
}

.bold {	font-weight: bold;
}

.kontaktform {	padding: 0px 10px;
}

.kontaktform textarea {	width: 690px;
	height: 150px;
}


.pr_akce {
	margin-top: 10px;
	padding: 10px 5px;
}

.pr_akce div.box {	border: 1px solid #e4e7dc;
	float: left;
	margin-left: 8px;
	background-color: #fff;
	width: 110px;
	height: 190px;
	padding: 10px;
	cursor: pointer;
}

.pr_akce div.box.first {	margin-left: 0px;
}

.pr_akce div.img {
	width: 110px;
	height: 100px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.pr_akce a.text {
	margin-top: 10px;
	display: block;
	height: 42px;
    text-decoration: none;
    color: #000;
	text-align: center;
	font-size: 11px;
	overflow: hidden;
}

.pr_akce div.cena {
	margin-top: 10px;
    color: #000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.pr_akce div.cena span {	font-weight: normal;
	font-size: 11px;
    background: url("/images/strike.gif") repeat-x center left;
}

.pr_akce a.pr_akce_next {
	float: right;
	width: 25px;
	height: 212px;
    background: url("/images/next-sleva.png") no-repeat;
}


.pdetailend {	margin-top: 20px;
}

.pdetailend div {	float: right;
}


.filtrbox {	margin: 10px 0px;
	padding: 5px 0px;
	border-top: 1px #e4e7dc dotted;
}

.filtrbox h4 {	margin-top: 0px;
	margin-bottom: 5px;
}

.filtrbox select {	margin-right: 10px;
}


#aktindex {	padding-bottom: 10px;
}

#aktindex div {
	float: left;
	width: 315px;
	height: 250px;
	overflow: none;
	margin: 5px 0px 5px 12px;
}

#aktindex div.first {	margin-left: 0px;
}

#aktindex div h3 {	overflow: none;
	margin: 0px;
	display: block;
	height: 50px;
	text-transform: uppercase;
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
}

#aktindex div h3 a {
	color: #353535;
    text-decoration: none;
}

#aktindex div h3 a:hover {
	color: #000;
    text-decoration: none;
}

#aktindex div a.obrazek {	display: block;
	width: 100%;
	height: 200px;
	background-color: #f6f6f6;
}

#aktindex div img {
	width: 100%;
	height: 100%;
}


.dopravazdarma td {
	background-color: #def1c4;
	color: #000;
	border-top: 1px solid #e4e7dc;
	padding: 10px 4px;
	font-size: 14px;
}
.dopravazdarma td i {
	margin-right: 10px;
	color: #61ae27;
	font-size: 24px;
	vertical-align: middle;
}

.ramecek3 {
    border: 1px #e4e7dc solid;
	background-color: #fcfcfc;
}


@-moz-document url-prefix() {
	input[type='button'], input[type='submit'] {
		padding: 3px 10px;
	}
	a.button, a.button_next, a.button_ok {
		padding: 7px 10px;
	}
	#hledat input[type='text'] {
		padding: 6px;
	}
}


.top5_box {
	margin-top: 15px;
}

.top5 {
	margin: 10px 0px 6px 0px;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}

.top5 tr:hover {
	background-color: #fcfcfc;
}

.top5 td {
	font-size: 12px;
	padding: 10px 0px;
	border-bottom: 1px solid #f1f1f1;
	color: #666;
}

.top5 td.no {
	font-size: 11px;
	padding-left: 10px;
}

.top5 td.nazev a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
}

.top5 td.nazev a:hover {
	text-decoration: underline;
}

.top5 td.nazev div.sklad {
	color: #39b800;
	font-size: 12px;
}

.top5 td.tc {
	padding-right: 10px;
	text-align: right;
}

.top5 tr.top5_sh {
	display: none;
}

.top5_next {
	text-align: center;
	margin-bottom: 20px;
}

.top5_next a {
	padding: 6px 15px;
	background-color: #0a7bb7;
	color: #fff;
	text-decoration: none;
}

.top5_next a:hover {
	background-color: #024565;
	color: #fff;
	text-decoration: none;
}


.vbbox {
	border-bottom: 1px #eee solid;
	min-height: 0;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #000;

	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #f1f2f4) );
	background: -moz-linear-gradient( center top, #fff 5%, #f1f2f4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f1f2f4');
	background-color: #f1f2f4;
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.vbbox li {
	position: relative;
	display: inline-block;
	padding: 8px 18px;
}

.vbbox li a {
	color: #ccc;
	text-decoration: none;
    filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.vbbox li a:hover {
	text-decoration: none;
	color: #aaa;
    filter: none;
	-webkit-filter: none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.vbbox li a i {	font-size: 45px;
}

.vbbox li img {	max-height: 40px;
}


.index2box {	margin-top: 20px;
	background-color: #f1f2f4;
	padding: 7px 15px;

	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.right {	float: right;
}

.dopravafree {	padding-top: 2px;
	float: right;
	color: #333;
}
.dopravafree i {
	color: #71b707;
	margin-right: 7px;
}


@media (min-width: 1200px){
	.center_box {
		width: 1140px;
	}

	#head {		/* background: url("/images/head-foto2.jpg") no-repeat 600px center; */
		background: url("/images/head-foto1.jpg") no-repeat 600px 7px;
	}

	.slogan {
		margin-left: 20px;
	}

	ul.katlist li a {
		width: 252px;
	}
	#cnavigator div#cnavigator_content {
		width: 750px;
	}

	#cnavigator div#cnavigator_nav {
		width: 355px;
	}

	#cnavigator div#cnavigator_nav ul li div.text {
		width: 260px;
	}

	.prbox {
		width: 232px;
	}

	.prbox_img {
		width: 225px;
		height: 200px;
	}

	.prbox_img span {
		left: 218px;
	}

	#detail_data {
		width: 420px;
	}

	#menu li a.hm {
		font-size: 14px;
		padding: 5px 17px 10px 17px;
	}
	#menu li a.hm img {
		max-height: 80px;
	}
}



/* recenze produktu - start */

ul.phodnoceni {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: 27px;
	position: relative;
	background: url("/images/hlasovani.gif") top left repeat-x;
}
ul.phodnoceni li {
	padding: 0px;
	margin: 0px;
	float: left;
}
ul.phodnoceni li.hodnota {
	background: url("/images/hlasovani.gif") left bottom repeat-x;
	position: absolute;
	display: block;
	height: 27px;
	z-index: 1;
}
ul.phodnoceni li a {
	display: block;
	width: 28px;
	height: 27px;
	text-decoration: none;
	z-index: 17;
	position: absolute;
	padding: 0px;
}
ul.phodnoceni a:hover {
	background: url("/images/hlasovani.gif") left center;
	z-index: 2;
	left: 0px;
}
ul.phodnoceni li a.hod1 {
	left: 0px;
}
ul.phodnoceni li a.hod1:hover {
	left: 0px;
	width: 28px;
}
ul.phodnoceni li a.hod2 {
	left: 28px;
}
ul.phodnoceni li a.hod2:hover {
	left: 0px;
	width: 56px;
}
ul.phodnoceni li a.hod3 {
	left: 56px;
}
ul.phodnoceni li a.hod3:hover {
	left: 0px;
	width: 84px;
}
ul.phodnoceni li a.hod4 {
	left: 84px;
}
ul.phodnoceni li a.hod4:hover {
	left: 0px;
	width: 112px;
}
ul.phodnoceni li a.hod5 {
	left: 112px;
}
ul.phodnoceni li a.hod5:hover {
	left: 0px;
	width: 140px;
}

div.recenze_nadpis {
    font-weight: normal;
    color: #fff;
    font-size: 18px;
	display: block;
	color: #fff;

	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3892ce), color-stop(1, #0a7bb7) );
	background: -moz-linear-gradient( center top, #3892ce 5%, #0a7bb7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3892ce', endColorstr='#0a7bb7');
	background-color: #0a7bb7;

	margin: 0px;
	margin-bottom: 10px;
	padding: 12px 10px;
}
div.recenze_nadpis span {
	display: inline-block;
	margin-top: 4px;
}
#recenze_add table {
	padding: 8px;
}

.btn, input[type='submit'].btn {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 10px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 2px 0px;
	text-shadow: 1px 1px 0px #fff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #ececec) );
	background: -moz-linear-gradient( center top, #fefefe 5%, #ececec 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ececec');
	background-color: #fefefe;
	color: #000;
	border: 1px solid #999;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
}
.btn:hover, input[type='submit'].btn:hover {
	text-decoration: none;
	color: #000;
}
.input {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #bbb;
	color: #4d4d4d;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	background: #fff url("/images/input-bg.png") repeat-x left top;
}
.input:focus {
	outline: 0px;
	border: 1px solid #45adf3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.input.err {
	border: 1px solid #c20000;
}
.right {
	float: right;
}

#recenze_list {	margin-top: 40px;
}
.recenze_list {
	border: 1px #a6dbee solid;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 8px 16px;
	margin-bottom: 20px;
}
.rhlavicka {
	padding: 8px 0px 8px 0px;
	border-bottom: 1px #a6dbee dotted;
	font-weight: bold;
	color: #000;
}
.rhlavicka span {
	font-weight: normal;
}
.rtext {
	padding: 6px 0px 0px 0px;
	text-align: justify;
	color: #333;
}
.rproti, .rpro {
	width: 330px;
	padding: 10px 0px 0px 0px;
}
.rproti {
	color: #e52b2b;
	float: right;
}
.rpro {
	color: #53a923;
	float: left;
}
.rhodnoceni_text {
	color: #33a8e2;
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin-top: 11px;
}
.rhodnoceni {
	display: block;
	width: 100px;
	height: 20px;
	background: url("/images/heureka-star.gif") no-repeat 0px -20px;
	margin: 8px 0px 0px 50px;
}
.rhodnoceni div {
	display: block;
	width: 0px;
	height: 20px;
	background: url("/images/heureka-star.gif") no-repeat 0px 0px;
}
.rainfo {
	border: 1px solid #bfdff7;
	background-color: #f8fdff;
	padding: 15px;
	margin: 15px 0px;
}
.rnapsat {
	background-color: #e6f5fb;
	border: 1px #a6dbee solid;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 8px 16px;
	margin-bottom: 10px;
}
.rnapsat span {
	font-size: 14px;
	margin-left: 20px;
}
/* recenze produktu - end */


#menu li.sub_menu {
	position: static;
}

.sbm {
	z-index: 1;
	position: absolute;
	top: 106px;
	left: -9999px;
	width: 988px;
	margin: 0px;
	background-color: #024565;
	color: #fff;
	-webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
	border-left: 1px solid #5aa5d2;
	border-right: 1px solid #176390;
}

@media (min-width: 1200px){
	.sbm {
		top: 119px;
		width: 1138px;
	}
}

.sbm_obsah {
	padding: 20px 20px 30px 20px;
	text-align: left;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	position: relative;
}

.sbm_obsah h3 {    margin-top: 0px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 18px;
	border-bottom: 1px #1c758a dotted;
}

.sbm_obsah ul {	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sbm_obsah ul li {	display: block;
}

.sbm_obsah ul li a {
	padding: 6px 10px 6px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.sbm_obsah ul li a em {	font-style: normal;
	font-size: 10px;
	color: #93dee6;
	margin-left: 8px;
}

.sbm_obsah ul li a:hover, .sbm_obsah ul li a.active {	color: #fff;
	background-color: #1c758a;
	text-decoration: none;
}

.sbm_obsah ul li a i {	float: right;
}

.sbm_obsah .sbm1, .sbm_obsah .sbm2, .sbm_obsah .sbm3, .sbm_obsah .sbm4, .sbm_obsah .sbm5 {
	float: left;
	width: 180px;
	border-left: 1px #1c758a dotted;
}

.sbm_obsah .sbm2, .sbm_obsah .sbm3, .sbm_obsah .sbm4, .sbm_obsah .sbm5 {}

.sbm_obsah .sbm1 {	border-left: 0px;
}


.index_leva {	float: left;
	width: 700px;
}

.index_prava {	float: right;
	width: 225px;
}

@media (min-width: 1200px){
	.index_leva {
		width: 800px;
	}
	.index_prava {
		width: 265px;
	}
}

.aktuality-gal {	margin-bottom: 15px;
}
.aktuality-gal a {	display: inline-block;	float: left;
	max-width: 300px;
	max-height: 300px;
	overflow: hidden;
	border: 1px #e2e2e2 solid;
	margin-right: 10px;
	margin-top: 10px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	position: relative;
	text-decoration: none;
}
.aktuality-gal span {	color: #fff;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 8px 14px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.lastfoto {
	margin-bottom: 10px;
	padding: 5px;
	border: 2px #a6dbee solid;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-platba {	font-size: 16px;
	padding: 8px 15px;
}


.fcbbox {
	width: 225px;
}

@media (min-width: 1200px){
	.fcbbox {
		width: 265px;
	}
}


.objpol a {	text-decoration: none;
	color: #000;
}
.objpol a:hover {	text-decoration: underline;
}

.volba {	background-color: #ff8c00;
	border-radius: 5px;
	padding: 8px;
	display: inline-block;
}
.koupit {
	border: 1px solid #ff8c00 !important;
}



#doprava_dlg form {
	background-color: #f8fdff;
	border-bottom: 1px solid #bfdff5;
	padding: 4px 10px 10px 10px;
}
#doprava_dlg_data {
	height: 390px;
	overflow-y: auto;
}
#doprava_img {
	margin-right: 20px;
}
#doprava_dlg_data table td {
	padding: 6px 0px;
	border-bottom: 1px dotted #bfdff5;
}
#doprava_dlg_data table tr:hover {
	background-color: #f6f6f6;
}
#doprava_dlg_data table td span {
	display: inline-block;
	margin-top: 3px;
	font-size: 90%;
	color: #666;
}
.doprava-help {	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 15px;
	margin-top: 3px;
	background: url("/images/help.png") no-repeat top;
}
.doprava_popis {	display: none;
	clear: both;
	font-size: 12px;
	color: #787878;
	margin-left: 24px;
	padding-top: 4px;
}
.doprava_popis img {
	margin-top: 4px;
}
.selpost span.selvpopis {
	font-size: 12px;
	color: #666;
}
.selpost div.selvpost {	margin-top: 5px;
	font-size: 12px;
	color: #000;
}
.selvpost input {	display: none;
}
.doprava_adresa {	font-weight: bold;
	margin-left: 10px;
}

#odpolednene {	margin-top: 10px;
	font-weight: bold;
	font-size: 13px;
	color: #d20000;
	display: none;
}

.selcas {	clear: both;
	margin-left: 25px;
	padding-top: 4px;
	display: none;
}

.gdpr_souhlas {
	display: inline-block;
	margin-top: 4px;
	cursor: pointer;
}
.gdpr_souhlas_box {
	margin-bottom: 15px;
}
.gdpr_souhlas_box label {
	display: block;
}
.gdpr_souhlas_obj {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0px 15px 0px;
}

.gdpr_heureka {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}

.item_dp {
	border-top: 1px dotted #e6e6e6;
	margin-bottom: 0px;
	padding: 8px 10px 0px 10px;
}
.item_dp.nl {
	border-top: 0px;
}
.item_dp:hover {
	background-color: #f6f6f6;
}
.item_dp_ico {
	float: right;
	width: 250px;
	text-align: left;
}
.item_dp_ico img {
	max-height: 16px;
	width: auto;
	max-width: 100px;
}
.item_dp_stat {
	margin: 10px 0px;
	width: 200px;
}

.potvrzeni_ok {
	background-color: #def1c4;
	color: #000;
	padding: 10px 20px;
	font-size: 14px;
}

.k1_leva {
	float: left;
	width: 450px;
}
.k1_prava {	float: right;
	width: 620px;
}
.k1_rekap th {
	aborder-bottom: 1px solid #d5d5d5;
	padding: 8px 6px 8px 6px;
	font-weight: bold;
	font-size: 11px;
}
.k1_rekap td {	padding: 4px 6px 4px 0px;
}
.k1_tt td {
	padding: 6px 6px 10px 6px;
	background-color: #def1c4;
}
.k1_plimg {	width: 100px;
	padding-left: 10px;
	text-align: right;
}
.k1_plimg img {	max-height: 25px;
	width: auto;
	max-width: 100px;
}


.prbox span.dostupnost span {
	color: #666;
}
