/*
portal.css of INTERSPORT Rent
*/

/* left navigation bar
--------------------------------------------------------------------- */
#navigation_bar li.active a {
	color: #fff;
	background-position:0 -44px;
}

#navigation_bar li .detailbox {
	display: none;
}

#navigation_bar li.active .detailbox {
	height: 163px;
	display: block;
}

#navigation_bar li .detailbox_inner {
	/*behavior: url(/static/js/iepngfix.htc);*/
	background: url(/static/img/country_detail_bg.png) 0 0 no-repeat;
	height: 163px;
	width: 390px;
	z-index: 11;
	position: absolute;
	display: block;
}

#navigation_bar li .detailbox .text {
	position: relative;
	padding: 12px 10px;
	width: 175px;
	float: left;
	height: 139px;
}

#navigation_bar li .detailbox .text a {
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/country_detail_link.png) 0 0 no-repeat;
	color: #323c46;
	font-weight: normal;
	line-height: 22px;
	height: 23px;
	width: 175px;
	position: absolute;
	bottom: 40px;
	left: 10px;
}

#navigation_bar li .detailbox .text a span {
	margin: 0 0 0 28px;
}

#navigation_bar li .detailbox .citylist {
	margin: 13px 10px;
	height: 136px;
	width: 175px;
	float: left;
	overflow: scroll;
	overflow-x: hidden;
}

#navigation_bar li .detailbox .citylist li {
	background: url(/static/img/navlist_item.png) 0 1px no-repeat;
	padding: 0;
}

#navigation_bar li .detailbox .citylist li a {
	background: none;
	color: #143ca0;
	font-weight: normal;
	padding: 0 0 0 18px;
	line-height: 12px;
	height: 17px;
}


/* contentarea
--------------------------------------------------------------------- */
#flashmap {
	width: 785px;
	height: 400px;
}

#spacer {
	height: 10px;
}
