body {
	background: #1b1a18 url("/images/bg2.jpg") no-repeat top center fixed;
    padding: 0px;
	margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 12px;
}

.clear {	clear: both;
}

a img {
    border: none;
}

a {
	color: #139dcb;
    text-decoration: underline;
}

a:hover {
	color: #000;
    text-decoration: underline;
}

hr {
    color: #d5d5d5;
    height: 1px;
    border-width: 0px 0px 0px 0px;
    background-color : #d5d5d5;
}

h1 {
	color: #000;
    font-size: 20px;
    padding-bottom: 6px;
    font-weight: normal;
}

h2 {
    font-weight: normal;
    color: #000;
    font-size: 18px;
}

h3 {
	color: #000;
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
    margin-top: 8px;
    margin-bottom: 0px;
}

p {
    margin-top: 8px;
    margin-bottom: 8px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

td {
    font-size: 12px;
}

.cell {
	display: inline-block;
	vertical-align: middle;
}

.informace {
	border: 1px #f1f1f1 solid;
	padding: 10px;
	margin-bottom: 10px;

	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.informace_fill {
	background-color: #f9f9f9;
	border: 1px #f1f1f1 solid;
	padding: 10px;
	margin-bottom: 10px;

	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.small {
    font-size: 10px;
}

.midle {
    font-size: 11px;
}

.info_box {
	margin-bottom: 10px;
	text-align: center;
}


div#center {
	background-color: #fff;
	color: #000;
	width: 990px;
	margin: 0px auto 0px auto;
}


#head {
	background-color: #1b1a18;
	color: #fff;
	height: 95px;
	overflow: hidden;
	border-bottom: 1px #fff solid;
}

#home_url {
	float: left;
	width: 250px;
    height: 95px;
	display: block;
	background: url("/images/logo.gif") no-repeat left top;
}

#top_kat {	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#top_kat li {	margin-left: 2px;
	float: left;
}

#top_kat li a {	display: block;
	width: 75px;
	height: 85px;
	overflow: hidden;
}

#menu {
	background: #f8ebb8 url("/images/kos-bg.png") no-repeat right top;
	color: #000;
	height: 40px;
}


div#kos {
	width: 225px;
	float: right;
}

div#kos a {	display: block;
	width: 100%;
	height: 40px;
    text-decoration: none;
    padding-left: 37px;
    padding-top: 5px;
}

div#kos span.label {
	width: 90px;
	display: block;
	float: left;
	color: #000;
	font-size: 11px;
}

div#kos br.clear {
	clear: both;
}

div#kos span.kcena {
	color: #cc0304;
	font-weight: bold;
	font-size: 12px;
}


#dropdown_menu {
	min-height: 0;
	position: relative;
	z-index: 99;
	float: left;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style: none;
}

#dropdown_menu li {
	float: left;
	margin-right: 0px;
	position: relative;
	display: block;
}

#dropdown_menu li a {
	display: block;
	padding: 12px 10px 12px 10px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}


#dropdown_menu li a:hover, #dropdown_menu li:hover a {
	background-color: #fecb00;
	color: #000;
	text-decoration: none;
}

#dropdown_menu li ul {
	z-index: 1;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: -9999px;
	background-color: #f8ebb8;
	border: 1px #fecb00 solid;
	padding: 5px 0px;
}

#dropdown_menu li ul li {
	padding: 0;
	margin: 0;
	float: none;
}

#dropdown_menu li ul li a {
	padding: 4px 10px;
	white-space: nowrap;
	display: block;
	font-size: 12px;
}

#dropdown_menu li:hover ul {
	left: 0;
}

#dropdown_menu li:hover ul li a {
	background-color: #f8ebb8;
	color: #000;
	text-decoration: none;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

#dropdown_menu li:hover ul li a {
	color: #000;
	text-decoration: none;
	border: 0px;
}

#dropdown_menu li:hover ul li a:hover {
	color: #000;
	text-decoration: underline;
}


#hltable {
	padding: 10px 10px 20px 10px;
}

#telo {
	float: right;
	width: 750px;
}

#left_box {	float: left;
	width: 200px;
}


.hlavicka {	background: #141414 url("/images/box-bg.png") repeat-x;
	height: 25px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;

	border-top: 0px #989798 solid;
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.hlavicka span {	display: block;
	padding: 5px 10px;
}

.hlavicka a {
    text-decoration: none;
	color: #fff;
}

.hlavicka a:hover {
    text-decoration: underline;
	color: #fff;
}


div#hledat {
	border: 1px #f1f1f1 solid;
	background-color: #f9f9f9;
	padding: 10px;
	margin-bottom: 10px;

	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

div#hledat input#search {
	width: 150px;
}


