/* @override http://www.jihovychod.apilot.cz/css/global/classes.css */

/* @group table.line-rows */

table.line-rows tr td, table.line-rows tr th {
	padding: 2px 5px;
	border-bottom: 1px solid #e6e6e6;
}

table.line-rows thead tr td, table.line-rows tr th {
	font-weight: 400;
	color: #7e7e7e;
}

table.line-rows tr.stripe-two td {
	background: #f0f0f0;
}

table.line-rows tr td .name {
	font-weight: 400;
}

table.line-rows tr.first-row td .name {
	font-weight: 900;
}

table.line-rows tr td.first-cell, table.line-rows tr th.first-cell {
	padding: 2px 5px 2px 0;
}

table.line-rows tr td.last-cell, table.line-rows tr th.last-cell {
	padding: 2px 0 2px 5px;
}

table.line-rows tr.last-row td, table.line-rows tr.first-last-row td {
	border-bottom: none;
}

table.line-rows tr td .icon-btn {
	margin: 0;
}

table.line-rows tfoot tr td {
	font-size: 11px;
	border: none;
}

table.line-rows.set-line tr td {
	border-bottom: none;
}

table.line-rows.set-line tr.line td {
	border-bottom: 1px solid #e6e6e6;
}

/* @end */

/* @group rows */

.dc-page .rows br {
	display: none;
}

.dc-page .rows .br-used br {
	display: block;
}

.dc-page .row, .dc-page .row .left, .dc-page .row .right {
	display: block;
}

.dc-page .row {
	height: 20px;
	min-height: 20px;
	margin: 2px 0;
	clear: left;
	text-align: right;
}

.dc-page div[class] .row {
	height: auto;
}

.dc-page .row .left {
	float: left;
	line-height: 20px;
	text-align: left;
}

.dc-page .row .right {
	float: none;
	margin: 0 0 0 6em;
	line-height: 20px;
}

.dc-page .row .i-text {
	width: 92%;
	margin: 0;
}

/* @end */

/* @group box */

.box {
	margin: 10px 0;
	border: solid 1px #cecece;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
}

