/* @override http://www.jihovychod.cz/css/global/global.css */

/* @group xhtml */

html {
	background: url(img/specific/flag-bg.jpg) #fff 48% -10px no-repeat;
}

body {
	padding: 0;
	background: none;
}

ul {
	list-style: url(img/global/ul.gif);
}

h1 small {
	font-size: 12px;
	display: block;
	color: #595959;
}

h2 small {
	font-size: 11px;
	display: block;
	color: #595959;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

label, input, select, textarea {
	vertical-align: middle;
}

label {
	cursor: default;
}

select {
	width: 160px;
	margin: 2px 0;
}

/* @end */

/* @group dc-head-logo */

.dc-head-logo p.head-domain {
	width: 100%;
	height: 6px;
	margin: 0;
	background: url(img/specific/three-color-stripe.png) #00377a 0 0 repeat-y;
}

.dc-head-logo p.head-domain a {
	display: block;
	position: absolute;
	z-index: 15;
	width: 221px;
	height: 70px;
	left: 20px;
	top:40px;
	background: url(img/specific/logo-no-transparency.gif) transparent 0 0 no-repeat;
}

.dc-head-logo p.head-domain a span {
	display: none;
}

#dc-head-logo {
	width: 960px;
	height: 150px;
	min-height: 150px;
	margin: 0 auto;
	position: relative;
	z-index: 95;
}

/* @end */

/* @group search-fulltext */

div.search-fulltext h1 {
	font-size: 18px;
	color: #000;
}

div.search-fulltext h1 em {
	color: #69b120;
}

/* @group search-fulltext-panel */

.search-fulltext-panel {
	width: 186px;
	margin: 10px 0 20px 0;
}

.search-fulltext-panel strong {
	display: block;
	height: 0;
	min-height: 0;
	line-height: 12px;
	padding: 0 8px 2px 8px;
}

div[class] .search-fulltext-panel strong {
	height: auto;
}

.dc-head-logo .search-fulltext-panel {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 6px;
	z-index: 10;
}

.search-fulltext-panel .i-text {
	height: 14px;
	margin: 0;
	background-image: none;
	background-color: #fff;
}

.search-fulltext-panel .button {
	display: none;
}

/* @end */

/* @end */

/* @group dc-navigation */

.dc-navigation {
	width: 960px;
	margin: 0 auto;
	position: relative;
	border-bottom: solid 2px #275bc8;
	z-index: 80;
}

body.intro .dc-navigation {
	border: none;
}

/* @end */

/* @group dc-menus */

/* @group menu-five */

.menu-five {
	text-align: right;
	padding: 10px 0;
	position: absolute;
	right: 0;
	top: 10px;
}

.menu-five a, .menu-five span.separator {
	color: #174579;
}

.menu-five a {
	text-decoration: none;
}

.menu-five a:hover {
	text-decoration: underline;
}

.menu-five span.separator {
	margin: 0 6px;
}

/* @end */

/* @group user-menu */

.dc-head-logo .user-menu {
	position: absolute;
	right: 220px;
	top: 3px;
	z-index: 10;
}

.user-menu {
	height: 0;
	min-height: 0;
	font-size: 11px;
}

div[class] .user-menu {
	height: auto;
}

.user-menu ul {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style: none;
	list-style-image: none;
}

.user-menu ul li {
	display: block;
	height: 0;
	min-height: 0;
	cursor: default;
	position: relative;
	z-index: 10;	
}

div[class] .user-menu ul li {
	height: auto;
}

.user-menu ul li.general {
	width: 178px;
	float: left;
	cursor: default;
	border: 1px solid #d8dada;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f3f3f3;
	-webkit-box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
}

