/*���������css��ʽ*/
.common_select{line-height:30px;position:relative;}
.common_select .dt{padding:0 25px 0 10px;float:left;}
.common_select:hover .ci-right {
    transform: rotate(180deg);
}
.cw-icon {
    cursor: default;
    position: relative;
}
.common_select .cw-icon{cursor:default;position:relative}
.common_select .ci-right {
    color: #6a6a6a;
    font: 400 15px/15px consolas;
    height: 7px;
    overflow: hidden;
    right: 8px;
    top: 12px;
    transition: transform 0.1s ease-in 0s;
}
.cw-icon .i, .cw-icon i {
    display: block;
    overflow: hidden;
    position: absolute;
}
.common_select .ci-right s {
    position: relative;
    text-decoration: none;
    top: -7px;
}
.dorpdown{position:relative;}

.common_select .dd {
    padding: 10px 0 10px 10px;
    width: 301px;
    line-height:24px;
}

.common_select .dorpdown-layer {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd !important;
    top: 30px;
    z-index:700;
    margin-left:-1px;
}
.common_select:hover .dorpdown-layer{
    display:block;
}
.selectno .dorpdown-layer{
    display:none;
}

.dorpdown-layer {
    display: none;
    position: absolute;
}
.common_select .item{
    float: left;
    padding: 2px 0;
    width: 60px;
	}
.item a{  
    color: #666;
    text-decoration: none;
    font-size:13px;
    float: left;
    padding: 0 8px;
    }
.common_select .item a.selected {
    background: none repeat scroll 0 0 #0372B1;
    color: #fff;
}
.common_select .item a:hover {
    background: none repeat scroll 0 0 #f4f4f4;
    color:#0372B1;
}
	
.common_select:hover .dt{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px !important;
    margin-left: -1px;
    margin-top: -1px;
    height: 29px;
 	}
.typhoonContent .mapSelect{
	z-index:999;
}
.mapSelect .common_select:hover .dt{
    margin-left: 0px;
    margin-top: 0px;
    height:30px;
}
.mapSelect .common_select{
   display:inline-block;
}
.mapSelect .common_select .dorpdown-layer ul{
   background:#f3f3f4;
}
.mapSelect .common_select .dorpdown-layer ul li{
   height:20px;
   line-height:20px;
   padding:5px 15px;
   background:#f3f3f4;
   color:#737373;
   font-size:13px;
   letter-spacing:2px;
}
.mapSelect .common_select .dorpdown-layer ul li:hover{
   background:#e4e4e5;
}
.mapSelect .common_select .dd{
  width:226px;
  padding:0px;
  border:1px solid #dadada;
}
 	
.common_select .dd-spacer {
    background: none repeat scroll 0 0 #fff;
    height: 10px;
    overflow: hidden;
    position: absolute;
    top: -5px;
    left: 0;
    width: 83px;
}
.selectSpan{
   height: 19px;
   line-height: 31px;
}

/*���������css��ʽ*/








