﻿@CHARSET "UTF-8";

.tools{
	position: absolute;
	top: 10px;
	right: 10px;
	width:404px;
	height: 56px;
	background: url(images/tools_bg.png);
}

/*工具栏*/
.tools-box{
	margin: 10px 5px 3px 5px; 
}
.tools-item{
	display:inline-block;
	float:left;
	width:56px;
	cursor:pointer;
}
.tools-ico{	
	display:block; 
	height:24px;
	background-image: url(images/tools_dft.png);
	background-repeat: no-repeat;
}
.tools-ico-sel{
	background-image: url(images/tools_sel.png);
}
.tools-txt{
	display:block;
	color: #999999;
	text-align:center;
}
.tools-txt-sel{
	color: #0C99C8;
}

/*菜单*/
.tools-menu{
	position: absolute;	
	top: 40px;
	left: 0px; 
	background: #fff; 
	opacity: 0.95;
	z-index:999;
	font-size: 12px;
}
.tools-menu-item{
	height:22px;
	line-height:22px;
	padding: 0 5px 0 25px;
	margin:5px 10px 5px 5px; 
	background-repeat: no-repeat;
	cursor:pointer;
}

/*路况*/
.traffic-menu{
	/*position: absolute;*/
	/*top: 60px;
	left:10px; */
	/*background: #fff; 
	z-index:999;*/
}
/*.traffic-menu-box{
	background: #fff;
}*/
/*.traffic-menu-item{
	height:22px;
	line-height:22px;
	padding: 0 5px 0 25px;
	margin:5px 10px 5px 5px;
	background-image: url(kmap-tools/traffic.png);
	background-repeat: no-repeat;
	cursor:pointer;
}*/
.traffic-menu-item1{
	padding-left:5px;
	/*background-image: url(kmap-tools/m_traffic.png);
	background-position: 0 0;*/
}
.traffic-menu-item1 input{
	float:left;
	margin-top:5px;
}
.traffic-menu-item2{
	padding-left:5px;
	/*background-image: url(kmap-tools/m_traffic.png);
	background-position: 0 -22px;*/
}
.traffic-menu-item2 input{
	float:left;
	margin-top:5px;
}

/*实景*/
.scenery-menu{
	left: 60px;
}
.scenery-menu-item1{
	background-image: url(kmap-tools/m_scenery.png);
	background-position: 0 0;
}
.scenery-menu-item2{
	background-image: url(kmap-tools/m_scenery.png);
	background-position: 0 -22px;
}
.scenery-menu-item3{
	background-image: url(kmap-tools/m_scenery.png);
	background-position: 0 -44px;
}

/*气象*/
.weather-menu{
	/*position: absolute;	
	top: 60px;*/
	left:230px; 
	/*background: #fff; 	
	z-index:999;*/
}
/*.weather-menu-box{
	background: #fff;
}*/
/*.weather-menu-item{
	height:22px;
	line-height:22px;
	padding: 0 5px 0 25px;
	margin:5px 10px 5px 5px;
	background-image: url(kmap-tools/weather.png);
	background-repeat: no-repeat;
	cursor:pointer;
}*/
.weather-menu-item1{
	background-image: url(images/m_weather.png);
	background-position: 0 0;
}
.weather-menu-item2{
	background-image: url(images/m_weather.png);
	background-position: 0 -22px;
}

/*设施*/
.facility-menu{
	position: absolute;
	top:60px;
	left:4px;
	width: 282px;
	padding-bottom: 8px;
	background: #fff;
	border: 1px solid #ccc;
	z-index:999;
}
.facility-menu-item{
	float:left;
	display: inline-block;
	width:56px; 
	cursor:pointer;
}
.facility-menu-item-ico{
	width:39px;
	height:38px;
	margin-left: 8px;
	margin-top:8px;
	margin-bottom:3px;
	background-image: url(images/facility.png);
}
.facility-menu-item-txt{	
	color:#82a5cd;
	text-align:center;
	white-space: nowrap;
}
