html {
	overflow: -moz-scrollbars-vertical;
	font: normal 12px Arial, Helvetica, sans-serif;
}

body {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	background: #fff;
	color: #000;
}

a img {
	border: 0px;
}

div.clear, .clear {
	clear: both;
	width: 100%;
}

div.clear hr {
	display: none;
}

hr {
    color: #ccc;
    height: 1px;
    border-width: 0px;
    background-color : #ccc;
	clear: both;
}

p {
    margin-top: 8px;
    margin-bottom: 8px;
}

h1, h2, h3, h4, h5 {
    margin-top: 4px;
    margin-bottom: 4px;
}

h1 {
    font-size: 20px;
    margin-bottom: 15px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}


form {
	margin: 0px;
}

input, textarea, select {
	font: normal 12px Arial, Helvetica, sans-serif;
}


/* center */
div#center-box {
	margin: 0px auto;
	width: 900px;
	position: relative;
}



/* Hlavní */
div#body-box {
	width: 760px;
	position: relative;
}


/* Hlavička */
div#head-box {
	width: 100%;
	height: 82px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/images/head-box.gif') no-repeat;
}

ul#menu {
	text-align: right;
	margin: 0px;
	padding-top: 60px;
	padding-right: 10px;
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
}

ul#menu li {
	display: inline;
	margin-left: 12px;
}

ul#menu li a {
	color: #d33b1b;
}

ul#menu li a:hover {
	color: #00359a;
}


/* Hledání */
div#search-box {
	width: 100%;
	height: 64px;
	background: #e3edf6 url('/images/search-box.gif') no-repeat;
	position: absolute;
	left: 0px;
	top: 82px;
}

div#search-box form {
	padding: 12px 0px 6px 175px;
}

div#search-box input#q {
	width: 290px;
}

div#search-box select {
	width: 190px;
}

div#search-box input#submit {
	background-color: #d33b1b;
	border-bottom: 1px solid #a51e00;
	border-right: 1px solid #a51e00;
	border-top: 1px solid #ff614d;
	border-left: 1px solid #ff614d;
	color: #fff;
	font-weight: bold;
	width: 70px;
	height: 20px;
}


div#telo-box {
	margin-top: 150px;
}

/* Levý sloupec */
div#left-box {
	float: left;
	margin-top: 150px;
	width: 160px;
	font-size: 11px;
}

div#left-box h3 {
	color: #d33b1b;
	font-style: italic;
	font-size: 14px;
}

ul#kategorielist {
	font-size: 11px;
	list-style-type: none;
	margin: 10px 0px 20px 0px;
	padding: 0px;
}

ul#kategorielist li {
	margin-top: 4px;
	background: url('/images/li.gif') left center no-repeat;
	padding-left: 10px;
}

ul#kategorielist li a {
	color: #000;
}

ul#kategorielist li a.aktivni {
	color: #d33b1b;
	font-weight: bold;
}

ul#kategorielist li a:hover {
	color: #d33b1b;
}


/* Pravý sloupec */
div#right-box {
	float: right;
	width: 600px;
	margin-top: 150px;
}

div#obsah {
	padding: 0 15px;
}

div#obsah h1, .nadpis {
	color: #d33b1b;
	font-size: 22px;
	font-weight: bold;
}

div#obsah h2 {
	color: #d33b1b;
	clear: both;
	font-size: 16px;
	margin-top: 0px;
}

ul#vypis h2 {
	color: #d33b1b;
	clear: both;
	font-size: 14px;
	margin-top: 0px;
	text-align: left;
}

div#obsah a, div#left-box a {
	color: #d33b1b;
}

div#obsah a:hover, div#left-box a:hover {
	color: #00359a;
}

div#obsah em, .note {
	font-size: 11px;
	color: #78b5e5;
	font-style: normal;
}

ul#vypis {
	padding: 10px 0px;
	margin: 0px;
	list-style-type: none;
}

ul#vypis li {
	clear: both;
	margin-bottom: 10px;
}

ul#vypis li p {
	text-align: justify;
}