#zapati {
	background-color: #f8ebb8;
	margin-top: 15px;
	padding: 15px 20px 0px 20px;
}

#zapati a {
    color: #000;
}

#zapati a:hover {
    color: #000;
}

#zapati h3 {	font-size: 14px;
}

div.zapati-box {
	float: left;
	width: 660px;
}

div.zapati-box-end {
	float: right;
	width: 280px;
}


#footer_menu {
	margin-top: 10px;
    color: #000;
}

#footer_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer_menu ul li {
	display: inline-block;
	vertical-align: middle;
}

#footer_menu ul li.sep {
    padding: 0px 5px;
    color: #535353;
}


div#kategorie {
	background-color: #f9f9f9;
	border: 1px #f1f1f1 solid;
	padding: 5px;
	margin-bottom: 10px;

	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

div#kategorie span.plus, div#kategorie span.minus, div#kategorie span.normal {
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	top: 6px;
	left: 5px;
	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 {
	padding: 4px 0px 2px 0px;
	font-weight: bold;
	color: #000;
	font-size: 12px;
}

div#kategorie ul li a {
	display: block;
	min-height: 11px;
	_height: 11px;
	text-decoration: none;
	font-size: 12px;
	color: #000;
	padding: 2px 8px 2px 20px;
}

div#kategorie ul li ul li a {
	color: #444;
}

div#kategorie ul li a:hover {
	color: #d01415;
	text-decoration: underline;
}

div#kategorie a.selected {
	color: #d01415;
}

div#kategorie ul li ul li span.plus, div#kategorie ul li ul li span.minus, div#kategorie ul li ul li span.normal {
	left: 20px;
}

div#kategorie ul li ul li a {
	padding-left: 35px;
}

div#kategorie ul li ul li ul li span.plus, div#kategorie ul li ul li ul li span.minus, div#kategorie ul li ul li ul li span.normal {
	left: 35px;
}

div#kategorie ul li ul li ul li a {
	padding-left: 50px;
}

div#kategorie ul li ul li ul li ul li span.plus, div#kategorie ul li ul li ul li ul li span.minus, div#kategorie ul li ul li ul li ul li span.normal {
	left: 50px;
}

div#kategorie ul li ul li ul li ul li a {
	padding-left: 65px;
}

div#kategorie ul li ul li ul li ul li ul li span.plus, div#kategorie ul li ul li ul li ul li ul li span.minus, div#kategorie ul li ul li ul li ul li ul li span.normal {
	left: 65px;
}

div#kategorie ul li ul li ul li ul li ul li a {
	padding-left: 80px;
}


div#vyrobce-box {
	border: 1px #f1f1f1 solid;
	background-color: #f9f9f9;
	padding: 10px;
	margin-bottom: 10px;

	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

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;
}


div#onlineplatby {	padding-top: 10px;
}

#onlineplatby a {
	padding-right: 4px;
	padding-bottom: 4px;
}

div#snav {
    font-size: 11px;
    color: #648298;
    margin-bottom: 20px;
}

div#snav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#snav ul li {
	display: inline;
}

div#snav ul li.sep {
	margin: 0px 4px;
	color: #648298;
}

div#snav ul li a {
    color: #648298;
}

div#snav ul li a:hover {
    color: #000;
}


div.filtr {
	border: 1px #f3f3f3 solid;
	background-color: #f9f9f9;
    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 #f3f3f3 solid;
	background-image: url(/images/dot.gif);
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

#navigace {
	margin-top: 5px;
	border: 1px #f3f3f3 solid;
	background-color: #f9f9f9;
	padding: 6px 10px;
    font-size: 11px;
}

#navigace_leva {	float: left;
	width: 380px;
}

#navigace_prava {
	float: right;
	text-align: right;
	width: 250px;
}

#navigace td {
    font-size: 11px;
    color: #000;
}

#navigace select {
    font-size: 11px;
}

.navigacedb {
	border: 1px #f3f3f3 solid;
	background-color: #f9f9f9;
    font-size: 11px;
	padding: 6px 10px;
	margin-top: 5px;
}

.db_page {
	padding-top: 2px;
    font-size: 11px;
}

a.db {
	color: #000;
}

a:hover.db {
	color: #fecb00;
}

.db_leva {
	float: left;
}

.db_prava {
	text-align: right;
}

