body
{
	background-color: #ffffff;
	font-family: verdana, arial;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body.noselect
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

form
{
	padding: 0;
	margin: 0;
}

table td {
	vertical-align: top;
}

#progress {
	position: absolute;
	width: 90%;
	text-align: center;
	top: 45%;
}

/*
----------------------------------------------------------------
Ramecek okolo prvku
----------------------------------------------------------------
*/
div.MenuArea, #LoginFrame, img.ImageWithBorder
{
	border: 1px solid #847faf;
}

div.VerticalMenuTitle {
	position: relative;
	height: 16px;
	padding: 0;
	margin: -5px 0 -10px 0;
}

div.VerticalMenuTitle a{
	display: block;
	float: right;
	margin: 1px;
	border-radius: 2px;
}
div.VerticalMenuTitle a:hover {
	background-image: url('../img/buttonHover.png');
}
div.VerticalMenuTitle a img{
	border: none;
}
div.VerticalMenuTitle a.selected{
	background-image: url('../img/buttonActive.png');
	border: 1px solid #847faf;
}
a.VerticalElementHref, a.VerticalElementHrefSelected {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin: 1px;
	padding: 3px;
	border: 1px solid #ffffff;
	border-radius: 3px;
}
a:hover.VerticalElementHref {
	background-image: url('../img/buttonHover.png');
}
a.VerticalElementHrefSelected {
	background-image: url('../img/buttonActive.png');
	border: 1px solid #847faf;
	border-radius: 3px;
}
a.VerticalElementHref img, a.VerticalElementHrefSelected img {
	display: block;
	margin: auto;
	border: none;
}
div.cleaner {
	position: relative;
	clear: both;
}

/*
----------------------------------------------------------------
Login formular
----------------------------------------------------------------
*/
#LoginEnvelope
{
	margin: 10% auto 0 auto;
	padding: 0;
	width: 330px;
}
#LoginLogo {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-image: url('./img/login.png');
	background-repeat: no-repeat;
	opacity: 0.3;
	width: 128px;
	height: 128px;
	z-index: 1;
}
#LoginFrame
{
	position: relative;
	background-color: #ffffff;
	padding: 1px;
	width: 330px;
	border-radius: 4px;
	box-shadow: #847FAF 2px 4px 6px;
}
h1.Login
{
}
#LoginTextPart
{
	position: relative;
	margin: 0;
	padding: 50px 0 30px 35px;
	height: 60px;
	background-color: #EEEEEE;
}
div.LoginTextEnvelope
{
	height: 25px;
	position: relative;
	z-index: 2;
}
label.LoginTextBoxDescription
{
	display: block;
	left: 0;
	top: 0;
	width: 120px;
	position: absolute;
	text-align: right;
}
div.LoginTextBox
{
	left: 125px;
	top: 0;
	position: absolute;
	z-index: 2;
}
div.LoginTextBox input:focus {
    box-shadow: 1px 1px 2px #555555;
}
#LoginButtonsPart
{
	position: relative;
	background-color: #D3DCE3;
	margin: 0;
	padding: 10px 0 10px 0;
	border: 0 solid #847faf;
	border-top: 1px;
}
#LoginButtonsPart input {
	margin: 0 0 0 230px;
	padding: 3px 8px 3px 8px;
	background-image: url('../img/buttonActive.png');
}
#LoginButtonsPart input:hover {
	background-image: url('../img/buttonHover.png');
}

input.button {
	padding: 3px 8px 3px 8px;
	background-image: url('../img/buttonActive.png');
	font-size: 11px;
	border: 1px solid #847faf;
}
input.button:hover {
	background-image: url('../img/buttonHover.png');
}


/*
----------------------------------------------------------------
Body zakladnich prvku zobrazeni
----------------------------------------------------------------
*/
#MainLeftBody
{
	background-color: #c3d3e5;
	background-image: url('../img/leftPart.png');
	background-repeat: repeat-y;
	padding: 10px 0 10px 5px;
	width: 130px;
}

#MainBody
{
	padding: 0;
}

/*
----------------------------------------------------------------
Vertikalni menu
----------------------------------------------------------------
*/

div.MenuArea
{
	position: relative;
	margin: 10px 0 10px 0;
	background-color: #ffffff;
	width: 127px;
	overflow: hidden;
	border-radius: 3px;
}

ul.VerticalMenu
{
	padding: 0;
	margin: 5px 5px 5px 5px;
	list-style-type: none;
	position: relative;
	font-size: 9px;
}

li.VerticalMenuElement
{
}

a:link.VerticalMenuElementHref,a:visited.VerticalMenuElementHref
{
	display: block;
	padding: 4px;
	margin: 5px 0 5px 0;
	border: 1px solid #ffffff;
	width: 107px;
	height: 35px;
	text-decoration: none;
	color: #000000;
	background-image: none;
	border-radius: 3px;
}
a:hover.VerticalMenuElementHref
{
	display: block;
	border: 1px solid #847faf;
	background-image: url('../img/buttonHover.png');
}


li.VerticalMenuElementSelected
{
}

a.VerticalMenuElementHrefSelected
{
	display: block;
	padding: 4px;
	margin: 5px 0 5px 0;
	border: 1px solid #847faf;
	background-color: #847faf;
	width: 107px;
	height: 35px;
	text-decoration: none;
	color: #000000;
	background-image: url('../img/buttonActive.png');
	border-radius: 3px;
}

img.VerticalMenuElementIcon
{
	margin: 0 10px 0 0;
	float: left;
	border-style: none;
}

div.leftMenuTitle {
	padding: 5px;
	background-color: #847faf;
	color: #000000;
	margin: 1px;
	background-image: url('../img/accordionItemActive.png');
}

		/* ViewList - begin */
			table.view_list_table {
				position: relative;
				table-layout: fixed;
				font-family: arial, verdana;
				font-size: 12px;
				border-collapse: collapse;
				width: 1px;
			}
			tr.view_list_filters {
			}
			td.view_list_filter {
				padding: 10px 2px 5px 2px;
				text-align: center;
			}
			td.view_list_filter_active {
				background-color: #9DBEEE;
			}
			input.view_list_filter_text {
				font-family: arial, verdana;
				font-size: 12px;
				margin: 0;
				padding: 0;
				border: 1px solid #166b9b;
			}
			input.view_list_filter_button {
				width: 20px;
				font-family: arial, verdana;
				font-size: 12px;
				margin: 0;
				padding: 0;
				border: 1px solid #166b9b;
				background-color: #043a5a;
				background-image: url('../img/titleBarActive.png');
			}
			input.view_list_hidden {
				display: none;
			}
			tr.view_list_header {
				background-color: #166b9b;
				background-image: url('../img/titleBar.png');
			}
			td.view_list_header_element {
				position: relative;
				border: 1px solid #9996b5;
				overflow: hidden;
			}
			a.view_list_header_link {
				display: block;
				position: relative;
				padding: 4px;
				text-decoration: none;
				color: #000000;
				overflow: hidden;
			}
			span.view_list_header_link {
				display: block;
				position: relative;
				padding: 4px;
				text-decoration: none;
				color: #000000;
			}
			td.view_list_header_active_element {
				position: relative;
				border: 1px solid #166b9b;
				background-color: #043a5a;
				background-image: url('../img/titleBarActive.png');
			}
			tr.row_1 {
				background-color: #E8EEF4;
			}
			tr.row_2 {
				background-color: #ffffff;
			}
			tr.view_list_row {
				border: 1px dotted #9996B5;
				border-right-width: 0;
/*----*/
				height: 26px;
			}
			tr.view_list_row:hover {
				background-color: #95B9EF;
				border: 1px solid #95B9EF;
			}
			tr.view_list_row:hover td.view_list_fc_column {
				background-color: #95B9EF;
				border-right-color: #95B9EF;
			}
			tr.view_list_row:hover td.view_list_fc_column_part {
				background-color: #95B9EF;
				border-right-color: #95B9EF;
			}
			td.view_list_column {
				position: relative;
				overflow: hidden;
				padding: 1px;
				cursor: pointer;
				vertical-align: middle;
				border: 0 dotted #9996B5;
				border-right-width: 1px;
			}
			div.view_list_strictsize {
				position: relative;
				width: 100%;
				height: 1.1em;
				overflow: hidden;
			}
			div.view_list_strictsize img {
				vertical-align: middle;
			}
			span.gr_RS {
				display: block;
				width: 4px;
				height: 100%;
				background-color: #847FAF;
				position: absolute;
				top: 0;
				right: 0;
				cursor: e-resize;
			}
			.center {
				text-align: center;
			}
			.right {
				text-align: right;
			}
			.left {
				text-align: left;
			}

			div#view_list_offset_area {
				position: relative;
/*				width: 600px;*/
				width: 95%;
				min-width: 900px;
				margin: 0 auto 0 auto;
			}
			div#view_list_eshop_offset_area {
				position: relative;
				width: 450px;
				margin: 0 auto 0 auto;
			}
			table#view_list_table {
				width: 100%;
			}
			td#view_list_td_left_arraw_part {
				text-align: left;
				vertical-align: middle;
				color: #cccccc;
			}
			td#view_list_td_left_arraw_part a {
				text-decoration: none;
				color: #043a5a;
			}
			td#view_list_td_right_arraw_part {
				text-align: right;
				vertical-align: middle;
				color: #cccccc;
			}
			td#view_list_td_right_arraw_part a {
				text-decoration: none;
				color: #043a5a;
			}
			td#view_list_td_main_part {
				text-align: center;
			}
			td#view_list_td_main_part a {
				text-decoration: none;
				color: #043a5a;
			}
			a.view_list_selected_offset {
				background-color: #cccccc;
				color: #ffffff;
				text-decoration: none;
			}

			td.view_list_fc {
				width: 20px;
			}
			td.view_list_fc_filter {
			}
			td.view_list_fc_header {
				background-color: #166b9b;
				background-image: url('../img/titleBar.png');
				border: 1px solid #9996B5;
			}
			td.view_list_fc_header_part {
				background-color: #f97878;
				border: 1px solid #f97878;
			}
			td.view_list_fc_header_part div.fc_div, td.view_list_fc_header div.fc_div {
				width: 100%;
				height: 100%;
				position: relative;
			}
			td.view_list_fc_header_part div a.button, td.view_list_fc_header div a.button {
				display: block;
				width: 16px;
				height: 16px;
				border: none;
				margin: 2px auto;
			}
			td.view_list_fc_header_part div a.button {
				background-image: url('./img/icons/gears2.png');
			}
			td.view_list_fc_header div a.button {
				background-image: url('./img/icons/gears.png');
			}

			td.view_list_fc_column {
				background-color: #9996B5;
				border: 1px solid #9996B5;
			}
			td.view_list_fc_column_part {
				background-color: #f97878;
				border: 1px solid #f97878;
			}

			/* ViewList - end */

			/* InputElements - begin */
			div.input_element_style {
				position: relative;
				margin: 2px;
			}
			ul.input_element_checkbox_elements, ul.input_element_radio_elements {
				list-style-type: none;
				margin: 0;
				padding: 0;
				margin-left: 150px;
			}
			ul.input_element_checkbox_elements2 {
				list-style-type: none;
				margin: 0;
				padding: 0;
				margin-left: 90px;
			}
			li.input_element_checkbox_element, li.input_element_radio_element {
				padding: 2px 0;
				margin: 0;
			}
			.input_element_description {
				display: block;
				float: left;
				width: 150px;
				padding: 2px 0;
			}
			.input_element_error_description {
				display: block;
				float: left;
				width: 150px;
				color: red;
			}
			.input_element_description3 {
				display: block;
				float: left;
				width: 200px;
			}
			.input_element_error_description3 {
				display: block;
				float: left;
				width: 200px;
				color: red;
			}
			.input_element_description2 {
				display: block;
				float: left;
				width: 90px;
			}
			.input_element_error_description2 {
				display: block;
				float: left;
				width: 90px;
				color: red;
			}
			.input_element_right_description {
				position: relative;
				padding: 2px 0 2px 10px;
			}
			img.input_element_help {
				border-style: none;
			}
			img.input_element_help_left {
				border-style: none;
				float: left;
			}
			.input_element_description_error {
				margin-left: 100px;
				color: red;
			}
			input.input_element_password_style, input.input_element_error_password_style {
				font-family: arial, verdana;
				font-size: 12px;
				color: #000000;
				margin: 0;
				padding: 1px;
				border: 1px solid #000000;
			}
			input.input_element_error_password_style {
				color: #ff0000;
				border-color: #ff0000;
			}

			input.input_element_button_style, input.input_element_error_button_style, input.input_element_submit_style, input.input_element_error_submit_style, input.input_element_reset_style, input.input_element_error_reset_style {
				font-family: arial, verdana;
				font-size: 12px;
				color: #000000;
				margin: 0;
				padding: 1px;
				border: 1px solid #000000;
				background-color: #bbbbbb;
			}
			input.input_element_error_button_style, input.input_element_error_submit_style, input.input_element_error_reset_style {
				color: #ff0000;
				border-color: #ff0000;
				background-color: #00bbbb;
			}

			select.input_element_select_style, select.input_element_error_select_style {
				font-family: arial, verdana;
				font-size: 12px;
				color: #000000;
				margin: 0;
				padding: 1px;
				border: 1px solid #000000;
			}
			select.input_element_error_select_style {
				color: #ff0000;
				border-color: #ff0000;
			}

