body {
	background: #fff;
	padding: 0px;
	margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
}

.clear {	clear: both;
}

a img {
    border: none;
}

a {
	color: #0085cf;
    text-decoration: underline;
}

a:hover {
	color: #000;
    text-decoration: underline;
}

hr {
    color: #e6e6e6;
    height: 1px;
    border-width: 0px 0px 0px 0px;
    background-color : #e6e6e6;
	clear: both;
}

h1 {
    font-size: 19px;
    padding-bottom: 6px;
	text-transform: uppercase;
}

h2 {
    font-size: 18px;
	text-transform: uppercase;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
	color: #000;
    margin-top: 8px;
    margin-bottom: 0px;
}

h1 {
	color: #0085cf;
}

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;
}

@-moz-document url-prefix() {
	input[type='button'], input[type='submit'] {		padding: 3px 10px;
	}
	a.button, a.button_next, a.button_ok {
		padding: 4px 10px;
	}
}

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;
}


input[type='button'].button_next, input[type='submit'].button_next, a.button_next {
	font-size: 14px;
	padding: 6px 10px;
	text-decoration: none;
	background: #727272;
	filter: none;
	border: 1px solid #727272;
	color: #fff;
	-moz-box-shadow: inset 0px 1px 0px 0px #727272;
	-webkit-box-shadow: inset 0px 1px 0px 0px #727272;
	box-shadow: inset 0px 1px 0px 0px #727272;
	text-shadow: 1px 1px 0px #727272;
}

input[type='button'].button_ok, input[type='submit'].button_ok, a.button_ok {
	font-size: 14px;
	padding: 6px 10px;
	text-decoration: none;
	background: #99cc33;
	filter: none;
	border: 1px solid #99cc33;
	color: #fff;
	-moz-box-shadow: inset 0px 1px 0px 0px #99cc33;
	-webkit-box-shadow: inset 0px 1px 0px 0px #99cc33;
	box-shadow: inset 0px 1px 0px 0px #99cc33;
	text-shadow: 1px 1px 0px #99cc33;
}

input[type='submit'].button_ok.addcart, a.button_ok.addcart {
	background: #99cc33 url("/images/btn_addcart.gif") no-repeat 10px center;
	padding-left: 30px;
}

.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 #e6e6e6 solid;
	margin-bottom: 15px;
}


.center_box {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}


#head {
    position: relative;
	padding: 20px 0px 25px 10px;
}

#home_url {
	background: url("/images/logo.gif") no-repeat left center;
	float: left;
	display: block;
	width: 138px;
    height: 60px;
    margin-top: 10px;
    margin-right: 50px;
}

#home_text {
	float: left;
	width: 190px;
	margin-top: 10px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #99cc33;
   	font-size: 14px;
	text-transform: uppercase;
	padding: 4px 15px 4px 25px;
	border-right: 1px #e6e6e6 solid;
}

#mena_box {	float: right;
	margin-top: -5px;
	font-size: 11px;
}

#mena_box a {	margin-left: 7px;
	text-decoration: none;
	color: #999;
}

#mena_box a:hover {
	color: #000;
	text-decoration: underline;
}

.kos_box {	float: right;
	margin-top: 15px;
	margin-right: 10px;
}

a#kos {
	display: block;
	background: url("/images/kos-bg.gif") no-repeat 15px center;
	width: 220px;
	height: 40px;
	color: #d2480e;
    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: #99cc33;
}

a#kos span.kcena {	margin-top: 1px;
	margin-left: 70px;
	display: inline-block;
	font-weight: normal;
	text-transform: none;
	float: right;
   	font-size: 24px;
}


#head_menu {	color: #fff;
	padding: 4px 0px;
	background: #333 url("/images/zapati-bg.jpg") repeat;

	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

#dropdown_menu {
	min-height: 0;
	position: relative;
	z-index: 199;
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
   	font-size: 12px;
}

#dropdown_menu li {
	float: left;
	position: relative;
	display: block;
}

#dropdown_menu li.bold {	font-weight: bold;
}

#dropdown_menu li a {
	display: block;
	padding: 7px 10px;
	color: #fff;
	text-decoration: none;
}

#dropdown_menu li a:hover, #dropdown_menu li:hover a {
	text-decoration: none;
	color: #fff;
	background-color: #666;
}

#dropdown_menu li ul {
	z-index: 1;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: -9999px;
	background-color: #666;
	-webkit-box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.3);
}

