.ui-dropdownchecktree
{
	height: 18px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url(dropdown.png) no-repeat center right;
}
/* for IE7 */
*:first-child + html .ui-dropdownchecktree
{
	height: 20px;
}
.ui-dropdownchecktree-hover, .ui-dropdownchecktree-active
{
	background-image: url(dropdown_hover.png); 
	border-color: #5794bf;
}

.ui-dropdownchecktree-text
{
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	margin-right: 17px; /* background dropdown.png image */
}
/* for IE7 */
*:first-child + html .ui-dropdownchecktree-text
{
	height: 20px;
	line-height: 20px;
}

.ui-dropdownchecktree-dropcontainer
{
	background-color: #fff;
	border: 1px solid #999;
	clear: left;
}

ul.ui-dropdownchecktree-toolbar
{
	display:inline;
}

ul.ui-dropdownchecktree-toolbar li
{
	display:inline;
	float: left;
	height:22px;
}


ul.ui-dropdownchecktree-toolbar li.left
{
	width:3px;
	background: url(dropdown_toolbar_left.png) no-repeat;
}

ul.ui-dropdownchecktree-toolbar li.middle
{
	background: url(dropdown_toolbar_middle.png);
}

ul.ui-dropdownchecktree-toolbar li.middle p
{
	font-family:arial;
	font-size:11px;
	padding-top: 5px;
	padding-left: 2px;
}

ul.ui-dropdownchecktree-toolbar li.right
{
	width: 17px;
	background: url(dropdown_toolbar_close.png) no-repeat;
	cursor: pointer;
}

.ui-dropdownchecktree-item
{
	
}

.ui-dropdownchecktree-item-hover
{
	background-color: #39f;
}

.ui-dropdownchecktree-item-hover .ui-dropdownchecktree-text
{
	color: #fff;
}

.ui-dropdownchecktree-group
{
	font-weight: bold;
	font-style: italic;
}

.ui-dropdownchecktree-indent
{
	padding-left: 20px;
}
