body, html {
	font-size: 12px;
	font-family: Arial;
	margin: 0;
	padding: 0;
	color: #737373;
	background: #ffffff;
	text-align: center;
	overflow-x: hidden;
}

form {
	margin: 0;
}

a {
	color: #db191e;
}

.formError {
	color: #db191e;
	font-weight: bold;
	background-color: #FFE45C;
	border: 1px solid #d71e1e;
	padding: 10px;
	margin-bottom: 5px;
}

.hint {
	color: #db191e;
}

.hint2 {
	color: #db191e;
	font-weight: bold;
	padding-left: 5px;
}

h1 {
	font-weight: normal;
	font-size: 16px;
	padding: 0;
	margin: 0;
	line-height: 1.3;
}

h2 {
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	font-weight: normal;
	font-size: 150%;
}

#container {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	border: none;
	float: left;
	text-align: left;
}

#header {
	width: 100%;
	height: 120px;
	background: transparent url('/public/design/img/header.jpg') top center no-repeat;
	padding: 0;
	z-index: -1;
	border: none;
}

#line_top {
    margin-top: -8px;
	width: 100%;
	height: 18px;
	background: transparent url('/public/design/img/backoffice/line_top.jpg') left center repeat-x;
}

#line_bottom {
    margin-top: -7px;
	width: 100%;
	height: 18px;
	background: transparent url('/public/design/img/backoffice/line_bottom.jpg') left center repeat-x;
}

#main {
	position: relative;
	margin: 0;
	margin-top: -7px;
	padding: 7px;
	width: 95%;
	display: block;
}

.menu {
	width: 230px;
	background: transparent url('/public/design/img/menu_border.jpg') right center repeat-y;
	text-align: left;
}


/* menus */

#menu-main{
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	min-height: 300px;
	width: 230px;
	border: none;
	list-style: none;
	line-height: 1.5;
}

#menu-main .level1, .level2, .last, .part {
	padding: 2px;
}

#menu-main .part {
	width: 170px;
}

#menu-main li.part{
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #db191e;
	margin-top: 15px;
}

#menu-main li.level1{
	background: transparent url('/public/design/img/menu_point.jpg') left 2px no-repeat;
	padding-left: 25px;
	position: relative;
}

#menu-main li.level1.select {
	background: transparent url('/public/design/img/menu_point_select.jpg') left 2px no-repeat;
}

#menu-main li.last{
	background: transparent url('/public/design/img/menu_point.jpg') left 2xp no-repeat;
	margin-top: 40px;
	padding-left: 25px;
	position: relative;
}

#menu-main li.level2 a.select {
	display: block;
}

#menu-main a {
	font-family: Arial;
	color: #737373;
	font-size: 12px;
	text-decoration: none;
}

#menu-main a:hover {
	text-decoration: none;
	font-weight: bold;
}

#menu-main li.level2{
	padding-left: 40px;
	margin-right: 20px;
	position: relative;
}


/* inner content */

#content {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0 0 -10px;
	padding-left: 40px;
	padding-bottom: 20px;
	text-align: left;
	z-index: 100;
}

#switch_lang {
	position: absolute;
	height: auto;
	right: 0px;
	z-index: 200;
}

/* options */

#options {
	text-align: right;
	padding-right: 30px;
	padding-bottom: 10px;
}

#options a {
	color: #db191e;
	margin-left: 20px;
	text-decoration: none;
}

#options a:hover {
	text-decoration: underline;
}

.copy_func {
	margin-right: 10px;
}

.copy_func img{
	color: #db191e;
	border: none;
	cursor: pointer;
}

.copy_func2 {
	text-align: right;
	margin-top: -15px;
	padding-bottom: 5px;
}

.copy_func2 img{
	border: none;
	cursor: pointer;
}

.bold_type, .bold_type_no {
	text-align: right;
	margin-top: -15px;
	padding-bottom: 3px;
}

.bold_type img{
	border: none;
	cursor: pointer;
}

