/* @override 
	http://www.bmcbrno.cz/css/global2.css
*/

@import 'global.search.css';

/* @group xhtml */

html {
	padding: 0;
	background: url(img/html.gif) #f4e7ab 50% 0 no-repeat;
}

/* @group xhtml-wysiwyg */

body, div, form, fieldset, table, tr, td, p, ul, ol, li, em, q, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

body {
	color: #463603;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 10px 0;
	line-height: 100%;
	font-weight: 900;
}

h1 {
	font-size: 180%;
	clear: both;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 80%;
}

p, ul, ol {
	line-height: 120%;
}

p {
	margin: 10px 0;
}

ul {
	list-style: disc;
	margin: 5px 5px 5px 0;
	padding-left: 20px;
}

ol {
	list-style: decimal;
	margin: 5px 5px 5px 0;
	padding-left: 25px;
}

img {
	margin: 0 8px 8px 8px;
	border: none;
}

table {
	border: none;
	border-collapse: collapse;
}

table tr td {
	padding: 2px 5px;
	line-height: 100%;
}

table tr td img {
	margin: 0;
}

hr {
	display: none;
}

/* @end */

a {
	color: #463603;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

fieldset {
	border: none;
}

label {
	line-height: 100%;
}

select {
	margin: 2px 0;
	background: #f4e7ab;
	color: #5d5d5e;
}

input {
	padding: 2px;
}

textarea {
	overflow: auto;
}

/* @end */

/* @group classes */

/* @group wysiwyg-classes */

span.plovouci-vlevo {
	display: block;
	float: left;
	margin: 0 8px 8px 0;
}

span.plovouci-vpravo {
	display: block;
	float: right;
	margin: 0 0 8px 8px;
}

span.plovouci-vlevo img, span.plovouci-vpravo img {
	display: block;
	margin: 0;
}

.zarovnat-vpravo {
	text-align: right;
}

.zarovnat-na-stred {
	text-align: center;
}

.zarovnat-do-bloku {
	text-align: justify;
}

.zarovnat-automaticky {
	margin: auto;
}

.tucne {
	font-weight: 900;
}

.kurziva {
	font-style: italic;
}

.podtrzeni {
	text-decoration: underline;
}

.vsechna-velka {
	text-transform: uppercase;
}

.vsechna-mala {
	text-transform: lowercase;
}

.prvni-velke {
	text-transform: capitalize;
}

.kapitalky {
	font-variant: small-caps;
}

.text-mensi {
	font-size: 90%;
}

.text-velky {
	font-size: 120%;
}

.horni-index {
	vertical-align: super;
}

.dolni-index {
	vertical-align: sub;
}

.bez-odsazeni {
	margin: 0;
}

.bez-ohraniceni, table.bez-ohraniceni tr td {
	border: none;
}

/* @end */

/* @group margin */

.margin {
	height: 200px;
	min-height: 200px;
}

div [class] .margin {
	height: auto;
}

/* @end */

/* @group elements */

.article, .chapter {
	margin: 20px 0 0 0;
}

.link {
	margin: 10px 0;
}

.panel {
	margin: 10px 0 0 0;
}

.abstract, .content, .appendix, .navig, .article .img, .chapter .img, .link .img {
	clear: both;
	float: none;
}

h1.head, h2.head, h3.head {
	margin: 0 0 10px 0;
}

/* @end */

/* @group i-text */

.i-text {
	width: 150px;
	padding: 2px;
	border: solid 1px #caba39;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
}

.i-text:focus, .i-text:hover {
	border: solid 1px #936f0a;
}

/* @end */

/* @group button */

input.button {
	padding: 1px 0 0 0;
	cursor: pointer;
}

/* understood by all major browsers except ie-6 */

div[class] input.button {
	padding: 2px 5px;
}

/* understood by all major browsers except opera and ie-6 */

div[class |="dc-page"] input.button {
	padding: 1px 5px;
}

/* understood only by ie-7 */

*:first-child+html input.button {
	padding: 1px 0 0 0;
}

a.button {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	white-space: pre;
}

input.button, a.button {
	float: left;
	margin: 0 2px 0 0;
	color: #fff;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 12px;
	border: none;
	background: #b09b08;
}

input.button:hover, a.button:hover {
	background: #827309;
}

/* @end */

div.buttons {
	float: right;
	clear: both;
	padding: 10px 0 0 0;
}

div.buttons:after {
	content: ".";
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

/* @group report */

.report-content .report {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 3px solid #c21c00;
	background: #fff4b7;
}

.report-content .report h3 {
	margin: 0 0 10px 0;
}

/* @end */

/* @group general */

span.search-result {
	color: #fff;
	background: #a60000;
}

.smart-clear {
	clear: both;
	float: none;
	height: 0;
	font-size: 0;
	width: 100%;
}

.hdn {
	display: none;
}

body.search div.error {
	display: none;
}

/* @end */

/* @end */

/* @group dc-page */

#dc-page {
	margin: auto;
	width: 993px;
}

.dc-page-bg {
	background: url(img/dc-page.gif) transparent 34px 0 repeat-y;
}

.dc-page-bg .dc-left-end {
	background: url(img/panel-bottom-rounded-corners.gif) transparent 34px 100% no-repeat;
}

.dc-page-bg .dc-left-end .dc-right-end {
	padding: 0 0 20px 0;
	background: url(img/panel-bottom-rounded-corners.gif) transparent 791px 100% no-repeat;
}

/* @end */

/* @group dc-head-logo */

.dc-head-logo p {
	height: 100%;
	margin: 0;
	background: url(img/dc-head-p.gif) transparent 830px 21px no-repeat;
}

.dc-head-logo a {
	display: block;
	width: 339px;
	height: 46px;
	position: relative;
	left: 129px;
	top: 48px;
	background: url(img/dc-head-a.jpg) transparent 0 0 no-repeat;
}

.dc-head-logo a span {
	display: none;
}

#dc-head-logo {
	height: 117px;
	position: relative;
	left: 0;
	top: 30px;
}

