body {
	margin:0px;
	padding:0px;
	font-family:"Arial CE", "Arial", sans;
	font-size:12px;
}


a {
	color:#666666;
  transition: all 300ms ease-in-out 0s;
}

	a:hover {
		color:#6e7b93;
	}

.xhp-front #body-inner-3 {
	width:768px;
	margin:auto;
	background:#fff;
}

	.xhp-front #body-inner-4 {
		margin:0px 30px;
	}

.tree_node_inplace_edit_toolbar .header {
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	height:auto;
	width:6px;
	background:#ddd;
}


.dragging {
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
}



h1, h2, h3, h4, h5, h6 {
	margin:1em 0px 0.5ex 0px;
	padding:0px;
}
	h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
		text-decoration:none;
	}

h1 { font-size:16pt; }
h2 { font-size:13pt; }
h3 { font-size:12pt; }
h4 { font-size:11pt; }
h5 { font-size:10pt; }
h6 { font-size:10pt; }

table, p, pre {
	margin:1em 0px;
	padding:0px;
}

#page-layout-box--header-- {
	border-bottom:1px solid #ddd;
	padding:1ex;
}

	#page-layout-box--header-- h1 {
		padding:0px;
		margin:0px;
	}
		#page-layout-box--header-- h1 a {
			display:block;
			background:top left no-repeat url(image/admin-logo.png);
			height:64px;
			width:256px;
			text-decoration:none;
		}
			#page-layout-box--header-- h1 a span {
				display:none;
			}

#page-layout-box--content-- {
	margin:1em 0px 2em 0px;
}

#page-layout-box--footer-- {
	border-top:1px solid #ddd;
	font-size:80%;
	text-align:center;
	padding:1ex;
}

#admin_no_module_message,
#admin_no_module_message * {
	font-weight:normal;
	font-style:italic;
}

.layout_show_admin .layout_show_admin_main > div.node_path {
  float: left;
  width: 70%;
  margin: 0 0 0 15px;                                                               
}

.layout_show_admin .layout_show_admin_main .tree_node_edit_proxy {
  width: 18%;                                                           
}

.layout_show_admin .layout_show_admin_main div.layout_show_admin_main_default {
  float: none;
  clear: both;                                                               
} 

#admin-unauth-layout .layout_show_admin_top, #admin-layout .layout_show_admin_top {
	background: #2b3643;
	height:59px;
  position: fixed;
  z-index: 100;
  width: 100%;
}

		#admin-unauth-layout .layout_show_admin_top .layout_show_admin_logo a {
			background:url(image/admin/logo-gr.jpg) top left no-repeat;
			height:63px;
			width:175px;
			display:block;
		}

			#admin-unauth-layout .layout_show_admin_top .layout_show_admin_logo a img {
				visibility:hidden;
			}

#admin-login_title, #admin-login {
	width:504px;
	margin:auto;
	float:none;
}

#admin-layout form.Editor {
	color:#666666;
	font-size:12px;
}

.layout_show_admin_main form.Editor {
  margin: 0;                                    
} 

#admin-login {
	height:540px;
	color:#666
}

	#admin-login form.Editor td.separator {
		display: none;
	}

		#admin-login form.Editor input.submit {
			background-color:#ffffff;
			border:0px solid white;
			background:url(image/admin/button03.png) top left no-repeat;
			height:29px;
			width:139px;
			text-transform:uppercase;
			font-weight:bold;
			font-size:12px;
			color:#666
		}


		#admin-login form.Editor .editor_rq_field_note small {
			visibility:hidden;
		}

	.layout_show_admin_wide h1 {
		text-align:center;
	}

	#admin-login_title div.inner-div {
		width:144px;
		float:left;
		height:36px;
		background:url(image/admin/tab-navig-bg.jpg) top left repeat-x;
		color:#2B3643;
		text-transform:uppercase;
		font-weight:bold;
		font-size:12px;
	}

		#admin-login_title div.inner-div span {
			margin:12px 24px;
			display:block;
			float:right;
			background:url(image/admin/login-img.jpg) top left no-repeat;
			padding-left:30px;
		}

	#admin-layout .layout_show_admin_top #admin-auth-status {
		margin-top:21px;
		display:block;
		float:right;
		color:#595959;
		font-size:11px;
		width:150px;
	}

	#admin-layout .layout_show_admin_top #admin-auth-status span.name {
		background:url(image/admin/odhlasit_top.png) top right no-repeat;
		padding-right:20px;
	}

