@charset "utf-8";
/*页眉*/
.headerSep {margin:0 5px; color:#999;}

/*正文*/
.body {min-height:500px; height:auto!important; height:500px;}

/*selectCity*/
.selectCity {height:27px!important; padding:12px 18px 0 18px; background:url(../images/switch/selectCityBg.png) no-repeat;}
.selectCity label {font-size:14px; font-weight:bold; color:#fff;}
.selectCity select {margin-right:5px; padding:1px; border:1px solid #de5800;}
.selectCity button {width:43px; height:20px; margin-left:5px; padding-top:3px; background:url(../images/switch/switchUtil.png) no-repeat; border:0; cursor:pointer;}
.selectCity button[type] {padding-top:0;}
.selectCity a {width:116px; background:url(../images/switch/switchUtil.png) no-repeat 0 -25px; line-height:23px; text-align:center;}

/*cityBox*/
.cityBox {padding:0 10px;}
.cityWrap {width:440px;}
.map {width:490px; cursor:pointer;}
.cityForm {margin-bottom:10px;}
.search {width:210px; margin-right:15px; padding:1px; border:1px solid #df5900;}
.search input {width:133px; padding:1px 2px; border:0; font-size:14px;}
.search button {width:73px; height:19px; padding-top:2px; background:url(../images/switch/switchUtil.png) no-repeat -64px 0; border:0; color:#fff; cursor:pointer;}
.search button[type] {padding-top:0;}
.hotCity {padding-top:3px;}
.hotCity a {margin-right:10px; font-weight:bold; color:#f65102;}

/*cityList*/
.title {margin-bottom:5px; background:url(../images/switch/switchUtil.png) repeat-x 0 -89px; font-size:14px; line-height:31px;}
.title span {width:26px; height:31px; background:url(../images/switch/switchUtil.png) no-repeat 0 -53px;}
.title span.right {background-position:right -53px;}
.cityList ul {padding:0 10px;}
.cityList li {float:left; display:inline; width:16.66%; padding:4px 0; font-size:14px;}
.cityList a.red {color:#f65102;}
.cityList a.green {color:#008000;}
.cityList a.blue {color:#06c;}

/*灯箱*/
.lightBox {display:none; position:absolute; left:50%; top:50px; margin-left:-480px; z-index:9995;}
a.close {display:block; position:absolute; right:25px; top:25px; width:37px; height:37px; background:url(../images/switch/switchUtil.png) no-repeat 0 -125px; text-indent:-9999px; outline:0;}
a.close:hover {background-position:-50px -125px;}
