@charset "utf-8";
/* CSS Document */
#address_hot
{
	display: none;
	clear: both;
	float: left;
	border-top: 6px solid #26b064;
	position: absolute;
	max-width: 980px;
	min-width: 500px;
	min-height: 30px;
	line-height: 30px;
	background-color: #2f373d;
	color: #bac3c9;
	padding: 0 5px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1),0 1px 3px 0 rgba(0,0,0,0.12);
	box-sizing: content-box;
	z-index: 999999;
	width: 75%;
}

#address_hot span.close ,
#address_warp span.close{
float: right;
margin-right: 5px;
cursor: pointer;
}

.address_hot {
background-color: white;
font-size: 12px;
}
.address_hotcity {
background-color: #67A1E2;
color: #FFFFFF;
height: 24px;
line-height: 24px;
padding-left: 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
address_hot li, .address_hot_abb, .address_hot_adress {
list-style: none;
margin: 0;
padding: 0;
}
.address_hotlist {
border-color: #999;
border-style: solid;
border-width: 0px;
overflow: hidden;
padding: 5px;
}
.address_hot_abb {
border-bottom: 1px solid #5DA9E2;
padding-bottom: 20px;
}
.address_hotlist .tag span{
	color: #89c316;
	font-size: 13px;
}
.address_hotlist .tag{
	padding-bottom: 4px;
}
.address_hotlist .showdata{
	margin-top: -13px;
}
.address_hot_abb li {
color: #005DAA;
cursor: pointer;
float: left;
height: 20px;
line-height: 20px;
list-style-type: none;
text-align: center;
}
.address_hot_abb li .hot_selected {
display: block;
padding: 0 7px;
background-color: white;
border-color: #5DA9E2;
border-style: solid;
border-width: 1px 1px 0;
color: black;
font-weight: bold;
}
.address_hot_abb li span {
padding: 0 8px;
}
.address_hot_abb li {
color: #005DAA;
cursor: pointer;
line-height: 20px;
list-style-type: none;
text-align: center;
}
.address_hot_adress {
padding-top: 4px;
width: 500;
}

.layoutfix {
display: block;
overflow: hidden;
}
.address_hot_adress li {
float: left;
height: 24px;
overflow: hidden;
}
.address_hot_adress li a {
font-size: 11px;
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
padding-bottom: 2px;
display: table-cell;
text-decoration: none;
color: #fff;
line-height: 26px;
}
.address_hot_adress LI A:hover {
	/*
	BORDER-BOTTOM: #acccef 1px solid; 
	BORDER-LEFT: #acccef 1px solid;
	BORDER-TOP: #acccef 1px solid; 
	BORDER-RIGHT: #acccef 1px solid;
	
	BACKGROUND-COLOR: #dbdbdb; 
	border-radius: 5px;
	TEXT-DECORATION: none
	*/
	background-color:#a4cbde;
}
.address_hot_adress a {
text-decoration: none;
}
#tuna_address,#hope_arrival
{
	position: absolute; 
	z-index: 120; 
	overflow-x: hidden; 
	overflow-y: hidden;  
	left: 400px; 
	top: 375px; 
	width: 500px;
	display: none; 
	background-color: white;
}
#tuna_address #address_warp,#hope_arrival #arrival_warp {
clear: both;
float: left;
border-top: 6px solid #26b064;
min-width: 500px;
min-height: 30px;
line-height: 30px;
background-color: #2f373d;
color: #bac3c9;
padding: 0 5px;
box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1),0 1px 3px 0 rgba(0,0,0,0.12);
box-sizing: content-box;
z-index: 999999
}
#tuna_address #address_message,#hope_arrival #arrival_message  {
background-color: #67A1E2;
border: medium none;
color: white;
display: block;

height: 1.7em;
line-height: 20px;
overflow: hidden;
padding: 2px 0 2px 9px;
width: auto;
white-space: nowrap;
text-overflow: ellipsis;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
#tuna_address #address_list,#hope_arrival #arrival_list  {
margin: 0;
min-height: 277px;
padding: 0;
}
#tuna_address #address_list a,#hope_arrival #arrival_list a {
font-size: 11px;
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
padding-bottom: 2px;
display: table-cell;
text-decoration: none;
color: #fff;
line-height: 26px;
}
#tuna_address #address_list span,#hope_arrival #arrival_list span {
float: right;
font: 10px/22px verdana;
margin: 0;
overflow: hidden;
padding: 0;
text-align: right;
white-space: nowrap;
width: 110px;
}
#tuna_address .address_pagebreak {
display: none;
line-height: 25px;
margin: 0;
padding: 0;
text-align: center;
}
#tuna_address #address_arrowl, #tuna_address #address_arrowr {
color: #05A;
}
#tuna_address a.address_current {
color: black;
text-decoration: none;
}
#tuna_address .address_pagebreak a {
color: #05A;
display: inline-block;
font-size: 14px;
margin: 0;
padding: 0 4px;
text-align: center;
text-decoration: underline;
width: 15px;
}
#tuna_address #address_arrowl, #tuna_address #address_arrowr {
color: #05A;
}
#tuna_address .address_pagebreak a {
color: #05A;
display: inline-block;
font-size: 14px;
margin: 0;
padding: 0 4px;
text-align: center;
text-decoration: underline;
width: 15px;
}
#tuna_address #address_list A:hover,#hope_arrival #arrival_list A:hover {
	//BORDER-BOTTOM: #7f9db9 1px solid; 
	background-color: #a4cbde;
	//BORDER-TOP: #7f9db9 1px solid
}
#tuna_address .address_selected,#hope_arrival .address_selected {
background-color: #5a9fc2;
}

#hope_arrival #arrival_list {
	min-height: 0px;
}
#hope_arrival #arrival_warp {
	min-height: 0px;
}