/* @override http://www.interiergroup.cz/style/global.css */

@import "global.wysiwyg.css";

/* @group xhtml */

body {
	padding: 0;
}

a {
	cursor: pointer;
	color: #FF6702;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

fieldset {
	border: none;
}

label, input, select {
	vertical-align: middle;
}

label {
	line-height: 20px;
}

input {
	vertical-align: middle;
}

select {
	width: 166px;
	margin: 2px 0;
}

/* @end */

/* @group classes */

/* @group wysiwyg-classes */

span.plovouci-blok-vlevo {
	display: block;
	float: left;
	margin: 0 8px 8px 0;
}

span.plovouci-blok-vpravo {
	display: block;
	float: right;
	margin: 0 0 8px 8px;
}

span.plovouci-blok-vlevo img, span.plovouci-blok-vpravo img {
	display: block;
	margin: 0;
}

table.tabulka-format tr td {
	padding: 2px 5px;
	border: 1px solid #6e6e6e;
}

table.tabulka-format thead tr td {
	padding: 5px;
	color: #fff;
	background: #515151;
}

/* @end */

/* @group margin */

.margin {
	height: 200px;
	min-height: 200px;
}

div[class] .margin {
	height: auto;
}

/* @end */

/* @group i-text */

.i-text {
	width: 160px;
	height: 16px;
	line-height: 16px;
	margin: 2px 0;
	padding: 2px;
	cursor: text;
	border: 1px solid #b0b0b0;
}

.i-text:focus, .i-text:hover {
	border: 1px solid #4F4F4F;
}

textarea.i-text {
	width: 400px;
	height: 200px;
	overflow: auto;
}

.i-text.fill-error {
	border: solid 2px #f00;
}

.i-text.fill-error:hover, .i-text.fill-error:focus {
	border: solid 2px #f00;
}

label.fill .i-text {
	background: #ffebc4;
}

/* @end */

/* @group buttons */

.buttons {
	height: 0;
	min-height: 0;
}

div[class] .buttons {
	height: auto;
}

.buttons:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	float: none;
	clear: both;
	visibility: hidden;
}

div.buttons {
	float: right;
	margin: 10px 0;
}

fieldset.buttons div.float-right {
	float: right;
}

.buttons .smart-clear {
	height: auto;
}

/* @end */

/* @group button */

input.button {
	margin: 0;
	padding: 2px 0 0 0;
	cursor: pointer;
}

/* understood by all major browsers except ie-6 */

div[class] input.button {
	padding: 4px 5px;
}

/* understood by all major browsers except opera and ie-6 */

div[class |="dc-page"] input.button {
	padding: 3px 5px;
}

/* understood only by ie-7 */

*:first-child+html input.button {
	padding: 1px 0 0 0;
}

a.button {
	display: block;
	padding: 4px 5px;
	text-decoration: none;
}

input.button, a.button {
	float: left;
	margin: 0 0 0 2px;
	color: #fff;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 12px;
	border: none;
	background: #4F4F4F;
}

input.button:hover, a.button:hover {
	background: #323232;
}

/* @end */

/* @group general-form */

.general-form br {
	display: none;
}

.general-form fieldset label {
	display: block;
	height: 20px;
	min-height: 20px;
	margin: 2px 0;
	clear: left;
	text-align: right;
}

div[class] .general-form fieldset label {
	height: auto;
}

.general-form fieldset label span {
	display: block;
	float: none;
	margin: 0 0 0 6em;
	line-height: 20px;
}

.general-form fieldset label .i-text {
	width: 92%;
	margin: 0;
}

.general-form fieldset label.textarea span {
	line-height: 100%;
}

.general-form fieldset label span.left {
	float: left;
	margin: 0;
	text-align: left;
}