.db_leva a {
	padding: 2px 6px;
	border: 1px solid #f3f3f3;
	color: #000;
	font-size: 11px;
    text-decoration: none;
}

.db_leva a:hover {
	background-color: #f8ebb8;
	text-decoration: none;
	color: #000;
}

.db_leva a.db_page_active {
	font-weight: normal;
    color: #000;
	border: 1px solid #fecb00;
	background-color: #fecb00;
}


.prbox2 {
	float: left;
	width: 348px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
	border: 1px solid #f3f3f3;
	padding: 10px 10px 0px 10px;
}

.prbox2_index {
	float: left;
	width: 280px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #f3f3f3;
	border: 1px solid #f3f3f3;
	padding: 10px 10px 0px 10px;
}


.prbox2_text {
	overflow: hidden;
	height: 16px;
}

.prbox2_text h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

.prbox2_text h2 a {
	color: #000;
	text-decoration: none;
}

.prbox2_text h2 a:hover {
	color: #000;
	text-decoration: underline;
}

.prbox2_cena {
	color: #cc0304;
	font-weight: bold;
	font-size: 16px;
}

.prbox2_cena2 {
	color: #cc0304;
	font-size: 11px;
}

.prbox2_img {
	float: right;
	width: 100px;
	height: 100px;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin-left: 10px;
	position: relative;
}

.prbox2_img a {	display: block;
}

div.prbox2_sleva {
	background: url('/images/sleva2.gif') no-repeat;
	color: #fff;
	width: 82px;
	height: 25px;
	text-align: center;
	font-size: 11px;
	padding-top: 3px;
	left: 180px;
	top: 159px;
	position: absolute;
}

div.prbox2_sleva span.sleva_proc {	font-size: 16px;
	font-weight: bold;
}

div.prbox2_sleva3 {
	background: url('/images/sleva3.gif') no-repeat;
	color: #fff;
	width: 82px;
	height: 25px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;

	left: 180px;
	top: 159px;
	position: absolute;
}


div.prbox2_slevad {
	background: url('/images/sleva2.gif') no-repeat;
	color: #fff;
	width: 82px;
	height: 25px;
	text-align: center;
	font-size: 11px;
	padding-top: 3px;
	left: 2px;
	top: 2px;
	position: absolute;
}

div.prbox2_slevad span.sleva_proc {
	font-size: 16px;
	font-weight: bold;
}

div.prbox2_sleva3d {
	background: url('/images/sleva3.gif') no-repeat;
	color: #fff;
	width: 82px;
	height: 25px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
	left: 2px;
	top: 2px;
	position: absolute;
}

.prbox2_obsah {
	padding-right: 10px;
}

.prbox2_dostupnost {
	overflow: hidden;
	padding-top: 3px;
	height: 16px;
	color: #535353;
	font-size: 11px;
}

span.nedostupny {
	color: #999;
}

span.sklad {
	color: #39b800;
}

.prbox2_popis {
	overflow: hidden;
	padding-top: 3px;
	height: 67px;
	color: #666;
	font-size: 11px;
}

div.prbox2_sleva2d {
	position: absolute;
	background: url('/images/sleva.gif') no-repeat;
	color: #fff;
	left: 2px;
	top: 2px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
}

div.prbox2_sleva2d span.sleva_proc {
	display: block;
	padding-top: 2px;
	font-size: 16px;
	font-weight: bold;
}



.prcena {
	font-size: 11px;
	font-weight: bold;
}

div#tblporovnani table {
	border: 1px solid #f3f3f3;
}

div#tblporovnani td {
	font-size: 11px;
	padding: 4px 10px;
	background-color: #fff;
	border-left: 1px solid #f3f3f3;
}

div#tblporovnani td.legend {
	background-color: #f6f6f6;
	border-left: 0px;
}

div#tblporovnani td h2 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}


.ramecek2 {
    border: 1px #f3f3f3 solid;
}

th {
    background-color: #f6f6f6;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

tr.licha td, tr.suda td {
    border-top: 1px solid #f3f3f3;
    font-size: 11px;
}

tr.licha {
	background-color: #fcfcfc;
}

tr.tbcelkem {
	background-color: #f6f6f6;
}

tr.tbcelkem td {
	border-top: 1px solid #f3f3f3;
	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;
	position: relative;
}

#detail_img a {	display: block;
	width: 380px;
	height: 380px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.detail_img_akce {
	width: 66px;
	height: 66px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#detail_logo {
	text-align: center;
	padding: 10px 0px 5px 0px;
}


#detail_data {
	float: right;
	width: 340px;
}

