/*** style for location selection popup only ***/
div.location_popup_container {
	visibility:hidden;
	position:absolute;
	left:3px;
	top:1px;
	width:244px;
	height: auto !important;
	height:460px;
	min-height:460px;
	border:1px solid #ffb165;
	/*
	background-image:url("../images/location_popup/map_short.gif");
	background-repeat:no-repeat;
	background-position:0px 24px;
	border:1px solid #EFEFEF;
	*/
	z-index:100;
	background-color:#fff;
}
div#location_map
{
	position: relative;
	display: inherit;
	visibility: inherit;
	border: none;
	z-index:101;
	background-color: transparent;
	clear: right;
	padding: 0;
	margin: 5px 0 0 0;
}
div.location_popup_selector_left_container {
	float:left;
	padding-left:5px;
	width:115px;
	clear: none;
}
div.location_popup_selector_right_container {
	float:right;
	padding-right:5px;
	width:115px;
	clear: right;
}
div.location_popup_apac {
	border:1px solid #FFD7B2;
	height: auto !important;
	height:153px;
	min-height:153px;
	padding: 8px 5px;
	position:relative;
}
div.location_popup_na {
	margin-top:6px;
	border:1px solid #C9C9C9;
	height: auto !important;
	height:47px;
	min-height:47px;
	padding: 8px 5px;
	position:relative;
}
div.location_popup_emea {
	border:1px solid #C9C9C9;
	height: auto !important;
	height:168px;
	min-height:168px;
	padding: 8px 5px;
	position:relative;
}
div.location_popup_la {
	margin-top:6px;
	border:1px solid #C9C9C9;
	height: auto !important;
	height:32px;
	min-height:32px;
	padding: 8px 5px;
	position:relative;
}
div.location_popup_selector_container {
	height: auto !important; 
	height:270px;
	min-height:270px;
	margin-top:172px;
}
div#location_popup_selector_container {
	height: auto !important; 
	height:290px;
	min-height:290px;
	margin-top:0;
	margin-bottom:10px;
}