/* @end */

/* @group dc-menu */

.dc-menu div, .dc-menu-one div {
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

div[class] .dc-menu div, div[class] .dc-menu-one div {
	height: auto;
}

.dc-menu div {
	margin: 0 0 28px 8px;
	background: #dccd6a;
}

.dc-menu-one div {
	margin: 0 6px 0 0;
	background: #d0c149;
}

.dc-menu a, .dc-menu-one a {
	font-size: 100%;
	text-decoration: none;
}

.dc-menu-one a {
	color: #fff;
}

.dc-menu a:hover, .dc-menu-one a:hover {
	text-decoration: underline;
}

.dc-menu a.active, .dc-menu-one a.active {
	font-weight: bold;
}

.dc-menu span, .dc-menu-one span {
	padding: 0 2px;
}

.dc-menu, .dc-menu-one {
	margin: 0 0 0px 0;
	position: relative;
	top: -117px;
}

div[id] .dc-menu, div[id] .dc-menu-one {
	height: auto;
}

#dc-menu {
	float: left;
	width: 756px;
	left: 34px;
	background: url(img/dc-menu-left-corner.gif) transparent top left no-repeat;
}

.dc-menu-one {
	float: right;
	width: 191px;
	right: 11px;
	color: #fff;
	text-align: center;
	background: url(img/dc-menu-right-corner.gif) transparent 100% 100% no-repeat;
}

/* @end */

/* @group horizontal-navigation */

.horizontal-navigation {
	height: 0;
	min-height: 0;
	line-height: 140%;
	clear: both;
	font-size: 100%;
	margin: 0 0 20px 0;
	padding: 0 10px 3px 10px;
	color: #846606;
	position: relative;
	left: 0;
	top: -10px;
	border-bottom: dotted 1px #caba39;
	text-transform: capitalize;
}

div[class] .horizontal-navigation {
	height: auto;
}

.horizontal-navigation a {
	color: #846606;
}

.horizontal-navigation em {
	display: block;
	padding: 0;
	font-style: normal;
	color: #544000;
}

body.maroon .horizontal-navigation em strong {
	color: #631322;
}

body.olive .horizontal-navigation em strong {
	color: #936f0a;
}

body.yellow .horizontal-navigation em strong {
	color: #8b8636;
}

body.pistachio-green .horizontal-navigation em strong {
	color: #8e9436;
}

body.red .horizontal-navigation em strong {
	color: #a80400;
}

body.yellow-orange .horizontal-navigation em strong {
	color: #e64a02;
}

body.orange-grey .horizontal-navigation em strong {
	color: #904e09;
}

/* @end */

/* @group inside e-shop */

.inside-eshop .top .bottom {
	padding: 10px 0 10px 0;
	border-top: dotted 1px #caba39;
}

.inside-eshop .top .bottom h2 {
	font-size: 120%;
	font-weight: 900;
	padding: 0 0 10px 0;
}