.user-menu ul li .overflow-link {
	width: 132px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.user-menu ul li.user {
	margin: 0 3px 0 0;
	z-index: 10;
}

.user-menu ul li.children {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url(img/global/arrow-down.png);
}

.user-menu ul li .icon-link, .user-menu ul li .just-link {
	margin: 0 8px;
	display: inline-block;
	height: 20px;
	min-height: 20px;
	line-height: 20px;
}

div[class] .user-menu ul li .icon-link, div[class] .user-menu ul li .just-link {
	height: auto;
}

.user-menu ul li .options {
	padding: 4px 0;
}

.user-menu ul li .options a:hover {
	background-color: #e4e4e4;
}

.user-menu ul li .container {
	display: none;
	height: 0;
	min-height: 0;
	cursor: default;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	background: #f3f3f3;
}

div[class] .user-menu ul li .container {
	height: auto;
}

.user-menu ul li.children:hover > .container {
	display: block;
}

/* @group basket */

.user-menu ul li.basket {
	z-index: 5;
}

.user-menu ul li.basket .container {
	display: block;
}

.user-menu li.basket .sum {
	line-height: 14px;
	margin: 4px 0;
	padding: 0 8px;
}

.user-menu li.basket .sum strong {
	display: inline-block;
	white-space: nowrap;
}

.user-menu li.basket .buttons {
	padding: 0 7px 4px 0;
}

/* @end */

/* @group for-ie */

.user-menu ul li.children:hover .container {
	display: block;
}

/* @end */

/* @end */

/* @group dc-menu */

/* @group default */

.dc-menu a {
	text-decoration: none;
}

.dc-menu strong {
	font-weight: 400;
}

.dc-menu .smart-clear {
	height: auto;
}

/* @end */

/* @group type-one */

.dc-menu.type-one {
	width: 400px;
	padding: 0 0 0 5px;
	float: left;
}

body.intro .dc-menu.type-one {
	padding: 0;
}

.dc-menu.type-one a {
	display: inline;
	width: 168px;
	height: 44px;
	min-height: 44px;
	line-height: 44px;
	float: left;
	margin: 0 2px -2px 0;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(img/specific/tab-big.png);
	background-color: transparent;
}

div[class] .dc-menu.type-one a {
	display: block;
	height: auto;
}

.dc-menu.type-one a strong {
	font-weight: 900;
}

.dc-navigation.navigation-en .dc-menu.type-one a.first {
	display: none;
}

body.intro .dc-navigation.navigation-en .dc-menu.type-one a.first {
	display: inline;
}

body.intro div[class] .dc-navigation.navigation-en .dc-menu.type-one a.first {
	display: block;
}

body.intro .dc-menu.type-one a {
	margin: 0 2px -1px 0;
}

.dc-menu.type-one a:hover, .dc-menu.type-one a:focus {
	background-position: 0 50%;
}

.dc-menu.type-one a.active, .dc-menu.type-one a.active:hover {
	color: #0e2e6d;
	position: relative;
	background-position: 0 100%;
}

/* @end */

/* @group type-zero */

.dc-menu.type-zero {
	width: 554px;
	float: left;
	margin: 16px 0 0 0;
}

.dc-menu.type-zero a, .dc-menu.type-zero a span {
	display: block;
	height: 28px;
	min-height: 28px;
	line-height: 28px;
	float: left;
	background-repeat: no-repeat;
	background-color: transparent;
}

div[class] .dc-menu.type-zero a, div[class] .dc-menu.type-zero a span {
	height: auto;
}

.dc-menu.type-zero a {
	margin: 0 6px -2px 0;
	color: #fff;
	background-position: 0 0;
	position: relative;
	background-image: url(img/specific/tab-left.png);
}

.dc-menu.type-zero a.icon-home {
	width: 30px;
	margin: 0 2px -2px 0 ;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(img/specific/home-tab.png);
}

.dc-menu.type-zero a.icon-home:hover {
	background-position: 50% 0;
}

.dc-menu.type-zero a.icon-home span {
	display: none;
}

.dc-menu.type-zero a.eu-plus {
	margin: 0 6px -2px 0;
	color: #fff;
	background-position: 0 0;
	font-size: 14px;
	position: relative;
	background-image: url(img/specific/eu-plus-tab-left.png);
}

/*body.intro .dc-menu.type-zero a {
	margin: 0 6px -1px 0;
}*/

body.intro .dc-menu.type-zero a.active, body.intro .dc-menu.type-zero a.active:hover {
	background-position: 100% 0;
	/*background-image: url(img/specific/tab-left-active-intro.png);*/
}

body.intro .dc-menu.type-zero a.active span {
	background-image: url(img/specific/tab-right-active-intro.png);
}

.dc-menu.type-zero a:hover, .dc-menu.type-zero a:focus {
	background-position: 0 50%;
}

.dc-menu.type-zero a:hover span, .dc-menu.type-zero a:focus span,.dc-menu.type-zero a.eu-plus:hover span, .dc-menu.type-zero a.eu-plus:focus span {
	background-position: 100% 50%;
}

.dc-menu.type-zero a.active, .dc-menu.type-zero a.active:hover {
	color: #0e2e6d;
	background-position: 0 100%;
}

.dc-menu.type-zero a span {
	padding: 0 13px 0 9px;
	position: relative;
	left: 4px;
	background-position: 100% 0;
	background-image: url(img/specific/tab-right.png);
}

.dc-menu.type-zero a.eu-plus span {
	padding: 0 34px 0 9px;
	position: relative;
	left: 4px;
	background-position: 100% 0;
	background-image: url(img/specific/eu-plus-tab-right.png);
}

.dc-menu.type-zero a.active span, .dc-menu.type-zero a.active:hover span {
	background-position: 100% 100%;
}

.dc-menu.type-zero .separator, .dc-menu.type-one .separator {
	display: none;
}

.dc-menu.type-zero a.last {
	margin: 0 0 -2px 0;
}

/* @end */

/* @group as-line-blocks */

/*.dc-menu.as-line-blocks a {
	display: block;
	height: 25px;
	min-height: 25px;
	line-height: 25px;
	float: left;
	margin: 0 2px 0 0;
	padding: 0 10px;
	background: #e8e8e8;
}

div[class] .dc-menu.as-line-blocks a {
	height: auto;
}

.dc-menu.as-line-blocks .separator {
	display: none;
}*/

/* @end */

/* @group as-rows */

/*.dc-menu.as-rows {
	position: static;
}

.dc-menu.as-rows a {
	display: block;
	height: 0;
	min-height: 0;
	padding: 3px 20px 3px 10px;
	background-position: 380px 50%;
	background-repeat: no-repeat;
	background-image: url(img/global/link-arrow-small.png);
	background-color: #fff;
}

.dc-menu.as-rows a:hover, .dc-menu.as-rows a:focus {
	text-decoration: none;
	background-position: -586px 50%;
	background-color: #f4f4f4;
}

div[class] .dc-menu.as-rows a {
	height: auto;
}*/

.dc-menu.as-rows .separator {
	display: none;
}

/* @end */

/* @end */

/* @group menu-tree */

.menu-tree ul {
	display: block;
	height: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

div[class] .menu-tree ul {
	height: auto;
}

ul.tree-list {
	margin: 0 10px 0 0;
}

.menu-tree ul li {
	display: block;
	height: 0;
	min-height: 0;
}

div[class] .menu-tree ul li {
	height: auto;
}

.menu-tree ul li, .dc-menu.type-three a {
	border-bottom: solid 2px #eeeeee;
}

.menu-tree ul li.open ul.tree-list {
	display: block;
}

ul.tree-list li a, .dc-menu.type-three a {
	display: block;
	height: 0;
	min-height: 0;
	line-height: 16px;
	padding: 6px 15px 6px 15px;
	color: #535353;
	text-decoration: none;	
	background-position: 166px 50%;
	background-repeat: no-repeat;
	background-color: #fff;
}

div[class] ul.tree-list li a, div[class] .dc-menu.type-three a {
	height: auto;
}

ul.tree-list li.child a {
	background-image: url(img/global/link-arrow-small.png);
}

ul.tree-list li.child ul li a, ul.tree-list li.open a {
	background-image: none;
}

ul.tree-list li a:hover, ul.tree-list li a:focus, .dc-menu.type-three a:hover, .dc-menu.type-three a:focus {
	color: #fff;
	background-color: #153a83;
}

ul.tree-list li a.active, .dc-menu.type-three a.active {
	color: #153a83;
}

ul.tree-list li a.active:hover, .dc-menu.type-three a.active:hover {
	color: #153a83;
	background-color: #fff;
}

ul.tree-list li a strong, .dc-menu.type-three a strong {
	font-weight: 400;
}

ul.tree-list li ul li {
	border: none;
}

ul.tree-list li.open ul li a {
	margin: 0;
	padding: 4px 8px 4px 22px;
	font-size: 11px;
}

.dc-menu.type-three {
	margin: 0 15px 15px 0;
}

/* @end */

/* @end */

.stripes {
	height: 6px;
	overflow: hidden;
	background: url(img/specific/three-color-stripe.png) #fff 50% 0 repeat-y;
}

/* @group dc-path */

.dc-path {
	clear: both;
	height: 25px;
	min-height: 25px;
	margin: 0 0 0 208px;
	padding: 0 5px;
	font-size: 11px;
	border: 1px solid #dadada;
	background: #fff;
}

body.intro .dc-path {
	display: none;
}

.dc-path p {
	margin: 0;
}

.dc-path em {
	line-height: 25px;
	font-style: normal;
}

.dc-path a, .dc-path .no-link, .dc-path .separator, .dc-path strong {
	display: inline-block;
	height: 25px;
	min-height: 25px;
	line-height: 25px;
	text-decoration: none;
	vertical-align: top;
	color: #676767;
}

div[class] .dc-path a, div[class] .dc-path .no-link, div[class] .dc-path .separator, div[class] .dc-path strong {
	height: auto;
}

.dc-path a, .dc-path strong {
	padding: 0 5px;
	font-weight: 400;
}

.dc-path a.first {
	width: 14px;
	padding: 0 0 0 5px;
	background: url(img/icons/home.png) #fff 50% 50% no-repeat;
}

.dc-path a.first span {
	display: none;
}

.dc-path a:hover, .dc-path strong {
	color: #343434;
}

.dc-path .separator {
	width: 9px;
	background: url(img/global/dc-path-separator.gif) #fff 100% 50% no-repeat;
}

.dc-path .separator span {
	display: none;
}

/* @end */

/* @group dc-footer */

.dc-footer .set-off {
	height: 110px;
	min-height: 110px;
	margin: 0;
	padding: 0 0 0 8px;
	line-height: normal;
	background: url(img/specific/footer.png) #fff 0 0 no-repeat;
}

div[class] .dc-footer .set-off {
	height: auto;
}

.dc-footer a {
	color: #3a3a3a;
}

.dc-footer .set-off .block {
	height: 100px;
	float: left;
	padding: 0 21px;
}

.dc-footer .set-off .block a, .dc-footer .set-off .block span.flag {
	display: block;
	height: 102px;
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.set-off .block span.flag {
	width: 205px;
	background-image: url(img/specific/dc-footer-eu.png);
}

.dc-footer .set-off .block span.flag span {
	display: none;
}

.dc-footer .set-off .block a.rsj {
	width: 159px;
	background-image: url(img/specific/dc-footer-rsj.gif);
}

.dc-footer .set-off .block a.jk {
	width: 158px;
	background-image: url(img/specific/dc-footer-jk-new.png);
}

.dc-footer .set-off .block a.kv {
	width: 108px;
	background-image: url(img/specific/dc-footer-kv.gif);
}

.dc-footer .set-off .block a span {
	display: none;
}

.dc-footer .set-off .counter.box .header {
	height: auto;
	min-height: 0;
	line-height: normal;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 10px;
	color: #757676;
	border: none;
	background: transparent;
}

.dc-footer .set-off .counter.box .header .icon {
	height: 16px;
	min-height: 16px;
	line-height: 16px;
}

.dc-footer .set-off .counter.box {
	margin: 0;
	border: none;
	background: transparent;
}

.dc-footer .set-off .counter.box .indent {
	padding: 0;
}

.dc-footer .set-off .block.counter-container {
	width: 114px;
	height: auto;
	margin: 15px 0 0 0;
}

.dc-footer .set-off .block.general-footer {
	height: auto;
	margin: 14px 0 0 0;
	color: #123A78;
}

.dc-footer .set-off .block.general-footer a {
	height: auto;
	line-height: 14px;
	color: #123A78;
}

.dc-footer .set-off .block.general-footer a.icon-link, .dc-footer .set-off .block.general-footer a.go-up {
	display: inline-block;
	line-height: 28px;
	background-position: 0 50%;
}

.dc-footer .set-off .smart-clear {
	height: 0;
}

.dc-footer .alink-automat {
	padding: 5px 8px 0 8px;
	line-height: 16px;
	text-align: center;
	color: #7e7e7e;
	background: #fff;
}

.dc-footer .alink-automat p {
	margin: 0;
}

.dc-footer .alink-automat a {
	color: #7e7e7e;
}

#dc-footer {
	font-size: 10px;
	color: #757676;
}

/* @end */

body.tag .dc-left .indent-vertical {
	padding: 0;
	margin: 0;
}

#dc-banners {
	position: absolute;
	right: 6px;
	top: 50px;
	left: 357px;
	z-index: 150;
}

#dc-banners .panel-full {
	width: auto;
	float: right;
}

#dc-banners .link {
	width: auto;
	margin: 0 0 0 2px;
	padding: 0;
	float: left;
}

#dc-banners .link .img {
	margin: 0;
}
