﻿@CHARSET "UTF-8";

.traffic-panel{
	position: absolute;
	top: 55px;
	right:15px;
}
.traffic{
	width:395px;
	/* height: 153px; */
	background: url(info.png) no-repeat;
	/* background: url(kmap-traffic/info-x.png); */
}

.traffic-left{
	background: url(kmap-traffic/info-left.png) no-repeat;
	width: 12px;
	height: 22px;
	margin-top: 60px;
	margin-left: 8px;
}
.traffic-right{
    background: url(kmap-traffic/info-right.png) no-repeat;
    width: 12px;
    height: 22px;
    margin-top: 60px;
}

.traffic-road-left{
    background: url(kmap-traffic/info-left.png) no-repeat;
    width: 12px;
    height: 22px;
    margin-top: 45px;
    margin-left: 8px;
}
.traffic-road-right{
    background: url(kmap-traffic/info-right.png) no-repeat;
    width: 12px;
    height: 22px;
    margin-top: 45px;
}

.traffic-road{
    width:395px;
    height: 180px;
    background: url(kmap-traffic/road.png);
}

.traffic-more{
	float:right;
	color: #f9bd42;
	margin: 15px 15px 0 0;
}
.traffic-more a{
	color: #f9bd42;
	font-size:14px;
}

.traffic-road-total {
    margin: 6px 0 5px 180px;
    /* font-weight: bold; */
    
    font-size: 14px;
    padding-top: 12px;
}
.traffic-total{
	margin: 15px 0 5px 180px;
	/*font-weight: bold;*/
	font-size:14px;	
	padding-top: 12px;
}
.traffic-content{
	clear:both;	
	font-size:14px;
	/* margin: 0 10px 0 10px; */
	line-height:20px;
	
	min-height: 153px;
    background: url(images/info-x.png);
    border-bottom: 1px solid #000;
}

.traffic-road-content{
    clear:both; 
    font-size:14px;
    background: url(images/info-x.png);
    /* margin: 12px 10px 0 10px; */
    min-height: 126px;
    margin-top:10px;
    padding-bottom:10px
    /* border-bottom: 1px solid #959595; */
}
.traffic-legend{
	position: absolute;
	right: 80px;
	bottom: 40px;
	width: 162px;
	height:28px;
	background:url(images/legend.png);
}

/*路况信息*/
/*
.traffic-poi{
	margin:8px;
	padding:8px;	
}
.traffic-poi-sel{
	background: #EBEBEB;
}
.traffic-poi-ico{
	float:left;
	width:32px;
	height:32px;
}
.traffic-poi-cnt{
	color:#333;
	padding:2px;
}
.traffic-poi-time{
	text-align:right;
	color:#86addc;
	padding:2px;
} 
*/