/* + filtrování */

div.CSElement.CSInvisible {
	display: none;
}
div.CSElement {
	display: inline-block;
	position: relative;
	width: 350px;
}
div.CSElementViewValue {
	position: relative;
	border: 1px solid #000;
	background-color: ButtonFace;
	color: ButtonText;
	padding: 3px 17px 3px 3px;
	cursor: default;
}
div.CSElementViewValue::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	position: absolute;
	right: 4px;
	top: 4px;
	box-sizing: border-box;
}

div.CSElementSelectArea.CSvisibleSelect {
	display: block;
}
div.CSElementSelectArea {
	background-color: #FFF;
	border: 1px solid #847faf;
	color: #000;
	border-radius: 0 0 3px 3px;
	position: absolute;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
	border-top: none;
	box-shadow: 0 1px 3px #000;
	display: none;
}
div.CSFilterEnvelope {
	padding: 10px;
	border: 1px solid #847faf;
}
div.CSFilterEnvelope.CSFilterActive input.CSFilter { background-color: #9dbeee; }
div.CSFilterEnvelope.CSFilterEmpty input.CSFilter { background-color: #f97878; }

div.CSTree {
	max-height: 510px;
	overflow-y: auto;
	padding: 0 10px 10px 10px;
}
input.CSFilter {
	width: 150px;
}

a.clearCSFilter {
	border: 1px solid;
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	vertical-align: middle;
	margin-left: 5px;
	color: #3a50b9;
}
a.clearCSFilter::before, a.clearCSFilter::after {
	content: "";
	border: 1px solid;
	height: 0;
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
a.clearCSFilter::after {
	transform: translate(-50%,-50%) rotate(90deg);
}

label.article_CM_category.unusable {
	color: #999;
	cursor: not-allowed;
}


/* + strom spřažených kategorií - stejný jako filtrování*/
div#SKFilterEnvelope {
	margin-top: 10px;
}
div#SKFilterEnvelope.SKFilterActive input#SKFilter { background-color: #9dbeee; }
div#SKFilterEnvelope.SKFilterEmpty input#SKFilter { background-color: #f97878; }

#SKFilter { vertical-align: middle; }
a#clearSKFilter {
	border: 1px solid;
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	vertical-align: middle;
	margin-left: 5px;
}
a#clearSKFilter::before,
a#clearSKFilter::after {
	content: "";
	border: 1px solid;
	height: 0;
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
a#clearSKFilter::after {
	transform: translate(-50%,-50%) rotate(90deg);
}