#admin-bookmarks {
	position:fixed;
	top:59px;
	width:46px;
	left:0px;
	background-color: #2b3643;
	padding-top:10px;
	padding-right:4px;
  height: 100%;
}

	#admin-bookmarks ul {
		display:block;
		margin:0px;
		padding:0px;
		list-style:none;
	}
	#admin-bookmarks ul li {
		height:50px;
		position:relative;
	}

		#admin-bookmarks ul li a {
			color:#aeaeae;
			font-weight:bold;
			text-decoration:none;
			font-size:11px;
			display:block;
			padding:4pt 6pt;
			text-align:center;
		}

			#admin-bookmarks ul li a span {
				display:inline;
				margin:2px;
			}
			#admin-bookmarks .menu_item_label{
				display:none;
				position:absolute !important;
				left:35px;
				top:10px !important;
				padding:5px 10px;
				min-width:100px;
				color:#fff;
				background:rgb(0,0,0);
				background:rgba(0,0,0,0.5);
			}
			#admin-bookmarks a:hover .menu_item_label{
				display:block;
			}


		#admin-bookmarks ul li a:focus, #admin-bookmarks ul li a:hover {
			background-color:transparent;
		}

		#admin-bookmarks > div.clear {
			width:48px;
			height:4px;
		}

		#admin-layout #admin-bookmarks ul li a span span.menu_item_icon {
			display:block;
			margin-top:-4px;
		}

#admin-layout .layout_show_admin_mid .inner, #admin-layout .admin_start{
	position:relative;
}

#admin-layout .layout_show_admin_mid > .inner {
  display: table;
  width: 100%;                                            
}

.layout_show_admin .layout_show_admin_right_inner {
	border:0px solid white;
}

#admin-unauth-layout.layout_show_admin .layout_show_admin_top2	{
	visibility:hidden;
	display:none;
}

#admin-unauth-layout.layout_show_admin .layout_show_admin_wide .inner {
	padding-top:30px;
}

li.separator {
	background:url(image/admin/arr-bottom.jpg) top left no-repeat;
	height:10px;
}


#admin-layout .layout_show_admin_top .menu ul li a span {
	display:inline;
	margin:4px;
}
	#admin-layout .layout_show_admin_top .menu ul li a span img{
		margin-right:8px;
	}

.noticeboard_show .noticeboard_board td	{
	padding:8px;
}

#admin-layout div#admin-bookmarks div#show-hide-ab {
	float:right;
	width:9px;
	height:9px;
	position:relative;
	left:-4px;
	top:-9px;
	overflow:hidden;
}

#admin-layout div#admin-bookmarks div#show-hide-ab span#sh-ab-s {
	position:relative;
	top:0px;
}
#admin-layout div#admin-bookmarks div#show-hide-ab img {
	cursor:pointer;
}
#admin_publis-link {
		background:url(image/admin/publis.png) top right no-repeat;
		width:44px;
		height:45px;
		float:right;
		clear:none;
    margin: 7px 0 0 10px;
}
								#admin_publis-link a {
												display:block;
												width:44px;
												height:45px;
								}
												#admin_publis-link a span {
																display:none;
												}

/****************************************************************************/

/****************************************************************************/




