﻿@charset "utf-8";
/* CSS Document */
.select-area {float: left;margin:0 25px;}
.select-area {width: 224px;height: 32px;background:url(../images/select_bg.png) no-repeat;position: relative;}
.select-txt {width: 200px;height: 32px;padding: 1px 10px;cursor: pointer;}
.select-txt span {display: block;text-align: left;background: #E9EDF7;height: 30px;width: 160px;line-height: 30px;font-size: 14px;padding-left: 15px;}
.select-ul {width: 222px;position: absolute;border: 1px solid #90A3BB;top: 31px;background: #fff;}
.select-ul li {display: block;line-height: 28px;}
.select-ul a {font-size: 14px;display: block;padding: 0 9px;color: #333;line-height: 28px;text-align: left;padding-left: 24px;}
.select-ul a:hover,.select-ul a:focus,.select-ul a:active {text-decoration: none;color: #333;}
.none {display: none;}