input.categoryCheckbox {
	vertical-align: middle;
}
label.article_CM_category {
	vertical-align: middle;
}
label.article_CM_category:hover { background-color: #c0d8f1;}
label.article_CM_actualCategory { font-weight: bold; color: red; }
label.SKActive::after {
	content: " <<";
	font-weight: bold;
	color: red;
	font-size: 80%;
}
label.article_CM_actualCategory.SKActive { cursor: not-allowed; }
label.article_CM_actualCategory.SKActive:hover { background-color: transparent; }
label.article_CM_actualCategory.SKActive::after { content: " o"; }

div#SKInfoEnvelope span.SKCountValue { font-weight: bold; margin-right: 10px; }
div#SKInfoEnvelope span.SKList a { margin-right: 10px; }
div#SKInfoEnvelope span.SKList a::before { content: ":: "; }

/* - strom spřažených kategorií - stejný jako filtrování*/

label.CSActive::after {
	content: " <<";
	font-weight: bold;
	color: red;
	font-size: 80%;
}
label.article_CM_category {
	font-weight: bold;
}
label.article_CM_category.article_CM_invisibleCategory,
label.article_CM_article.article_CM_invisibleArticle {
	font-weight: normal;
	color: #999;
}
label.article_CM_category::before {
	content: "[] ";
}
label.article_CM_article:hover {
  background-color: #c0d8f1;
}
label.article_CM_article {
	font-style: italic;
}





/* - filtrování */

			textarea.input_element_textarea_style, textarea.input_element_error_textarea_style {
				font-family: arial, verdana;
				font-size: 12px;
				color: #000000;
				margin: 0;
				padding: 1px;
				border: 1px solid #000000;
			}
			textarea.input_element_error_textarea_style {
				color: #ff0000;
				border-color: #ff0000;
			}

			input.input_element_checkbox_style, input.input_element_error_checkbox_style {
				font-family: arial, verdana;
				font-size: 12px;
				color: #000000;
				margin: 0;
				padding: 1px;
				border-style: none;
			}
			input.input_element_error_checkbox_style {
				color: #ff0000;
			}

			input.input_element_radio_style {
				font-family: arial, verdana;
				font-size: 12px;
				color: #000000;
				margin: 0;
				padding: 1px;
				border-style: none;
			}
			input.input_element_error_radio_style {
				color: #ff0000;
			}

			input.input_element_text_style, input.input_element_text_style__color, input.input_element_date_style, input.input_element_datetime_style, input.input_element_error_text_style, input.input_element_error_datetime_style, input.input_element_error_date_style {
				font-family: arial, verdana;
				font-size: 12px;
				color: #000000;
				margin: 0;
				padding: 1px;
				border: 1px solid #000000;
			}
			input.input_element_error_text_style, input.input_element_error_text_style__color, input.input_element_error_datetime_style, input.input_element_error_date_style {
				color: #ff0000;
				border-color: #ff0000;
			}

			input.input_element_text_style__color, input.input_element_error_text_style__color {
				float: left;
				margin: 0 5px 0 0;
			}

			a.backgroundColorReset {
				display: block;
				float: left;
				border: 1px solid #316ac5;
				border-radius: 5px;
				width: 20px;
				height: 20px;
				background-color: #9abbea;
				margin: 0 5px 0 0;
				color: #000000;
				font-weight: bold;
				text-align: center;
				line-height: 20px;
				padding: 0;
				font-size: 16px;
				overflow: hidden;
				text-decoration: none;
			}

			input.input_element_date_style, input.input_element_error_date_style {
				width: 80px;
			}
			input.input_element_datetime_style, input.input_element_error_datetime_style {
				width: 110px;
			}

			div.input_element_image_file_style, div.input_element_error_image_file_style, div.input_element_file_style, div.input_element_error_file_style {
				position: relative;
				display: block;
				width: 140px;
				height: 20px;
				float: left;
				margin: 0 5px 10px 0;
				padding: 0;
				border: 1px solid #316AC5;
				cursor: pointer;
				background-repeat: no-repeat;
				background-position: 2px 2px;
				background-image: url('./img/icons/folder_html.png');
				overflow: hidden;
				background-color: #9ABBEA;
				border-radius: 3px;
			}
			div.input_element_error_image_file_style, div.input_element_error_file_style {
				border-color: #ff0000;
			}
			div:hover.input_element_image_file_style, div:hover.input_element_file_style {
				background-color: #9ABBEA;
				background-position: 0 0;
				background-image: url('./img/icons/folder_html_hover.png');
			}
			div.input_element_image_file_style span, div.input_element_error_image_file_style span, div.input_element_file_style span, div.input_element_error_file_style span {
				display: block;
				position: absolute;
				top: 3px;
				left: 22px;
				cursor: pointer;
			}
			div.input_element_image_file_style input, div.input_element_error_image_file_style input, div.input_element_file_style input, div.input_element_error_file_style input {
				position: absolute;
				top: 0;
				right: 0;
				opacity: 0;
				width: 400px;
				height: 100%;
				cursor: pointer;
			}

			div.input_element_image_file_envelope, div.input_element_file_column_envelope {
				position: relative;
				margin: 0 0 10px 0;
			}
			div.input_element_image_envelope, div.input_element_file_envelope {
				position: relative;
				clear: left;
				margin: 5px 5px 5px 150px;
				width: 390px;
				min-height: 70px;
				border: 1px solid #000000;
				background-color: #d4e6f1;
				background-image: url('../img/titleBar.png');
				padding: 5px 30px 5px 5px;
				border-radius: 3px;
			}
			div.input_element_file_envelope {
				min-height: 80px;
			}
			div:hover.input_element_image_envelope, div:hover.input_element_file_envelope {
				background-image: url('../img/titleBarActive.png');
			}
			div.input_element_image_envelope a.input_element_image_edit_image {
				color: #847faf;
				background-color: #ddd;
				display: inline-block;
				border: 1px dotted;
				width: 16px;
				height: 16px;
				line-height: 16px;
				overflow: hidden;
				margin: 3px 3px 3px 10px;
				border-radius: 2px;
				text-align: center;
				text-decoration: none;
			}
			div.input_element_image_envelope a.input_element_image_edit_image::after {
				content: "\2700";
				color: #4e85b8;
				font-size: 15px;
			}
			div#fm_imageEditWindow {
				position: fixed;
				background: rgba(0,0,0,0.8);
				top: 33px;
				left: 0;
				right: 0;
				bottom: 0;
			}
			a.imageEditWindowCloseButton {
				position: absolute;
				top: 10px;
				right: 10px;
				color: #FFF;
				text-decoration: none;
				border: 1px solid;
				width: 32px;
				height: 32px;
				line-height: 25px;
				border-radius: 2px;
				text-align: center;
				z-index: 10;
			}
			a.imageEditWindowCloseButton::after {
				content: "\2573";
				font-weight: bold;
				font-size: 26px;
			}

			div#fm_imageEditWindowArea {
				position: absolute;
				top: 50px;
				left: 50px;
				bottom: 50px;
				right: 50px;
			}
			div#fm_imageEditWindowArea.loading::after {
				content: "";
				display: block;
				width: 50px;
				height: 50px;
				border-radius: 50%;
				border: 10px solid #FFF8;
				border-left-color: #FFF;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
				animation: spin 1s linear infinite;
			}

			@-webkit-keyframes spin {
				0%{ -webkit-transform: rotate(0deg); tranform: rotate(0deg);}
				100%{ -webkit-transform: rotate(360deg); tranform: rotate(360deg);}
			}
			@keyframes spin {
				0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg);}
				100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg);}
			}

			div.imageEditWindowControlsArea {
				width: 300px;
				position: absolute;
				top: 10px;
				right: 150px;
				color: #222;
				display: flex;
				flex-wrap: wrap;
			}
			div.imageEditWindowControlsArea div {
				width: 33.3%;
				box-sizing: border-box;
				position: relative;
				height: 32px;
				line-height: 32px;
				text-align: center;
				border: 1px solid #CCC;
				background-color: #ebebeb;
			}
			div.imageEditWindowControlsArea div:first-child { border-radius: 5px 0 0 5px; border-right: none; }
			div.imageEditWindowControlsArea div:nth-child(2) { border-radius: 0 5px 5px 0; border-left: none; }
			div.imageEditWindowControlsArea div:nth-child(3) {
				border: none;
				background-color: transparent;
			}
			div.imageEditWindowControlsArea input[type=radio] {
				-webkit-appearance: none;
				appearance: none;
				border: 1px solid transparent;
				border-radius: 5px;
				width: 100%;
				height: 100%;
				margin: 0;
				padding: 0;
			}

			div.imageEditWindowControlsArea input[type=radio]:checked {
				background-color: #305792;
			}
			div.imageEditWindowControlsArea label {
				position: absolute;
				width: 100%;
				height: 100%;
				overflow: hidden;
				top: 0;
				left: 0;
				box-sizing: border-box;
				padding: 0 4px;
			}
			div.imageEditWindowControlsArea input[type=radio]:checked + label {
				font-weight: bold;
				color: #FFF;
			}
			div.imageEditWindowControlsArea a.applyButton {
				display: inline-block;
				color: #FFF;
				text-decoration: none;
				border: 1px solid #FFF;
				height: 32px;
				line-height: 32px;
				box-sizing: border-box;
				padding: 0 5px 0 30px;
				position: relative;
			}
			div.imageEditWindowControlsArea a.applyButton::before {
				content: "";
				display: block;
				width: 20px;
				height: 12px;
				border-bottom: 2px solid;
				border-left: 2px solid;
				transform: rotate(-45deg);
				position: absolute;
				top: 5px;
				left: 5px;
			}
			div.imageEditWindowControlsArea a.applyButton.inProgress {cursor: progress; color: transparent; }
			div.imageEditWindowControlsArea a.applyButton.inProgress::before {
				border: 4px solid #FFF8;
				border-top-color: #FFF;
				width: 20px;
				height: 20px;
				box-sizing: border-box;
				border-radius: 50%;
				cursor: progress;
				left: calc(50% - 10px);
				animation: spin 1s linear infinite;
			}
			div.imageEditWindowControlsArea a.closeButton { display: none; }

			div.imageEdit_selectSquare {
				display: block;
				border: 1px solid #000000;
				background-color: #ffffff;
				width: 6px;
				height:6px;
				position: absolute;
			}
			div.imageEditWindowSelectArea {
				opacity: 0.5;
				background-color: yellow;
				border: 1px solid #000;
				position: absolute;
				cursor: move;
			}
			div.imageEditWindowArea {
				position: relative;
			}
			div#imageEdit_tl { cursor: nw-resize; }
			div#imageEdit_tr { cursor: ne-resize; }
			div#imageEdit_bl { cursor: ne-resize; }
			div#imageEdit_br { cursor: nw-resize; }

			div.imageEditWindow {
				-webkit-user-select: none;
				user-select: none;
			}





			
			a.input_element_image_file_zoom {
				display: block;
				margin: 3px;
				width: 16px;
				height: 16px;
				background-image: url('./img/icons/viewmag+.png');
				float: right;
			}
			img.input_element_image_file_thumb {
				border: 1px solid #999999;
				box-shadow: 1px 1px 1px #555555;
				padding: 1px;
				float: left;
				max-width: 112px;
				max-height: 64px;
			}
			img.input_element_file_icon {
				float: left;
				border: none;
			}
			a.input_element_image_file_drop, a.input_element_file_drop {
				display: block;
				margin: 3px;
				width: 16px;
				height: 16px;
				background-image: url('./img/icons/edittrash.png');
				float: right;
			}
			.input_element_file_filesize_label, .input_element_image_filesize_label {
				display: block;
				float: right;
				width: 60px;
				text-align: right;
				font-size: 9px;
				margin: 3px 3px 0 0;
			}
			.input_element_file_filesize_label {
				width: 70px;
			}
			.input_element_image_filesize_label {
				width: 60px;
			}
			a.input_element_image_file_pred, a.input_element_image_file_next, a.input_element_file_pred, a.input_element_file_next {
				display: block;
				position: absolute;
				width: 16px;
				height: 16px;
				text-decoration: none;
				text-align: center;
				color: #000000;
				border: 1px solid transparent;
				border-radius: 2px;
			}
			a:hover.input_element_image_file_pred, a:hover.input_element_image_file_next, a:hover.input_element_file_pred, a:hover.input_element_file_next {
				color: #ffffff;
				background-color: #2452D7;
				border-color: #000000;
			}
			a.input_element_image_file_pred, a.input_element_file_pred {
				top: 10px;
				right: 5px;
			}
			a.input_element_image_file_next, a.input_element_file_next {
				top: 45px;
				right: 5px;
			}
			textarea.input_element_image_comment, textarea.input_element_file_comment {
				float: right;
				resize: none;
				width: 230px;
				height: 60px;
				margin: 0;
			}
			div.input_element_image_envelope_end, div.input_element_file_envelope_end {
				clear: both;
				position: relative;
			}
			div.input_element_file_name {
				position: absolute;
				left: 10px;
				bottom: 3px;
				width: 370px;
				overflow: hidden;
			}

			a.input_element_calendar_icon_href {
				text-decoration: none;
			}
			img.input_element_calendar_icon {
				margin-bottom: -2px;
				border: none;
			}
			div.input_element_calendar_div, div.input_element_calendar_time_div {
				display: block;
				position: absolute;
				top: 0;
				left: 260px;
				width: 149px;
				height: 199px;
				border: 1px solid #847FAF;
				border-radius: 3px;
				padding: 1px;
				background-color: #ffffff;
				z-index: 1000;
				box-shadow: 1px 1px 1px #555555;
			}
			div.input_element_calendar_time_div {
				left: 290px;
				width: 299px;
			}
			a.input_element_calendar_today {
				display: block;
				width: 149px;
				height: 18px;
				background-color: #97B9E8;
				border-radius: 1px;
				text-align: center;
				font-weight: bold;
				padding: 2px 0 0 0;
				text-decoration: none;
				color: #000000;
			}

			a.input_element_calendar_pred, a.input_element_calendar_next {
				display: block;
				height: 18px;
				width: 28px;
				border: 1px solid transparent;
				border-radius: 2px;
				text-align: center;
				position: absolute;
				top: 22px;
				padding: 1px;
			}
			a:hover.input_element_calendar_pred, a:hover.input_element_calendar_next {
				border: 1px solid #847FAF;
			}
			a.input_element_calendar_pred span, a.input_element_calendar_next span {
				display: block;
				width: 28px;
				height: 18px;
				background-color: transparent;
				border-radius: 1px;
				text-align: center;
				background-repeat: no-repeat;
				background-position: center center;
			}
			a:hover.input_element_calendar_pred span, a:hover.input_element_calendar_next span {
				background-color: #97B9E8;
			}

			a.input_element_calendar_pred {
				left: 1px;
			}
			a.input_element_calendar_pred span {
				background-image: url('./img/icons/left.png');
			}
			a.input_element_calendar_next {
/*				right: 1px;*/
				left: 118px;
			}
			a.input_element_calendar_next span{
				background-image: url('./img/icons/right.png');
			}
			div.input_element_calendar_month {
				display: block;
				height: 18px;
				width: 85px;
				text-align: center;
				position: absolute;
				top: 22px;
				left: 33px;
				text-align: center;
				padding: 4px 0 0 0;
			}
			div.input_element_calendar_days {
				display: block;
				height: 155px;
				width: 148px;
				border: none;
				text-align: center;
				position: absolute;
				top: 45px;
				left: 1px;
				padding: 1px;
			}

			span.input_element_calendar_day_title {
				display: block;
				width: 17px;
				height: 15px;
				background-color: #D9E6FB;
				float: left;
				border: 1px solid #ffffff;
				border-radius: 2px;
				padding: 1px;
			}

			a.input_element_calendar_day span, a.input_element_calendar_day_tmp span {
				display: block;
				width: 17px;
				height: 15px;
				background-color: transparent;
				border-radius: 1px;
				text-align: center;
			}
			a.input_element_calendar_day, a.input_element_calendar_day_tmp {
				display: block;
				float: left;
				border: 1px solid transparent;
				width: 17px;
				height: 15px;
				border-radius: 2px;
				padding: 1px;
				text-decoration: none;
				color: #000000;
			}
			a.input_element_calendar_day_tmp {
				color: #888888;
			}
			a:hover.input_element_calendar_day, a:hover.input_element_calendar_day_tmp {
				border: 1px solid #847FAF;
			}
			a:hover.input_element_calendar_day span, a:hover.input_element_calendar_day_tmp span {
				background-color: #97B9E8;
			}
			a.input_element_calendar_act_day {
				border: 1px solid #847FAF;
			}

			div.input_element_calendar_time_envelope {
				position: absolute;
				top: 20px;
				left: 154px;
				height: 170px;
				width: 142px;
				border-style: solid;
				border-width: 0 0 0 1px;
				border-color: #847FAF;
			}

			input.input_element_calendar_time_hours, input.input_element_calendar_time_minutes {
				position: absolute;
				top: 50px;
				width: 40px;
				height: 40px;
				border: 1px solid #847FAF;
				font-size: 25px;
				text-align: center;
			}
			input.input_element_calendar_time_hours {
				left: 5px;
			}
			input.input_element_calendar_time_minutes {
				left: 75px;
			}

			a.input_element_calendar_time_hours_up, a.input_element_calendar_time_hours_down, a.input_element_calendar_time_minutes_up, a.input_element_calendar_time_minutes_down {
				display: block;
				height: 18px;
				width: 18px;
				border: 1px solid transparent;
				border-radius: 2px;
				text-align: center;
				position: absolute;
				padding: 1px;
			}
			a:hover.input_element_calendar_time_hours_up, a:hover.input_element_calendar_time_hours_down, a:hover.input_element_calendar_time_minutes_up, a:hover.input_element_calendar_time_minutes_down {
				border: 1px solid #847FAF;
			}
			a.input_element_calendar_time_hours_up span, a.input_element_calendar_time_hours_down span, a.input_element_calendar_time_minutes_up span, a.input_element_calendar_time_minutes_down span {
				display: block;
				width: 18px;
				height: 18px;
				background-color: transparent;
				border-radius: 1px;
				text-align: center;
				background-repeat: no-repeat;
				background-position: center center;
			}
			a:hover.input_element_calendar_time_hours_up span, a:hover.input_element_calendar_time_hours_down span, a:hover.input_element_calendar_time_minutes_up span, a:hover.input_element_calendar_time_minutes_down span {
				background-color: #97B9E8;
			}
			a.input_element_calendar_time_hours_up span, a.input_element_calendar_time_minutes_up span {
				background-image: url('./img/icons/1uparrow.png');
			}
			a.input_element_calendar_time_hours_down span, a.input_element_calendar_time_minutes_down span {
				background-image: url('./img/icons/1downarrow.png');
			}

			a.input_element_calendar_time_hours_up {
				top: 50px;
				left: 50px;
			}
			a.input_element_calendar_time_hours_down {
				top: 72px;
				left: 50px;
			}
			a.input_element_calendar_time_minutes_up {
				top: 50px;
				left: 120px;
			}
			a.input_element_calendar_time_minutes_down {
				top: 72px;
				left: 120px;
			}

			span.input_element_file_error, span.input_element_image_error {
				display: block;
				float: left;
				color: red;
				margin: 0 0 0 10px;
				padding: 5px;
			}

			span.input_element_image_vertical {
				display: block;
				float: left;
				padding: 0 0 10px 0 ;
			}
			span.input_element_image_help {
				display: block;
				float: left;
				padding: 0 0 5px 0 ;
			}
			span.input_element_files_help {
				display: block;
				float: left;
				padding: 0 0 5px 0 ;
			}