.general-form fieldset .buttons {
	clear: left;
	float: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.general-form fieldset .buttons input.button {
	float: none;
	margin: 0;
}

/* @end */

/* @group general */

/* @group box */

.box, .box .top, .box .top .bottom {
	height: 0;
	min-height: 0;
}

div[class] .box, div[class] .box .top, div[class] .box .top .bottom {
	height: auto;
}

.box {
	width: 177px;
	margin: 0 0 5px 0;
	background-position: 0 100%;
	background-repeat: repeat-y;
	background-color: #ff6600;
	background-image: url(img/zidle/menu-tree-repeat.gif);
}

body.nabytek .box {
	background-color: #99B46C;
}

body.skrine .box {
	background-color: #809BC0;
}

.box .top {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(img/zidle/menu-tree-top.gif);
}

body.nabytek .box .top {
	background-image: url(img/nabytek/menu-tree-top.gif);
}

body.skrine .box .top {
	background-image: url(img/skrine/menu-tree-top.gif);
}

.box .top .bottom {
	padding: 10px 10px 20px 10px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(img/zidle/menu-tree-bottom.gif);
}

body.nabytek .box .top .bottom {
	background-image: url(img/nabytek/menu-tree-bottom.gif);
}

body.skrine .box .top .bottom {
	background-image: url(img/skrine/menu-tree-bottom.gif);
}

.box h3.legend {
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.box h3.legend a {
	color: #fff;
}

/* @end */

/* @group box-head */

.box-head, .box-head .top, .box -head .top .bottom {
	height: 0;
	min-height: 0;
}

div[class] .box-head, div[class] .box-head .top, div[class] .box-head .top .bottom {
	height: auto;
}

.box-head {
	width: 178px;
	margin: 0 0 5px 0;
	background-position: 0 100%;
	background-repeat: repeat-y;
	background-color: #fff;
	background-image: url(img/panel/repeat.gif);
}

.box-head .top {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(img/panel/top.gif);
}

.box-head .top .bottom {
	height: 40px;
	min-height: 40px;
	padding: 0 0 10px 0;
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(img/panel/bottom.gif);
}

.box-head h3.head {
	margin: 0 8px 10px 0;
	line-height: 24px;
	font-size: 100%;
	color: #353535;
	text-align: center;
}

.box-head img {
	margin: 0;
}

/* @end */

.hdn {
	display: none;
}

.smart-clear {
	clear: both;
	float: none;
	line-height: 0;
	font-size: 0;
}

.br-used br {
	display: block;
}

.max-width {
	width: 100%;
}

h3.legend {
	font-size: 120%;
	margin: 0 0 10px 0;
}

table tr.stripe-two td {
	background: #f3f3f3;
}

.search-highlight {
	padding: 2px;
	color: #fff;
	text-decoration: inherit;
	font-style: inherit;
	background: #f00;
}

/* @end */

/* @end */

/* @group common-properties */

#dc-head-logo, .dc-languages, .search-fulltext-panel, #dc-menu, #dc-menu-one, #dc-menu-popup, .dc-navigation, #dc-content, #dc-left, #dc-right, #dc-footer {
	height: 0;
	min-height: 0;
}

div[id] #dc-head-logo, div[class] .dc-languages, div[class] .search-fulltext-panel, div[id] #dc-menu, div[id] #dc-menu-one, div[id] #dc-menu-popup, div[class] .dc-navigation, div[id] #dc-content, div[id] #dc-left, div[id] #dc-right, div[id] #dc-footer {
	height: auto;
}

#dc-content, #dc-left, #dc-right {
	margin: 10px 0 20px 0;
}

/* @end */

/* @group dc-content print-out */

/* @group file-mail */

