/*
	general styling
*/
div.ui-dynatree-container {
	border: 0px;
}
.categories_component {
	width: 300px;
	padding: 0;
	margin: 0;
}
.categories_component .selection_tree {
	display: none;
}
/*
	
*/
.categories_component .toggle_selection_tree {
	padding-left: 15px;
	background: url(img/bullet_toggle_minus.png) no-repeat left center;
	cursor: pointer;
	margin: 0;
}
.categories_component .toggle_selection_tree.closed {
	background: url(img/bullet_toggle_plus.png) no-repeat left center;
}
.categories_component .toggle_selection_tree.closed.wait {
	background: url(img/wait.gif) no-repeat left center;
}

.categories_component .tree_wrapper {
	width: 300px;
	height: 200px;
}
	/*  -5px to correctly show resizing frames */
	.categories_component .selection_tree .tree_wrapper .tree {
		width: 295px;
		height: 195px;
		width: 100%;
		overflow: auto;
		border-top: 1px #dddddd solid;
		margin-top: 5px;
	}
/*  
	selected categories area styling
 */
.categories_component .selected_categories_area {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	display: block;
	clear: both;
	width: 100%;
	background-color: #eeeeee;
}
	.categories_component .selected_categories_area div {
		clear: both;
	}
	.categories_component .selected_categories_area li {
		float: left;
		display: block;
		margin-right: 5px;
		line-height: 16px;
		padding: 0px 0px 0px 6px;
	}
		.categories_component .selected_categories_area li p {
			float: left;
			white-space: nowrap;
			margin: 0;
		}
		.categories_component .selected_categories_area li span {
			width: 16px;
			height: 16px;
			display: block;
			float: left;
			cursor: pointer;		
			background: url(img/cross.png) no-repeat;
		}
.categories_component .selected_categories_field {
	display: none;
}
/*
	selected categories on dynatree styling
*/
.categories_component a.choosen {
	background-color: #eeeeee;
}