/*
----------------------------------------------------------------
Male obrazkove menu
----------------------------------------------------------------
*/
table.imgmenu_menu_table
{
	padding: 0;
	margin: 0;
}
td.imgmenu_menu_table_column
{
	margin: 1px;
	padding: 1px;
}
div.imgmenu_menu_separator
{
	background-color: #847faf;
	height: 23px;
	width: 2px;
	font-size: 0;
}
a.imgmenu_menu_a, a.imgmenu_menu_a_selected
{
	display: block;
	border: 1px solid transparent;
	padding: 2px;
}
a:hover.imgmenu_menu_a, a.imgmenu_menu_a_selected
{
	border-color: #847faf;
	background-color: #e3e2ed;
	display: block;
}
a.imgmenu_menu_a_toggle
{
	display: block;
	border: 1px solid #847faf;
	background-color: #d7d6e0;
	padding: 2px;
}
a:hover.imgmenu_menu_toggle
{
	border-color: #847faf;
	background-color: #e3e2ed;
	display: block;
}
.imgmenu_menu_img
{
	border: none;
	display: block;
}
table.texty_main_table
{
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
table.texty_main_new_table
{
	width: 100%;
	height: 100%;
}
td.texty_main_left_header_column, td.texty_main_right_header_column, td.texty_main_new_header_column, .main_header_column, td.texty_main_eshop_middle_header_column, td.texty_main_eshop_right_header_column
{
	background-color: #f2f2f7;
	background-image: url('../img/titleBar.png');
	padding: 2px;
	border: 1px solid #847faf;
}
td.texty_main_eshop_middle_header_column {
	border-width: 1px 0 1px 0;
	width: 500px;
}
td.texty_main_eshop_middle_right_column {
	width: 500px;
}
td.texty_main_right_header_column {
	position: relative;
	display: block;
}
td.texty_main_new_header_column
{
	position: relative;
	display: block;
	border-width: 1px;
}
td.texty_main_left_header_column
{
	width: 300px;
	border-width: 1px;
	border-right-width: 0;
}
td.texty_main,td.texty_main_left
{
	padding: 2px;
	border-style: none;
	border-width: 0;
}
div.texty_folders {
	padding: 0 5px 5px 5px;
}
td.texty_main_left
{
	width: 300px;
}
div.texty_newedit
{
	padding: 2px;
	border: 1px solid #847faf;
	margin: 2px;
}
div.texty_toolbar
{
	text-align: right;
}

ul.texty_category_ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li.texty_category_li
{
	margin: 0 1px 0 1px;
	padding: 0;
	border-width: 0;
}
a:link.texty_category_a,a:visited.texty_category_a
{
	position: relative;
	border: 1px solid #ffffff;
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #000000;
}
a:hover.texty_category_a
{
	border-color: #847faf;
	background-color: #f2f2f7;
	display: block;
}
a:link.texty_category_arrow,a:visited.texty_category_arrow
{
	position: relative;
	text-decoration: none;
	color: #847faf;
	float: left;
}
a:hover.texty_category_arrow
{
	color: #000000;
}
table.texty_bookmark_table
{
	bottom: -2px;
	left: 50px;
	position: absolute;
}
td.texty_bookmark_table_column
{
	margin: 1px 1px 0 1px;
	padding: 1px;
}
td.texty_bookmark_table_info {
	width: 200px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #847faf;
}
a.texty_bookmark_a
{
	background-color: #ffffff;
	border: 1px solid #847faf;
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #000000;
	width: 120px;
	border-radius: 3px 3px 0 0;
}
a:hover.texty_bookmark_a
{
	background-color: #e3e2ed;
	display: block;
}
div.text_book_markselected {
	background-color: #847faf;
	border: 1px solid #847faf;
	padding: 2px;
	text-decoration: none;
	color: #ffffff;
	width: 120px;
}
a:link.texty_mime_icon_a,a:visited.texty_mime_icon_a
{
	text-align: center;
	display: block;
	text-decoration: none;
	color: #000000;
}
a:hover.texty_mime_icon_a
{
	text-decoration: underline;
	display: block;
}

.NewUpdatePhotogalerieLine
{
	left: 0;
	top: 0;
	position: relative;
	margin: 5px;
}
.NewUpdatePhotogalerieRadiButton
{
	top: 0;
	left: 0;
	position: absolute;
}

.PhotoBookMarkArea {
	border: 1px solid #847faf;
	background-color: #e3e1f3;
	top: -2px;
	position: relative;
	padding: 5px;
	display: none;
}


/*
----------------------------------------------------------------
Prostredi - zobrazeni obecnych prvku
----------------------------------------------------------------
*/

#MainMenuPart
{
	border: 0 solid #847faf;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #f2f2f7;
	margin: 5px 0 0 0;
	padding: 2px;
}
#MainBodyPart
{
	padding: 4px;
	margin: 4px;
}
.InputElement
{
	padding: 1px;
	font-size: 11px;
	color: #000000;
	border: 1px solid #5e76c3;
}
.InputElementError
{
	padding: 1px;
	font-size: 11px;
	color: #000000;
	border: 1px solid red;
}
.InputElementDescription
{
	padding: 1px;
	margin-top: 3px;
	font-size: 11px;
	color: #000000;
}
.InputElementErrorDescription
{
	padding: 1px;
	margin-top: 3px;
	font-size: 11px;
	color: red;
}
.InputElementButton, .InputButton
{
	padding: 1px;
	font-size: 11px;
	color: #000000;
	border: 1px solid #5e76c3;
	background-color: #d4dbef;
	background-image: url('../../skin/img/topmbck.png');
}
.InputElementHelpImage
{
	cursor: Help;
}
h1
{
	padding: 3px;
	font-family: verdana, arial;
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 2px;
}
div.Frame
{
	border: 1px solid #847faf;
	background-color: #f2f2f7;
	padding: 5px;
	width: 350px;
}
div.ActionElementsEnvelope
{
	border: 1px solid #847faf;
	background-color: #f2f2f7;
	padding: 5px;
}

ul.ActionElementsBookMarks
{
	top: 3px;
	_top: 15px;
	left: 250px;
	position: absolute;
	list-style-type: none;
}
li.ActionElementsBookMarkOn
{
	position: absolute;
	padding: 0;
	border: 1px solid #847faf;
	border-bottom-color: #ffffff;
	width: 100px;
	background-color: #e6fdbb;
}
li.ActionElementsBookMarkOff
{
	position: absolute;
	padding: 0;
	border: 1px solid #847faf;
	width: 100px;
	background-color: #ffffff;
}
a.ActionElementsHref:visited, a.ActionElementsHref:link
{
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #000000;
}
a.ActionElementsHref:hover
{
	background-color: #f3ffdc;
}


h1.main_top_header
{
	border: 0 solid #5e76c3;
	border-bottom-width: 1px;
	background-color: #d4dbef;
	padding: 3px;
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	_position: relative;
}
h2.main_header
{
	padding: 0;
	margin: 10px 0 3px 0;
	font-size: 14px;
	font-weight: bold;
}
h1.main_header
{
	border: 0 solid #5e76c3;
	border-bottom-width: 1px;
	background-color: #d4dbef;
	padding: 2px;
	margin: 0 0 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	_position: relative;
}
div.main_preview
{
}
.window
{
	border: 1px solid #5e76c3;
	padding: 1px;
	margin-bottom: 5px;
}
.window_main
{
	padding: 4px;
}
.window_important
{
	background-color: #f2f2f7;
	border: 1px solid #d4dbef;
	padding: 3px;
	margin: 5px 0 5px 0;
}
.main_info_area
{
	float: right;
	width: 130px;
}

/* Traffic */
.traffic_graph_bookmark
{
	background-color: #f2f2f7;
	padding: 1px;
	border: 1px solid #d4dbef;
	border-bottom-color: #5e76c3;
	width: 24%;
}
.traffic_graph_blank
{
	border: 0 solid #5e76c3;
	border-bottom-width: 1px;
}
a.traffic_graph_bookmark_a
{
	display: block;
	position: relative;
	padding: 2px;
	color: #000000;
	text-decoration: none;
}
.traffic_graph_area
{
	border: 1px solid #5e76c3;
	border-top-width: 0;
	padding: 3px;
}
.traffic_graph
{
	margin: 10px 24px 10px 24px;
}

/*
	ViewListOffset
*/
div.ViewListOffsetPart {
	margin: 10px;
}
a.ViewListOffsetHref:visited, a.ViewListOffsetHref:link
{
	text-decoration: none;
	color: #5e76c3;
}
a.ViewListOffsetHref:hover
{
	color: green;
}
/* Faktury */
a:link.bill_list_item,a:visited.bill_list_item {
	display: block;
	text-decoration: none;
	padding: 3px;
	color: #000000;
	border: 1px solid #ffffff;
}
a:hover.bill_list_item {
	background-color: #f2f2f7;
	border-color: #d4dbef;
}
/* Bookmark */
.bookmark_bookmark
{
	background-color: #f2f2f7;
	padding: 1px;
	border: 1px solid #d4dbef;
	border-bottom-color: #5e76c3;
	width: 170px;
}
.bookmark_blank
{
	border: 0 solid #5e76c3;
	border-bottom-width: 1px;
}
a.bookmark_a
{
	display: block;
	position: relative;
	padding: 2px;
	color: #000000;
	text-decoration: none;
}
a:link.dir_element, a:visited.dir_element {
	text-decoration: none;
	border: 1px solid #ffffff;
	padding: 3px;
	margin: 0;
	position: relative;
	display: block;
	color: #000000;
}
a:hover.dir_element {
	border-color: #5e76c3;
	background-color: #f2f2f7;
}

/* cenik v polozce katalogu*/
a:link.price_list_href_icon img, a:visited.price_list_href_icon img {
	border-style: none;
	opacity: 0.6;
}
a:hover.price_list_href_icon img {
	opacity: 1;
}
td.price_list_column_header {
	background-color: #847faf;
	color: #ffffff;
	padding: 2px;
}
td.price_list_column {
	vertical-align: top;
	padding: 2px;
}

ul.article_category_list {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}
li.article_category_list_element {
	margin: 15px 0 5px 0;
}
div.article_category_list_element_header {
	border: 1px solid #847faf;
	background-color: #f2f2f7;
	padding: 5px;
	font-weight: bold;
}

table.attribs_table {
	margin: 10px;
	padding: 0;
}
td.attribs_caption_column {
	padding: 3px;
	width: 200px;
	vertical-align: top;
}
td.attribs_checkbox_column {
	padding: 3px;
	width: 30px;
	vertical-align: top;
}
td.attribs_price_column {
	padding: 3px;
	width: 150px;
	vertical-align: top;
}

td.attribs_file_column {
	padding: 3px;
	width: 270px;
	vertical-align: top;
}

td.attribs_header {
	color: #ffffff;
	background-color: #847faf;
}
td.attribs_0 {
	background-color: #ffffff;
}
td.attribs_1 {
	background-color: #f2f2f7;
}
.right_align {
	text-align: right;
}

div.article_image_area {
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #847faf;
	margin: 5px 5px 5px 100px;
	position: relative;
}
a.article_drop_image_button {
	position: absolute;
	top: 0;
	right: -42px;
	background-color: #f2f2f7;
	border: 1px solid #847faf;
	text-decoration: none;
	color: #000000;
	padding: 2px;
}

div#order {
	position: relative;
	padding: 10px;
	width: 640px;
}
h1#order_title {
	background-color: #000000;
	color: #ffffff;
	padding: 5px;
	margin: 0;
	font-size: 18px;
}
div#order_customer_info_part {
	float: left;
	width: 45%;
	border: 3px solid #000000;
	padding: 5px;
	margin: 10px 0 10px 0;
}
div#order_info_part {
	float: right;
	width: 45%;
	padding: 5px;
	margin: 10px 0 10px 0;
}
div.order_part {
	clear: both;
	position: relative;
	margin-top: 5px;
	padding: 5px 0 5px 0;
	border: 0 solid #000000;
	border-top-width: 1px;
}
div.order_part_interlacing {
	padding: 0 0 0 5px;
	border: 0 solid #000000;
	border-left-width: 20px;
}