#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;
	color: #fff;
	text-decoration: none;
}

#dropdown_menu li:hover ul li a:hover {
	color: #fff;
	background-color: #878787;
	text-decoration: none;
}

#dropdown_menu li:hover ul li hr {
    color: #0085cf;
    height: 1px;
    border-width: 0px 0px 0px 0px;
    background-color : #0085cf;
	clear: both;
}

div#hledat {
	float: left;
	margin-right: 30px;
}

div#hledat div.tel {	margin-bottom: 10px;
	color: #000;
}

div#hledat div.telpr {
	float: left;
	margin-right: 15px;
	font-size: 12px;
}

div#hledat div.telpr span {	font-size: 11px;
	color: #b09e93;
}

div#hledat div.telph {	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

#hledat input[type=text] {
	width: 220px;
	margin: 0px;
	border: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 9px;
	color: #4d4d4d;

	-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: 2px 2px 4px #ddd inset;
	-webkit-box-shadow: 2px 2px 4px #ddd inset;
	box-shadow: 2px 2px 4px #ddd inset;
}

#hledat input[type=text]:focus {
	outline: 0px;
	border: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#hledat input[type='submit'] {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 33px;
	height: 33px;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;

	filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f0f2f5 url("/images/btn_search.gif") no-repeat center;
}

div#hledat table {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px #0085cf solid;
}


.menu_box {	background: #0085cf;

	-webkit-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);

	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	padding: 4px;
}

#menu {
	min-height: 0;
	position: relative;
	z-index: 99;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
   	font-size: 14px;
   	font-weight: bold;
   	color: #fff;
}

#menu li {
	float: left;
	position: relative;
	display: block;
}

#menu li a {
	display: block;
	padding: 12px 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#menu li a:hover, #menu li:hover a {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}


#obsah-box {
	margin-top: 20px;
	background-color: #fff;
}

#telo {
	float: right;
	width: 750px;
	padding-bottom: 30px;
	min-height: 430px;
}
#telo-index {	width: 990px;
	min-height: 430px;
}
#telo-index div.telo_obsah {	padding: 0px 15px;}

#left_box {	float: left;
	width: 200px;
	margin-top: 8px;
	padding-right: 15px;
	padding-left: 5px;
	border-right: 1px #e6e6e6 solid;
}


.hlavicka {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
   	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0085cf;
}

.hlavicka span {	display: block;
	padding-bottom: 8px;
}

.hlavicka a {
    text-decoration: none;
	color: #0085cf;
}

.hlavicka a:hover {
    text-decoration: underline;
	color: #0085cf;
}

.side-box {
	border: 1px #e6e6e6 solid;
	margin-bottom: 15px;
}


.zapati_box {
	-webkit-box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.3);
	background: #2f2f2f url("/images/zapati-bg.jpg") repeat;
	margin-top: 30px;
}

#zapati {
	color: #ccc;
	padding: 20px 30px;
}

#zapati a {
	color: #ccc;
	text-decoration: underline;
}

#zapati a:hover {
    color: #fff;
	text-decoration: underline;
}

#zapati h2, #zapati h3, #zapati h4 {
    color: #fff;
}

#zapati h2 {
	font-size: 18px;
}

#zapati h3 {
	font-size: 16px;
}


#footer_menu {		padding-bottom: 10px;
}

#footer_menu ul li a {
    color: #ccc;
    text-decoration: underline;
}

#footer_menu ul li a:hover {
    color: #fff;
}

#footer_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer_menu ul li {
	display: table-cell;
	vertical-align: middle;
}

#footer_menu ul li.sep {
    padding: 0px 15px;
    color: #565656;
}

#partnermedia {
	background: url('/images/partnermedia.png') no-repeat;
	display: block;
	float: right;
	width: 75px;
	height: 20px;
}


div#kategorie {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px #e6e6e6 solid;
}

div#kategorie span.plus, div#kategorie span.minus, div#kategorie span.normal {
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	top: 10px;
	left: 10px;
	line-height: 0px;
	font-size: 0px;
	color: #000;
	cursor: pointer;
}

div#kategorie span.plus {
	background: url('/images/plus.gif') no-repeat;
}

div#kategorie span.minus {
	background: url('/images/minus.gif') no-repeat;
}

div#kategorie span.normal {
	background: url('/images/normal.gif') no-repeat;
}

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: #e6e6e6;
	color: #000;
}