ul#vypis li a.nahled {
	float: left;
	background: url('/images/nahled-loading.gif') no-repeat;
	width: 134px;
	height: 104px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

ul#vypis li a.nahled img {
	padding: 5px;
}


ul#vypis li p {
	margin-top: 4px;
	margin-bottom: 4px;
}

ul#vypis li div {
   	width: 415px;
	float: right;
	margin-bottom: 20px;
}

ul#vypis li a.url {
	padding-right: 12px;
	background: url('/images/target-blank.gif') right top no-repeat;
	color: #00359a;
}

div#obsah a.url {
	padding-right: 12px;
	background: url('/images/target-blank.gif') right top no-repeat;
}

ul#vypis li a.url:hover {
	color: #d33b1b;
}

div#obsah div#detailimg {
	float: right;
	background: url('/images/nahled-loading.gif') no-repeat;
	width: 140px;
	margin: 10px;
	padding: 0px;
}

div#obsah div#detailimg img {
	padding: 5px;
}

div#obsah div#detailimg img {
	padding: 5px;
}


div#obsah .certifikat {
	padding: 4px;
}


/* footer */
div#zapati {
	border-top: 1px solid #cfdbe7;
	margin-top: 20px;
}

div#zapati ul {
	margin: 0px;
	padding: 0px;
}

div#zapati ul li {
	display: inline;
    padding: 0px 6px;
}


div#footer {
	padding-top: 10px;
	color: #aaa;
	font-size: 10px;
	text-align: center;
}

div#footer a {
	color: #aaa;
	text-decoration: none;
}

div#footer a:hover {
	color: #333;
	text-decoration: underline;
}

/* Copyright */
div#copyright {
	padding-top: 10px;
	color: #6793b8;
	font-size: 11px;
	text-align: center;
}

div#copyright a {
	color: #6793b8;
}

div#copyright a:hover {
	color: #336699;
}


div.registrace {
	border: 1px solid #d5dadd;
	background-color: #eef6fd;
	padding: 14px;
}

div.registrace label.frm {
	float: left;
	width: 170px;
}

div.registrace br {
	display: block;
	margin-bottom: 2px;
}

div.registrace label.chb:hover {
	text-decoration: underline;
}


.req {
	font-weight: bold;
}

.err {
	color: #d33b1b;
	background-color: #f6e8e4;
	border: 2px solid #e9948e;
	padding: 15px;
}

div#email-form {
	border: 1px solid #d5dadd;
	background-color: #eef6fd;
	padding: 14px;
}

div#email-form label {
	float: left;
	width: 160px;
}

div#email-form br {
	display: block;
	margin-bottom: 2px;
}

img#f_kodimg {
	border: 1px solid #7f9db9;
}

div#login-form {
	width: 330px;
	border: 1px solid #d5dadd;
	background-color: #eef6fd;
	padding: 14px;
}

div#login-form label {
	float: left;
	width: 125px;
}

div#login-form br {
	display: block;
	margin-bottom: 2px;
}


ul#zbozi {
	padding: 10px 0px;
	margin: 0px;
	list-style-type: none;
}

ul#zbozi li {
	clear: both;
	margin-bottom: 10px;
	text-align: justify;
}

ul#zbozi li a.nahled {
	float: left;
	background: url('/images/nahled-loading.gif') no-repeat;
	width: 134px;
	height: 104px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

ul#zbozi li a.nahled img {
	padding: 5px;
}


ul#zbozi li p {
	margin-top: 4px;
	margin-bottom: 4px;
}

ul#zbozi li div {
   	width: 415px;
	float: right;
	margin-bottom: 20px;
}

ul#zbozi li a.url {
	padding-right: 12px;
	background: url('/images/target-blank.gif') right top no-repeat;
	color: #00359a;
}

ul#zbozi li a.url:hover {
	color: #d33b1b;
}

ul#zbozi h2 {
	color: #d33b1b;
	clear: both;
	font-size: 14px;
	margin-top: 0px;
	text-align: left;
}