.file-mail {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

.file-mail form {
	background: url(img/registration/registration-repeat.gif) #fff 0 0 repeat-y;
}

.file-mail h3 {
	margin: 0;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 110%;
	border-top: solid 10px #fff;
	border-bottom: solid 1px #b8baba;
	background: url(img/registration/registration-top.gif) #fcc529 0 0 no-repeat;
}

.file-mail fieldset {
	clear: left;
	margin: 0;
	padding: 10px;
	background: url(img/registration/registration-bottom.gif) transparent 0 100% no-repeat;
}

.file-mail fieldset fieldset {
	padding: 0;
	background: transparent;
}

.file-mail fieldset fieldset.buttons {
	padding: 8px 0 0 0;
}

.file-mail fieldset em {
	display: block;
	margin: 0 0 10px 0;
}

/* @end */

/* @group report */

.report {
	height: 50px;
	min-height: 50px;
	margin: 0 0 10px 0;
	padding: 5px 60px 5px 5px;
	color: #000;
	border: solid 2px #f00;
	background-position: 100% 5px;
	background-repeat: no-repeat;
	background-color: #fff;
}

div[class] .report {
	height: auto;
	background-image: url(img/report/report.png);
}

.report.informative {
	border: 2px solid #ff8b00;
}

div[class] .report.informative {
	background-image: url(img/report/report-informative.png);
}

.report.allowing {
	border: 2px solid #82c00c;
}

div[class] .report.allowing {
	background-image: url(img/report/report-allowing.png);
}

.report h3 {
	margin: 0 0 10px 0;
}

.report a {
	color: #000;
}

.report p {
	margin: 10px 0 0 0;
}

/* @end */

/* @group search-fulltext */

div.search-fulltext h1 em {
	color: #ff8b00;
}

/* @end */

/* @group inside-eshop */

.inside-eshop, .inside-eshop .top, .inside-eshop .top .bottom {
	height: 0;
	min-height: 0;
}

div[class] .inside-eshop, div[class] .inside-eshop .top, div[class] .inside-eshop .top .bottom {
	height: auto;
}

.inside-eshop {
	margin: 10px 0;
	background: url(img/inside-eshop-repeat.gif) #fff 0 0 repeat-y;
}

body.e-shop .dc-content .inside-eshop {
	margin: 0;
}

body.e-shop .dc-content .inside-eshop .report {
	margin: 0 10px 10px 10px;
}

.inside-eshop .top {
	background: url(img/inside-eshop-top.gif) transparent 0 0 no-repeat;
}

.inside-eshop .top .bottom {
	padding: 10px 1px 10px 1px;
	background: url(img/inside-eshop-bottom.gif) transparent 0 100% no-repeat;
}

.inside-eshop .top .bottom h2 {
	margin: 0 0 15px 0;
	padding: 0 10px;
}

.inside-eshop .top .bottom .appendix {
	padding: 0 20px;
}

/* @end */

/* @group item-short */

.item-short, .item-short .border-top, .item-short .border-top .border-bottom {
	height: 0;
	min-height: 0;
}

div[class] .item-short, div[class] .item-short .border-top, div[class] .item-short .border-top .border-bottom {
	height: auto;
}

.item-short {
	width: 155px;
	float: left;
	margin: 0 18px 20px 0;
	position: relative;
	left: 20px;
	top: 0;
	z-index: 80;
	background: url(img/item-short/item-repeat.gif) #fff 0 0 repeat-y;
}

.item-short .border-top {
	background: url(img/item-short/item-top.gif) transparent 0 0 no-repeat;
}

.item-short .border-top .border-bottom {
	padding: 1px 4px 0 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(img/zidle/item-end-corner.gif)
}

body.nabytek .item-short .border-top .border-bottom {
	background-image: url(img/nabytek/item-end-corner.gif)
}

body.skrine .item-short .border-top .border-bottom {
	background-image: url(img/skrine/item-end-corner.gif)
}

.item-short .img {
	height: 150px;
	min-height: 150px;
	padding: 10px 0;
	border-bottom: solid 1px #cacaca;
}

.item-short .img br {
	display: none;
}

div[class] .item-short .img {
	height: auto;
}

.item-short .img span.label {
	display: block;
	width: 57px;
	height: 21px;
	line-height: 18px;
	text-align: center;
	text-transform: lowercase;
	color: #fff;
	font-size: 10px;
	position: absolute;
	right: 15px;
	top: 1px;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	background-image: none;
}

.item-short .img span.label.novinka {
	background-image: url(img/item-short/label-novinka.png);
}

.item-short .img span.label.akce {
	background-image: url(img/item-short/label-akce.png);
}

.item-short .img span.label.vyprodej {
	background-image: url(img/item-short/label-vyprodej.png);
}

.item-short .img span.label.nej {
	background-image: url(img/item-short/label-nej.png);
}

.item-short .img img {
	display: block;
	margin: 0 auto;
}

.item-short .catalog-info br {
	display: none;
}

.item-short .catalog-info {
	padding: 5px 9px 0 5px;
}

.item-short .catalog-info strong.name {
	display: block;
	height: 30px;
	min-height: 30px;
	margin: 0 0 5px 0;
	font-size: 90%;
}

div[class] .item-short .catalog-info strong.name {
	height: auto;
}

.item-short .catalog-info strong.price {
	display: block;
	text-align: right;
	font-size: 110%;
	color: #353535;
	margin-top: 10px;
}

.item-short .catalog-info p {
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
}

.item-short .catalog-info p span {
	font-size: 90%;
}

.item-short .link-detail {
	padding: 5px 0 10px 0;
	text-align: center;
}

/* @group panel-full-redefine */

.panel-full .item-short {
	width: auto;
	float: none;
	margin: 0 8px 10px 1px;
	left: 0;
	top: 0;
	border-bottom: solid 1px #cacaca;
	background: #fff;
}

.panel-full .item-short .img span.label {
	display: none;
}

.panel-full .item-short .border-top {
	background: #fff;
}

.panel-full .item-short .border-top .border-bottom {
	padding: 0;
	background: #fff;
}

body.nabytek .panel-full .item-short .border-top .border-bottom {
	background: #fff;
}

body.skrine .panel-full .item-short .border-top .border-bottom {
	background: #fff;
}

.panel-full .item-short .img {
	padding: 0 0 10px 0;
	border: none;
}

.panel-full .item-short .catalog-info strong.name {
	height: auto;
	min-height: 0;
	text-align: center;
}

.panel-full .item-short .catalog-info strong.price {
	text-align: center;
}

/* @end */

/* @end */

/* @group elements */

.article, .chapter {
	margin: 20px 0 0 0;
}

.link {
	margin: 10px 0;
}

.abstract, .content, .appendix, .navig {
	clear: both;
}

h2.head, h3.head {
	margin: 0 0 10px 0;
}

.article-full h2, .article-full h3, .article-full h4, .article-full h5, .article-full h6 {
	clear: both;
}

/* @end */

/* @group pager */

.pager {
	margin: 10px 0;
	padding: 5px 5px 3px 5px;
}

.pager span.page, .pager span.no-link, .pager a, .pager strong {
	display: block;
	width: 20px;
	height: 21px;
	line-height: 21px;
	float: left;
	margin: 0 2px 2px 0;
	text-decoration: none;
	text-align: center;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(img/pager/button.gif);
}

.pager span.page {
	width: auto;
	height: auto;
	margin: 0 10px 2px 0;
	background: transparent;
}

.pager span.page strong {
	display: inline;
	width: auto;
	height: auto;
	float: none;
	padding: 2px 0;
	background: transparent;
}

.pager span.separator {
	display: none;
}

.pager a {
	font-size: 11px;
}

.pager a:hover, body.nabytek .pager a:hover, body.skrine .pager a:hover {
	color: #fff;
	background-position: 100% 0;
	background-color: #ff6701;
}

.pager strong {
	color: #000;
	background: transparent;
}

/* @end */

/* @group dc-site-map */

.content-map, .e-shop-map {
	width: 46%;
	float: left;
	padding: 0 20px 0 0;
}

.content-map h3, .e-shop-map h3 {
	margin: 0 0 15px 0;
}

body.site-map .dc-content ul {
	font-weight: 900;
	text-transform: uppercase;
}

body.site-map .dc-content ul li {
	margin: 0 0 15px 0;
}

body.site-map .dc-content ul li ul {
	font-weight: normal;
	text-transform: none;
}

body.site-map .dc-content ul li ul li {
	margin: 0;
}

/* @end */

/* @end */

/* @group dc-panel print-out */

/* @group e-shop-menu-tree */

#e-shop-menu-tree .top .bottom {
	padding: 20px 6px 20px 0;
}

