#TREE_TITLE
{
	position: relative;
	left: 8px;
	color: #830100;
	font-size: 9pt;
	font-weight: bold;
}

#mainTree
{
	margin-left: 5px;
	margin-top: 10px;
	width: 100%;
}

#mainTree_spec_offer
{
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #d9c9c8;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.TREE_GROUP
{
	border: 1px dashed #d9c9c8;
	border-top-width: 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.TREE_LEVEL_1
{
	font-weight: bold;
	position: relative;
	border: 1px dashed #d9c9c8;
	border-bottom-width: 0;
	-moz-border-radius: 5px;
	padding-top: 2px;
}

.TREE_LEVEL_2
{
	margin-left: 15px;
}

.TREE_ITEM_ACTIVE
{
	font-weight: bold;
}

.TREE_URL
{
	text-decoration: none;
}

.TREE_TEXT, .TREE_URL
{
	margin-left: 5px;
}

.TREE_IMG
{
	vertical-align: text-bottom;
}

.TREE_IMG_AFTER, #TREE_RESET
{
	position: absolute;
	vertical-align: text-bottom;
	right: 0;
	border-width: 0;
}

#TREE_RESET
{
	right: -5px;
}

.TREE_CHOOSE_MORE, .TREE_CHOOSE_LESS
{
	margin-left: 35px;
}

.TREE_CHOOSE_MORE .TREE_URL
{
	color: blue;
}

.TREE_CHOOSE_LESS .TREE_URL
{
	color: blue;
}

.TREE_DLG
{
	position: absolute;
	width: 250px;
	height: 450px;
	background-color: white;
	border: 1px solid gray;
	z-index: 2000;
	padding: 25px 0 0 15px;
}

.TREE_DLG_FRAME
{
}

.TREE_DLG_ITEM
{
	margin-bottom: 10px;
}

.TREE_DLG_ITEM .TREE_URL
{
	margin-left: 5px;
}

.TREE_DLG_CLOSE
{
	position: absolute;
	right: 5px;
	top: 5px;
	font-weight: bold;
	font-size: 13pt;
	text-decoration: none;
}

#mainTree_spec_offer
{
	background-color: #9E4241;
	border: 1px solid #9E4241;
}

#mainTree_spec_offer .TREE_URL
{
	color: white;
}

