iframe.header{
    width:100%;
    height:25px;
    margin-bottom:-4px;
}
#index_flash{
	margin:0;
	padding:0;
}
#header {
    height: 62px;
    width: 100%;
    min-width: 950px;
    text-align: center;
    margin: 0 auto;
    position:relative;
}
.logo{
	position:absolute;
	top:0;
	left:0;
}
#header .nav {
    float: left;
	margin:37px 0 0 220px;
    display:inline;
}

#header .nav li.menu {
    float: left;
    margin-right: 5px;
    padding-top: 2px;
}

#header .nav li.menu div a {
    display: block;
    line-height: 23px;
    padding: 0 5px;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

#header .nav li.menu div span.l,
#header .nav li.menu div span.r{
    width: 10px;
    display: block;
    line-height: 23px;
    float: left;
}

#header .nav li.menu div.active a,
#header .nav li.menu div.active span.l,
#header .nav li.menu div.active span.r,
#header .nav li.menu_hover div a,
#header .nav li.menu_hover div span.l,
#header .nav li.menu_hover div span.r{
    text-decoration:none;
}

#header .nav li.menu ol li{
    float:left;
    padding:5px 0 5px 16px;
}

#header .nav li.menu ol{
    position:absolute;
    top:-9999px;
    padding-right:16px;
}

#header .nav li.menu:hover ol,
#header .nav li.menu_hover2 ol{
    top:62px;
}

#header .reg_login {
    float: right;
    font-size: 12px;
    line-height: 25px;
	margin:30px 0 0 0;
}

#header .reg_login li {
    padding: 0 10px;
    display: inline;
}

#container {
    width: 100%;
    min-width: 950px;
    text-align: center;
    margin: 0 auto;
}

.fixed_width{
    min-width: 950px;
    max-width: 980px;
}

.list_fixed_width{
    min-width: 950px;
    max-width: 1400px;
}

.map_fixed_width{
    min-width: 950px;
    max-width: 1400px;
}

.center_layout{
    text-align:center;
}

.common_button {
    padding:5px 10px;
    text-align:center;
}

table {
    width: 100%;
}

.side{
    padding:10px;
}

.round_button {
    cursor:pointer;
    display: inline-block;
    margin-right: 10px;
    padding: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 20px;
}

.round_button_search,
.round_button_reset{
    padding: 0 20px;
    line-height: 22px;
    float: left;
    display: inline;
    border-color:#91c8f1;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 20px;
    cursor: pointer;
}

.round_button b {
    line-height: 18px;
    height: 18px;
    display: inline-block;
    padding: 0 20px;
    font-weight:normal;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 20px;
}

.square_button {
    padding: 1px;
    display: inline-block;
    line-height: 18px;
    cursor: pointer;
    margin-right:10px;
}

.square_button b {
    font-weight: normal;
    display: inline-block;
    padding: 0 10px;
    line-height: 18px;
}

.divider {
    margin: 0 5px;
}

.tip {
    margin-left: 5px;
}

.note {
    margin-left: 5px;
}

.children_age select{
    margin-right:5px;
}

 .alertMsg{
    white-space:nowrap;
    position:absolute;
    display:none;
    padding:10px;
 }

.highlight{
    font-weight:bold;
}

.explain{
    padding:8px 10px 8px 25px;
    margin-top:10px;
}

.error{
    padding:8px 10px 8px 30px;
    margin:10px 0;
}

table{
    margin-top:10px;
}

table td.label{
    width:120px;
    text-align:right;
    padding:2px 5px;
}

.no_result{
    padding:10px 0;
    margin-top:10px;
}

.no_result h1{
    float:left;
    margin:5px 10px 0 20px
}

.pop_hot_city{
    padding:1px;
    display:none;
    position:absolute;
    width:247px;
    z-index:9999;
}

.pop_hot_city a:link,.pop_hot_city a:visited{
    font-weight:bold;
}

.pop_hot_city h3 {
    font-size:12px;
    padding:1px 0 1px 10px;
    text-align:left;
    line-height:18px;
}

.pop_hot_city ul {
    padding:0 0 0 2px;
}

.pop_hot_city ul li {
    cursor:pointer;
    float:left;
    margin:0;
    padding:6px 10px;
}

iframe.footer{
    width:100%;
}

#query_footer,
#footer {
    width: 100%;
    min-width: 950px;
    text-align: center;
    margin:0 auto;
    margin-top: 50px;
    padding: 20px 0;
}

.page {
    color: #048bfd;
    text-align:right;
    float:right;
    width:100%;
}

.page .length {
    margin-right: 15px;
}

.page .pageth {
    padding: 2px 3px;
    cursor: pointer;
}

.page img {
    margin:-3px 5px 0 0;
    cursor: pointer;
}

.order .page select {
    width: 40px;
    float: none;
}

#paginationNumBar_up{
    float:left;
    margin-bottom:-20px;
}