h2.order_part_title {
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 12px;
}
div.order_part_data {
	margin: 0 0 0 30px;
}
div.order_part_price {
	float: right;
	font-weight: bold;
	font-size: 12px;
}
div#order_fully_price {
	margin: 20px 0 10px 0;
	float: right;
	border: 1px solid #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	position: relative;
}
div.order_frame_info_part {
	margin: 5px 0 0 20px;
}
div#order_note {
	clear: right;
	border: 1px dotted #000000;
	border-top-width: 1px;
	margin: 0;
	padding: 5px 0 0 0;
}

/* Objednavky partneru*/

div.order_cat_tree_element {
	height: 20px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.left_float {
	float: left;
}
.right_float {
	float: right;
}
a:link.order_cat_tree_link, a:visited.order_cat_tree_link {
	text-decoration: none;
	color: #000000;
}
a:hover.order_cat_tree_link {
	text-decoration: underline;
}
div#article_category_path {
	margin: 5px 0 10px 0;
}
h1#article_title_text {
	font-size: 15px;
	padding: 0;
	margin: 5px 0 10px 0;
}
table#article_main_table {
	width: 100%;
}
td.article_main_left_area {
	width: 250px;
	padding: 5px;
	vertical-align: top;
}
div.article_main_photo_area {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 250px;
	height: 200px;
	position: relative;
}
div.article_main_photo {
	top: 0;
	left: 0;
	position: absolute;
	width: 250px;
	height: 200px;
	text-align: center;
}
fieldset.article_select_area {
	border: 1px solid #847faf;
	margin: 10px 10px 10px 0;
	padding: 5px;
}
select.attrib_select {
	font-size: 11px;
}
div#partner_price_area {
	margin: 5px;
	font-size: 18px;
	font-weight: bold;
}
div#normal_price_area {
	margin: 5px;
	font-size: 13px;
}

table.article_price_list {
	background-color: #847faf;
}
td.article_price_list_control {
	padding: 5px;
	color: #ffffff;
}
a:link.add_to_order,a:visited.add_to_order {
	color: #ffffff;
	text-decoration: underline;
}
a:hover.add_to_order {
	text-decoration: none;
}
div#article_plus {
	float: left;
	position: relative;
	width: 20px;
	height: 100px;
	padding: 5px;
	font-size: 40px;
}
div.pred_article_info {
	position: relative;
}
div.pred_article_thumb_area {
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
	padding: 5px;
}
div.pred_article_thumb_element {
	position: absolute;
	width: 100px;
	text-align: center;
}
h3.pred_article_title {
	margin: 0;
}
div.pred_article_attribs {
	margin: 5px 0 5px 0;
}
td.article_list_element_1 {
	padding: 5px;
	background-color: #ffffff;
}
td.article_list_element_2 {
	padding: 5px;
	background-color: #f2f2f7;
}




div.partner_order_element_area {
	position: relative;
	height: 110px;
	overflow: hidden;
	background-color: #f2f2f7;
	margin: 5px 0 0 0;
}



a:link.price_list_change, a:visited.price_list_change {
	display: block;
	float: right;
	width: 40px;
	height: 21px;
	background-image: url('./img_page/baskrec0.jpg');
	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 0 0 40px;
}
a:hover.price_list_change {
	background-image: url('./img_page/baskrec1.jpg');
}

a:link.price_list_drop, a:visited.price_list_drop {
	display: block;
	float: right;
	width: 40px;
	height: 21px;
	background-image: url('./img_page/baskdro0.jpg');
	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 0 0 40px;
}
a:hover.price_list_drop {
	background-image: url('./img_page/baskdro1.jpg');
}

a:link.price_list_order, a:visited.price_list_order {
	display: block;
	position: absolute;
	top: 5px;
	left: 275px;
	width: 65px;
	height: 21px;
	background-image: url('./img_page/addbas1.jpg');
	font-size: 11px;
	font-weight: normal;
	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 0 0 40px;
}
a:hover.price_list_order {
	background-image: url('./img_page/addbas0.jpg');
}

div.partner_order_article_area_2_1,div.partner_order_article_area_2_3 {
	position: absolute;
	width: 32%;
	font-size: 9px;
}
div.partner_order_article_area_2_2 {
	position: absolute;
	width: 2%;
	margin-left: 32%;
	padding: 30px 0 0 0;
	font-weight: bold;
	font-size: 40px;
}
div.partner_order_article_area_2_3 {
	margin-left: 36%;
}
div.partner_order_article_area_1 {
	position: absolute;
	width: 66%;
	font-size: 9px;
}
div.partner_order_article_area_3 {
	position: absolute;
	width: 33%;
	margin-left: 66%;
	margin-top: 10px;
}
div.partner_order_control {
	position: relative;
	height: 40px;
}
div.partner_order_price {
	padding: 5px 0 0 0;
}

div.partner_order_image_area {
	margin: 5px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	float: left;
}
div.partner_order_image_layer {
	margin: 5px;
	width: 90px;
	height: 90px;
	position: absolute;
	text-align: center;
}
a.partner_order_link {
	text-decoration: none;
	color: #000000;
}
h3.partner_order_article_title {
	margin: 2px 0 2px 0;
	padding: 0;
	font-size: 11px;
}

div#partner_order_list_total_price_area {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 10px 350px;
	padding: 5px;
	background-color: #847faf;
	color: #ffffff;
	position: relative;
}

a.partner_order_list_link {
	text-decoration: none;
	color: #000000;
}
a.partner_order_list_link img {
	border-style: none;
}
div#partner_note_area {
	margin: 10px 0 10px 0;
}

div.offset_part {
	font-family: arial;
}

div.offset_part a {
	text-decoration: none;
}


div.menu_category {
	padding: 5px;
	margin: 10px 0 0 0;
	background-color: #847faf;
	color: #ffffff;
	font-weight: bold;
}

a.cat_icon {
	margin: 0 5px 0 0;
	padding: 0;
}
a.cat_icon img {
	border-style: none;
	border-width: 0;
}

div.rights_part {
	margin-top: 25px;
	font-weight: bold;
}
td.rights_cell1 {
	width: 200px;
}
td.rights_cell2 {
	width: 35px;
	text-align: center;
	vertical-align: middle;
}

a.thumb_element {
	position: relative;
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	padding: 1px;
	margin: 5px;
	border: 1px solid #847faf;
	background-color: #ffffff;
	background-image: url('../img/titleBar.png');
	text-decoration: none;
	color: #000000;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: #847FAF 1px 2px 3px;
}
a.thumb_element img {
	display: block;
	margin: 4px auto 0 auto;
	border: none;
}
a.thumb_element div {
	position: absolute;
	font-size: 10px;
	height: 30px;
	width: 120px;
	bottom: 0;
	color: #000000;
	overflow: hidden;
	text-decoration: none;
}
a.thumb_element:hover {
	background-color: #847faf;
	background-image: url('../img/titleBarActive.png');
}
a.thumb_element input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
a#facebook_chat {
	display: block;
	width: 25px;
	height: 22px;
	background-image: url('../modules/articles/img/icons/f-chat.png');
	position: absolute;
	top: 5px;
	left: 545px;
}
div#facebook_chat_box {
	position: absolute;
	top: 5px;
	left: 575px;
	width: 170px;
	height: 65px;
	border: 1px solid #000;
	background-color: #cbecf7;
	display: none;
	padding: 5px;
	text-align: center;
	border-radius: 3px;
}
div#facebook_chat_box label {
}
div#facebook_chat_box input{
	margin: 5px 0;
	width: 150px;
}
div#facebook_chat_box a {
	display: block;
	width: 50px;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-image: url('../modules/articles/img/icons/f-chat-button.png');
	color: #FFF;
	border: 1px solid #000;
	margin: 0 auto;
	text-decoration: none;
}
div#facebook_chat_box a:hover {
	border: 1px solid #666;
}

		div.fieldsetsContent fieldset {
				display: block;
				position: relative;
				margin: 10px 0 0 0;
				border: 1px solid #847faf;
				border-radius: 3px;
			}
		div.fieldsetsContent fieldset:hover {
				background-color: #dfddf4;
			}
		div.fieldsetsContent fieldset.fShide {
				padding: 0;
				margin: 10px 5px 10px 5px;
			}
		div.fieldsetsContent fieldset.fSvisible {
				padding: 10px;
				margin: 10px 5px 10px 5px;
			}
		div.fieldsetsContent fieldset.fShide div {
				display: none;
			}
		div.fieldsetsContent fieldset.fSvisible {
				display: block;
			}
		div.fieldsetsContent fieldset legend {
				display: block;
				position: relative;
				padding: 2px 5px 0 16px;
				height: 16px;
				width: 200px;
				overflow: hidden;
				background-position: 0 -5px;
				cursor: pointer;
				background-color: #847faf;
				background-image: url('../img/buttonEnabled.png');
				color: #000000;
				border-radius: 2px;
			}
		div.fieldsetsContent fieldset legend:hover {
				background-image: url('../img/buttonHover.png');
			}
		div.fieldsetsContent fieldset legend span {
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 16px;
				height: 16px;
				background-repeat: no-repeat;
				background-position: 0 -1px;
			}
		div.fieldsetsContent fieldset.fShide legend {
				margin: 0 0 0 10px;
			}
		div.fieldsetsContent fieldset.fSvisible legend {
				margin: 0;
			}
		div.fieldsetsContent fieldset.fSvisible legend:hover span {
				background-image: url('./img/icons/1uparrow.png');
			}
		div.fieldsetsContent fieldset.fShide legend:hover span {
				background-image: url('./img/icons/1downarrow.png');
			}