div#kategorie ul li a {
	display: block;
	min-height: 11px;
	_height: 11px;
	text-decoration: none;
	font-size: 13px;
	color: #000;
	padding: 6px 5px 6px 20px;
	font-weight: normal;
	background-color: #fff;
}

div#kategorie ul li ul li a {
	background-color: #fff;
	color: #000;
}

div#kategorie ul li a:hover {
	background-color: #f2f2f5;
	color: #000;
	text-decoration: none;
}

div#kategorie a.selected {
	color: #000;
    background-color: #f2f2f5;
}

div#kategorie ul li.nk ul li span {
	left: 20px;
}

div#kategorie ul li.nk ul li a {
	padding-left: 35px;
}

div#kategorie ul li.nk ul li ul li span {
	left: 35px;
}

div#kategorie ul li.nk ul li ul li a {
	padding-left: 50px;
}

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: 65px;
}

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: 80px;
}

div#kategorie ul li.nk span {
	display: block;
	left: 5px;
}

div#kategorie ul li.nk a {
	padding-left: 20px;
}

div#kategorie ul li.nk {
	position: relative;
}


div#vyrobce-box {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px #e6e6e6 solid;
}

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 #e6e6e6 solid;
	margin-bottom: 15px;
}


.snav_box {
	background-color: #f2f2f5;
	border-bottom: 4px #e6e6e6 solid;
}

div#snav {
    font-size: 12px;
	padding: 8px 0px;
	font-size: 11px;
    color: #999;
}

div#snav ul {
	margin: 0px;
	padding: 0px 15px;
	list-style-type: none;
}

div#snav ul li {
	display: inline;
}

div#snav ul li.sep {
	margin: 0px 4px;
	color: #ccc;
    font-family: Verdana, Helvetica, sans-serif;
}

div#snav ul li a {
    color: #999;
	text-decoration: none;
}

div#snav ul li a:hover {
    color: #666;
    text-decoration: underline;
}

div#snav ul li strong a, div#snav ul li strong a:hover {	color: #0085cf;
}


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 #e6e6e6 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;
	padding-right: 10px;
	font-size: 11px;
}


#navigace td {
    font-size: 11px;
    color: #000;
}

#navigace select {
    font-size: 11px;
}

.hledatkat {
	margin: 5px 0px 5px 0px;
}

.hledatkat ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 5px;
}

.hledatkat ul li {
	display: block;
	float: left;
	width: 220px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.hledatkat ul li a {	color: #333;
}

.hledatkat ul li a:hover {
	color: #000;
}

.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: 2px 6px;
	border: 1px solid #e6e6e6;
	color: #000;
	font-size: 12px;
    text-decoration: none;
    margin-left: 0px;
}

.db_leva a:hover {
	background-color: #0085cf;
	text-decoration: none;
	color: #fff;
}

.db_leva a.db_page_active {
	font-weight: normal;
    color: #fff;
	border: 1px solid #0085cf;
	background-color: #0085cf;
}


.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;
}

.filter h3 {
	color: #000;
}

#ikony div {
	float: left;
	padding: 5px 15px 0px 0px;
}


.prbox2 {
	float: left;
	width: 205px;
	position: relative;
	padding: 15px;
	margin-right: 14px;
	margin-bottom: 14px;
	border: 1px solid #e6e6e6;
	-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);
}

.prbox2:hover {
	border: 1px solid #999;
}

.prbox2_text {
	overflow: hidden;
	height: 80px;
	margin-top: 10px;
}

.prbox2_text h2 {
   	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-transform: none;
	color: #000;
}

.prbox2_text h2 a {
	color: #000;
	text-decoration: none;
}

.prbox2_text h2 a:hover {
	color: #000;
	text-decoration: none;
}

.prbox2_text p {
	display: block;
	margin: 0px;
	padding-top: 5px;
	color: #787878;
	font-size: 11px;
}

.prbox2_img {
	width: 205px;
	height: 200px;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.prbox2_img a {
	display: block;
}

.prbox2_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: 191px;
	width: 39px;
	height: 22px;
	padding-top: 20px;
	padding-right: 5px;
	text-align: right;
}

.dimg span {
	left: 304px;
	top: 1px;
	z-index: 2;
}

.prbox2_img span.ico_novinka, .dimg span.ico_novinka {
	background: url('/images/ico-novinka.png') no-repeat top right;
}