#detail_data_data {
	border: 1px #f6f6f6 solid;
	padding: 2px;
}


#detail_table {}

#detail_table tr td.tlegend {
	width: 110px;
	font-size: 11px;
	padding-right: 10px;
	text-align: right;
}

#detail_table tr.tblicha td, #detail_table tr.tbsuda td {    border-bottom: 1px #f6f6f6 solid;
}

#detail_table tr.tblicha td {
	background-color: #fcfcfc;
}

#detail_table tr.tbsuda {	background-color: #fff;
}

#detail_table tr.tbcena {
	background-color: #fcfcfc;
}



.nasecena {
	color: #cc0304;
	font-size: 20px;
	font-weight: bold;
}

.nasecena span.popis {
	font-size: 14px;
	font-weight: normal;
}

.cenadph {
	color: #cc0304;
	font-size: 10px;
}

.cenadph2 {
	color: #000;
	font-size: 11px;
}

.cenadph3 {
	color: #cc0304;
	font-size: 14px;
	font-weight: bold;
}

.cervena {
    color: #cc0304;
}

.poplatektext {	font-size: 10px;
	text-align: center;
	color: #f2855b;
}

#fotogal {
	padding-top: 10px;
}

#fotogal a {
	float: left;
	display: block;
	background-color: #fff;
	border: 1px #e3e3e3 solid;
	width: 86px;
	height: 86px;
	margin-right: 7px;
	margin-bottom: 7px;
}

#fotogal a:hover {
	border: 1px #999 solid;
}

.detail_popis {	margin-top: 10px;
	text-align: justify;
	color: #000;
}

div#detail_param {}

div#detail_param td {
	padding: 4px 50px 4px 0px;
	font-size: 11px;
}

.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: #336699;
}

.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;
}

#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: #141414 url("/images/box-bg.png") repeat-x;
	height: 25px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	margin: 10px 0px;
}

.odstavec h2 {
	font-size: 12px;
	color: #fff;
	display: block;
	margin: 0px;
	padding: 4px 10px;
}

.odstavec h2 a {
    text-decoration: none;
	color: #fff;
}

.odstavec h2 a:hover {
    text-decoration: underline;
	color: #fff;
}


.obsah_box_obsah {
	color: #000;
	border: 1px #f3f3f3 solid;
	background-color: #f9f9f9;
	padding: 10px;
	margin-top: 5px;
}


ol.top5 {
	padding: 10px 0px;
	list-style-type: none;
	margin: 5px 0px 10px 0px;
	border: 1px solid #f1f1f1;
	background: #fff url("/images/footer-box.png") repeat-x left bottom;
}

ol.top5 li {
	float: left;
	display: block;
	width: 118px;
	text-align: center;
	margin-right: 6px;
	font-size: 11px;
	text-align: center;
}

ol.top5 li a.aimg {
	display: block;
	border: 3px solid #f1f1f1;
	background-color: #fff;
	-moz-border-radius: 6px;
	-khtml-border-bottom: 6px;
	-webkit-border-bottom: 6px;
	border-radius: 6px;

	width: 88px;
	height: 88px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}

ol.top5 li a.aimg img {	margin-top: 4px;
}

ol.top5 li div.anazev {
	height: 30px;
	overflow: hidden;
}

ol.top5 li span {	color: #cc0304;
}

ol.top5 li a {
	text-decoration: none;
	color: #000;
}

ol.top5 li a:hover {
	text-decoration: underline;
	color: #000;
}


ul.katlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top: 15px;
}

ul.katlist li {
	float: left;
	display: block;
	width: 90px;
	height: 108px;
	text-align: center;
	overflow: hidden;
	margin-right: 3px;
	margin-bottom: 5px;
	font-size: 11px;
}

ul.katlist li a.kimg {
	background: url("/images/kat_bg.gif") no-repeat center;
	width: 90px;
	height: 75px;
	margin-bottom: 2px;
	display: table-cell;
	vertical-align: middle;
}

ul.katlist li a.kimg img {	margin-top: 4px;
}





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: #139dcb;
}

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: 6px;
	padding: 0px 4px;
	font-size: 11px;
	clear: both;
}

#hodnoceni div {
	float: left;
}

#hodnoceni div.hlastext {
	padding: 2px;
}

#hodnoceni ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 85px;
	height: 16px;
	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: 16px;
	z-index: 1;
}