/*
 *  strom
*/
ul.article_CategoriesMenu {
		display: block;
		margin: 0;
		padding: 0;
	}
ul.article_CategoriesMenu li {
		position: relative;
		list-style-type: none;
		display: block;
		padding: 0 0 0 18px;
	}
a.article_CM_collapse, a.article_CM_expand {
		display: block;
		position: absolute;
		top: 2px;
		left: -3px;
		width: 18px;
		height: 16px;
		background-repeat: no-repeat;
		background-image: url('../modules/articles/img/treeExpandImages.png');
	}
a.article_CM_collapse {
		background-position: -36px 0;
	}
a:hover.article_CM_collapse {
		background-position: -54px 0;
	}
a.article_CM_expand {
		background-position: 0 0;
	}
a:hover.article_CM_expand {
		background-position: -18px 0;
	}
li.article_CM_br {
		background-repeat: repeat-y;
		background-image: url('../modules/articles/img/catbck.gif');
	}
li.article_CM_leaf {
	}
span.article_CM_lck {
		display: block;
		position: absolute;
		top: 0;
		right: 35px;
		width: 16px;
		height: 16px;
		padding: 2px;
		background-color: #ffffff;
	}
span.article_CM_lck img {
		border: none;
	}
span.article_CM_leaf {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 18px;
		height: 10px;
		background-image: url('../modules/articles/img/catsub.gif');
		background-repeat: no-repeat;
	}
span.article_CM_cnt {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 16px;
		padding: 2px;
		width: 35px;
		background-color: #ffffff;
		font-style: italic;
	}
a.article_CM_category {
		display: block;
		height: 10px;
		padding: 5px 0 5px 2px;
		text-decoration: none;
		color: #000000;
		overflow: hidden;
	}
a:hover.article_CM_category, a:hover.article_CM_category span.article_CM_cnt, a:hover.article_CM_category span.article_CM_lck {
		background-image: url('../img/buttonHover.png');
		background-position: 0 -7px;
	}
a.article_CM_actualCategory, a.article_CM_actualCategory span.article_CM_cnt, a.article_CM_actualCategory span.article_CM_lck {
		background-image: url('../img/buttonActive.png');
		background-position: 0 0;
	}
a.article_CM_invisibleCategory {
		color: #999999;
	}
a.article_CM_arrow, span.article_CM_arrow {
		display: block;
		float: left;
		height: 16px;
		width: 10px;
		padding: 2px 1px 2px 1px;
		margin: 0;
		text-decoration: none;
	}
a:hover.article_CM_arrow {
		border: 1px solid #847FAF;
		padding: 1px 0 1px 0;
		background-image: url('../img/buttonHover.png');
		background-position: 0 -7px;
	}
span.article_CM_aup, span.article_CM_adown {
		display: block;
		width: 10px;
		height: 16px;
		background-repeat: no-repeat;
		background-position: center center;
	}
span.article_CM_aup {
		background-image: url('./img/icons/1uparrow.png');
	}
span.article_CM_adown {
		background-image: url('./img/icons/1downarrow.png');
	}
a.article_CM_reorderTarget {
		border-style: dotted;
		border-width: 1px 0 1px 0;
		border-color: red;
		padding: 4px 0 4px 2px;
		background-color: #ffd375;
	}
a.article_CM_reorderTarget span.article_CM_cnt, a.article_CM_reorderTarget span.article_CM_lck {
		top: 1px;
		padding: 1px 2px 1px 2px;
		background-color: #ffd375;
	}
span.article_CM {
		display: block;
		float: left;
		width: 18px;
		height: 16px;
		background-repeat: no-repeat;
		background-position: left center;
	}
span.article_CM_edit_lock {
		display: block;
		width: 9px;
		height: 14px;
		background-image: url('../modules/articles/img/icons/edit_lock.png');
	}

/*
 * zobrazeni checkboxu
*/
div.us2_checkboxes ul li{
	position: relative;
	padding: 0;
	margin: 1px;
	z-index: 2;
	border: 1px solid transparent;
	border-radius: 2px;
}
div.us2_checkboxes ul li:hover{
	background-color: transparent;
	border: 1px solid #847FAF;
}
div.us2_checkboxes ul li input{
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 2;
}
div.us2_checkboxes ul li label, div.us2_checkboxes ul li div{
	display: block;
	margin: 1px;
	padding: 3px 3px 3px 22px;
	position: relative;
	z-index: 1;
}
div.us2_checkboxes ul li div.methodChecked {
	background-color: #99f476;
}
div.us2_checkboxes ul li:hover label, div.us2_checkboxes ul li:hover div {
	background-color: #97B9E8;
}


/*
 * order window elements
*/
div#orderWindowBubble {
	position: absolute;
	z-index: 100;
 	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border: 1px solid #847faf;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #ccc;
	user-select: none;
}
div#orderWindow {
	position: absolute;
	z-index: 100;
	width: 400px;
	height: 300px;
	background-color: #ffffff;
	border: 1px solid #847faf;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #ccc;
	padding: 10px;
}
div#orderWindow div {
	position: absolute;
	top: 30px;
	left: 0;
	padding: 5px;
	width: 410px;
	height: 270px;
	overflow: auto;
}

div#bbWindowBubble {
	position: absolute;
	z-index: 100;
 	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border: 1px solid #847faf;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #ccc;
}
div#bbWindow {
	position: absolute;
	z-index: 100;
	width: 400px;
	height: 230px;
	background-color: #ffffff;
	border: 1px solid #847faf;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #ccc;
	padding: 10px;
}
div#bbWindow div.bbFormArea {
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 5px;
	width: 410px;
	height: 180px;
	overflow: auto;
}

div#gpWindowBubble {
	position: absolute;
	z-index: 100;
 	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border: 1px solid #847faf;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #ccc;
}
div#gpWindow {
	position: absolute;
	z-index: 100;
	width: 500px;
	min-height: 300px;
	background-color: #ffffff;
	border: 1px solid #847faf;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #ccc;
	padding: 10px;
}
div#gpWindow div.bbFormArea {
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 5px;
	width: 410px;
	height: 100px;
	overflow: auto;
}

a.ow_close, a.ow_save, a.ow_undo, a.ow_redo {
	position: absolute;
	top: 5px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}
a.ow_close {
	display: block;
	right: 5px;
	background-image: url('./img/icons/ledred.png');
}
a.ow_save {
	display: none;
	right: 30px;
	background-image: url('./img/icons/save.png');
}
a.ow_undo {
	display: none;
	right: 90px;
	background-image: url('./img/icons/undo.png');
}
a.ow_redo {
	display: none;
	right: 70px;
	background-image: url('./img/icons/redo.png');
}


ul.ow_list {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.ow_list li.ow_element {
	position: relative;
	display: block;
	margin: 0;
	height: 20px;
	padding: 0;
	overflow: hidden;
}
ul.ow_list li:hover.ow_element span {
	background-image: url('../img/buttonHover.png');
	background-position: 0 -7px;
}
ul.ow_list li.ow_element a {
	position: absolute;
	top: 0;
	display: block;
	width: 16px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
ul.ow_list li.ow_element a:hover {
	background-color: #AFC8E5;
}
ul.ow_list li.ow_element a.ow_up{
	left: 0;
	background-image: url('./img/icons/1uparrow.png');
}
ul.ow_list li.ow_element a.ow_down{
	left: 16px;
	background-image: url('./img/icons/1downarrow.png');
}

ul.ow_list li.ow_element span {
	display: block;
	margin: 0 0 0 32px;
	padding: 4px 0 0 5px;
	height: 16px;
	cursor: move !important;
}
ul.ow_list li.ow_element span.ow_invisible {
	color: #999999;
}
ul.ow_list li.ow_element span.ow_visible {
	color: #000000;
}

div.lb_lb_buttons {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #E6E6E6;
	border-width: 1px 0 0 0;
	border-color: #C3C3C3;
	border-style: solid;
}
div.lb_lb_buttons a {
	display: block;
	width: 80px;
	height: 44px;
	margin: 3px 20px 3px 20px;
	padding: 0 10px 0 10px;
	border-width: 0 1px 0 1px;
	border-color: #C3C3C3;
	border-style: solid;
	float: right;
	opacity: 0.8;
	background-repeat: no-repeat;
	background-position: center center;
}
div.lb_lb_buttons a:hover {
	opacity: 1;
}
div.lb_lb_buttons a.wblb_inoweb {
	background-image: url('./img/buttons/inoweb.png');
}
div.lb_lb_buttons a.wblb_12web {
	background-image: url('./img/buttons/12web.png');
}

/*
 * filter window
*/
div.filterWindowBubble {
	display: none;
	position: absolute;
	z-index: 100;
 	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border: 1px solid #847faf;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #ccc;
	top: 5px;
	left: 25px;
}
div.filterWindow {
	display: none;
	position: absolute;
	z-index: 100;
	width: 400px;
	height: auto;
	background-color: #ffffff;
	border: 1px solid #847faf;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #ccc;
	padding: 10px;
	top: 0;
	left: 45px;
}
div.filterWindow div {
	position: absolute;
	top: 30px;
	left: 0;
	padding: 5px;
	width: 410px;
	height: 270px;
	overflow: auto;
}

a.fw_close, a.fw_save, a.fw_undo {
	position: absolute;
	top: 5px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}
a.fw_close {
	display: block;
	right: 5px;
	background-image: url('./img/icons/ledred.png');
}
a.fw_save {
	display: block;
	right: 30px;
	background-image: url('./img/icons/save.png');
}
a.fw_undo {
	display: none;
	right: 55px;
	background-image: url('./img/icons/undo.png');
}

ul.fw_list {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	list-style-type: none;
}
ul.fw_list li {
	display: block;
	padding: 5px;
	vertical-align: middle;
}
ul.fw_list li input {
	margin: 0 10px 0 0;
}
ul.fw_list li label {
}

ul.articlesSearchResultList {
	position: relative;
	display: block;
	padding: 0;
	margin: 10px 10px 10px 20px;
	list-style-type: none;
}
ul.articlesSearchResultList li {
	padding: 10px;
}
ul.articlesSearchResultList li:hover {
	background-color: #EDF1F7;
}
ul.articlesSearchResultList li a {
	text-decoration: none;
	color: #0d005c;
	font-weight: bold;
}
ul.articlesSearchResultList li a:hover {
	text-decoration: underline;
}

/*
 * images window elements
*/
div#ImagesWindowBubble {
		position: absolute;
		width: 10px;
		height: 10px;
		background-color: #ffffff;
		border: 1px solid #847faf;
		border-radius: 5px;
		box-shadow: 3px 3px 3px #ccc;
	}
div#ImagesWindow {
		position: absolute;
		z-index: 100;
		width: 630px;
		height: 400px;
		background-color: #ffffff;
		border: 1px solid #847faf;
		border-radius: 5px;
		box-shadow: 3px 3px 3px #ccc;
		padding: 10px;
		overflow: hidden;
	}