ul#vypiszbozi {
	padding: 0px 0px;
	margin: 0px;
	list-style-type: none;
}

ul#vypiszbozi p {
	font-size: 11px;
	text-align: justify;
}

.tucne {
	font-weight: bold;
}

div#ikony {
	text-align: center;
	padding: 10px 0px;
}


#uvod {
	background: url('/images/head-box.gif') no-repeat;
	width: 440px;
	height: 82px;
	display: block;
	float: left;
}

#popis {
	width: 400px;
	text-align: justify;
}



div#db_page {
	clear: both;
	padding: 10px 0px 30px 0px;
	color: #27649a;
	font-size: 11px;
}

div#db_page ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#db_page ul li {
	float: left;
	display: block;
	width: 25px;
	height: 20px;
	margin-right: 6px;
}

div#db_page ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
}

div#db_page ul li a.normal {
	border: 1px solid #79a8d4;
	background-color: #caddef;
	color: #27649a;
}

div#db_page ul li a.normal:hover {
	background-color: #79a8d4;
	color: #fff;
}

div#db_page ul li a.active {
	border: 1px solid #e24900;
	background-color: #e24900;
	color: #fff;
}


div.reklama-horizontal, li.reklama-horizontal {
	margin: 10px 0px;
}

div#reklama-vertical {
	position: absolute;
	left: 780px;
	top: 82px;
	width: 160px;
	height: 600px;
}

div#svatek {
	margin: 10px 0px;
	padding: 10px 10px;
	background-color: #f8fafd;
	border: 1px solid #e3edf6;
}

div#rss {
	margin: 10px 0px;
	padding: 0px 10px;
	background-color: #f8fafd;
	border: 1px solid #e3edf6;
}

div#rss ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#rss ul li {
	padding-top: 10px;
}

div#rss ul li p {
	text-align: justify;
}

div#rss p.rsszdroj {
	color: #6793b8;
	font-size: 11px;
}


div#odkazy_top {
	font-size: 11px;
    background: #fff url("/images/odkazy-bg.png") repeat-x bottom;
	color: #888;
	text-align: center;
}

div#odkazy_top div {
    background: url("/images/odkazy-text.png") no-repeat left bottom;
	margin-left: 10px;
	padding: 11px 10px;
}

div#odkazy_top ul {
	margin: 0px;
	padding: 0px;
	margin-left: 70px;
}

div#odkazy_top ul li {
	display: inline;
    padding-right: 15px;
}

div#odkazy_top a {
	color: #888;
}

div#odkazy_top a:hover {
    color: #000;
}



div#prodejny  {
	margin: 20px 0px;
}

div#prodejny ul {
	margin: 0px;
	padding: 0px;
}

div#prodejny ul li {
	display: block;
	float: left;
    width: 180px;
    height: 150px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#prodejna-logo {
	width: 210px;
	float: left;
	margin-bottom: 20px;
}


div#letaky div.letak {
	float: left;
    width: 180px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#letaky div.letak img {
	border: 1px solid #ededed;
}

div#letaky div.letak img:hover {
	border: 1px solid #e24900;
}

div#letaky div.letak p {
	font-size: 11px;
	margin-top: 2px;
}


table.table {
	border: 1px solid #e3edf6;
}

table.table tr th {
	background-color: #e3edf6;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

table.table tr.licha {
	background-color: #f8fafd;
}

table.table tr.suda {
	background-color: #fff;
}


.xmlOK {
	font-weight: bold;
	color: #339966;
}

.xmlERR {
	font-weight: bold;
	color: #cc3300;
}


div#hlfilter {
	margin: 10px 0px;
	padding: 10px;
	background-color: #f8fafd;
	border: 1px solid #e3edf6;
}

div#hlfilter label:hover {
	text-decoration: underline;
	cursor: pointer;
}

.cena {
	font-size: 18px;
	color: #d33b1b;
}

div#obsah em.label {
	float: left;
	width: 70px;
}

div#obsah br.label {
	display: block;
}

.skladem {
	color: #008000;
}