#e-shop-menu-tree .top .bottom .tree-img-bg {
	background: url(img/tree-img/three-motives-orange.gif) #ff6600 0 0 no-repeat;
}

body.nabytek #e-shop-menu-tree .top .bottom .tree-img-bg {
	background: url(img/tree-img/three-motives-green.gif) #ABC186 0 0 no-repeat;
}

body.skrine #e-shop-menu-tree .top .bottom .tree-img-bg {
	background: url(img/tree-img/three-motives-blue.gif) #95ABCA 0 0 no-repeat;
}

#e-shop-menu-tree .top .bottom #tree-img {
	height: 50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #FF6600;
	background-image: url(img/tree-img/zidle.gif);
}

body.nabytek #e-shop-menu-tree .top .bottom #tree-img {
	background-image: url(img/tree-img/nabytek.gif);
}

body.skrine #e-shop-menu-tree .top .bottom #tree-img {
	background-image: url(img/tree-img/skrine.gif);
}

#e-shop-menu-tree .top .bottom h3.legend {
	display: none;
	padding: 5px 10px 5px 10px;
}

#e-shop-menu-tree ul {
	display: block;
	height: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

div[id] #e-shop-menu-tree ul {
	height: auto;
}

#e-shop-menu-tree ul li {
	display: block;
	height: 0;
	min-height: 0;
}