#hodnoceni ul li a {
	display: block;
	width: 17px;
	height: 16px;
	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: 17px;
}
#hodnoceni ul li a.hod2 {	left: 17px;
}
#hodnoceni ul li a.hod2:hover {	left: 0px;
	width: 34px;
}
#hodnoceni ul li a.hod3 {	left: 34px;
}
#hodnoceni ul li a.hod3:hover {	left: 0px;
	width: 51px;
}
#hodnoceni ul li a.hod4 {	left: 51px;
}
#hodnoceni ul li a.hod4:hover {	left: 0px;
	width: 68px;
}
#hodnoceni ul li a.hod5 {	left: 68px;
}
#hodnoceni ul li a.hod5:hover {	left: 0px;
	width: 85px;
}


div#bazar div.bazar-box {
	margin-bottom: 13px;
	border: 1px solid #f1f1f1;

	-moz-border-radius: 6px;
	-khtml-border-bottom: 6px;
	-webkit-border-bottom: 6px;
	border-radius: 6px;
}

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 {
	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 {
	width: 100%;
    background: #e6e6e6 url("/images/upozorneni_bg.gif") repeat-y;
	margin-bottom: 10px;
}

div#upozorneni div.text {
	padding: 0px 8px;
}

div#upozorneni div.top {
    background: #cd0000 url("/images/upozorneni_head.gif") no-repeat;
    height: 43px;
}

div#upozorneni div.end {
    background: url("/images/upozorneni_footer.gif") no-repeat;
    height: 89px;
}


.darkyimg {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px #e3e3e3 solid;
	padding: 10px;
}

.darkyimg:hover {
	border: 1px solid #000;
}



#frmskladem input {
	margin-left: 10px;
	margin-top: 6px;
}

#frmskladem label {
	cursor: pointer;
	padding-left: 4px;
	color: #7aa22b;
}

#frmskladem label:hover {
	text-decoration: underline;
}


#sledovani_zasilek {	padding: 10px;
	font-size: 11px;
}

#sledovani_zasilek input {
	font-size: 11px;
}

#sledovani_zasilek-form {
	padding: 10px;
	background-color: #f9f9f9;
	width: 340px;
}

#sledovani_zasilek-vysledek {	margin-top: 15px;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
}


#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;
}


#kosik-box {	padding: 10px;
	font-size: 11px;
}

#kosik-box table tr td {	font-size: 10px;
}


.nepritomnost {	padding: 10px;
	margin: 10px 0px;
	color: #000;
	background-color: #f6e8e4;
	border: 1px solid #e9948e;
	font-weight: bold;
	font-size: 16px;
}


.kosik_img {
	float: left;
	background-color: #fff;
	border: 1px #f3f3f3 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;
	padding: 0px 10px;
	font-size: 11px;
}

div#rozsah_cen table tr td, div#rozsah_cen table tr td input {	font-size: 11px;
}

div#rozsah_cen table tr td.slider_box {	padding: 0px 15px;
}

div#rozsah_cen div#slider-range {	width: 200px;
	font-size: 10px;
}

div#rozsah_cen input#cena_text {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 200px;
	color: #000;
	font-size: 12px;
}

.facebook-like {
	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 #e3e3e3 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: 165px;
	margin-right: 15px;
	margin-bottom: 4px;
}


.ui-tabs-panel {
	background-color: #fff;
}


#ikony-hlavni {
	padding: 10px;
	font-size: 11px;
}

#ikony-hlavni div.ico {
	float: left;
	padding: 5px 15px 0px 0px;
}

#ikony-hlavni a {
	text-decoration: none;
}

#ikony-hlavni a:hover {
    text-decoration: underline;
}

#ikony div {
	float: left;
	padding: 5px 15px 0px 0px;
}


.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;
}

.selpost label {
	float: left;
	width: 400px;
	cursor: pointer;
}

.selpost span.selvcena {
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	font-weight: bold;
}

.selpost span.selvpopis {
	display: block;
	clear: both;
	font-size: 11px;
	color: #888;
	margin-left: 24px;
}

.selpost span.selvpopis img {
	margin-top: 4px;
}

.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;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#mnkos li span.active {
	background-color: #7f7f7f;
	color: #fff;
}

#mnkos li a {
    color: #000;
    text-decoration: none;
}

#mnkos li a:hover {
	background-color: #c6c6c6;
	color: #000;
    text-decoration: none;
}


#sledovani_zasilek, #sledovani_zasilek input, #sledovani_zasilek select {
	font-size: 12px
}

#sledovani_zasilek input[type='text'] {
	width: 165px;
}

#sledovani_zasilek select {	width: 170px;
}