﻿
div#filters
{
	position:absolute;
	top:5px;
	left:10px;
	height:50px;
	width:912px;
	overflow:hidden;
	background-color:#A9ADCA;
}

div#tabs
{
	position:absolute;
	top:60px;
	left:10px;
	height:25px;
	width:912px;
	background: Transparent url('/Images/Tabs/tabrow.gif') repeat-x bottom left;
}

div#wTree
{
	position:absolute;
	top:85px;
	left:10px;
	width:910px;
	height:294px;
	border-left:1px solid #E3E9EB;
	border-right:1px solid #E3E9EB;
	border-bottom:1px solid #E3E9EB;
	background-color:#F1F3F4;
}

div#wTree div.wTree
{
	position:absolute;
	top:20px;
	left:0px;
	width:910px;
	height:264px;
	background-color:#F1F3F4;
}

