#navigator{
	position:absolute;
	background-color:#FFF;
	width: 628px;
	padding: 0px;
	z-index:99;
}

#toolbar{
	background:url(/control/images/toolbar_bg.gif) no-repeat;
	width:628px;
	height:31px;
	float:left;
}

#toolbar .title{
	float: left;
	font-weight: bold;
	font-size:14px;
	padding:7px 0px 0px 12px;
	color:#37495d;
}
#toolbar .btnBar{
	width: 8px;
	float: right;
	margin-right:18px!important;
	margin:12px 8px 0px 0px;
	
}

#toolbar_right{
	width:10px;
	height:31px;
	float:left;
}

#UrlCollection{
	width: 151px!important;
	width: 152px;
	height: 483px;
	float: left;
	background:url(/control/images/UrlCollection_bg.gif) no-repeat bottom;
	border-left:1px solid #88a9cc;
}

#UrlCollection UL{
	list-style: none;
	margin: 40px 0px 0px 0px;
	cursor: pointer;
	color:#57595b;
}

#UrlCollection UL LI{
	padding: 5px 0px 2px 20px;
	margin:4px 0px 0px 15px;
	height:15px;
	width:116px;
}

#UrlCollection .current{
	border-top: 1px solid #b8cbdd;
	border-left: 1px solid #b8cbdd;
	border-bottom: 1px solid #b8cbdd;
	border-right:1px solid #eff6fe;
	padding: 4px 0px 2px 19px;
	margin:4px 0px -1px 15px;
	height:15px;
	background:url(/control/images/UrlCurrent_bg.gif) no-repeat #eff6fe;
}

#UrlCollection .over{
	border: 1px solid #b8cbdd;
	border-right:0px;
	background: #eff6fe;
	padding: 4px 0px 2px 19px;
	margin:4px 0px -1px 15px;
	height:15px;
}

#InfoFrame{
	width: 471px!important;
	width: 470px;
	height: 483px;
	overflow: auto;
	float: left;
	background:url(/control/images/infoframe_bg.gif) repeat-x;
	border-right:1px solid #88a9cc;
	padding: 0px;
	position:relative;
}

#shadow_right{
	width:4px;
	height:483px;
	float:left;
}

#footer{
	height: 19px;
	width: 628px;

}

.item,.itemOver{
	width:429px;
	height:79px;
	margin:14px 0px 0px 10px;
	cursor:pointer;
}

.itemOver{
	background:url(/control/images/infoframe_over_bg.gif) no-repeat;
}

.item .icon,.itemOver .icon{
	float:left;
	width:72px;
	height:56px;
	margin:8px 15px 0px 10px;
	overflow:hidden;
	cursor:pointer;
}

.item .txt,.itemOver .txt{
	width:310px;
	height:71px;
	padding-top:8px;
	overflow:hidden;
	cursor:pointer;
}


.txt .itemTitle{
	color:#57595b;
	font-weight:bold;
}

.navigator_bg{position:absolute;height:1000px;width:100%;background:#234f74;filter:Alpha(opacity=40);-moz-opacity:0.4;}

.clear{
	clear: both;
}

body,html{
	scrollbar-face-color:#e1eef8;
	scrollbar-track-color:#e1eef8;
	scrollbar-arrow-color:#1a477d;
	scrollbar-shadow-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color:#a7cae5;
	scrollbar-darkshadow-color:#a7cae5;
}