@charset "utf-8";

/* CSS Document */
* {
	border: 0;
	padding: 0;
	margin: 0;
}

html {
	overflow-y: scroll;
}

.left {
	float: left;
}

.right {
	float: right;
}

.reset {
	clear: both;
}

.center {
	text-align: center;
}

ul li {
	list-style: none;
}

body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.3;
	background-color: #f0f0f0;
}

input,textarea,select {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.3;
}

.orez {
	width: 980px;
	margin: auto;
}

.bottom-line,.top-line {
	background-image: url('../images/layout/background-top.png');
	background-repeat: no-repeat;
	background-position: top center;
	height: 7px;
	margin-top: 13px;
}

.bottom-line {
	background-image: url('../images/layout/background-bottom.png');
	margin: 0px 0px 13px 0px;
}

.bottom-line .orez,.top-line .orez {
	height: 7px;
	background-image: url('../images/layout/background-top-crop.png');
}

.bottom-line .orez {
	background-image: url('../images/layout/background-bottom-crop.png');
}

.main-line {
	background-image: url('../images/layout/background-main.png');
	background-repeat: repeat-y;
	background-position: top center;
}

.main-line .orez {
	background-color: white;
}

.header {
	background-image: url('../images/layout/motiv.png');
	background-repeat: no-repeat;
}

#logo {
	float: left;
	margin: 30px 0px 0px 30px;
}

#logo IMG {
	display: block;
}

.header .box {
	float: right;
	font-size: 11px;
	padding: 20px 0px 0px 0px;
	height: 60px;
}

.header .box a {
	color: #000;
	text-decoration: none;
	margin: 0px 5px;
}

.header .box a:hover {
	text-decoration: underline;
}

.header .text {
	clear: right;
	float: right;
	padding: 5px 0px 8px 0px;
}

.header .text p {
	font-style: italic;
	color: #8e8e8d;
	font-size: 20px;
	display: block; +
	width: 350px; /* IE7 HACK */
}

#search-input {
	border: 1px solid black;
	background-image: url('../images/layout/search-input.png');
	background-repeat: repeat-x;
	color: #767676;
	font-size: 11px;
	padding: 1px 5px;
	width: 130px;
	float: left;
}

#search-submit {
	width: 26px;
	height: 20px;
	background-image: url('../images/layout/search-submit.png');
	cursor: pointer;
	float: left;
}

.srovnej {
	padding: 2px 15px 0px 0px;
}

.header .box .flags {
	padding-left: 15px;
}

.header .box .flags a {
	display: block;
	float: left;
	margin: 0px 0px 0px 5px;
}

.flags IMG {
	display: block;
}

.menu {
	background-image: url('../images/layout/menu-submenu.png');
	background-repeat: repeat-x;
	height: 49px;
	margin-bottom: 10px;
}

.menu .ul {
	display: block;
	position: absolute;
	width: 900px;
}

.menu .ul .li {
	float: left;
}

.menu .ul .li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 6px 20px;
	background-image: url('../images/layout/menu-span.png');
	background-position: right center;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

.menu .ul .li a:hover {
	color: #86bfe0;
}

.menu .ul .active_parent a,.menu .ul .active a {
	color: #86bfe0;
	font-weight: bold;
}

.menu .ul .li.last a {
	background-image: none;
}

.menu .ul .ul {
	display: none;
}

.menu .ul .active_parent .ul,.menu .ul .active .ul {
	display: block;
	position: absolute;
	left: 0px;
}

.menu .ul .ul .li a {
	text-transform: none;
	padding: 2px 20px;
	color: black;
	font-weight: normal;
	font-size: 11px;
	background-image: url('../images/layout/submenu-span.png');
}

.menu .ul .ul .li a span {
	
}

.menu .ul .ul .last a {
	background-image: none;
}

.footer {
	margin-top: 10px;
	border-top: 1px solid #b2b2b2;
}

.footer p {
	text-align: right;
	font-size: 11px;
	color: #b2b2b2;
	padding: 5px 10px;
}

.footer p a {
	color: #b2b2b2;
	text-decoration: none;
}

.footer p a:hover {
	text-decoration: underline;
}

