BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
BODY.top {
	/*background-color: #F0F2F2;*/
	background-color: #FFFFFF;
	margin: 0px;
	padding-right: 0px;
}
BODY.tree {
	margin: 0px;
	margin-top: 0px;
	/*background-color: #F0F2F2;*/
	background-color: #FFFFFF;
	font-weight: bold;
}
BODY.search {
	margin: 0px;
	margin-top: 3px;	
	background-color: #ffffff;
	margin-left: 5px;
}

TABLE, TR, TH, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #000000;
	font-size: 10px;
/*	padding-left: 4px;*/
	text-decoration: none;
}
a:hover {
	color: #000000; text-decoration: none;;
}
SELECT.searchType {
	font-family: Verdana; 
	font-size: 11px;
	width: 188px;
}
INPUT.searchphrase  {
	font-family: Verdana; 
	font-size: 11px;
	width: 168px;
	/* border: 1px solid #A5ACB2; */
}
INPUT.search {
	font-family: Verdana; 
	font-size: 11px;
	width: 50px;
}
TABLE.treeframe {
	height: 96%;
	/*background-color: #F0F2F2;*/
	background-color: #FFFFFF;
}
.navparent {
	padding-left: 13px;
}
.nav {
	padding-left: 3px;
}
.topnav {
	color: #FFFFFF;
	font-weight: bold;
}
.trnav {
	padding-left: 5px;
	padding-right: 5px;
}
.tblnav {
	width: 100%;
	background-color: #E6E6E6;
	boder-collapse: collapse;
}

TABLE.treemenu td.node {
	background: url('/images/tree/treenode.gif');
	background-repeat: no-repeat;
	width: 231px;
	height: 23px;
	vertical-align: center;
	text-align: left;
	white-space: nowrap;
}
TABLE.treemenu td.nodeblue {
	background: url('/images/tree/treenode_blue.gif');
	background-repeat: no-repeat;
	width: 231px;
	height: 23px;
	vertical-align: center;
	text-align: left;
	white-space: nowrap;
}
TABLE.treemenu {
margin-left: 10px;
}
DIV.customer {
	float: left;
	position: relative;
	left:45px;
	top:10px;
}
DIV.username {
	float: left;
	position: relative;
	left:45px;
	top:15px
}
DIV.password {
	float: left;
	position: relative;
	left:118px;
	top:10px;
}
DIV.password INPUT {
	width: 118px;
}
DIV.login {
	float: left;
	position: relative;
	left:133px;
	top:8px;
}
DIV.remember {
	float: left;
	position: relative;
	left:114px;
	top:12px;
	color:white;
}
DIV.remember label {
	font-size: 9px;
	font-weight:normal;
}
DIV.remember a {
	color: white;
}
DIV.register {
	float: left;
	position: relative;
	left:140px;
	top:15px;
}
DIV.clear {
 clear: both;
}

.cat {
	background: url('/images/tree/category.gif');
	background-repeat: no-repeat;
	width: 114px;
	height: 23px;
	text-align: center;
	font-weight: bold;
	color: white;
}
.make {
	background: url('/images/tree/make.gif');
	background-repeat: no-repeat;
	width: 114px;
	height: 23px;
	font-weight: bold;
	text-align: center;
}
.cat a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	display: block;
}

.make a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	display: block;
}

.make a:hover {
	color: #000000; text-decoration: none;;
}
.cat a:hover {
	color: #000000; text-decoration: none;;
}