/* @end */

/* @group dc-content */

.dc-content .border thead {
	background: #D0C149;
	font-weight: bold;
	color: #fff;
	font-size: 110%;
}

.dc-content .margin {
	padding: 0 22px;
}

.dc-content .margin p {
	line-height: 110%;
}

.dc-content .margin ul {
	list-style: url(img/ul.png);
}

.site-map .tree {
	float: left;
	width: 45%;
	padding: 0 25px 0 0;
}

.site-map .tree h3 {
	margin: 15px 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #caba39;
}

.site-map .dc-content ul {
	font-weight: bold;
	text-transform: uppercase;
}

.site-map .dc-content ul li {
	margin-bottom: 15px;
}

.site-map .dc-content ul li ul {
	font-weight: normal;
	text-transform: none;
}

.site-map .dc-content ul li ul li {
	margin-bottom: 0;
}

#dc-content {
	float: left;
	width: 560px;
	position: relative;
	left: 228px;
	top: 0;
}

/* @end */

/* @group dc-left */

.dc-left h3 {
	color: #000;
	font-size: 110%;
	font-weight: normal;
}

.dc-left h3.legend {
	font-weight: 900;
}

.dc-left #dc-ulli-eshop-submenu h3 {
	margin: 0 0 -10px 0;
	padding: 10px 0 0 0;
	position: relative;
	left: 0;
	top: -10px;
	border-bottom: solid 1px #f4e7ab;
	background: url(img/left-panel-head-catalog.gif) transparent 0 0 no-repeat;
}

.dc-left #dc-ulli-eshop-submenu h3 span {
	display: block;
	height: 20px;
	min-height: 20px;
	padding: 0 15px 0 15px;
	background: #caba39;
	font-weight: 900;
}

div[class] .dc-left #dc-ulli-eshop-submenu h3 span {
	height: auto;
}

.dc-left ul {
	margin: 0;
	padding: 0;
	line-height: 120%;
	font-size: 95%;
}

.dc-left ul li {
	display: inline;
}

.dc-left ul li a, .dc-left .dc-menu-two a {
	display: block;
	height: 0;
	min-height: 0;
	padding: 8px 15px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: repeat-x;
}

div[class] .dc-left ul li a, div[class] .dc-left .dc-menu-two a {
	height: auto;
}

.dc-left ul li a.maroon {
	background-image: url(img/submenu-maroon.gif);
	background-color: #631322;
}

.dc-left ul li a.blue {
	background-image: url(img/submenu-blue.gif);
	background-color: #0085ab;
}

.dc-left ul li a.water {
	background-image: url(img/submenu-water.gif);
	background-color: #3f83ab;
}


.dc-left ul li a.olive {
	background-image: url(img/submenu-olive.gif);
	background-color: #936f0a;
}

.dc-left ul li a.yellow {
	background-image: url(img/submenu-yellow.gif);
	background-color: #8b8636;
}

.dc-left ul li a.pistachio-green {
	background-image: url(img/submenu-pistachio-green.gif);
	background-color: #8e9436;
}

.dc-left ul li a.red {
	background-image: url(img/submenu-red.gif);
	background-color: #a80400;
}

.dc-left ul li a.yellow-orange {
	background-image: url(img/submenu-yellow-orange.gif);
	background-color: #e64a02;
}

.dc-left ul li a.cheese {
	background-image: url(img/submenu-cheese.gif);
	background-color: #686141;
}

.dc-left ul li a.orange-grey {
	background-image: url(img/submenu-orange-grey.gif);
	background-color: #904e09;
}

.dc-left ul li a.pink {
	background-image: url(img/submenu-pink.gif);
	background-color: #ab0722;
}

.dc-left .dc-menu-two a {
	font-size: 95%;
	background-image: url(img/submenu-green.gif);
	background-color: #45561a;
}

.dc-left ul li a.sea {
	background-image: url(img/submenu-sea.gif);
	background-color: #00857d;
}

.dc-left ul li a:hover, .dc-left .dc-menu-two a:hover {
	background-image: none;
	text-decoration: underline;
}

.dc-left ul li strong, .dc-left .dc-menu-two strong {
	font-weight: 900;
}

.dc-left ul li a.active span, .dc-left .dc-menu-two a.active span {
	display: block;
	width: 34px;
	height: 41px;
	position: absolute;
	left: -34px;
	top: -9px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
}

.dc-left ul li.maroon a.active span {
	background-image: url(img/submenu-maroon-leaf.gif);
}

