ul#tabs_items{
	padding:0px;
	margin:0px;
	min-height:300px;
}

ul#tabs_items, .tabs_items ul{
	list-style-type:none;
	padding-top:1px;
}

ul#tabs_items li div.tabs_list_title{
	font-weight:bold;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius:  3px 3px 0px 0px;
	border-radius:  3px 3px 0px 0px;
	border:1px solid #e7e7e7;
	background-color:#413738;
	background-image:url(/content/themes/Admin/images/menubarbg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	padding:5px 20px;
	font-size:16px;
	color:#ffffff;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	cursor:move;
}

ul#tabs_items .placeholder {
	border: 1px dashed #4183C4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height:44px;
}

ul#tabs_items .mjs-nestedSortable-error {
	background: #fbe3e4;
	border-color: transparent;
}

ul#tabs_items {
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

ul#tabs_items, ul.tabs_items ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
}

ul#tabs_items {
	margin: 0px 0;
}

#tabs_items li {
	margin: 5px 0 0 0;
	padding: 0;
}

#tabs_items li div.tabs_wrapper  {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	padding: 6px;
	margin: 0;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
}

ul#tabs_items li div.tabs_content{
	padding:20px;
	background-color:#fefefe;
	background-image:url(header_menubg-over.jpg);
	background-repeat:repeat-x;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	display:none;
}

ul#tabs_items li div.tabs_content textarea{
	width:200px;
	height:75px;
}

ul#tabs_items li div.tabs_content_inner{
	margin-left:160px;
}

ul#tabs_items li div.tabs_list_title div.tabs_list_remove{
	font-size:10px;
	float:right;
	cursor:pointer;
	border:0px;
	background:none;
	padding:3px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	background: #666666;
	text-transform:uppercase;
}

ul#tabs_items li div.tabs_list_title div.tabs_list_edit{
	font-size:10px;
	float:right;
	cursor:pointer;
	border:0px;
	background:none;
	padding:3px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	background: #666666;
	text-transform:uppercase;
	margin-right:3px;
}

.tabs_add_item{
	line-height:26px
}

.tabs_wrapper_front{
	width:100% !important;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius:  3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0px 12px 10px -10px #cabbad;
	-webkit-box-shadow: 0px 12px 10px -10px #cabbad;
	box-shadow: 0px 12px 10px -10px #cabbad;
}

.tabs_wrapper_front .menu-1{
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius:  3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	overflow:hidden;
}

.tabs_wrapper_front .tabs_title_front{

}

.tabs_wrapper_front .tabs_title_front:first-child{
	-moz-border-radius: 3px 0px 0px 0px;
	-webkit-border-radius:  3px 0px 0px 0px;
	border-radius: 3px 0px 0px 0px;
}

.tabs_wrapper_front .tabs_title_front:last-child{
	-moz-border-radius: 0px 3px 0px 0px;
	-webkit-border-radius:  0px 3px 0px 0px;
	border-radius: 0px 3px 0px 0px;
}

.tabs_content_wrapper_front .tabs_content_wrapper{
	list-style:none;
	margin:0px;
	padding:10px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius:  0px 0px 3px 3px;
	border-radius:  0px 0px 3px 3px;
	min-height:530px;
	background-color:#eeeeee;
}

.tabs_content_wrapper_front .tabs_content_front{
	display:none;
	margin:0px;
	padding:0px;
	background-color:#eeeeee;
}

.tabs_content_wrapper_front .tabs_content_front:first-child{
	display:block;
}