.bold_type_no img{
	border: none;
	cursor: pointer;
}

.bold_type_no {
	opacity: 0.6;
}

.tag-bold {
	font-weight: bold;
}

/* tags list */

#my_tag_list1, #my_tag_list2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 30px;
}

#my_tag_list1 li, #my_tag_list2 li { 
	margin: 0 5px 5px 5px;
	padding: 5px;
	width: 320px;
	font-size: 12px;
	cursor: pointer;
}

/* menus continue (for sort) */
#my_lists {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	padding-right: 30px;
	border: none;
	list-style: none;
	line-height: 1.5;
}

#my_lists .level1 {
	padding: 5px;
}

#my_lists a {
	text-decoration: none;
	color: #313131;
}

#my_lists a:hover {
	text-decoration: underline;
}

#my_lists .level1 {
	font-weight: bold;
	background: #FFE45C;
	border: 1px solid #d71e1e;
	margin-bottom: 5px;
}

#my_lists .normal {
	background: #ffffff;
	border: 1px solid #dddddd;
}

#my_lists .ui-sortable-helper {
	background: #eeeeee;
}

.my_lists2, .my_lists3, .my_lists4 {
	padding: 0;
	padding-top: 5px;
	margin: 0;
	border: none;
	list-style: none;
	line-height: 1;
}

.my_lists2 .level2, .my_lists3 .level3, .my_lists4 .level4 {
	padding-left: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	background: #FFE45C;
	border: 1px solid #ff0000;
}

.my_lists2 .normal2, .my_lists3 .normal3, .my_lists4 .normal4 {
	background: transparent;
	border: none;
}

.my_lists2 .ui-sortable-helper, .my_lists3 .ui-sortable-helper, .my_lists4 .ui-sortable-helper {
	border: 1px solid #cccccc;
	background: #eeeeee;
}


/* catalogue view */

.itemSelect, .itemSelect3 {
	cursor: pointer;
}

#my_catalogue_all a {
	color: #737373;
	text-decoration: none;
}

#my_catalogue_all .first_item {
	color: #5189C2;
	text-decoration: none;
}

#my_catalogue_all a:hover {
	color: #db191e;
	text-decoration: underline;
}

#my_catalogue_all .ul_level2, .ul_level3, .ul_level4 {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	list-style: none;	
	line-height: 1.5;
	font-weight: normal;
}

.my_catalogue {
	float: left;
	font-weight: bold;
	border: 1px solid #eeeeee;
	margin-bottom: 25px;
	margin-right: 20px;
	width: 200px;
	min-height: 200px;
	padding: 5px;
}

.my_catalogue_f2 {
	float: left;
	font-weight: bold;
	border: 1px solid #eeeeee;
	margin-bottom: 25px;
	margin-right: 20px;
	width: 665px;
	min-height: 200px;
	padding: 5px;
}

.my_catalogue_f3 {
	float: left;
	font-weight: bold;
	border: 1px solid #eeeeee;
	margin-bottom: 25px;
	margin-right: 20px;
	width: 200px;
	min-height: 200px;
	max-height: 300px;
	padding: 5px;
	overflow: auto;
	overflow-x: hidden;
}

.my_catalogue_f4 {
	float: left;
	font-weight: bold;
	border: 1px solid #eeeeee;
	margin-bottom: 25px;
	margin-right: 20px;
	padding: 5px;
}

.my_catalogue_f5 {
	float: left;
	border: 1px solid #eeeeee;
	margin-bottom: 25px;
	margin-right: 20px;
	padding: 5px;
}


/* reklama */

#my_lists_reklama {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	padding-right: 30px;
	border: none;
	list-style: none;
	line-height: 1.5;
}

.my_reklama {
	float: left;
	font-weight: bold;
	border: 1px solid #d71e1e;
	background: #FFE45C;
	margin-bottom: 25px;
	margin-right: 20px;
	width: 200px;
	min-height: 380px;
	padding: 5px;
	cursor: move;
}