.dc-left ul li.blue a.active span {
	background-image: url(img/submenu-blue-leaf.gif);
}

.dc-left ul li.water a.active span {
	background-image: url(img/submenu-water-leaf.png);
}

.dc-left ul li.olive a.active span {
	background-image: url(img/submenu-olive-leaf.gif);
}

.dc-left ul li.yellow a.active span {
	background-image: url(img/submenu-yellow-leaf.gif);
}

.dc-left ul li.pistachio-green a.active span {
	background-image: url(img/submenu-pistachio-green-leaf.gif);
}

.dc-left ul li.red a.active span {
	background-image: url(img/submenu-red-leaf.gif);
}

.dc-left ul li.yellow-orange a.active span {
	background-image: url(img/submenu-yellow-orange-leaf.gif);
}

.dc-left ul li.orange-grey a.active span {
	background-image: url(img/submenu-orange-grey-leaf.gif);
}

.dc-left ul li.cheese a.active span {
	background-image: url(img/submenu-cheese-leaf.png);
}

.dc-left ul li.pink a.active span {
	background-image: url(img/submenu-pink-leaf.gif);
}

.dc-left .dc-ulli-eshop-submenu ul li a.active span, .dc-left .dc-menu-two a.active span {
	background-image: url(img/submenu-green-leaf.gif);
}

.dc-left ul li.sea a.active span {
	background-image: url(img/submenu-sea-leaf.gif);
}

.dc-left ul li ul {
	display: none;
	padding: 10px 15px 10px 30px;
	list-style: disc;
	color: #463603;
	font-size: 100%;
}

.dc-left ul li.active ul {
	display: block;
}

.dc-left ul li ul li {
	display: list-item;
	padding: 2px 0;
}

.dc-left ul li ul li ul {
	padding: 0 0 0 15px;
}

.dc-left ul li ul li a {
	display: inline;
	padding: 0;
	color: #463603;
}

.dc-left ul li ul li a:hover {
	text-decoration: underline;
}

.dc-left ul li ul li a.active {
	font-weight: 900;
}

.dc-left ul li ul li a.active span {
	display: none;
}

.dc-left ul li.maroon ul, .dc-left ul li.maroon ul li a.active {
	color: #631322;
}

.dc-left ul li.olive ul, .dc-left ul li.olive ul li a.active {
	color: #936f0a;
}

.dc-left ul li.yellow ul, .dc-left ul li.yellow ul li a.active {
	color: #8b8636;
}

.dc-left ul li.pistachio-green ul, .dc-left ul li.pistachio-green ul li a.active {
	color: #8e9436;
}

.dc-left ul li.red ul, .dc-left ul li.red ul li a.active {
	color: #a80400;
}

.dc-left ul li.yellow-orange ul, .dc-left ul li.yellow-orange ul li a.active {
	color: #e64a02;
}

.dc-left ul li.orange-grey ul, .dc-left ul li.orange-grey ul li a.active {
	color: #904e09;
}

.dc-left ul li.sea ul, .dc-left ul li.sea ul li a.active {
	color: #1a563d;
}

.dc-left .panel-full h3.head {
	font-weight: 900;
}

.dc-left .panel-full a {
	text-decoration: underline;
}

.dc-left .panel-full a:hover {
	text-decoration: none;
}

.dc-left .panel-full .article {
	margin: 0;
}

#dc-left {
	float: left;
	width: 191px;
	position: relative;
	left: -526px;
	top: 0;
}

/* @end */

/* @group dc-right */

.dc-right h3 {
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0 46px 0 16px;
	color: #000;
	font-size: 110%;
	position: relative;
	font-weight: normal;
	background: url(img/right-panel-head.gif) #caba39 0 0 no-repeat;
}

.dc-right .panel.action-panel h3.head {
	color: #fff;
	background: url(img/right-head-action.gif) #77af16 0 0 no-repeat;
}

.dc-right h3.legend {
	font-weight: 900;
}

.dc-right h4 {
	margin: 5px 10px 2px 20px;
	color: #463603;
	font-size: 110%;
}

div[class] .dc-right h3 {
	height: auto;
}

.dc-right h3 span {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: -10px;
	top: -17px;
	background: url(img/right-panel-head-leaf.gif) transparent 0 0 no-repeat;
}

.dc-right .panel.action-panel h3.head span {
	background: url(img/right-head-leaf-action.gif) transparent 0 0 no-repeat;
}