div#ImagesWindow div#ImagesWindow_pathArea {
		position: absolute;
		top: 0;
		left: 0;
		padding: 5px;
		width: 605px;
		height: 30px;
		overflow: hidden;
	}
table#ImagesView_toolbar {
		position: absolute;
		top: 30px;
		left: 0;
		width: 100%;
		height: 20px;
		border-collapse: collapse;
	}
div#ImagesWindow div#ImagesWindow_treeArea {
		display: block;
		position: absolute;
		top: 61px;
		left: 0;
		padding: 5px;
		width: 200px;
		height: 349px;
		overflow: auto;
		border-style: solid;
		border-color: #847faf;
		border-width: 0 1px 0 0;
	}
div#ImagesWindow div#ImagesWindow_thumbsArea {
		display: block;
		position: absolute;
		top: 61px;
		left: 211px;
		padding: 5px;
		width: 429px;
		height: 349px;
		overflow: auto;
	}

/*
 *------------------------------------------
*/

div.iw_handle {
	position: relative;
	width: 0;
	height: 0;
	background-color: red;
}
div.iw_handle div.iWindowBubble {
	position: absolute;
	top: 5px;
	left: 26px;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border: 1px solid #847faf;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #ccc;
}
div.iw_handle div.iWindow {
	position: absolute;
	top: 0;
	left: 41px;
	z-index: 100;
/*	width: 600px;*/
	width: 655px;
	height: 450px;
	background-color: #ffffff;
	border: 1px solid #847faf;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #ccc;
	padding: 10px;
}
div.iw_handle div.iWindow a.iw_closeButton {
	position: absolute;
	display: block;
	right: 5px;
	top: 5px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url('./img/icons/ledred.png');
}
div.iw_handle div.iWindow div.iw_pathArea {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 580px;*/
	width: 645px;
	height: 30px;
	padding: 5px;
	text-align: left;
	overflow: hidden;
}
div.iw_handle div.iWindow div.iw_toolbarArea {
	position: absolute;
	top: 40px;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 26px;
	background-color: #f2f2f7;
	background-image: url('../img/titleBar.png');
	border-style: solid;
	border-color: #847faf;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	overflow: hidden;
}
div.iw_handle div.iWindow div.iw_toolbarArea div.iw_tb_separator {
	position: relative;
	float: left;
	width: 2px;
	height: 18px;
	margin: 4px 0 4px 3px;
	border-style: solid;
	border-color: #847faf;
	border-left-width: 2px;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom-width: 0;
}
div.iw_handle div.iWindow div.iw_toolbarArea a.iw_tb_button {
	position: relative;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid transparent;
	padding: 2px;
	margin: 2px 2px 2px 0;
}
div.iw_handle div.iWindow div.iw_toolbarArea a.iw_tb_button:hover {
	border-color: #847faf;
	background-color: #e3e2ed;
}
div.iw_handle div.iWindow div.iw_toolbarArea a.iw_tb_reload {
	background-image: url('./img/icons/reload3.png');
}
div.iw_handle div.iWindow div.iw_toolbarArea a.iw_tb_apply {
	background-image: url('./img/icons/save.png');
}
div.iw_handle div.iWindow div.iw_toolbarArea a.iw_tb_order1 {
	background-image: url('./img/icons/sort1.png');
}
div.iw_handle div.iWindow div.iw_toolbarArea a.iw_tb_order2 {
	background-image: url('./img/icons/sort2.png');
}
div.iw_handle div.iWindow div.iw_toolbarArea div.is_tb_separator4_space {
	margin-left: 182px;
}
div.iw_handle div.iWindow div.iw_toolbarArea input.iw_tb_checkbox {
	display: block;
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
	padding: 2px;
	margin: 5px 2px 2px 2px;
}
div.iw_handle div.iWindow div.iw_treeArea {
	position: absolute;
	top: 68px;
	left: 0;
	width: 230px;
	height: 387px;
	border-style: solid;
	border-color: #847faf;
	border-left-width: 0;
	border-right-width: 1px;
	border-top-width: 0;
	border-bottom-width: 0;
	padding: 5px;
	overflow: auto;
}
div.iw_handle div.iWindow div.iw_thumbsArea {
	position: absolute;
	top: 68px;
	right: 0;
	width: 424px;
	height: 387px;
	padding: 5px;
	overflow: auto;
}

div.iw_handle div.iWindow div.iw_loader {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('./img/loader.gif');
}

div.iw_handle div.iWindow div.iw_thumbsArea a.iw_loader{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('./img/loader.gif');
}

/* go pay */
div#go_pay_part {
	border: 1px solid #0c4700;
	background-color: #bfffb2;
	border-radius: 3px;
	padding: 10px;
	margin: 5px 0 5px 0;
	background-repeat: no-repeat;
	background-position: right 10px;
	background-image: url('./img/icons/gopay-logo-color.png');
}

span.goPay_payment_logo {
	display: block;
	float: left;
	background-repeat: no-repeat;
	width: 74px;
	height: 33px;
	margin: -2px 5px 0 5px;
	background-position: -35px -1px;
}

/* zbozi */
div#zbozi_part {
	border: 1px solid #0c4700;
	background-color: #ffffff;
	border-radius: 3px;
	margin: 5px 0 5px 0;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: right 10px;
	background-image: url('https://www.zbozi.cz/img/logo.png');
}

div#adwords_part {
	border: 1px solid #0c4700;
	background-color: #ffffff;
	border-radius: 3px;
	margin: 5px 0 5px 0;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: right 10px;
	background-size: 50px;
	background-image: url('https://www.syntax-ppc.com/img/adwords-logo-website.png');
}
div#sklik_part {
	border: 1px solid #0c4700;
	background-color: #ffffff;
	border-radius: 3px;
	margin: 5px 0 5px 0;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: right 10px;
	background-image: url('img/icons/sklik.png');
}
div#heureka_konverze_part {
	border: 1px solid #0c4700;
	background-color: #ffffff;
	border-radius: 3px;
	margin: 5px 0 5px 0;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: right 10px top 10px;
	background-image: url('img/icons/heureka22.png');
}

/*----- ikona zokrazit vsechno */
a.us2_show_selected_checked, a.us2_show_selected {
		position: absolute;
		top: -20px;
		left: 211px;
		width: 20px;
		height: 20px;
	}
@-moz-document url-prefix() {
	a.us2_show_selected_checked, a.us2_show_selected {
			position: absolute;
			top: -18px;
			left: 211px;
			width: 20px;
			height: 20px;
		}
}
a.us2_show_selected_checked span, a.us2_show_selected span {
		position: absolute;
		top: 2px;
		left: 2px;
		width: 16px;
		height: 16px;
		background-image: url('./img/icons/show-all.png');
	}
a.us2_show_selected_checked,  a.us2_show_selected:hover {
		width: 18px;
		height: 18px;
		border: 1px solid #847FAF;
		border-radius: 2px;
	}
a.us2_show_selected_checked span, a.us2_show_selected:hover span {
		top: 1px;
		left: 1px;
		background-color: #97B9E8;
	}

div.fsProgressEnvelope {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 5px;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #888888;
}
div.fsProgress {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	background-image: url('./img/fsprogress.png');
}