.drobeckovka {
	padding: 0px 0px 0px 20px;
	font-size: 11px;
	color: #808080;
}

.drobeckovka a {
	text-decoration: none;
	color: #808080;
}

.droeckovka a:hover {
	text-decoration: underline;
}

.submenu {
	float: right;
	width: 200px;
	min-height: 100px;
}

.vnitrek {
	float: left;
	width: 770px;
}

.pdfka {
	background-color: #bfddef;
	margin-bottom: 10px;
	padding: 10px;
}

.pdfka p {
	color: #0077bc;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
}

.pdfka li {
	background-image: url('../images/layout/arrow.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 0px 0px 3px 20px;
}

.pdfka li.arrow-down { background-image: url('../images/layout/arrow-down.png'); }

.pdfka li a {
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.pdfka li a:hover {
	text-decoration: underline;
}

.element {
	display: block;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	text-decoration: none;
	line-height: 1.1;
}

.element .nadpis {
	display: block;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.element .text {
	color: white;
	font-size: 11px;
}

.support {
	background-image: url('../images/layout/support.png?2');
	height: 80px;
}

.katalog {
	background-image: url('../images/layout/katalog.png?2');
	height: 60px;
}

.info {
	background-image: url('../images/layout/info.png?2');
	height: 60px;
}

.care {
	background-image: url('../images/layout/customer-care.png?2');
	height: 60px;
}

.order {
	background-image: url('../images/layout/order.png?2');
	height: 60px;
}

.calc2 {
	background-image: url('../images/layout/calc2.png?2');
	height: 60px;
}

.calc2 .nadpis { line-height: 1.3; padding-top: 3px; }

.info .nadpis {
	padding: 5px 0px 10px 0px;
}

.order .nadpis, 
.care .nadpis {
	padding: 5px 0px 10px 0px;
}

.katalog .nadpis {
	padding: 5px 0px 10px 0px;
}

.support .nadpis {
	padding: 25px 0px 0px 0px;
}

.ww {
margin: 5px 0px 0px 0px;
font-size: 10px;
width: 170px;
padding: 1px 2px 1px 5px;
color: #696969;
}

.kont { color: black; }


.prechod {
	margin: 10px 0px;
	background-image: url('../images/layout/menu.png');
	background-repeat: repeat-x;
}

.prechod p {
	float: left;
	padding: 6px 20px;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
}

.prechod .prvni {
	background-image: url('../images/layout/menu-span.png');
	background-position: right center;
	background-repeat: no-repeat;
	width: 260px;
}

.block {
	display: block;
}

.prechod p a {
	color: white;
	text-decoration: none;
}

.prechod p a:hover {
	text-decoration: underline;
}

.spotlight {
	float: left;
	width: 300px;
	min-height: 1px;
}

.novinky {
	float: left;
	width: 470px;
}

.hp-novinka {
	display: block;
	text-decoration: none;
	padding: 10px 0px 10px 20px;
}

.prechod .hp-novinka span {
	display: block;
	color: black;
	text-transform: none;
}

.prechod .hp-novinka .nad {
	color: #808080;
	font-size: 11px;
	padding-bottom: 5px;
}

.prechod .hp-novinka .pod {
	font-size: 11px;
}

.prechod .hp-novinka .nad a {
	color: #808080;
	font-size: 12px;
	font-weight: bold;
}

.prechod .hp-novinka .pod b {
	color: #0077bd;
	font-weight: bold;
}

.novinka {
	padding: 0px 20px 15px 20px;
}

.novinka h2 {
	color: #808080;
	font-size: 14px;
}

.novinka h2 a {
	color: #808080;
	font-size: 20px;
}

.novinka h2 a:hover {
	color: black;
}

.strankovani {
	padding: 0px 20px;
}

.strankovani p,.strankovani a {
	float: left;
	padding: 3px 5px;
}

.strankovani a {
	display: block;
	color: black;
	text-decoration: none;
	margin-right: 5px;
	border: 1px solid black;
}

.strankovani .selected {
	background-color: #ddd;
}

.strankovani .str_dalsi,.strankovani .str_pred {
	display: none;
}

.spotlight-prvek {
	margin: 10px 0px;
	display: block;
	background-image: url('../images/layout/spotlight.png');
	padding: 10px;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #7fbbde;
	text-decoration: none;
}

.spotlight-prvek span {
	display: block;
}

.spotlight-prvek .nad {
	color: #0077bc;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

.spotlight-prvek .pod {
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

.spotlight-prvek .uplnepod {
	color: black;
	text-align: left;
}

.spotlight-prvek .uplnepod IMG {
	float: left;
	padding: 0px 15px 10px 0px;
}

.loga {
	border: 1px solid #7f7f7f;
}

.loga .text {
	color: black;
}

.mceContentBody .formular {
	width: auto;
	padding: 0px 20px;
}

.mceContentBody .formular td {
	text-align: right;
	padding: 0px 15px 5px 0px;
}

.formular SELECT,.formular TEXTAREA,.formular INPUT {
	border: 1px solid black;
	width: 450px;
	padding: 2px 5px;
}

.formular SELECT {
	width: 462px;
}

.formular TEXTAREA {
	height: 100px;
}

.missing {
	background-color: #ffe3e3 !important;
	border: 1px solid #ff7272 !important;
}

.red {
	color: red;
}

.formular .submit {
	width: auto;
	padding: 3px 30px;
	cursor: pointer;
}

.formular .submit:hover {
	background-color: #ddd;
}

.formular .date {
	width: 100px;
	margin-right: 350px;
}

.small {
	font-size: 9px;
}

.mceContentBody .o_tabulka {
	border-bottom: 1px solid #ddd;
}

.mceContentBody .o_tabulka .tr {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.mceContentBody .o_tabulka .td {
	float: left;
	padding: 3px 20px;
}

.mceContentBody .o_skupina_link {
	color: #0077BC;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 5px 0px 5px 15px;
	text-decoration: none;
	background-image: url('../images/layout/plus.png');
	background-repeat: no-repeat;
	background-position: 0px 12px;
}

.mceContentBody .o_typ_link {
	color: black;
	text-decoration: none;
	font-style: italic;
	background-image: url('../images/layout/plus.png');
	background-repeat: no-repeat;
	background-position: 15px 7px;
	padding: 3px 0px 3px 30px;
}

.mceContentBody .o_produkt {
	padding-left: 30px;
}

.minus {
	background-image: url('../images/layout/minus.png') !important;
}

.pocet {
	border: 1px solid #888;
	width: 30px;
	margin-right: 5px;
	text-align: center;
	padding: 0px 5px;
}

.add {
	margin-left: 15px;
	padding: 3px 15px;
	border: 1px solid #ddd;
	cursor: pointer;
}

.add:hover {
	background-color: #ccc;
}

.rozdel {
	padding: 0px 20px;
}

.rozdel .li {
	padding: 5px 0px;
	font-size: 13px;
}

.rozdel .ul .ul .li {
	padding-left: 20px;
	font-size: 13px;
}

.vetsi .li {
	font-size: 20px;
}

.vetsi .ul .ul .li {
	font-size: 13px;
}

.mceContentBody .vetsi .rozdelovac {
	width: 360px;
	float: left;
}

.ui-quick p {
	float: left;
}

#produkty {
	border: 1px solid black;
	float: left;
	padding: 3px 15px;
	width: 450px;
}

.formular .checkbox {
	width: auto;
}

.formular .uzkej {
	width: 150px;
}

.mceContentBody .formular .aleft {
	text-align: left;
}

.pozadi td { background-color: #ddd; }

.pdfka ul ul { display: none; }

.pdfka ul ul li { background-image: none; padding: 0px; }
.pdfka ul ul li a { font-weight: normal; }

.calc {
background-image: url('../images/calculator.png');
background-repeat: no-repeat;
display: block;
padding: 2px 0px 4px 30px;
background-position: 0px 10px;
}

#inline { 
}

#p #inline { display: none; }

#kalkulator {
//background-image: url('../images/layout/calc-back.png');
background-repeat: no-repeat;
}

form#kalk{
    padding: 1em;
    border: 2px solid #999;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    background-color: #eee;
    margin: 1em;
}

#kalkulator select {
 width: 405px;
}

#kalkulator input {
 width: 395px;
}

#kalkulator input[type=reset],
#kalkulator input[type=button] {
	width: 95px;
}