.prbox2_img span.ico_akce_slv, .dimg span.ico_akce_slv {
	background: url('/images/ico-akce-slv.png') no-repeat top right;
	text-transform: uppercase;
}

.prbox2_img span.ico_akce, .dimg span.ico_akce {
	background: url('/images/ico-akce.png') no-repeat top right;
	text-transform: uppercase;
}

.prbox2_img span.ico_doprava, .dimg span.ico_doprava {
	background: url('/images/ico-doprava.png') no-repeat top right;
}

.prbox2 span.dostupnost {
	display: block;
	margin-top: 5px;
	margin-bottom: 2px;
	color: #99cc33;
	font-size: 12px;
	font-weight: bold;
}

.prbox2_cena {
	height: 30px;
	overflow: hidden;
}

.prbox2_cenatext {
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
}

div.prbox2_btn {
	float: right;
}




span.nedostupny {
	color: #999;
}

span.sklad {
	color: #99cc33;
}

.prbox2_popis {
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 5px;
	height: 55px;
	color: #666;
	font-size: 11px;
}

.prbox2_btn {	margin-bottom: 2px;
}



.prcena {
	font-size: 11px;
	font-weight: bold;
}

div#tblporovnani table {
	border: 1px solid #e6e6e6;
}

div#tblporovnani td {
	font-size: 11px;
	padding: 4px 10px;
	background-color: #fff;
	border-left: 1px solid #e6e6e6;
}

div#tblporovnani td.legend {
	background-color: #f2f2f5;
	border-left: 0px;
}

div#tblporovnani td h2 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}


.ramecek2 {
    border: 1px #e6e6e6 solid;
}

th {
    background-color: #f2f2f5;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

tr.licha td, tr.suda td {
    border-top: 1px solid #e6e6e6;
    font-size: 12px;
}

tr.licha {
	background-color: #fcfcfc;
}

tr.tbcelkem {
	background-color: #f2f2f5;
}

tr.tbcelkem td {
	border-top: 1px solid #e6e6e6;
	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: 350px;
	position: relative;
	margin-top: 20px;
}

#detail_img div.dimg {
	width: 350px;
	height: 350px;
	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: 20px;
	float: right;
	width: 370px;
	padding-left: 15px;
	border-left: 1px #e6e6e6 solid;
}

.kratkytext {
	font-size: 12px;
	color: #666;
	margin-bottom: 20px;
}

#detail_table {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
}

#detail_table tr td.tlegend {
	width: 100px;
	padding: 10px 0px;
	text-align: left;
   	font-size: 12px;
	color: #868686;
}

#detail_table tr.tblicha td, #detail_table tr.tbsuda td {
    border-bottom: 0px #e6e6e6 solid;
	padding: 6px 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 #e6e6e6;
	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: 34px;
	font-weight: bold;
	color: #d2480e;
}

.nasecena p {	margin: 2px 0px;
}

.nasecena .popis {
	color: #868686;
	font-weight: normal;
	font-size: 14px;
}

.nasecena .popis2 {
	color: #868686;
	font-weight: normal;
	font-size: 11px;
}

.cenadph {
	font-weight: normal;
	font-size: 13px;
}

.cervena {
    color: #d2480e;
}


.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: #d2480e;
	font-weight: bold;
	font-size: 12px;
}

.pname span.sklad {
	color: #39b800;
	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 #e6e6e6 solid;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#fotogal a:hover {
	border: 1px #999 solid;
}


.detail_popis {	text-align: justify;
	color: #000;
	margin-top: 20px;
}

div#detail_param {	text-align: left;
	margin-top: 10px;
	padding-bottom: 10px;}

div#detail_param td {
	padding: 2px 0px 2px 0px;
	font-size: 12px;
}

div#detail_param td.leg {	width: 100px;
}

.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: #7995B0;
}

.pointer {
	font-size: 11px;
	cursor: pointer;
}

.errbox, .errtext {
	background-color: #f6e8e4;
	border: 1px solid #e9948e;
	color: #890a00;
	padding: 15px;
}

.infobox {
	background-color: #ecf2f7;
	border: 1px solid #93c2e6;
	color: #000;
	padding: 10px;
}

#mapa ul {
	list-style-image: url("images/normal.gif");
	margin: 10px 0px;
	padding: 0px;
}

#mapa li {
	margin-left: 30px;
}