div[id] #e-shop-menu-tree ul li {
	height: auto;
}

#e-shop-menu-tree ul li a {
	display: block;
	height: 0;
	min-height: 0;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	background-position: 5px 50%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(img/menu-tree-full-arrow.gif)
}

div[id] #e-shop-menu-tree ul li a {
	height: auto;
}

#e-shop-menu-tree ul li a:hover {
	color: #fff;
	background-color: #343434;
	background-image: url(img/menu-tree-full-hover-arrow.gif)
}

#e-shop-menu-tree ul li a.active {
	color: #343434;
}

#e-shop-menu-tree ul li a.active:hover {
	color: #fff;
}

#e-shop-menu-tree ul li ul {
	display: none;
	background: #FF8C3F;
}

body.nabytek #e-shop-menu-tree ul li ul {
	background: #ABC186;
}

body.skrine #e-shop-menu-tree ul li ul {
	background: #95ABCA;
}

#e-shop-menu-tree ul li.active ul, #e-shop-menu-tree ul li.active ul li.active ul {
	display: block;
}

#e-shop-menu-tree ul li.active ul li ul {
	display: none;
}

#e-shop-menu-tree ul li ul li ul {
	background: #FFA569;
}

body.nabytek #e-shop-menu-tree ul li ul li ul {
	background: #c3de9b;
}

body.skrine #e-shop-menu-tree ul li ul li ul {
	background: #9cb7de;
}

#e-shop-menu-tree ul li ul li a {
	padding: 5px 5px 5px 25px;
	font-size: 90%;
	background-position: 10px 50%;
}

#e-shop-menu-tree ul li ul li ul li a {
	padding: 5px 5px 5px 35px;
	background-position: 20px 50%;
}

/* @end */

/* @group dc-menu-tree */

#dc-menu-tree ul {
	display: block;
	height: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

div[id] #dc-menu-tree ul {
	height: auto;
}

#dc-menu-tree ul li {
	display: block;
	height: 0;
	min-height: 0;
	margin: 1px 0;
}

div[id] #dc-menu-tree ul li {
	height: auto;
}

#dc-menu-tree ul li a {
	display: block;
	height: 0;
	min-height: 0;
	padding: 5px 10px;
	text-decoration: none;
}

div[id] #dc-menu-tree ul li a {
	height: auto;
}

#dc-menu-tree ul li a:hover {
	color: #fff;
	background: #475f7f;
}

#dc-menu-tree ul li a.active {
	color: #fff;
	background: #5a79a2;
}

#dc-menu-tree ul li ul {
	padding: 0 0 0 10px;
}

/* @end */

/* @group login-form */

.login-form {
	height: 0;
	min-height: 0;
}

div[class] .login-form {
	height: auto;
}

.login-form fieldset {
	padding: 0 0 10px 0;
}

.login-form h4 {
	margin: 0 0 10px 0;
	font-size: 100%;
	line-height: 140%;
}

.login-form h4 em {
	color: #353535;
}