.block{ display:block }
.note{ color:#999 }
.slot-picker{ cursor:pointer; font-weight:bold; vertical-align:top; padding-left:5px }
.slot-picker input{ vertical-align:middle }
.cashdesk-tmplt-list{ border-bottom:1px solid #999; padding:5px 0 }
.cashdesk-tmplt-list span.title{ padding:5px 10px; background:#ddd }
.cashdesk-tmplt-list ul{ display:inline; padding:0 }
.cashdesk-tmplt-list ul li{ display:inline; list-style:none }
.cashdesk-tmplt-list ul li .template{ padding:5px 10px }
.cashdesk-tmplt-list ul li a:hover, .cashdesk-tmplt-list ul li .selected{
	background:#86B94C;
	color:#fff;
	text-decoration:none
}

.cashdesk-items .separator{ background:#ddd }
.cashdesk-items .separator strong{ margin:10px; display:block }
.cashdesk-items .top{ vertical-align:top; }
.x-admin--cashdesk-- ul.autocompleter-choices li {
	font-family: courier;
	white-space:pre;
}

#superuser-authorization-container{
	background:rgba(0,0,0,0.5);
	position:fixed;
	left:20%;
	top:20%;
	margin:0;
	width:60%;
	height:20%;
	padding:10% 0;
	z-index:100;
	border:2px solid #555;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
}

#superuser-authorization-container form{
	background:rgba(255,255,255,0.8);
	width:400px;
	padding:20px 20px 5px;
	margin:0 auto;
}

.superuser-authorization button{
	margin:0 0 0 50px;
	display:block;
}

.catalog-item-codes-list{
	width:96%;
	margin:0;
	min-height:100%;
	padding:2%;
	background:#fff;
}
.catalog-item-codes-list strong{
	display:block;
	margin-bottom:7px;
	padding-bottom:5px;
	border-bottom:1px solid #999;
}
.catalog-item-codes-list ul{margin:0;padding:0;}
.catalog-item-codes-list li{
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #eee;
}
.catalog-item-codes-list .l{float:left; font-weight:bold; color:#444}
.catalog-item-codes-list .r{float:right;}

.cleaner{display:block;clear:both;}


.red{color:#f00}
.green{color:#090}

.ic{
	display:inline-block;
	background-position:center center;
	padding:16px 18px 0 0;
	background-repeat:no-repeat
}

.rating-star{
	display:inline;
	padding:0px 8px;
	margin:0 5px 0 0;
	background:#ccc;
}
.rating-star span{ display:none }
.rating-star-full{ background:#f90 }





/**** DRAG AND DROP ***/
#sortable-list    { padding:0;}
#sortable-list li  { 	 
	color:#000; 
	cursor:move; 
	list-style:none; 
	width:650px; 
	height: 30px; 
	background:#ddd; 
	margin:10px 0; 
	border:1px solid #999; 
}
.sorted_menu_div{
	display:block;
	background:#ddd;
	height: 28px;
	width:650px; 	
	margin:10px 0; 
	border:1px solid #999;
	text-align: center; 
}
.sorted_main_div{
	display:block;
	height: 28px;	
}
.sorted_big{	
	border-right: 1px solid  #999;
	margin-left: 5px;
	float:left;
	width: 180px;
	height: 28px;
}
.sorted_small_menu{
	border-right: 1px solid  #999;
	margin-left: 5px;
	float:left;
	width: 60px;
	text-align: center;	
	height: 28px;
}
.sorted_small{
	border-right: 1px solid  #999;
	padding-right: 5px;
	float:left;
	width: 60px;
	text-align: right;
	font-size: 10px;
	height: 28px;
}
.sorted_middle{	
	border-right: 1px solid  #999;
	margin-left: 5px;	
	float:left;
	width: 70px;
	height: 28px;
}
.sorted_big_noborder{	
	margin-left: 5px;
	float:left;
	width: 90px;	
	height: 28px;
}
.select-status{
	background:#ddd;		
}
#message-box    {
	float: left;
	background:#fffea1; 
	border:2px solid #999;
	padding:4px 8px; 
	margin:0 0 14px 0; 
	width:200px;	 
}
#button_task_changes{
	width: 100px;
	float: left;	
}
#msg_btn{
	width: 400px;
	height: 30px;
}
.spinner {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}
div.spinner-img {
	background: url('/style/default/image/spin.gif') no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.object_toolbar fieldset.toolbar_slot fieldset .toolbar_buttons form,
.object_toolbar fieldset#page_toolbar_fieldset .toolbar_buttons form {
  display: block;
  float: left;                 
}

.object_toolbar fieldset.toolbar_slot fieldset .toolbar_buttons form button span,
.object_toolbar fieldset#page_toolbar_fieldset .toolbar_buttons form button span {
  display: none;               
}

.object_toolbar fieldset.toolbar_slot fieldset .toolbar_buttons form:hover button span,
.object_toolbar fieldset#page_toolbar_fieldset .toolbar_buttons form:hover button span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  padding: 5px;
  position: absolute;
  top: 4px;
}

.object_toolbar fieldset#page_toolbar_fieldset .toolbar_buttons form:hover button span {
  top: -20px;
}

/* icons find and replace at appropriate places!!! */
.layout_show_admin_right .menu ul li a .menu_item_icon {
  /*background: #10cfbd;*/
  background: #21b384;
  padding: 10px;
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
  color: #000;
  transition: all 0.5s ease 0s;                                               
}                                                                        

.layout_show_admin_right .menu ul li a:hover .menu_item_icon,
.layout_show_admin_right .menu ul li a.active .menu_item_icon,
.layout_show_admin_right .menu ul li a:focus .menu_item_icon  {
  color: #fff;
  background: #21b384;
}

.layout_show_admin_right #admin-rel-menu ul li a .menu_item_icon {
  background: none repeat scroll 0 0 transparent;
  height: 22px;
  margin: 0 10px 0 0;
  padding: 0 5px 5px;
  width: 16px;
}

.layout_show_admin_right #admin-rel-menu ul li a {
  line-height: 27px;
}  

.layout_show_admin_right .menu ul li a {
  line-height: 35px;
}

.object_toolbar fieldset button {
  padding: 5px 3px;
}

.object_toolbar fieldset.toolbar_slot fieldset {
  height: 62px;
} 

/*toolbar inplace */
.tabberlive .tabbertab {
  border: none;                       
}

.tree_node_inplace_edit_main_toolbar {
  background: #EEEEEE;
  border: 1px solid #2B3643;                                     
}

.tree_node_inplace_edit_main_toolbar ul.fancytree-container {
  border: none;                       
}

#inplace_main_toolbar_hoverbox {
  background:#2B3643;                           
} 