.guide {
	padding: 0px;
	list-style: none;
}
.guide>li {
	display: inline-block;
	font-style: italic;
}
.guide>li:last-child {
	font-weight: bold;
}
.guide>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "›"
}
.guide>.active {
	color: #777
	}
.cke_chrome {
    display: block;
    border: none;
    padding: 0;
}
.show{
}
.hide {
	display: none;
}
.hr-line-dashed {
	border-bottom: 1px dashed #eee;
	margin-top: 11px;
	margin-bottom: 11px;
}
.search-main-container {
	position: relative;
}
.new-category-container .list-group-item {
	cursor: pointer;
}
.new-category-container {
	
	border-top: 0px;
	position: absolute;
	left: 0px;
	right: 162px;
	top: 40px;
	z-index: 1000000;
}
	
.new-category-container .breadcrumb_each {
	border: 1px solid #eee!important;
	margin: 0px;
	
}	
.new-category-container .no-results {
	border: 1px solid #eee!important;
	margin: 0px;
	
}
.new-category-container .breadcrumb_each ol{
	padding: 0px;
	margin: 0px;
	
}
.new-category-container .breadcrumb_each .breadcrumb-item {
	padding: 6px 13px;
}
.new-category-container .breadcrumb_each:hover {
	background: #eee;
	cursor: pointer;
	font-weight: bold;
	
}