.dc-right .dc-submenu h3 {
	margin: 0;
	position: relative;
	top: -10px;
	background: url(img/right-panel-head-login.gif) #caba39 0 0 no-repeat;
}

.dc-login label {
	display: block;
}

.dc-login br {
	display: none;
}

.dc-login label span.left {
	display: block;
}

.dc-right .dc-login {
	padding: 0 0 30px 0;
}

.dc-right .dc-login h3 {
	margin: 0;
	position: relative;
	top: -10px;
	background: url(img/right-panel-head-login.gif) #caba39 0 0 no-repeat;
}

.dc-right .dc-login h4 {
	font-size: 120%;
}

.dc-right .dc-login h4 em {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 110%;
}

.dc-right .dc-login h4 br {
	display: none;
}

.dc-right .dc-login.form form fieldset {
	margin-top: 5px;
}

.dc-right .dc-login label {
	margin: 0 0 2px 16px;
}

.dc-right .dc-login .i-text {
	width: 150px;
}

.dc-right .dc-login p {
	margin: 0;
}

.dc-right .dc-login .button {
	float: right;
	clear: right;
	display: block;
	height: 26px;
	line-height: 26px;
	margin: 10px 0 0 0;
	padding: 0 15px;
	background: url(img/rounded-left-bottom-corner.gif) #b09b08 0 100% no-repeat;
}

.dc-right .dc-login .button:hover {
	background: url(img/rounded-left-bottom-corner.gif) #827309 0 17px no-repeat;
}

.dc-right .dc-basket p {
	padding: 0 15px;
}

.dc-right .panel-full {
	margin: 20px 0 0 0;
}

.dc-right .panel-full .panel h3.head {
	font-weight: 900;
}

#dc-right {
	float: right;
	width: 191px;
	position: relative;
	right: 11px;
}

/* @group right-block */

.right-block h2 {
	font-size: 110%;
	font-weight: normal;
	margin: 0 5px 0 15px;
	padding: 1px 0;
}

.right-block .panel .article {
	font-size: 100%;
	font-weight: normal;
	margin: 0 5px 0 0;
	padding: 1px 0;
}

.right-block h2 a {
	text-decoration: none;
}

.right-block h2 a:hover {
	text-decoration: underline;
}

/* @end */

/* @group dc-search */

.dc-search, .right-block {
	margin: 20px 0 0 0;
}

.dc-search h3, .right-block h3 {
	margin: 0 0 10px 0;
	padding: 8px 15px;
	background: url(img/left-panel-head.gif) #caba39 0 0 no-repeat;
}

.dc-search .link {
	margin: 0 0 2px 0;
	padding: 0 15px;
}

.dc-search .link h2.head {
	margin: 0;
	font-size: 100%;
}

.dc-search .i-text {
	width: 160px;
	margin: 10px 0 10px 15px;
}

.dc-search form input.button {
	float: right;
	display: block;
	height: 26px;
	line-height: 26px;
	margin: 0;
	padding: 0 15px;
	background: url(img/rounded-left-bottom-corner.gif) #b09b08 0 100% no-repeat;
}

.dc-search form input.button:hover {
	background: url(img/rounded-left-bottom-corner.gif) #827309 0 17px no-repeat;
}

/* @end */

/* @end */

/* @group dc-footer */

.dc-footer p {
	float: left;
	width: 736px;
	height: 33px;
	min-height: 33px;
	margin: 0;
	padding: 0 10px;
	background: url(img/dc-footer-left-corner.gif) #dccd6a 0 0 no-repeat;
}

div[class] .dc-footer p {
	height: auto;
}

.dc-footer p span {
	float: right;
	display: block;
	line-height: 33px;
}

.dc-footer p span span {
	float: none;
	display: inline;
}

.dc-footer p span.left {
	float: left;
}

.dc-footer .dc-menu-one {
	height: 33px;
	min-height: 33px;
	position: static;
	margin: 0px;
	margin-bottom: 0px;
	background: url(img/dc-footer-right-corner.gif) #d0c149 100% 0 no-repeat;
}

div[class] .dc-footer .dc-menu-one {
	height: auto;
}

#dc-footer {
	clear: both;
	font-size: 90%;
	margin: 20px 0 -2px 0;
	padding: 0 11px 0 34px;
}

div[id] #dc-footer {
	margin: 20px 0 0 0;
}

.alink-automat {
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
}

body.intro .alink-automat, body.intro .alink-automat a {
	color: #99928c;
}

/* @end */