﻿.alt-city-picker-container{width:380px;height:226px;font-size:12px;line-height:28px;border:1px solid #C23131;background:#fff; z-index:999px;padding:5px;box-shadow:0 3px 3px #eee}
/* 文字 */
.alt-city-picker-container a{color:#333;text-decoration:none;word-break:keep-all;white-spacing:nowrap; line-height:30px;}
.alt-city-picker-container .province-item.cur .province a{color:#fff}
.alt-city-picker-city a:hover,.alt-city-picker-container .alt-city-picker-city a:active,.alt-city-picker-container .alt-city-picker-city a.cur{text-decoration:underline;color:#FF7300;word-break:keep-all;white-spacing:nowrap;}
.alt-city-picker-container .province a{margin-left:10px;}
.alt-city-picker-container .province a:hover,.alt-city-picker-container .province a:active{text-decoration:none}
/* 图标 */
.alt-city-picker-container .province .icon{background-image:url(icons-comm.png);margin-left:8px;cursor:pointer}

.alt-city-picker-container input{vertical-align:middle;margin:3px;}
.alt-city-picker-container th{width:120px;vertical-align:top}
.alt-city-picker-container ul,.alt-city-picker-container li{list-style:none;margin:0;padding:0}
.alt-city-picker-container li{float:left;width:65px;height:28px;line-height:28px;background:#fff;margin-right:10px}
.alt-city-picker-container .province{float:left;width:65px;height:28px;line-height:28px;background:#fff;border:1px solid #fff}
.alt-city-picker-container .province-item.cur{position:relative;}
.alt-city-picker-city{position:absolute;top:28px;left:0;border:1px solid #dbdbdb;display:none;width:300px;background:#fff;}
.alt-city-picker-city label{float:left;padding:5px}
.alt-city-picker-container .province-item.cur .alt-city-picker-city{display:block}
.alt-city-picker-container .clr{clear:both;width:100%;height:0;line-height:0;font-size:0;}

/* dialog */
.ui-dialog-content .alt-city-picker-container{border:0;}

/* 单选 */
.alt-city-picker-city{padding:5px;background:#f4fbff;line-height:22px}
.alt-city-picker-city a{float:left;margin-right:10px;}
.alt-city-picker-container .province-item.cur .province{position:relative;z-index:999;border:0;background:#FF7300;color:#fff;}

/* 多选 */
.alt-city-picker-container.multi{width:650px;height:290px;}
.alt-city-picker-container.multi li{float:left;width:110px;height:28px;line-height:28px;background:#fff;margin-right:10px}
.alt-city-picker-container.multi .province{float:left;width:110px;height:28px;line-height:28px;background:#fff;border:1px solid #fff;padding-left:5px;}
.alt-city-picker-container.multi .province span{color:#f60}
.alt-city-picker-container.multi .province-item.cur .province{border:1px solid #dbdbdb;border-bottom:0;background:#fff;color:#333;}
.alt-city-picker-container.multi .alt-city-picker-city{width:400px;background:#fff}