#companylist h2 {
	font-size: 16px;
}

#companylist h2 a {
	color: #000;
	text-decoration: none;
}

#companylist h2 a:hover {
	color: #000;
	text-decoration: underline;
}


.odstavec {
	background: #0085cf;
	-moz-border-radius: 4px;
	-webkit-border-bottom: 4px;
	border-radius: 4px;
	margin: 5px 0px 10px 0px;
}

.odstavec h2 {
	font-size: 15px;
	color: #fff;
	display: block;
	margin: 0px;
	padding: 8px 10px;
	font-weight: bold;
}

.odstavec h2 a {
    text-decoration: none;
	color: #fff;
}

.odstavec h2 a:hover {
    text-decoration: underline;
	color: #fff;
}


.obsah_box_obsah {
	color: #000;
	background-color: #fafafa;
	border: 1px #e6e6e6 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;
	padding-right: 15px;
	padding-top: 2px;
	width: 160px;
}


div#komentare {}

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: 15px;
	padding: 0px 4px;
	font-size: 11px;
	color: #666;
	float: left;
}

#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 {}

#aktuality div.clanek {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

#aktuality h3.nadpis {
    font-weight: bold;
	font-size: 12px;
    margin-top: 0px;
    margin-bottom: 6px;
}

#aktuality h3.nadpis a {	color: #000;
	text-decoration: none;
}

#aktuality h3.nadpis a:hover {
	color: #00619f;
	text-decoration: underline;
}

#aktuality span.datum, .aktuality-datum {
	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: 11px;
	padding-top: 30px;
}




#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: #0085cf;
	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 #e6e6e6 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: #7aa22b;
}

#frmskladem label:hover {
	text-decoration: underline;
}


#sledovani_zasilek {
	padding-bottom: 15px;
	border-bottom: 1px #e6e6e6 solid;
	margin-bottom: 15px;
}

#sledovani_zasilek input[type='text'] {
	width: 185px;
}

#sledovani_zasilek select {	width: 195px;
}

#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 {
	padding-bottom: 15px;
	border-bottom: 1px #e6e6e6 solid;
	margin-bottom: 15px;
}

.emailnews input[type='text'] {
	width: 185px;
}


#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-weight: bold;
	font-size: 14px;
}


.kosik_img {
	float: left;
	background-color: #fff;
	border: 1px #e6e6e6 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: 10px 0px 5px 0px;
}

div#rozsah_cen div#slider-range {	width: 215px;
	font-size: 10px;
	display: inline-block;
	margin: 0px 10px;
}


.facebook-like {
	margin-top: 10px;
	padding: 6px 0px;
}


div#video div.list {
	float: left;
	width: 170px;
	margin-right: 15px;
	margin-bottom: 15px;
}

div#video div.list a.img {
	border: 1px #e6e6e6 solid;
	display: block;
	width: 100%;
	height: 170px;
	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: 10px;
	border: 1px #e6e6e6 solid;
	background-color: #fcfcfc;
	margin: 5px 0px 15px 0px;
}

.selpost input.selv {
	float: left;
	margin: 0px;
	margin-right: 10px;
}

.selpost label {
	float: left;
	width: 500px;
	cursor: pointer;
}

.selpost span.selvcena {
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	font-weight: bold;
}

.selvpopis {
	display: none;
	clear: both;
	font-size: 12px;
    color: #7995B0;
	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;
	margin-left: 10px;
	background: url("/images/help.png") no-repeat top;
}
.selvpopis strong {	color: #d20000;
}

.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: #0085cf;
	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 {
	width: 100%;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 10px;
}

.heureka_recenze.fp {	border-bottom: 0px;
}

.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-top: 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;
	border-bottom: 1px #e6e6e6 dotted;
}

.heureka_recenze.fp ul li {
	padding: 25px 0px;
	sborder-bottom: 0px;
}

.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;
}


#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 #e6e6e6 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;
	border-top: 4px #e6e6e6 solid;
	border-bottom: 4px #e6e6e6 solid;
	height: 299px;
	overflow: hidden;
	margin: 0px;
	cursor: pointer;
}

#cnavigator div#cnavigator_content {
	display: inline-block;
	float: left;
	width: 670px;
	height: 300px;
	background: #fff;
}