div.location_popup_dot_line {
	height:1px;
	background-image:url("../images/location_popup/dot_line_ext.gif");
	background-repeat:repeat-x;
	background-position:top;
	margin-left:5px;
	margin-right:5px;
}
/*
	start revised location pop using image map
*/
div.location_popup
{
	position: relative;
	display: block;
	clear: both;
	border: 1px solid #C9C9C9;
	margin: 0 0 10px 0;
	padding: 8px 5px;
}
div.location_popup_current
{
	position: relative;
	display: block;
	clear: both;
	border: 1px solid #FFD7B2;
	margin: 0 0 10px 0;
	padding: 8px 5px;
}
div#location_popup_apac {
	height: auto !important;
	height:153px;
	min-height:153px;
}
div#location_popup_na {
	height: auto !important;
	height:47px;
	min-height:47px;
}
div#location_popup_emea {
	height: auto !important;
	height:168px;
	min-height:168px;
}
div#location_popup_la {
	height: auto !important;
	height:50px;
	min-height:50px;
}
div.location_popup_current div.location_popup_box_subject
{
	/*
	color:#FF993B;
	*/
	color:#f93;
}
div.location_popup_container div.outer_corner_tl,
div.location_popup_container div.outer_corner_lr
{
	position: absolute;
	display: block;
	_display: inline-block;
	margin: 0;
	padding: 0;
	width: 5px;
	height: 5px;
	line-height: 1px;
	font-size: 1px;
	border: none;
	clear: none;
}
div.location_popup_container div.outer_corner_tl
{
	top: -1px;
	left: -1px;
	background: #fff url("../images/location_popup/corner_tl.gif") 0% 0% no-repeat;
}
div.location_popup_container div.outer_corner_lr
{
	right: -1px;
	bottom: -1px;
	background: #fff url("../images/location_popup/corner_lr.gif") 100% 100% no-repeat;
}
div.location_popup div.corner_tl,
div.location_popup div.corner_tr,
div.location_popup div.corner_ll,
div.location_popup div.corner_lr,
div.location_popup_current div.corner_tl,
div.location_popup_current div.corner_tr,
div.location_popup_current div.corner_ll,
div.location_popup_current div.corner_lr
{
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 2px;
	height: 2px;
	font-size: 2px;
	line-height: 2px;
	border: none;
}
div.location_popup div.corner_tl
{
	top: -1px;
	left: -1px;
	background: #fff url("../images/location_popup/box_corner_topleft.gif") 0% 0% no-repeat;
}
div.location_popup div.corner_tr
{
	top: -1px;
	right: -1px;
	_right: -2px;
	background: #fff url("../images/location_popup/box_corner_topright.gif") 0% 0% no-repeat;
}
div.location_popup div.corner_ll
{
	bottom: -1px;
	_bottom: -2px;
	left: -1px;
	background: #fff url("../images/location_popup/box_corner_btmleft.gif") 0% 0% no-repeat;
}
div.location_popup div.corner_lr
{
	bottom: -1px;
	_bottom: -2px;
	right: -1px;
	_right: -2px;
	background: #fff url("../images/location_popup/box_corner_btmright.gif") 0% 0% no-repeat;
}
div.location_popup_current div.corner_tl
{
	top: -1px;
	left: -1px;
	background: #fff url("../images/location_popup/box_corner_on_topleft.gif") 0% 0% no-repeat;
}
div.location_popup_current div.corner_tr
{
	top: -1px;
	right: -1px;
	_right: -2px;
	background: #fff url("../images/location_popup/box_corner_on_topright.gif") 0% 0% no-repeat;
}
div.location_popup_current div.corner_ll
{
	bottom: -1px;
	_bottom: -2px;
	left: -1px;
	background: #fff url("../images/location_popup/box_corner_on_btmleft.gif") 0% 0% no-repeat;
}
div.location_popup_current div.corner_lr
{
	bottom: -1px;
	_bottom: -2px;
	right: -1px;
	_right: -2px;
	background: #fff url("../images/location_popup/box_corner_on_btmright.gif") 0% 0% no-repeat;
}
div#location_popup_la div.corner_ll,
div#location_popup_la div.corner_lr
{
	_bottom: -1px;
}
/*
	end revised location pop using image map
*/
div.location_popup_close_container {
	position:absolute;
	display: block;
	width:100%;
	margin: 0;
	padding: 0;
	height:21px;
	left: 0px;
	bottom:0px;
	clear: both;
	background: #fff url("../images/location_popup/btm_bg.gif") 0% 100% repeat-x;
}
div.location_popup_close {
	position:absolute;
	right:7px;
	bottom:7px;
}
div.location_popup_box_subject {
	font-size:12px;
	/*
	color:#646464;
	*/
	color: #999;
	font-weight:bold;
}
div.location_popup_box_subject_on {
	font-size:12px;
	/*
	color:#FF993B;
	*/
	color: #f93;
	font-weight:bold;
}
div.location_popup div.location_popup_detail,
div.location_popup div.location_popup_detail a,
div.location_popup div.location_popup_detail a:link,
div.location_popup div.location_popup_detail a:active,
div.location_popup div.location_popup_detail a:visited
{
	color: #999;
}
div.location_popup_current div.location_popup_detail,
div.location_popup_current div.location_popup_detail a,
div.location_popup_current div.location_popup_detail a:link,
div.location_popup_current div.location_popup_detail a:active,
div.location_popup_current div.location_popup_detail a:visited
{
	color: #333;
}
div.location_popup_detail a {
	font-size:10px;
	/*
	color:#646464;
	*/
	text-decoration:none;
}
div.location_popup_detail a:hover {
	color: #f93 !important;
}
div.location_popup_box {
	text-align:center;
	position:relative;
	border: 1px solid #B0B0B0; 
	width:185px;
	height:15px;
	left:7px;
	top:5px;
}