ul.fw_list {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.fw_list li.fw_element {
	position: relative;
	display: block;
	margin: 5px 0 5px 0;
	height: 20px;
	padding: 0;
	overflow: hidden;
}
ul.fw_list li:hover.fw_element span {
	background-image: url('../img/buttonHover.png');
	background-position: 0 -7px;
}
ul.fw_list li.fw_element a {
	position: absolute;
	top: 0;
	display: block;
	width: 16px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
ul.fw_list li.fw_element a:hover {
	background-color: #AFC8E5;
}

ul.fw_list li.fw_element span {
	display: block;
	padding: 4px 0 0 5px;
	height: 16px;
}
ul.fw_list li.fw_element span.fw_invisible {
	color: #999999;
}
ul.fw_list li.fw_element span.fw_visible {
	color: #000000;
}



/*
div#main_content {
	margin: 0 0 0 200px;
}
*/

/* new offset part*/
div.countPart {
		padding: 5px 0 2px 0;
	}
div.countPart div.offsetPart {
		padding: 3px;
		font-size: 13px;
	}
div.countPart div.offsetPart a {
		border: 2px solid white;
		padding: 2px;
		margin: 0 2px 0 2px;
		text-decoration: none;
		color: #000000;
	}
div.countPart div.offsetPart a:hover {
		border: 1px dotted #555555;
		padding: 3px;
	}

div.countPart div.offsetPart span {
		font-weight: bold;
		border: 2px solid black;
		padding: 2px;
		margin: 0 2px 0 2px;
		background-color: #c2ff99;
		color: #000000;
	}
h4.offsetCount {
	margin: 0;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
}

img.desaturate {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

div.loader {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('./img/loader.gif');
}

div.loader50 {
	background-repeat: no-repeat;
	background-position: 360px center;
	background-image: url('./img/loader.gif');
	height: 50px;
}

div.feedCategorySelectArea { display: none; }
div.feedCategoryText {
	display: inline-block;
}
div.feedCategoryErr {
	color: orange;
}
div.feedCategorySelectAreaSelect {
	padding: 1em;
}
div.feedCategorySelectAreaSelect div.expanded,
div.feedCategorySelectAreaSelect div.notexpanded {
	padding-top: 3px;
	padding-bottom: 3px;
}
div.feedCategorySelectAreaSelect div div {
	margin-left: 7px;
	border-left: 1px dotted;
	padding-left: 20px;
}
div.feedCategorySelectAreaSelect div div {
	display: block;
}
div.feedCategorySelectAreaSelect div.notexpanded div {
	display: none;
}
div.feedCategorySelectAreaSelect div span.expander {
	border: 1px solid;
	width: 15px;
	height: 15px;
	line-height: 100%;
	display: inline-block;
	margin-right: 5px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}
div.feedCategorySelectAreaSelect div > span > span.expander {
	color: blue;
	border-color: blue;
}
div.feedCategorySelectAreaSelect div > span > span.expander::after {
	content: "+";
}
div.feedCategorySelectAreaSelect div.expanded > span > span.expander {
	color: grey;
	border-color: grey;
}
div.feedCategorySelectAreaSelect div.expanded > span > span.expander::after {
	content: "-";
}

div.feedCategorySelectAreaSelect div > span {
	color: #999;
	vertical-align: middle;
	cursor: pointer;
}
div.feedCategorySelectAreaSelect div a  {
	color: #000;
	text-decoration: none;
	display: inline-block;
}
div.feedCategorySelectAreaSelect div span.title {
	cursor: pointer;
}
div.feedCategorySelectAreaSelect div a span.title {
	color: #000;
}
div.feedCategorySelectAreaSelect div a:hover {
	text-decoration: underline;
}
div.feedCategorySelectAreaText input[type="text"] {
	border-radius: 7px;
	height: 20px;
	border: 1px solid #666;
	color: #000;
	box-sizing: border-box;
	padding: 0 1em;
	text-align: center;
}
div.feedCategorySelectAreaText input[type="text"].feedCategorySearchPossible {
	background-color: #d7e5fb;
}
div.feedCategorySelectAreaText input[type="text"].feedCategorySearchPossible.feedCategorySearchUnsuccessful {
	background-color: #FFF;
	border-color: #F00;
}
span.feedCategoryText_value {
	font-style: italic;
	margin-right: 20px;
	display: inline-block;
	max-width: 350px;
	cursor: pointer;
}
span.feedCategoryText_value:hover {
	color: #999;
	cursor: pointer;
}
span.feedCategoryText_drbu {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('./img/icons/edittrash.png');
	vertical-align: text-bottom;
	cursor: pointer;
}
div.feedCategorySelectArea {
	background-color: #FFF;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	width: 380px;
	overflow-y: auto;
	position: relative;
	border: 1px dotted #999;
}

span.zboziCategoryYes,
span.heurekaCategoryYes,
span.googleCategoryYes {
	display: inline-block;
	height: 10px;
	margin-right: 2px;
	border-width: 0 1px 0 2px;
	border-style: solid;
}
span.zboziCategoryYes {
	border-left-color: red;
	border-right-color: #000;
}
span.heurekaCategoryYes {
	border-left-color: #009cd3;
	border-right-color: #ef7001;
}
span.googleCategoryYes {
	border-left-color: #fbbc05;
	border-right-color: #34a853;
}

div.feedCategorySelectAreaSelect div span.title span {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #d7e5fb;
}











div.feedSettings {
	padding: 10px 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #847faf;
}
div.feedSettings h2 {
	font-weight: normal;
	margin: 0 0 10px;
	font-size: 130%;
}

div.lvElementEnvelope {
	margin: 5px 0;
}
div.lvElementEnvelope span.elementL {
	display: inline-block;
	width: 220px;
}
div.lvElementEnvelope span.elementV {
}
div.lvElementEnvelope span.elementV input {
	width: 250px;
	height: 16px;
	direction: rtl;
	padding: 0 3px;
	margin-right: 10px;
	color: #555;
}
div.lvElementEnvelope span.elementV a {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('./img/icons/copy16.png');
	vertical-align: text-bottom;
}

div.lvElementEnvelope span.elementV .tooltip {
    position: relative;
    display: inline-block;
}

div.lvElementEnvelope span.elementV .tooltip .tooltiptext {
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}
div.lvElementEnvelope span.elementV .tooltip .tooltiptext span {
	font-size: 80%;
}

div.lvElementEnvelope span.elementV .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

div.lvElementEnvelope span.elementV .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* banner slideshow */
div.selectSSBannersArea {
	display: none;
	position: relative;
}

div.selectSSBannersArea span.selectSSBannersCountArea {
		display: inline-block;
		margin: 0 5px 0 5px;
		font-weight: bold;
	}
div.selectSSBannersArea a.selectSSBannersButton {
		display: inline-block;
		margin: 0;
		width: 30px;
		height: 16px;
		text-decoration: none;
		color: #000000;
		border: 1px solid #316ac5;
		border-radius: 5px;
		background-color: #9abbea;
		text-align: center;
	}

div.bannerSettings_ssWindow,
div.bannerSettings_DChWindow {
		position: fixed;
		z-index: 100;
		top: 159px; left: 50%;
		transform: translateX(-50%);
		width: 600px;
		height: 400px;
		background: url('../img/buttonEnabled.png') repeat-x top #bcd5f0;
		border: 1px solid #847faf;
		border-radius: 5px;
		box-shadow: 3px 3px 3px #ccc;
		padding: 5px;
		box-shadow: 0 0 20px 5000px #000A;
	}

div.bannerSettings_ssWindow h3.bannerSettings_ssWindowTitle,
div.bannerSettings_DChWindow h3.bannerSettings_DChWindowTitle {
		margin: 0;
		padding: 5px;
		font-size: 12px;
	}
div.bannerSettings_ssWindow h3.bannerSettings_ssWindowTitle span.bannerSettings_ssWindowTitle_bCount,
div.bannerSettings_DChWindow h3.bannerSettings_DChWindowTitle span.bannerSettings_DChWindowTitle_bCount {
		display: inline-block;
		margin: 0 5px 0 5px;
		font-variant: italic;
	}
div.bannerSettings_ssWindow div.bannerSettings_ssBannersArea,
div.bannerSettings_DChWindow div.bannerSettings_DChBannersArea {
		position: relative;
		border: 1px solid #847faf;
		overflow: auto;
		height: 370px;
		bottom: 0;
		background-color: #FFF;
	}

div.bannerSettings_ssWindow div.bannerSettings_ssBannersArea div.bannerSettings_ssBannerArea,
div.bannerSettings_DChWindow div.bannerSettings_DChBannersArea div.bannerSettings_DChBannerArea {
		position: relative;
		display: inline-block;
		border: 1px solid #847faf;
		padding: 1px;
		margin: 1px;
		background-color: #ffffff;
		width: calc(33.3% - 6px);
		overflow: hidden;
		aspect-ratio: 16/11;
	}
div.bannerSettings_ssWindow div.bannerSettings_ssBannersArea div.bannerSettings_ssBannerAreaSelected,
div.bannerSettings_DChWindow div.bannerSettings_DChBannersArea div.bannerSettings_DChBannerAreaSelected {
		background-color: #a6ffad;
	}
div.bannerSettings_ssWindow div.bannerSettings_ssBannersArea div.bannerSettings_ssBannerArea input,
div.bannerSettings_DChWindow div.bannerSettings_DChBannersArea div.bannerSettings_DChBannerArea input {
		position: absolute;
		top: 5px;
		left: 5px;
	}
div.bannerSettings_ssWindow div.bannerSettings_ssBannersArea div.bannerSettings_ssBannerArea h4,
div.bannerSettings_DChWindow div.bannerSettings_DChBannersArea div.bannerSettings_DChBannerArea h4 {
		position: absolute;
		top: 8px;
		left: 30px;
		margin: 0;
		padding: 0;
	}
div.bannerSettings_ssWindow div.bannerSettings_ssBannersArea div.bannerSettings_ssBannerArea img,
div.bannerSettings_DChWindow div.bannerSettings_DChBannersArea div.bannerSettings_DChBannerArea img {
		display: block;
		position: absolute;
		max-width: 193px;
		max-height: 100px;
		top: 28px;
		left: 50%;
		transform: translateX(-50%);
	}

div.bannerSettings_ssWindow div.bannerSettings_ssBannersArea div.bannerSettings_ssBannerArea input.h_checkbox { left: 40px; top: calc(50% + 2px); z-index: 2;}
div.bannerSettings_ssWindow div.bannerSettings_ssBannersArea div.bannerSettings_ssBannerArea label { position: absolute; top: 50%; left: 40px; padding: 5px 5px 5px 21px; background: rgba(255,255,255,0.7); border-radius: 5px; display: block; z-index: 1; }
div.bannerSettings_ssWindow div.bannerSettings_ssBannersArea div.bannerSettings_ssBannerArea label.h_Selected { background-color: #a6ffad; }

div.bannerDChToolbar {
	display: flex;
	padding: 0 10px 0 0;
	position: absolute;
	top: 5px; right: 52px;
}
a.bannerDChToolbarButton,
a.selectDChBannersButton {
	display: block;
	margin: 0 10px;
	width: 16px;
	height: 16px;
	font-size: 0;
}
a.bannerDChToolbarButton.bannerDChReloadButton { background-image: url('./img/icons/reload3.png'); }
a.bannerDChToolbarButton.bannerDChDropButton { background-image: url('./img/icons/edittrash.png'); }
a.bannerDChToolbarButton.bannerDChUploadButton { background-image: url('./img/icons/upload.png'); }

div.selectDChBannersArea { display: inline-block; vertical-align: middle; }
a.selectDChBannersButton { background-image: url('./img/icons/images.png'); margin-left: 10px; margin-top: -2px; }

.fSvisible .comment { margin-bottom: 10px; font-style: italic; }
#killThemAll { margin-top: 20px; clear: both; overflow: hidden; border: 1px solid #847faf; border-radius: 3px; background: #FFF; padding: 5px; }
#killThemAll b { display: block; margin-bottom: 10px; }
#killThemAll label { width: 200px; float: left;}
#killThemAll input { width: 60px; float: left; margin-right: 10px; }
#killThemAll span { display: block; width: 200px; padding-right: 5px; box-sizing: border-box; clear: both; float: left;}

#killThemAll hr { clear: both; margin: 0px 0 10px 10px; width: 360px;  border: none; border-bottom: 1px dotted #847faf; padding-top: 10px; }

a.dropHomePageLinks { display: block; padding: 0 5px; height: 20px;  line-height: 20px; border: 1px solid #316AC5; border-radius: 3px; background-color: #9ABBEA;
					text-decoration: none; color: #000; width: 100px; text-align: center; float: left; }

a.dropHomePageLinks.inProgress,
a.dropHomePageLinks.ok,
a.dropHomePageLinks.errorr { font-size: 0px; background-color: #FFF; }

a.dropHomePageLinks.inProgress::before,
a.dropHomePageLinks.ok::before,
a.dropHomePageLinks.errorr::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 11px;
}
a.dropHomePageLinks.inProgress::before {
	border-radius: 50%;
	border: 8px solid #FFF;
	border-right-color: #316AC5;
	border-left-color: #316AC5;
	animation: spin 1.5s linear infinite;
}
a.dropHomePageLinks.ok::before {
	border: 5px solid #47d67c;
	border-top: none;
	border-right: none;
	height: 10px;
	transform: translateY(-2px) rotate(-45deg);
}
a.dropHomePageLinks.errorr::before {
	content: "\2716  \2716  \2716";
	color: #b82128;
	text-align: center;
	font-weight: bold;
	width: auto; height: 20px;
}

/* fixace horní lišty s nastavením */
.texty_main_new_table tr.fixed {
	height: 45px;
}
.texty_main_new_table tr.fixed > td {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 1;
	box-shadow: 0 0 15px #000;
	border-bottom-width: 3px;
}