.dc-left .box, .dc-right .box {
	margin: 0 7px 15px 0;
	border: none;
	/*border-top: solid 1px #f2b200;*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: none;
}

.box.no-content {
	padding: 0;
}

.form-box {
	margin: 10px 0;
	position: relative;
	z-index: 25;
	border: solid 1px #cecece;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f5f5f5;
}

.tabs .form-box {
	margin: 0;
}

/* @end */

/* @group header */

.dc-page .header {
	display: block;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
	color: #3d4960;
	position: relative;
	z-index: 50;
	border-bottom: 1px solid #e1e1e1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-image: url(img/global/header.png);
	background-color: #e8e8e8;
}

.dc-page div[class] .header {
	height: auto;
}

.dc-left .header {
	color: #000;
	margin: 0 1px 0 0;
	padding: 0 5px 0 15px;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-image: none;
	background-color: #fff;
}

.dc-page .order-options .header {
	font-size: 14px;
}

.dc-page .header.flipped {
	height: 25px;
	min-height: 25px;
	line-height: 25px;
	background-image: url(../global/img/global/transp-to-white-hr.png);
}

.dc-page div[class] .header.flipped {
	height: auto;
}

.dc-page .box.no-content .header {
	margin: 0;
	border-bottom: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.dc-page .header a {
	color: #242424;
}

.dc-page .header .icon {
	display: block;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	padding: 0 0 0 24px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: transparent;
}

.dc-page div[class] .header .icon {
	height: auto;
}

.dc-page .header.flipped .icon {
	height: 25px;
	min-height: 25px;
	line-height: 25px;
}

.dc-page div[class] .header.flipped .icon {
	height: auto;
}

/* @end */

/* @group options */

.options {
	list-style: none;
	list-style-image: none;
	height: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
}

div[class] .options {
	height: auto;
}

.options li {
	display: block;
	height: 0;
	min-height: 0;
}

div[class] .options li {
	height: auto;
}

.options a {
	display: block;
	height: 0;
	min-height: 0;
	padding: 2px 8px 2px 22px;
	color: #464545;
	text-decoration: none;
	background-position: 9px 50%;
	background-repeat: no-repeat;
	background-image: url(img/global/link-arrow-small.png);
	background-color: transparent;
}

div[class] .options a {
	height: auto;
}

.options a:hover {
	background-position: -957px 50%;
	background-color: #eeeeee;
}

/* @end */

/* @group pager */

.pager {
	clear: both;
	height: 0;
	min-height: 0;
	margin: 16px 0;
}

div[class] .pager {
	height: auto;
}

.pager .simple-page, .pager .left-arrow, .pager .page, .pager .right-arrow, .pager .dots {
	display: inline-block;
	height: 18px;
	min-height: 18px;
	line-height: 18px;
	padding: 0 6px;
	text-decoration: none;
	color: #6e6f6f;
}

div[class] .pager .simple-page, div[class] .pager .left-arrow, div[class] .pager .page, div[class] .pager .right-arrow, div[class] .pager .dots {
	height: auto;
}

.pager .simple-page {
	margin: 0 8px 0 0;
	padding: 0;
	color: #2D2D2D;
}

.pager .left-arrow, .pager .page, .pager .right-arrow {
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #eaeaea;
}

.pager .left-arrow:hover, .pager .page:hover, .pager .right-arrow:hover, .pager .left-arrow:focus, .pager .page:focus, .pager .right-arrow:focus {
	color: #2D2D2D;
	background-position: 0 -60px;
	background-color: #d8dada;
}

.pager .left-arrow .arrow, .pager .right-arrow .arrow {
	display: inline-block;
	height: 18px;
	min-height: 18px;
	background-repeat: no-repeat;
}

div[class] .pager .left-arrow .arrow, div[class] .pager .right-arrow .arrow {
	height: auto;
}

.pager .left-arrow .arrow {
	padding: 0 0 0 14px;
	background-position: 0 50%;
	background-image: url(img/global/pager/pager-left.png);
}

.pager .right-arrow .arrow {
	padding: 0 14px 0 0;
	background-position: 100% 50%;
	background-image: url(img/global/pager/pager-right.png);
}

.pager .left-arrow {
	margin: 0 6px 0 0;
}

.pager .right-arrow {
	margin: 0 0 0 6px;
}

.pager .dots {
	padding: 0 2px;
	letter-spacing: 1px;
}

.pager strong.page {
	color: #000;
	background-color: #fff;
}

.pager strong.page:hover, .pager strong.page:focus {
	color: #000;
	background-color: #fff;
}

/* @end */

/* @group pager */

/*.pager {
	clear: both;
	height: 0;
	min-height: 0;
	margin: 16px 0;
}

div[class] .pager {
	height: auto;
}

.pager .left-arrow, .pager .page, .pager .right-arrow, .pager .dots {
	display: block;
	height: 0;
	min-height: 0;
	line-height: 16px;
	float: left;
	padding: 0 6px;
	text-decoration: none;
	color: #7a7b7b;
}

div[class] .pager .left-arrow, div[class] .pager .page, div[class] .pager .right-arrow, div[class] .pager .dots {
	height: auto;
}

.pager .left-arrow, .pager .page {
	border-right: 1px solid #bdbdbd;
}

.pager .right-arrow {
	border-left: 1px solid #bdbdbd;
}

.pager .left-arrow, .pager .right-arrow {
}

.pager .dots {
	padding: 0 2px;
	letter-spacing: 1px;
}

.pager .first, .pager .last {
	border: none;
}

.pager strong.page {
	color: #123A78;
}

.pager .left-arrow:hover, .pager .page:hover, .pager .right-arrow:hover {
	color: #123A78;
}

.pager strong.page:hover {
	background: transparent;
}*/

/* @end */

/* @group tabs */

.tabs {
	height: 0;
	min-height: 0;
	margin: 20px 0 0 0;
}

div[class] .tabs {
	height: auto;
}

.tabs h2.caption {
	display: none;
}

.tabs div.head {
	height: 0;
	min-height: 0;
	margin: 0;
}

div[class] .tabs div.head {
	height: auto;
}

.tabs div.head .caption {
	display: block;
	height: 20px;
	min-height: 20px;
	line-height: 20px;
	padding: 0 5px;
	float: left;
	margin: 0 2px 0 0;
	cursor: pointer;
	font-size: 12px;
	color: #4a4a4a;
	text-decoration: none;
	position: relative;
	left: 0;
	top: 1px;
	z-index: 45;
	white-space: nowrap;
	border-top: solid 1px #cecece;
	border-right: solid 1px #cecece;
	border-left: solid 1px #cecece;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	background: #ebebeb;
}

div[class] .tabs div.head .caption {
	height: auto;
}

.tabs div.head .caption.active {
	color: #242424;
	z-index: 55;
	background: #fff;
}

.tabs h2.caption {
	margin: 16px 0 8px 0;
	font-size: 14px;
}

.tabs .tab {
	clear: both;
	height: 0;
	min-height: 0;
	padding: 5px;
	position: relative;
	z-index: 50;
	border: 1px solid #cecece;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	background: #fff;
}

div[class] .tabs .tab {
	height: auto;
}

/*.tabs .tab.hdn {
	position: static;
}*/

.tabs .content {
	height: 0;
	min-height: 0;
	margin: 0;
}

div[class] .tabs .content {
	height: auto;
}

/* @end */

/* @group folder-files */

.folder-files {
	margin: 24px 0 0 0;
}

.folder-files .head {
	margin: 0 10px 10px 10px;
	font-size: 12px;
}

.folder-files table.line-rows tr td.first-cell, .folder-files table.line-rows tr th.first-cell {
	padding: 2px 5px 2px 10px;
}

.folder-files table.line-rows tr td.last-cell, .folder-files table.line-rows tr th.last-cell {
	padding: 2px 10px 2px 5px;
}

/* @end */

/* @group folder-images */

.folder-images a {
	display: inline-block;
}

.folder-images.netscape a {
	margin: 0 -1px 0 0;
}

.folder-images a img {
	vertical-align: baseline;
}

.folder-images .smart-clear {
	height: 0;
}

/* @end */

/* @group login-form */

.dc-left .indent {
	padding: 10px 10px 10px 15px;
}

.login-form {
	clear: both;
}

.login-form .row .right {
	margin: 0 0 0 3.6em;
}

.login-form .options a {
	color: #000;
}

.login-form .other-options {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 11px;
}

.login-form .other-options.options-down {
	height: 20px;
	min-height: 20px;
	line-height: 20px;
	margin: 0 0 -20px 0;
	padding: 0;
}

div[class] .login-form .other-options.options-down {
	height: auto;
}

.login-form .other-options a {
	color: #3a3a3a;
}

/* @end */

/* @group basket-panel */

.basket-panel {
	font-size: 11px;
}

.basket-panel p {
	margin: 0;
}

.basket-panel .item {
	margin: 0 0 2px 0;
	border-bottom: 1px solid #ddd;
}

.basket-panel .item span {
	display: block;
	text-align: right;
}

.basket-panel .sum {
	padding: 10px 0 0 0;
	text-align: right;
}

.basket-panel .sum strong {
	display: inline-block;
	font-size: 12px;
}

/* @end */

/* @group server-map */

.content-map, .catalog-map {
	float: left;
	margin: 0 30px 0 0;
}

.server-map h3 {
	margin: 0 0 16px 0;
}

.server-map ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 13px;
	/*text-transform: uppercase;*/
}

.server-map ul li {
	margin: 8px 0 0 0;
}

.server-map ul li ul {
	list-style: disc;
	margin: 0 0 16px 0;
	padding: 0 0 0 20px;
	font-weight: 400;
	font-size: 12px;
	text-transform: none;
}

.server-map ul li ul li, .server-map ul li ul li ul {
	margin: 0;
}

/* @end */
