body, li, a, table, input, textarea, select {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #d9e6f2;
	text-align: center;
	margin: 0;
}
a img {
	border: none;
}
hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #333;
	clear: both;
}
p {
	font-weight: normal;
}
p.upozorneni {
	color: #FF0000;
}
#strana {
	margin: 0 auto;
	width: 900px;
	background: transparent url('/img/bg-strana.gif') 0 0 repeat-y scroll;
}
.strana-obsah {
	margin: 0 35px;
	text-align: left;
	/*position: relative;
*/
}
.strana-spodek {
	width: 870px;
	height: 30px;
	line-height: 30px;
	padding-right: 30px;
	background: #D9E6F2 url('/img/bg-strana-spodek.gif') 0 0 no-repeat scroll;
	color: #777;
	text-align: right;
}
.strana-spodek a {
	color: #777;
}
.hlavicka {
	height: 295px;
	background: transparent url('/img/bg-hlavicka.jpg') 0 125px no-repeat scroll;
	position: relative;
}
a.logo {
	position: absolute;
	top: 0;
	left: 22px;
}
/** * */
div.sl-pravy {
	float: right;
	width: 605px;
}
div.sl-levy {
	width: 200px;
}
.wrap, .strana-spodek {
	clear: both;
}
h1 {
	margin: 10px 0 0 0;
	padding: 13px 0 13px 30px;
	color: #dc161e;
	background: transparent url('/img/odrazka-kolecko.gif') 0 50% no-repeat scroll;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	color: #dc161e;
}
.novinky h4 {
	margin: 0px 0 14px 0px;
	padding: 0 0 0 15px;
	color: #252525;
	font-weight: bold;
	font-size: 12px;
	border-left: 2px solid #dc161e;
	clear: none;
}
h4 {
	clear: both;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
/** * SEZNAMY */
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.top-menu {
	float: right;
	clear: both;
	display: block;
	height: 28px;
	text-align: right;
}
ul.top-menu li {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 10px 0 11px;
	background: #fff url('/img/delim-top.gif') 100% 0 no-repeat scroll;
}
ul.top-menu li.posledni {
	background-image: none;
	padding-right: 0;
}
ul.top-menu li a {
	color: #898989;
	text-decoration: none;
	font-size: 9px;
}
ul.top-menu li a:hover {
	color: #267cc5;
	text-decoration: underline;
}
ul.menu {
	display: block;
	height: 25px;
	width: 100%;
	text-align: right;
	position: absolute;
	top: 43px;
	right: 0;
}
ul.menu li {
	width: 133px;
	float: right;
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 0 0 2px 2px;
	padding-top: 15px;
	text-align: center;
}
ul.menu li.selected, ul.menu li:hover {
	margin-top: 5px;
	padding-top: 15px;
	background: #dc161e url('/img/bg-menu-selected.gif') 0 0 no-repeat scroll;
	padding-bottom: 2px;
}
ul.menu li a {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background-color: #2269c4;
	border-top: 5px solid #4e87d0;
	display: block;
}
ul.menu li.selected a, ul.menu li:hover a {
	background-color: #dc161e;
	border: none;
}
ul.menu li ul {
	position: absolute;
	right: 0;
	display: none;
	width: 100%;
	width: 830px;
	height: 30px;
	margin: 2px auto 0;
	background-color: #dc161e;
}
ul.menu li:hover ul, ul.menu li.selected ul {
	display: block;
}
ul.menu li:hover ul {
	z-index: 3;
}
ul.menu li.selected ul {
	z-index: 2;
}
ul.menu li ul li, ul.menu li ul li:hover, ul.menu li ul li.selected {
	text-align: center;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	width: auto;
	height: 30px;
	line-height: 30px;
	border: none;
	background-image: none;
}
ul.menu li ul li a {
	font-weight: normal;
	font-family: Arial;
	padding: 0 9px;
	background: transparent url('/img/delim-menu.gif') 100% 0 no-repeat scroll;
}
ul.menu li ul li.prvni a, ul.menu li ul li.prvni a:hover {
	background-image: none;
}
ul.menu li ul li a.selected, ul.menu li ul li a:hover {
	text-decoration: underline;
}
ul.nav-drobecky {
	margin: 5px 0 0 5px;
}
ul.nav-drobecky li {
	display: inline;
	color: #898989;
}
ul.nav-drobecky li a {
	text-decoration: underline;
	color: #898989;
}
ul.paticka li {
	display: inline;
	margin: 0 8px 0 0;
	padding: 0 9px 0 0;
	border-right: 1px solid #959595;
	white-space: nowrap;
}
ul.paticka li.posledni {
	margin: 0;
	padding: 0;
	border: none;
}
ul.paticka li a {
	color: #dc161e;
	font-size: 10px;
}
ul.paticka li a:hover {
	color: #267cc5;
}
div.obsah ul, div.obsah ol {
	padding-left: 40px;
	list-style-type: square;
	line-height: 150%;
}
div.obsah ol {
	list-style-type: lower-alpha;
}
div.mapa ul {
	list-style-type: square;
	color: #dc161e;
}
div.mapa ul li {
	line-height: 150%;
}
div.mapa ul li a {
	color: #dc161e;
}
div.mapa ul li ul li, div.mapa ul li ul li a {
	color: #2269C4;
}
/** * NOVINKY */
div.novinky {
	width: 200px;
	margin: 0;
	padding: 14px 10px 0 10px;
	background-color: #ecefef;
	border-bottom: 1px solid #fff;
}
div.novinky h3 {
	margin: 13px 0 15px;
	padding-left: 20px;
	font-size: 10px;
	background: transparent url('/img/odrazka-sipka.gif') 2px 50% no-repeat scroll;
}
div.novinky h3 a {
	color: #bd161e;
}
div.novinka {
	margin: 10px 0px 0 0px;
	border-bottom: 1px solid #fff;
}
div.novinka h3 {
	margin: 0;
}
div.novinka h3 a {
	color: #dc161e;
	font-size: 10px;
}
div.novinka img {
	float: left;
	margin-right: 12px;
	border: 1px solid #cccccc;
}
div.novinka span.datum {
	color: #818181;
}
div.novinka p {
	color: #131313;
	font-size: 10px;
	line-height: 130%;
}
/** *PRAVY SLOUPEC */
div.obsah {
	margin-top: 10px;
	border-top: 1px solid #ecefef;
	padding: 0 5px 0px;
}
div.obsah h2 {
	margin: 2em 0 0 0;
	color: #2269C4;
	font-size: 15px;
	clear: both;
}
div.obsah h2.produkt {
	border: 1px solid silver;
	background-color: #E9E6E9;
	padding: 10px;
}
div.obsah h3 {
	clear: both;
}
div.obsah h2 a {
	color: #2269C4;
}
div.obsah p {
	color: #303030;
	margin: 11px 0 11px 0;
	line-height: 150%;
}
div.obsah p.small {
	font-size: 10px;
}
div.obsah p img {
	float: left;
	margin: 0 20px 10px 0;
}
div.obsah p img.right {
	float: right;
	margin: 0 0 10px 20px;
}
div.obsah p a, div.obsah li a, p a {
	color: #dc161e;
}
div.hlavni-sortiment {
	clear: both;
	margin: 0;
	padding: 2px;
	height: 106px;
}
div.hlavni-sortiment img {
	float: left;
	margin-left: 2px;
}
div.ramecek, div.ramecek2 {
	clear: both;
	background-color: #ecefef;
	margin: 15px 2px 0 4px;
	padding: 15px;
}
div.ramecek2 {
	border: 1px solid #2C68C3;
	background-color: #E3E8EB;
}
div.ramecek2 h2 a {
	color: #2269C4;
	font-size: 13px;
}
div.ramecek h2 {
	margin: 0;
	padding: 0;
	color: #dc161e;
	font-size: 16px;
	font-weight: normal;
}
div.ramecek h3 {
	font-size: 15px;
}
div.ramecek li {
	line-height: 130%;
	margin-bottom: 5px;
}
div.paticka {
	margin: 10px 0 0 0;
	padding: 20px 0;
	border-top: 1px solid #ecefef;
}
/** * slevovy kupon */
div.kupon {
	float: left;
	width: 140px;
	height: 121px;
	margin: 0 15px 15px 0;
	padding: 15px 30px;
	background: transparent url('/img/bg-kupon.gif') 0 0 no-repeat scroll;
}
div.kupon span {
	display: block;
}
div.kupon span.kupon {
	color: #c9010f;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 13px;
}
div.kupon span.castka {
	color: #010101;
	margin: 15px 0;
	font-weight: bold;
	font-size: 18px;
}
div.kupon span.popis {
	color: #0f1577;
}
/** *produkt */
div.produkt {
	border: 1px solid silver;
	margin: 0 0 10px 0;
	padding: 0px;
	position: relative;
}
div.produkt div.produkt-obsah {
	margin: 25px 10px 10px;
}
div.produkt div.nazev {
	width: 400px;
}
div.nazev span {
	display: block;
}
div.produkt span.vyrobce {
}
div.produkt span.typ {
	font-size: 14px;
	font-weight: bold;
}
div.produkt div.sklad {
	float: right;
	margin-top: 11px;
	width: 150px;
	color: red;
	font-size: 14px;
	font-weight: bold;
}
div.produkt p img {
	margin-bottom: 0;
}
div.produkt a.zeptejte-se {
	background-color: silver;
	position: absolute;
	left: 0;
	top: 0;
	color: #BD161E;
	padding: 5px;
	font-weight: bold;
}
.skladem {
	/*color: #008C00;
*/
}
div.ceny {
	margin: 0;
	clear: both;
	height: 40px;
}
div.vase, div.doporucena {
	float: right;
	width: 200px;
	font-size: 11px;
}
div.vase {
	color: red;
}
div.vase div {
	font-size: 24px;
	font-weight: bold;
}
div.doporucena div {
	font-size: 16px;
	text-decoration: line-through;
}
/** *  formulare */
form, fieldset {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}
legend {
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
	font-weight: bold;
}
label {
	display: block;
	margin: 0 5px 5px 0;
	/*height: 20px;
*/
	line-height: 20px;
}
label span {
	float: left;
	width: 20%;
	height: 20px;
	line-height: 20px;
	text-align: right;
	padding: 0 5px 0 0;
}
.produkt form {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 100%;
	width: 100%;
	background: transparent url('/img/bg-semitransparent.png') 0 0 repeat scroll;
}
.produkt form.ukaz {
	display: block;
}
.produkt form fieldset {
	width: 80%;
}
.produkt form label {
	height: auto;
}
.produkt form input.text, .produkt form textarea, input.text, textarea {
	width: 50%;
}
.produkt form textarea {
	height: 3em;
}
.form {
	border: 1px solid silver;
	padding: 10px;
}
.form fieldset.posRel {
	position: relative;
	margin-bottom: 10px;
}
.form fieldset.posRel label {
	padding-top: 2px;
}
.form fieldset.posRel label, .form fieldset.posRel input, .form fieldset.posRel select, .form fieldset.posRel textarea {
	position: absolute;
}
.form label {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: normal;
}
form#objednavka {
	width: 100%;
	height: 100%;
	display: none;
	background: transparent url('/img/bg-semitransparent.png') 0 0 repeat scroll;
	text-align: left;
}
div.sluzba {
	margin: 10px 0 10px 0;
	background-color: #DC161E;
	padding: 1px;
}
div.sluzba div.inner {
	background-color: #ECEFEF;
	margin: 0px;
	padding: 15px;
}
div.sluzba h2 {
	margin: 0 0 1em 0;
	clear: none;
}
div.sluzba img {
	float: right;
	margin: 0 0 10px 10px;
}
div.sluzba p {
	margin: 0;
}
/** * tabulky */
table.data {
	width: 563px;
	margin-top: 1em;
	border-collapse: collapse;
}
table.data th {
	border-bottom: 1px solid black;
}
table.data td {
	border-bottom: 1px solid silver;
	padding: 3px;
}
table.cols2 td {
	width: 50%;
}
td {
	vertical-align: top;
}
td.cena, td.cena2, div.cena, span.cena {
	text-align: right;
	color: #DC161E;
	font-weight: bold;
}
div.cenaprodukt {
	text-align: left;
	font-weight: bold;
	font-size: 15px;
}
tr.vyrazny td {
	background-color: #a6caf0;
}
td.cena2 {
/*	text-align: center;*/
	padding-right: 50px !important;
}
.objednavky {
	float: right; 
	display: block; 
	height: 20px; 
	line-height: 20px; 
	color: blue;
}