#base-nav {
	width: 167px;
	position: fixed;
	z-index: 100;
	top: 0;
	margin: -230px 0 0 50px;
	-moz-box-shadow: 0 0 10px #777;
	box-shadow: 0 0 5px #777;
	-webkit-box-shadow: 0 0 5px #777;
}

#base-nav ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

#base-nav li {
	display: block;
	line-height: 12px;
}

.base-subnav li {
	background: #dadada url('../images/bg_base_subnav.png') repeat-x top center;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
}

.base-subnav li a {
	padding: 10px 29px 10px 12px;
	text-decoration: none;
	font-size: 12px;
	color: #536678;
	font-family: Arial;
	display: block;
}

.base-subnav li a:hover,
.base-subnav .active a {
	background: #42576b url('../images/base_arrow.png') no-repeat right center;
	color: #FFF;
}

#base-nav,
.visible-subnav,
.base_btn_unfolded,
.base_btn_collapsed,
.base_btn_unfolded2,
.base_btn_collapsed2 {
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.base_btn_unfolded,
.base_btn_collapsed {
	width: 167px;
	height: 31px;
	display: block;
	text-indent: -999999px;
}

.base_btn_unfolded {
	background: url('../images/btn_dropdown.png') no-repeat top;
}

.base_btn_unfolded:hover,
.visible-subnav .active .base_btn_unfolded {
	background-position: bottom;
}

.base_btn_collapsed {
	background: url('../images/btn_collapsed.png') no-repeat top;
	display: none;
}

.base_btn_collapsed:hover,
.visible-subnav .active .base_btn_collapsed {
	background-position: bottom;
}

html body .base_region .base_region_add {
	color: #000;
	font-family: arial !important;
	font-size: 12px;
	display: block;
	margin: 2px 0;
}

.base_region_add a {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.base_region_add a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.base_region {
	background: #dbfaff;
	display: inline-block;
	position: relative;
}

.base_region_element {
	display: inline-block;
	position: relative;
}

.base_region_element:hover {
	background: #ff0000;
	display: inline-block;
	position: relative;
}

html body .base_region_element .base_controls {
	height: 25px;
	width: 52px;
	z-index: 6;
	position: absolute;
	background: #fff;
	border: 1px solid #000;
	left: 0;
	font-size: 12px !important;
	padding-top: 3px;
}

.base_region_element .base_controls {
	display: none;
}

.base_region_element:hover .base_controls {
	display: block;
}

.fancybase img {
	vertical-align: text-bottom !important;
	width: auto !important;
	float: none !important;
	margin: 0px !important;
	display: inline-block;
}

html body .base_region_element .base_controls a {
	display: block;
	float: left;
	color: #000 !important;
	font-size: 12px !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 22px;
	text-align: center;
	margin: 0 2px !important;
	padding: 2px 0 !important;
	font-family: arial !important;
}

#in_editor .selectors {
	display: none;
}