.login-form h4 em br {
	display: block;
}

.login-form label.fill .i-text {
	background: #fff;
}

.general-form.login-form .buttons input.button {
	margin: 2px 0 0 0;
}

.login-form a.button {
	float: right;
}

.login-form fieldset label span {
	margin: 0 0 0 3.6em;
}

.login-form p {
	clear: both;
	margin: 0;
	font-size: 90%;
}

/* @end */

/* @group basket-info */

.basket-info p {
	margin: 0;
	font-size: 90%;
}

.basket-info strong {
	color: #fff;
}

/* @end */

.news-letter fieldset label span {
	margin: 0 0 0 3.6em;
}

.news-letter fieldset .button {
	width: 140px;
}

/* @group panel-full */

.panel-full p {
	margin: 0 0 10px 0;
}

.panel-full .article, .panel-full .chapter, .panel-full .link {
	margin: 0 8px 10px 0;
	padding: 0 10px 5px 10px;
	border-bottom: solid 1px #cacaca;
}

.panel-full .article object, .panel-full .chapter object, .panel-full .link object {
	margin: 0 -8px 0 -9px;
}

.panel-full h2.head {
	margin: 0;
	font-size: 100%;
	color: #000;
}

/* @end */

/* @end */

/* @group dc-page */

#dc-page {
	margin: 0 auto;
	width: 938px;
	position: relative;
	z-index: 10;
}

/* @end */

/* @group dc-head-logo */

.dc-head-logo .left-top {
	height: 0;
	min-height: 0;
	background: url(img/dc-head-logo/logo.gif) transparent 0 21px no-repeat;
}

.dc-head-logo .left-top .right-top {
	height: 0;
	min-height: 0;
	background: url(img/zidle/motive.jpg) transparent 100% 41px no-repeat;
}

body.nabytek .dc-head-logo .left-top .right-top {
	background: url(img/nabytek/motive.jpg) transparent 100% 41px no-repeat;
}

body.skrine .dc-head-logo .left-top .right-top {
	background: url(img/skrine/motive.jpg) transparent 100% 41px no-repeat;
}

div[class] .dc-head-logo .left-top, div[class] .dc-head-logo .left-top .right-top {
	height: auto;
}

.dc-head-logo .left-top .left-bottom {
	height: 130px;
	background: url(img/dc-head-logo/left-corner.jpg) transparent 0 100% no-repeat;
}

.dc-head-logo p.head-domain {
	margin: 0;
}

.dc-head-logo p.head-domain a {
	display: block;
	width: 141px;
	height: 42px;
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 100;
}

.dc-head-logo p.head-domain a span {
	display: none;
}

#dc-head-logo {
	height: 130px;
	min-height: 130px;
	position: relative;
	z-index: 90;
	background: url(img/dc-head-logo/repeat-x.gif) #fff 0 100% repeat-x;
}

/* @end */

/* @group search-fulltext-panel */

.search-fulltext-panel {
	text-align: right;
	position: absolute;
	right: 40px;
	top: 8px;
}

.search-fulltext-panel .top .bottom {
	height: 60px;
	min-height: 60px;
	padding: 10px 15px 20px 10px;
}

div[class] .search-fulltext-panel .top .bottom {
	height: auto;
}

.search-fulltext-panel h3 {
	display: none;
	margin: 0;
	text-align: left;
}

.search-fulltext-panel .i-text {
	width: 145px;
	height: 14px;
	position: relative;
	z-index: 150;
}

.search-fulltext-panel .button {
	float: none;
	margin: 0;
}

/* @end */

/* @group dc-menu */

.dc-menu span {
	display: block;
	float: left;
	padding: 0 2px 0 0;
	background: url(img/dc-menu/separator.gif) transparent 0 0 repeat-x;
}

.dc-menu a {
	display: block;
	height: 40px;
	min-height: 40px;
	line-height: 40px;
	float: left;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 900;
	background: url(img/dc-head-logo/repeat-x.gif) #323232 0 0 repeat-x;
}

div[class] .dc-menu a {
	height: auto;
	float: none;
}

