@charset "utf-8";
/* CSS Document */



/**------------------------------------- Toolbar -------------------------------------**/

/* Toolbar base */

#ToolbarWrap{
    position:fixed;
    bottom:0px;
    left:0px;
    height:37px;
    width:100%;
    z-index:9999;
}

#ToolbarInnerWrap{
	/*background:url(/images/footerbar/toolbartrans.png) no-repeat left top;*/
	
    width:1032px;
    margin:0 auto;
	/*margin: 0 0 0 -10px;*/
    position:relative;
    height:37px;
    display:block;
    color:#fff;
}
h3.ToolbarToggle{
	background:url(/images/footerbar/toolbar_bg_1032.png) no-repeat right top;
	/*background: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footerbar/toolbar_bg.png', sizingMethod='fixed'); 		*/
    width:22px;
    height:37px;
    color:#fff;
    font-size:1.2em;
	float: left;
	text-align: center;
	line-height: 37px;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 4px

}
a.trigger{
    background:url(/images/footerbar/close2.png) no-repeat left top;
    width:26px;
    height:37px;
    color:#fff;
    font-size:1.2em;
	float: left;
	text-align: center;
	line-height: 37px;
	vertical-align: middle;
	cursor: pointer;
	text-indent: -3000px;
	text-decoration: none;
}
a.trigger:hover{

}

a.active.trigger {
    background:url(/images/footerbar/open2.png) no-repeat left top;
}
#ToolbarContent{
	width:1006px;
	height: 37px;
	display: block;
    font-size:0.9em;		
	float: left;
	background:url(/images/footerbar/toolbar_bg_1032.png) no-repeat right top;
	/*background: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footerbar/toolbar_bg.png', sizingMethod='scale'); 	*/
	/*margin-left:-20px;
	z-index: 500;*/
	padding-top: 5px;


}
#ToolbarContent ul{
	width: 986px;
}

#ToolbarContent a,
#ToolbarContent a:link,
#ToolbarContent a:hover,
#ToolbarContent a:active{
    color:#fff;
}

#ToolbarContent a:hover{
    text-decoration:underline;
}

#ToolbarContent .tb_left li{
    float:left;
    display:block;
    height:32px;
	line-height: 32px;	
	vertical-align: middle;	
    background: transparent url(/images/footerbar/divider_darker.png) no-repeat right 6px;	
	padding: 0 10px;
}


#ToolbarContent .tb_left li#tb_right{
    float:right;
}
#ToolbarContent .tb_left a.home{
	text-indent: -3000px;
	display:block;
	width: 26px;
	text-decoration: none;
 	background:url(/images/footerbar/toolbar_bird.png) no-repeat 0 6px;	
}
