/* @override 
	http://omega.apilot.cz/css/global/classes.css
	http://galerie-aviatik.cz.apilot.cz/css/global/classes.css
*/

.edited {
  position: relative;
  box-shadow: 0 0 10px #000;
  z-index: 200;
  background: #fff;
}

/* @group table.line-rows */

table.line-rows tr td, table.line-rows tr th {
	padding: 2px 5px;
}

table.line-rows tr+tr td {
	border-top: 1px solid #e6e6e6;
}

table.line-rows thead tr td, table.line-rows thead tr th {
	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: 600;
}

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 */

.rows br {
	display: none;
}

.rows .br-used br {
	display: block;
}

.row, .row .left, .row .right {
	display: block;
}

.row {
	height: 20px;
	min-height: 20px;
	margin: 2px 0;
	clear: left;
	text-align: right;
}

div[class] .row {
	height: auto;
}

.row .left {
	float: left;
	line-height: 20px;
	text-align: left;
}

.row .right {
	float: none;
	margin: 0 0 0 6em;
	line-height: 20px;
}

.row .i-text {
	width: 92%;
	margin: 0;
}

/* @end */

/* @group box */

.box {
	margin: 10px 0;
}

.dc-left .box, .dc-right .box {
	margin: 0 0 10px 0;
}

.form-box {
	margin: 10px 0;
	position: relative;
	z-index: 25;
	border: solid 1px #b5c6e1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #eef3fb;
}

.tabs .form-box {
	margin: 0;
}

/* @end */

/* @group indent */

.indent, .indent-vertical, .indent-horizontal {
	display: block;
	height: 0;
	min-height: 0;
}

div[class] .indent, div[class] .indent-vertical, div[class] .indent-horizontal {
	height: auto;
}

.indent {
	padding: 10px;
}

.indent-vertical {
	padding: 10px 0;
}

.indent-horizontal {
	padding: 0 10px;
}

.dc-right .indent {
	padding: 0;
}

.dc-right .indent-vertical {
	padding: 6px 0;
}

/* @end */

/* @group header */

.header {
	display: block;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 0;
	font-size: 16px;
	color: #0C419A;
	position: relative;
	z-index: 50;
}

div[class] .header {
	height: auto;
}

.order-options .header {
	font-size: 14px;
}

.header.flipped {
	display: block;
	height: 25px;
	min-height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
	color: #0c419a;
	position: relative;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;

}

div[class] .header.flipped {
	height: auto;
}

.box.no-content .header {
	margin: 0;
	border-bottom: none;
}

.header a {
	color: #0C419A;
}

.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;
}

div[class] .header .icon {
	height: auto;
}

.header.flipped .icon {
	height: 25px;
	min-height: 25px;
	line-height: 25px;
}

div[class] .header.flipped .icon {
	height: auto;
}

/* @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: #353535;
	text-shadow: #dcdcdc 0 1px 1px;
}

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;
	text-shadow: none;
}

.pager .left-arrow, .pager .page, .pager .right-arrow {
	border: 1px solid #939494;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-image: url(img/global/button/button-light.png);
	background-color: #d7d7d7;
}

.pager .left-arrow:hover, .pager .page:hover, .pager .right-arrow:hover, .pager .left-arrow:focus, .pager .page:focus, .pager .right-arrow:focus {
	background-position: 0 -60px;
	background-color: #c4c4c4;
}

.pager .left-arrow, .pager .right-arrow {
	
}

.pager .left-arrow .arrow, .pager .right-arrow .arrow {
	display: inline-block;
	height: 18px;
	min-height: 18px;
	background-repeat: no-repeat;
	background-color: transparent;
}

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 {
	font-weight: 400;
	color: #fff;
	text-shadow: none;
	border: solid 1px #000;
	background-image: url(img/global/button/button-dark.png);
	background-color: #1a1a1a;
}

.pager strong.page:hover, .pager strong.page:focus {
	background-position: 0 0;
	background-color: #1a1a1a;
}

/* @end */

/* @group server-map */

.content-map, .catalog-map {
	float: left;
	margin: 0 30px 0 0;
}

.server-map {
	margin: 24px 0 0 0;
}

.server-map h2 {
	margin: 0 0 8px 0;
}

.server-map ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 13px;
}

.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 */

/* @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 gallery-default */

.gallery-default {
	font-size: 0;
}

.gallery-default .img, .gallery-default .img a, .gallery-default .img img {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.gallery-default .img {
	vertical-align: middle;
	text-align: center;
	width: 96px;
	height: 96px;
	margin: 6px;
	line-height: 1;
}

.gallery-default .img .vertical-aid, .gallery-default .img a {
	vertical-align: middle;
}

.gallery-default .img img {
	border: solid 3px #fff;
	box-shadow: 0 0 3px #7f7f7f;
	-webkit-box-shadow: 0 0 3px #7f7f7f;
	-moz-box-shadow: 0 0 3px #7f7f7f;
}

.gallery-default .img img:hover, .gallery-default .img img:focus {
	border-color: #fcfe0d;
}

/* @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;
	border-top-right-radius: 4px;
	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;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #fff;
}

div[class] .tabs .tab {
	height: auto;
}

.tabs .tab.hdn {
	position: absolute;
	left: 0;
	top: 20px;
}

.tabs .content {
	height: 0;
	min-height: 0;
	margin: 0;
}

div[class] .tabs .content {
	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 li.section + li.section {
	margin: 8px 0 0 0;
}

.options li.section > strong {
	display: block;
	margin: 0 0 2px 0;
	padding: 0 10px;
}

.options li ul {
	margin: 0;
	padding: 0;
}

.options a {
	display: block;
	height: 0;
	min-height: 0;
	padding: 2px 8px 2px 22px;
	line-height: 18px;
	font-size: 14px;
	color: #0C419A;
	text-decoration: none;
	background-position: -956px 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.active {
	background-position: -956px 50%;
}

.options a:hover, .options a:focus {
	background-position: -956px 50%;
}

.options a strong {
	font-weight: 400;
	color: #000;
}

/* @end */

/* @group login-form */

.login-form {
	clear: both;
}

.login-form .row .right {
	margin: 0 0 0 3.6em;
}

.dc-right .login-form .row .right {
	margin: 0 0 0 2.4em;
}

.dc-right .login-form.box {
	padding: 10px 0;
	border: none;
} 

.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: #0c419a;
}

/* @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 #c6cdd8;
}

.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 */