.dc-menu a:hover, #dc-menu-one a:hover {
	color: #000;
	background: url(img/dc-menu/hover.gif) #FF6701 0 0 repeat-x;
}

body.nabytek #dc-menu-one a:hover {
	background: url(img/nabytek/dc-menu-hover.gif) #99B46C 0 0 repeat-x;
}

body.skrine #dc-menu-one a:hover {
	background: url(img/skrine/dc-menu-hover.gif) #809BC0 0 0 repeat-x;
}

.dc-menu a.active, #dc-menu-one a.active {
	color: #000;
	background: url(img/dc-menu/hover.gif) #FF6701 0 0 repeat-x;
}

body.nabytek #dc-menu-one a.active {
	background: url(img/nabytek/dc-menu-hover.gif) #99B46C 0 0 repeat-x;
}

body.skrine #dc-menu-one a.active {
	background: url(img/skrine/dc-menu-hover.gif) #809BC0 0 0 repeat-x;
}

.dc-menu span.separator {
	display: none;
}

.dc-menu .smart-clear {
	height: auto;
}

#dc-menu {
	height: 41px;
	min-height: 41px;
	line-height: 41px;
	margin: 0 80px 0 170px;
	position: relative;
	left: 0;
	top: 41px;
}

div[id] #dc-menu {
	height: auto;
}

/* @end */

/* @group dc-menu-one */

#dc-menu-one {
	height: 40px;
	min-height: 40px;
	line-height: 40px;
	margin: 0 100px 0 170px;
	position: relative;
	left: 0;
	top: 41px;
}

div[id] #dc-menu-one {
	height: auto;
}

#dc-menu-one a {
	background: url(img/dc-head-logo/repeat-x.gif) #323232 0 -41px repeat-x;
}

/* @end */

/* @group dc-navigation */

.dc-navigation {
	padding: 5px 30px 5px 197px;
	font-size: 11px;
}

.dc-navigation em {
	font-style: normal;
}

/* @end */

/* @group dc-content */

body.nabytek .dc-content a {
	color: #708745;
}

body.skrine .dc-content a {
	color: #496791;
}

#dc-content {
	width: 543px;
	float: left;
	position: relative;
	left: 197px;
}

/* @end */

/* @group dc-left */

.dc-left .margin {
	

/*

padding: 105px 0 0 0;*/
	padding: 0;
}

.dc-left a {
	color: #fff;
}

#dc-left {
	width: 177px;
	float: left;
	position: relative;
	left: -543px;
	color: #000;
}

/* @end */

/* @group dc-right */

#dc-right {
	width: 178px;
	float: right;
	color: #000;
}

/* @end */

/* @group dc-footer */

.dc-footer p {
	height: 0;
	min-height: 0;
	line-height: 50px;
	margin: 0;
	padding: 0 40px;
	background: transparent;
}

.dc-footer a {
	color: #fff;
}

div[class] .dc-footer p {
	height: auto;
}

.dc-footer p:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
	clear: both;
}

.dc-footer span {
	float: right;
}

.dc-footer span.left {
	float: left;
}

.dc-footer span.center {
	float: left;
	margin: 0 0 0 30px;
}

.dc-footer .smart-clear {
	height: 0;
}

#dc-footer {
	clear: both;
	height: 0;
	min-height: 0;
	font-size: 11px;
	color: #fff;
	background: url(img/dc-footer/repeat.gif) #343434 0 0 repeat-x;
}

div[id] #dc-footer {
	height: auto;
}

#dc-footer .left-corner {
	height: 0;
	min-height: 0;
	background: url(img/dc-footer/left-corner.jpg) transparent 0 0 no-repeat;
}

div[id] #dc-footer .left-corner {
	height: auto;
}

#dc-footer .left-corner .right-corner {
	height: 50px;
	min-height: 50px;
	background: url(img/dc-footer/right-corner.jpg) transparent 100% 0 no-repeat;
}

div[id] #dc-footer .left-corner .right-corner {
	height: auto;
}

/* @end */

.apek {
	position: absolute;
	right: 0;
	bottom: -20px;
	z-index: 20;
}

.apek img {
	margin: 0;
}