#my_lists_reklama .normal {
	background: #ffffff;
	border: 1px solid #dddddd;
}

#my_lists_reklama .ui-sortable-helper {
	background: #eeeeee;
}




.add_filter {
	color: #db191e;
}

.add_border {
	border-bottom: 1px solid #EEEEEE;
}

.add_title {
	color: #5189C2;
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
}

.add_title_bg {
	color: #5189C2;
	background-color: #FBF5D0;
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
}

.add_title_bg_sort {
	color: #5189C2;
	background-color: #F9DD34;
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
}

#active_count {
	display: inline;
}


/* navigation in catalogue item */

#navigation_bar {
	height: 27px;
	border-bottom: 1px solid #7F9DB9;
	width: 95%;
}

#navigation_bar2 {
	padding-top: 5px;
	height: 27px;
	text-align: right;
	width: 95%;
}

#navigation_bar2 a {
	margin: 5px;
}


#navigation_catalogue {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	float: right;
}

#navigation_catalogue li {
	float: left;
	position: relative;
	text-decoration: none;
	text-align: center;
	height: 15px;
	margin: 1px;
	padding: 5px;
	border: 1px solid #7F9DB9;
	border-bottom: none;
}

#navigation_catalogue li a {
	text-decoration: none;
}

#navigation_catalogue li.select {
	font-weight: bold;
	color: #ffffff;
	background-color: #7F9DB9;
	border-color: #7F9DB9;
	border-bottom: none;
}

#navigation_catalogue li.select a {
	color: #ffffff;
	text-decoration: none;
}

.photoGallery {
	margin: 7px;
	border: 0;
}

#content_photos {
	width: 100%;
}

/* standart edit form */
#edit_form {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 95%;
}

#edit_form td{
	height: 18px;
	font-size: 12px;
	color: #000000;	
	border: none;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

.set_width {
	width: 150px;
}

.set_width_w {
	width: 300px;
}

.group {
	color: #ff0000;
}

.group_row_top {
	border: 1px solid #7F9DB9;
	border-bottom: none;
}

.group_row_middle {
	border-left: 1px solid #7F9DB9;
	border-right: 1px solid #7F9DB9;
}

.group_row_bottom {
	border: 1px solid #7F9DB9;
	border-top: none;
}

.group_row_top2 {
	border: 1px solid #eeeeee;
	border-bottom: none;
}

.group_row_middle2 {
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

.group_row_bottom2 {
	border: 1px solid #eeeeee;
	border-top: none;
}

#del_news_image {
	margin: 0 auto;
}


/* form element */

#edit_form .elementShort input, select {
	width: 200px;
}

#edit_form .elementTitle input, textarea {
	width: 99%;
}

#edit_form .elementTitle textarea {
	height: 100px;
}

#edit_form .elementTitle2 textarea {
	width: 99%;
	height: 400px;
}

#news_form .elementShort input, select {
	width: 200px;
}

#news_form .elementTitle input {
	width: 99%;
}

#news_form .noVisible {
	display: none;
}

.errors {
	color: #ff0000;
	margin: 5px;
}


/* news */

#current_title, #current_map_title, #upload_form {
    z-index: 1;
	position: relative;
	float: left;
	text-align: center;
}


/* global settings */

.settings_h3 {
	border-top: 1px solid #db191e;
	color: #777777;
	font-size: 16px;
	clear: both;
	padding-top: 5px;
	margin-top: 20px;
}

.st_images {
	margin: 0;
	padding: 0;
	padding-right: 30px;
	border: none;
	list-style: none;
}

.st_images li {
	float: left;
	padding-right: 50px;
	text-align: center;
}


/* additional menu */

#additional_menu {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	padding-right: 30px;
	border: none;
	list-style: none;
}

#additional_menu li {
	padding: 5px;
}

#additional_menu a {
	text-decoration: none;
	color: #313131;
}

#additional_menu a:hover {
	text-decoration: underline;
}