#cnavigator div#cnavigator_nav {
	display: inline-block;
	background-color: #f2f2f5;
	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: 2px #0085cf 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 #9a9a9a 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: #d2480e;
	font-size: 14px;
	font-weight: bold;
}

#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: #d2480e;
	font-size: 32px;
}

#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 #e6e6e6 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 {
	border-bottom: 1px #e6e6e6 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;
}

#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: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

#tab-nav ul#nav li a:hover {
	color: #000;
	background-color: #c6c6c6;
}

div#tab-nav ul#nav li a.active {
	color: #fff;
	background-color: #0085cf;
}


.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;
}


#menu li.sub_menu {
	position: static;
}

#menu li.sub_menu div.sub_menu_body {
	z-index: 1;
	position: absolute;
	top: 43px;
	left: -9999px;
	width: 968px;
	padding: 10px 10px;
	margin: 0px;
	background-color: #fff;
	color: #666;
	-webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);

	border-left: 1px solid #0085cf;
	border-right: 1px solid #0085cf;
	border-bottom: 5px solid #0085cf;
}

#menu li.sub_menu div.sub_menu_body h3 {
    margin-top: 0px;
    margin-bottom: 10px;
	color: #0085cf;
}

#menu li.sub_menu div.sub_menu_body a, #menu li.sub_menu div.sub_menu_body a:hover {
	padding: 0px;
	margin: 0px;
	min-width: 0px;
	white-space: nowrap;
	line-height: 100%;
	background-color: #fff;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
	width: 290px;
	display: block;
}

#menu li.sub_menu div.sub_menu_body a:hover {
	text-decoration: none;
	color: #000;
	background-color: #f2f2f2;
}

#menu li.sub_menu div.sub_menu_body a img {	float: left;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	background-color: #fff;
	border: 1px solid #f6f6f6;
}

#menu li.sub_menu div.sub_menu_body a p {	padding-top: 20px;
}

#menu li.sub_menu div.sub_menu_body div.sub_menu_sloupec_1,
#menu li.sub_menu div.sub_menu_body div.sub_menu_sloupec_2,
#menu li.sub_menu div.sub_menu_body div.sub_menu_sloupec_3 {
	float: left;
}

#menu li.sub_menu div.sub_menu_body div.sub_menu_sloupec_2 {
	margin-left: 25px;
	margin-right: 25px;
}


.zbozi_recenze {
	width: 100%;
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-align: center;
}



#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 {	display: none;
	margin-top: 10px;
	font-size: 13px;
	color: #000;
	padding: 10px;
	border: 1px #bfdff5 solid;
	background-color: #f8fdff;
}

.selcas {	clear: both;
	padding-top: 2px;
	margin-left: 24px;
	display: none;
}


.doprava_adresa {	font-weight: bold;
	margin-top: 4px;
}

.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: 445px;
}
.k1_prava {	float: right;
	width: 490px;
}
.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;
}

.justify {	text-align: justify;
}

.souhlas {	font-size: 14px;
}

.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;
}


.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: 5px 0px 20px 0px;
}


.sklad_detail {	margin-top: 4px;
	font-size: 11px;
	color: #99cc33;
}
.sklad_detail span {	font-weight: bold;
}


h1 span.darek {
    font-size: 14px;
}


/* zasilkovna */
#packeta-widget {
	border: none;
	width: 100%;
	height: 560px;
}
#packeta-widget-overlay {	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9000;
}
#packeta-iframe-wrap {	width: 100%;
	height: 600px;
	max-width: 1000px;
	position: fixed;
	z-index: 999999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: transparent;
}



#balikovna-widget {
	border: none;
	width: 100%;
	height: 500px;
}
#balikovna-widget-overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9000;
}
#balikovna-iframe-wrap {
	width: 100%;
	height: 550px;
	max-width: 1000px;
	position: fixed;
	z-index: 999999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: transparent;
	background-color: #fff;
}

.vmisto_head {
	padding: 10px;
	border-bottom: 1px solid #c2c2c2;
	text-align: center;
	color: #082474;
}
.vmisto_head a {
	float: right;
	text-decoration: none;
	color: #666;
	font-size: 24px;
}
.vmisto_head a:hover {
	text-decoration: none;
	color: #000;
}


#ppl-widget-overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9000;
	padding: 10px;
}
#ppl-widget {
	width: 100%;
	height: 80%;
	max-width: 1000px;
	position: fixed;
	z-index: 999999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: transparent;
	background-color: #fff;
}
