body .header_content_container,
.header_content_container div,
.header_content_container span,
.header_content_container td,
.header_content_container th,
.header_content_container p,
.header_content_container li {	color: #cecece;
}
.tempHighlight a {
    background: none repeat scroll 0 0 #FFFF00;
    padding: 2px 5px;
}
#global_header_wrapper, #footer_wrapper
{
	font-family: Arial, Helevetica, Sans-Serif;
	font-size: 11px;
}
#global_header_wrapper { font-size: 12px; } /* CR 21743 */
#global_header_wrapper a, #footer_wrapper a {
	text-decoration: none;
	color: #888;
}
#global_header_wrapper a { font-weight: normal; }
#footer_wrapper a { color: #888; text-decoration: underline; } /* IITS CR 21595 */
#global_header_wrapper a:hover, #footer_wrapper a:hover, #footer_wrapper a:focus, #footer_wrapper .footer_links_list a:focus div /* :focus and :focus div for 18484 */
{
	color: #ffffff;
}
#footer_wrapper a:hover
{
	color: #565354;
}
a.arrow_link
{
	background: url('/en/common/reskin/light_brand/img/link_arrow.gif') 100% 0 no-repeat;
	padding-right: 7px;
	font-size: 10px;
}
a.arrow_link:hover
{
	background-position: 100% -11px;
	color: #888;
}
.text_input_bg
{
	background: #edeeee; /* CR 21743 */
	height: 25px; /* CR 21743 */
	display: block;
	margin-right: 9px;

	-moz-border-radius: 3px; /* CR 21743 */
	/* -webkit-box-shadow: 2px 2px 2px 2px; CR 20471 */
	border-radius: 3px 3px 3px 3px; /* CR 21743 */

	/*behavior: url(/skins/common/js/PIE.htc); CR 21743 */
}

.text_input_bg input
{
	background: none; /* CR 21743 */
	border: none;
	margin: 0;
	padding: 6px 8px; /* CR 21743 */
    width: 172px; /* CR 21743 */
}
#my_reservation_panel .text_input_bg input
{
	width: 172px; /* CR 21743 */
}
#loader_container
{
	width: 970px;
	margin: 0 auto;
	display: none;
}
.spinner
{
	width: 16px;
	height: 16px;
	background: url('../dark_brand/img/spinner.gif') 0 0 no-repeat;
	display: block;
    position: absolute;
    margin: 8px;
}
/****************
* Global Header XA
****************/
#global_header_wrapper
{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200; /* CR 21743 */
	line-height: 1.2;
	background: #395c7a; /* CR 21743 */
	height: 38px; /* CR 21743 */
}
.header_row
{
	/* border-bottom: solid 1px #696969; CR 21743 */
	width: 100%;
	/* background-color: #3A5C78; CR 21743 */
	position: relative;
	z-index: 5;
}

/****************
* top row
****************/
.header_content_container
{
	width: 970px;
	height: 38px; /* CR 21743 */
	margin: 0 auto;
	/* border-left: solid 1px #696969; CR 21743 */
	/* border-right: solid 1px #696969; CR 21743 */
	color: #b8b7b7; /* color: #CECECE; CR 21743 */
	background: #33536f; /* CR 21743 */
	position: relative; /* CR 21743 */
}

* html .header_content_container
{
	height: auto;
	padding-bottom: 3px;

}

#global_header_wrapper a {
	color: #fff; font-size: 12px;
}
#expanded_area a { font-size: 11px; }

#global_header_wrapper a:hover
{
	color: #cecece;
}

#hhonors_logo_link
{
	display: inline-block;
	float: left;
}

#global_header_wrapper .custom_button
{

	color:#fff;
	padding: 0 40px; /* padding: 0 5px 0 10px; CR 21743 */
	height: 21px; /* height: 20px; CR 21743 */
	/* margin-right: 8px; CR 21743 */
	line-height: 21px; /* line-height: 18px; CR 21743 */
	font-size: 12px; /* font-size: 11px; CR 21743 */
	/* font-weight: bold; CR 21743 */
	text-transform: uppercase; /* CR 21743 */
	cursor: pointer;
	white-space: nowrap;
	position:relative;
	border: 2px solid #a0acb7; /* CR 21743 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #80a1b6; /* background: #747474; CR 21743 */
/*	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#747474), to(#474747));
	background: -moz-linear-gradient(#747474, #474747);
	background: linear-gradient(#747474, #474747); CR 21743 */

	/* needs to be absolute path */
	/*-pie-background: linear-gradient(#747474, #474747); CR 21743 */

	/*behavior: url(/skins/common/js/PIE.htc); CR 21743 */
}

.custom_button .text
{
	float: left;
}

.custom_button .arrow_icon
{
	background: url('img/button_arrow.png') no-repeat;
	width: 8px;
	height: 8px;
	display: none; /* display: block; CR 21743 */
	float: left;
	margin: 6px 0 0 10px;
}

#global_header_wrapper .custom_button:hover,
#global_header_wrapper .custom_button:focus /* CR 21743 */
{

	color:#fff;

	background: #2f2f2f; /* background: #444; CR 21743 */
	border-color: #1b2b39; /* CR 21743 */
/*	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#747474), to(#000000));
	background: -moz-linear-gradient(#747474, #000000);
	background: linear-gradient(#747474, #000000); CR 21743 */

	/* needs to be absolute path */
	/*-pie-background:  linear-gradient(#747474, #000000); CR 21743 */

	/*behavior: url(/skins/common/js/PIE.htc); CR 21743 */
}

#login_go { margin-left: 14px; } /* CR 21743 */

#utility_links_list
{
	padding: 0; /* padding: 8px 0 0; CR 21743 */
	margin: 0;
	list-style: none;
	float: left;
}
#utility_links_list li
{
	padding: 0; /* padding: 0 8px; CR 21743 */
	margin: 0;
	display: inline;
	font-size: 12px; /* font-size: 11px; CR 21743 */
}
.jsDisabled #my_reservations /* CR 21743 */
{
	visibility: visible;
}
#utility_links_list #my_reservations,
#utility_links_list #my_reservations_in { /* CR 21743 */
	border-right: 1px solid #395c7a;
	float: left;
	padding: 12px 28px 12px 34px;
}
#utility_links_list #my_reservations.selected,
#utility_links_list #my_reservations:hover,
#utility_links_list #my_reservations_in.selected,
#utility_links_list #my_reservations_in:hover /* CR 21743 */
{
	/*border-right: solid 1px #474746;
	border-bottom: solid 1px #1C1C1C;
	float: left;
	margin-top: -8px;
	padding: 8px 11px 8px 8px; CR 21743 */
	background: #2c4860; /* CR 21743 */
	color: #FFF; /* CR 21743 */
}

#utility_links_list #sign_up_for_promotions
{
	/*border-right: 1px solid #395c7a; CR 21743*/
	/*visibility: hidden;*/
}
#utility_links_list #sign_up_for_promotions a { /* CR 21743 */
	border-right: 1px solid #395c7a;
	float: left;
	padding: 12px 24px;
}
#utility_links_list #sign_up_for_promotions a:hover { /* CR 21743 */
	background: #2c4860;
	color: #FFF;
}
.logged_out #utility_links_list #sign_up_for_promotions { display: none; } /* CR 21743 */

#dock_right_items_container
{
	position: absolute; /* CR 21743 */
	top: 0; /* CR 21743 */
	right: 0; /* CR 21743 */
}
#user_nav
{
	float: left;
	/*padding: 8px 0 0; CR 21743 */
}
#user_nav span { font-size: 12px; } /* CR 21743 */
.logged_in #user_nav { /* CR 21743 */
	width: 578px;
}
.logged_out #user_nav .logged_out_view
{
	display: block;
}
.logged_out #user_nav .logged_in_view
{
	display: none;
}
.logged_in #user_nav .logged_out_view
{
	display: none;
}
.logged_in #user_nav .logged_in_view
{
	display: block;
	text-align: right; /* CR 21743 */
	*padding-right: 83px;
	*margin-top: -14px;
}
#user_nav a {
	float: left;
	padding: 12px 0;
}
#user_nav a:hover { /* CR 21743 */
	color: #FFF;
	background: #2c4860;
}
#user_nav #welcome /* CR 21743 */
{
	/*border-right: solid 1px #696969; CR 21743 */
	padding: 12px 6px; /* padding-right: 8px; CR 21743 */
	/*margin-right: 6px; CR 21743 */
	position: relative;
	top: 12px;
	*top: 26px;
}
#user_nav #sign_in, /* CR 21743 */
#user_nav #explore_benefits,
#user_nav #sign_out
{
	/* margin: 0 8px 0 0; CR 21743 */
	padding-left: 18px; /* CR 21743 */
	padding-right: 18px; /* CR 21743 */
	border-left: 1px solid #395c7a; /* CR 21743 */
}
#user_nav #sign_in { border: 0; } /* CR 21743 */
#user_nav #sign_out
{
	float: right; /* CR 21743 */
}
#user_nav .point_status, #user_nav .not_member, #user_nav #my_account
{
	/*margin-right: 5px; CR 21743 */
}
#user_nav .point_status { /* CR 21743 */
	border-left: 2px solid #81919f;
	padding-left: 6px;
	padding-right: 38px;
	position: relative;
	top: 12px;
	*top: 26px;
}
#user_nav #my_account { /* CR 21743 */
	border-right: 1px solid #395c7a;
	padding: 12px 20px;
}
#user_nav #my_account.selected { /* CR 21743 */
	background: #2c4860;
}
#hhonors_dock_logo
{
	float: left;
	border-left: 1px solid #395c7a; /* CR 21743 */
	display: block;
	padding: 11px 14px 10px 11px; /* CR 21743 */
}
#hhonors_dock_logo:hover { background: #2c4860; } /* CR 21743 */
#dock_right_items_container #dock_control
{
	float: left;
}
#dock_control
{
	float: left;
	height: 29px;
	display: none; /* display: block; CR 21743 */
	cursor: pointer;
	/* background: url('img/dock_icon_arrow_down.gif') 0 -29px no-repeat; */
	border-left: solid 1px #696969; /* border-left: solid 1px #474746; CR 20471 */
	width: 18px;
	text-indent: 100%; /* CR 19170 */
	white-space: nowrap; /* CR 19170 */
	overflow: hidden; /* CR 19170 */
}
#dock_control.opened
{
	/* background: url('/en/common/reskin/light_brand/img/dock_icon_arrow_up.gif') 0 -29px no-repeat; */
}
#dock_control:hover
{
	background-position: 0 0;
}

#expanded_area
{
	display: none; /* CR 21743 */
	top: 0; /* top: -30px; CR 21743 */
	z-index: 3;
	font-size: 11px; /* CR 21743 */
	margin: 0 auto; /* CR 21743 */
	width: 970px; /* CR 21743 */
}

#expanded_area .header_content_container
{
	background: #2c4860; /* CR 21743 */
	border-left: none;
	border-right: none;
	position: relative; /* CR 21743 */
	margin: 8px 0 0; /* CR 21743 */
}

#expanded_area .header_content_container:before,
#login_form .header_content_container:before { /* CR 21743 */
	background: url(/en/common/reskin/light_brand/img/dock_content_arrow.png) no-repeat;
	content: '';
	display: block;
	height: 6px;
	position: absolute;
	width: 13px;
	top: -6px;
	left: 0;
}

#expanded_area .header_content_close,
#login_form .header_content_close { /* CR 21743 */
	background: url(/en/common/reskin/light_brand/img/dock_content_close.jpg) no-repeat;
	position: absolute;
	top: 1px;
	right: 1px;
	height: 35px;
	width: 35px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

/****************
* login form row
****************/
#login_view
{
	/* display: none; CR 21743 */
	margin-right: 160px; /* CR 21743 */
	float: right; /* CR 21743 */
	width: 657px; /* CR 21743 */
}
#login_view.selected {
	background: #2c4860; /* CR 21743 */
}
#login_form
{
	float: right;
	/* margin-top: 5px; CR 21743 */
	line-height: 19px;
	position: relative; /* CR 21743 */
	margin : 6px 30px 7px 24px; /* CR 21743 */
}
#login_form label
{
	/* float: left;
	margin-right: 8px; CR 21743 */
	position: absolute; /* CR 21743 */
	top: 4px; /* CR 21743 */
	left: 8px; /* CR 21743 */
	font-size: 11px; /* CR 21743 */
}
#login_form label.passwordLabel { left: 203px; } /* CR 21743 */

#login_form .text_input_bg
{
	float: left;
}

#chkRemember, #login_go
{
	float: left;
}
#chkRemember
{
	vertical-align: center;
}
#login_form #remember_label
{
	color: #ebebeb; /* color: #FFF; CR 21743 */
	/* margin: 0 5px 0 4px; CR 21743 */
}
#login_form .header_content_container { /* CR 21743 */
	display: none;
	background: #2c4860;
	padding: 8px 35px 8px 17px;
	position: absolute;
	top: 41px;
	height: auto;
	width: auto;
}
#login_form .header_content_container:before { /* CR 21743 */
	left: 18px;
}
#login_form .header_content_container label { /* CR 21743 */
	position: static;
}
#login_form .header_content_close { top: 0; right: 0; } /* CR 21743 */
#login_go
{

}
#global_header_wrapper #forgot_password { /* CR 21743 */
	margin-right: 11px; /* 18px; CR 21743 */
	/* border-left: solid 1px #696969; CR 21743 */ /* border-left: solid 1px #474746; CR 20471 */
	padding-left: 16px; /* 6px; CR 21743 */
	text-decoration: underline; /* CR 21743 */
	color: #ebebeb; /* CR 21743 */
	font-size: 11px; /* CR 21743 */
}
#account_view.header_content_container
{
	height: auto;
	display: none;
}
#account_view.header_content_container:before { left: 339px; } /* CR 21743 */
#login_error_view.header_content_container
{
	height: auto;
	display: none;
}
.login_error_message
{
	padding: 8px;
	display: block;
}

/********
* Login Fast Res View
********/
#my_reservation_panel
{
	height: auto;
	display: none;
	width: 872px; /* CR 21743 */
}
#my_reservation_panel.header_content_container:before { left: 58px; } /* CR 21743 */
#my_reservation_panel form
{
	margin: 0;
	padding: 0;
}
* html #my_res_login_form, * html #view_res_form
{
	width: 335px;
}
#my_res_login_form, #view_res_form, #view_res_msg, #existing_travel_links_container
{
	float: left;
	padding: 16px 0 21px; /* padding: 8px; CR 21743 */
}
#view_res_form { /* CR 21743 */
	padding-left: 21px;
	padding-right: 16px;
}
#view_res_msg { /* CR 21743 */
	padding: 59px 0 0;
	width: 255px;
}
#view_res_msg .col { float: left; } /* CR 21743 */
#view_res_msg .c1 { font-size: 12px; padding-top: 6px; width: 49px; } /* CR 21743 */
#view_res_msg .c2 { width: 140px; } /* CR 21743 */
.column_header
{
	/* font-weight: bold; CR 21743 */
	display: block; /* CR 21743 */
	padding-bottom: 5px; /* CR 21743 */
}
/* CR 21743 .stay_details
{
	padding-right: 8px;
}*/
#my_res_login_form div, #view_res_form div
{
	margin-top: 8px; /* margin-top: 6px; CR 21743 */
	position: relative; /* CR 21743 */
}
#my_reservation_panel label
{
	/* float: left; CR 21743 */
	width: 172px; /* width: 120px; CR 21743 */
	text-align: left; /* text-align: right; CR 21743 */
	/* padding-right: 10px; CR 21743 */
	position: absolute; /* CR 21743 */
	left: 8px; /* CR 21743 */
	top: 6px; /* CR 21743 */
	font-size: 11px; /* CR 21743 */
	color: #aaa; /* CR 21743 */
}
#view_res_form label
{
	width: 188px; /* width: 97px; CR 21743 */
}
#my_reservation_panel .text_input_bg
{
	width: 188px; /* width: 115px; CR 21743 */
	float: left;
}
#my_reservation_panel .custom_button
{
	float: left;
	top: -15px; /* CR 21743 */
}
#existing_travel_links_container
{
	margin-left: 37px; /* margin-left: 8px; CR 21743 */
}
#existing_travel_links_container ul
{
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;
}
#existing_travel_links_container li
{
	margin-top: 4px;
}

/****************
* login view
****************/
.account_container
{
	float: left;
	padding: 12px 16px; /* CR 21743 */
	line-height: 15px;
	width: 245px; /* CR 21743 */
}
.account_container:first-child { /* CR 21743 */
	padding-left: 23px;
}
.account_container:first-child + .account_container { /* CR 21743 */
	border-left: 1px solid #395c7a;
	border-right: 1px solid #395c7a;
	min-height: 75px;
}
#global_header_wrapper .account_container a { /* CR 21743 */
	text-decoration: underline;
}
#next_stay .custom_button { /* CR 21743 */
	float: left;
	padding: 0 11px;
	margin-top: 15px;
}
.my_account_message { /* CR 21743 */
	clear: both;
	color: #81a1b6;
	margin: 0;
	padding-top: 12px;
	white-space: nowrap;
}
.manage_link_list
{
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
	line-height: 9px;
}
.manage_link_list li
{
	float: left;
	margin-right: 6px;
	padding-right: 6px;
	border-right: solid 1px #696969;
}
.manage_link_list li.last
{
	border-right: none;
	margin-right: 0;
}
.hhonors_copy
{
	float: left;
	width: 192px;
	margin-right: 6px;
}
#join_hhonors_container
{
	display: none;
}
#join_hhonors_button
{
	float: left;
	margin-top: 20px;
}
/****************
* Progress Bar
****************/
.bar_header
{
	font-size: 10px;
	color: #565354;
	margin-bottom: 2px;
	display: block;
}
#progress_bar
{
	border: 1px solid #B0B0B0;
    height: 12px;
    margin-bottom: 3px;
}
#progress_section
{
	width: 270px;
	float: left;
	background: #B68D44;
	position: relative;
}
.bar_section
{
	height: 12px;
	float: left;
}
#blue
{
	background: #1c315a;
}
#silver
{
	background: #737272;
}
#gold
{
	background: #b68d44;
}
#diamond
{
	float: left;
	background: #e4e4e4;
	width: 38px;
	position: relative;
}

.hhonors_tip
{
	position: absolute;
	visibility: hidden;
}

.level_tooltip
{

	position: absolute;
	width:175px;
	background: #fff;
	padding: 10px;
	color: #333333;

	-moz-border-radius: 5px;
	-webkit-box-shadow: 5px;
	border-radius: 5px;

	behavior: url(/skins/common/js/PIE.htc);
}
.arrow_top
{
	/* background: url('/en/common/reskin/light_brand/img/brand_tooltip_arrow.png') 0 0 no-repeat; */
	width: 19px;
	height: 10px;
	position: absolute;
	top: -10px;
}
#blue_tip
{
	left: -3px;
	top: 18px;
}
#blue_tip .arrow_top
{
	left: 15px;
}
#silver_tip
{
	left: 20px;
	top: 18px;
}
#silver_tip .arrow_top
{
	left: 74px;
}
#gold_tip
{
	left: 114px;
	top: 18px;
}
#gold_tip .arrow_top
{
	left: 95px;
}
#diamond_tip
{
	left: -144px;
	top: 18px;
}
#diamond_tip .arrow_top
{
	left: 155px;
}
#current_progress
{
	background: url('img/progress_pointer.png') 0 0 no-repeat;
	width: 11px;
	height: 8px;
	position: absolute;
	top: -3px;
}

/****************
* Footer
****************/
.temp_push{
	height: 200px;
}
#footer_wrapper
{
	width: 970px;
	margin: 0 auto;
}
#brand_bar
{
	padding: 26px 0;
	border-bottom: solid 1px #EEEEEE;
}
#footer_logos
{
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	width: 970px; /* 21851 */
}
#footer_logos li
{
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
#footer_logos li .footer_logo {
    /*background: url("https://secure3.hilton.com/skins/common/light_brand/img/footer_logos.png") 0 0 no-repeat;*/
    background: transparent url('/en/common/reskin/css/logo_brandbar.png') no-repeat 0 0; /* 21851 */
    display: block;
    height: 49px;
}
#brand_bar_HH
{
	/*
	21851
	width: 185px;
	height: 52px;
	background: url("https://secure3.hilton.com/skins/common/light_brand/img/footer_logos.png") no-repeat -9px -106px transparent;
	*/
}
#footer_logos #brand_bar_HH a
{
	display: block;
	background: none;
	width: 66px; /* 21851 */
	height: 49px; /* 21851 */
	background: transparent url('/en/common/reskin/css/logo_brandbar.png') no-repeat -904px -209px; /* 21851 */
}
#footer_logos #brand_bar_HH a:hover,#footer_logos #brand_bar_HH a:focus {
	background-position: -904px -24px;
}
#footer_logos .brand_name
{
	display: none;
}

/* 21851 start */


#footer_logos #brand_bar_WA .footer_logo {
	background-position: -62px -209px;
	width: 56px;
}
#footer_logos #brand_bar_WA .footer_logo:hover {
	background-position: -62px -24px;
}

#footer_logos #brand_bar_CH .footer_logo {
	background-position: -118px -209px;
	width: 76px;
}
#footer_logos #brand_bar_CH .footer_logo:hover {
	background-position: -118px -24px;
}
#footer_logos #brand_bar_PY .footer_logo {
	background-position: -194px -209px;
	width: 80px;
}
#footer_logos #brand_bar_PY .footer_logo:hover {
	background-position: -194px -24px;
}
#footer_logos #brand_bar_QQ .footer_logo {
	background-position: -274px -209px;
	width: 74px;
}
#footer_logos #brand_bar_QQ .footer_logo:hover {
	background-position: -274px -24px;
}
#footer_logos #brand_bar_HI .footer_logo {
	background-position: 0px -209px;
	width: 62px;
}
#footer_logos #brand_bar_HI .footer_logo:hover {
	background-position: -0px -24px;
}
#footer_logos #brand_bar_DT .footer_logo {
	background-position: -348px -209px;
	width: 70px;
}
#footer_logos #brand_bar_DT .footer_logo:hover {
	background-position: -348px -24px;
}
#footer_logos #brand_bar_ES .footer_logo {
	background-position: -418px -209px;
	width: 66px;
}
#footer_logos #brand_bar_ES .footer_logo:hover {
	background-position: -418px -24px;
}
#footer_logos #brand_bar_GI .footer_logo {
	background-position: -484px -209px;
	width: 78px;
}
#footer_logos #brand_bar_GI .footer_logo:hover {
	background-position: -484px -24px;
}
#footer_logos #brand_bar_HP .footer_logo {
	background-position: -562px -209px;
	width: 66px;
}
#footer_logos #brand_bar_HP .footer_logo:hover {
	background-position: -562px -24px;
}
#footer_logos #brand_bar_RU .footer_logo {
	background-position: -628px -209px;
	width: 54px;
}
#footer_logos #brand_bar_RU .footer_logo:hover {
	background-position: -628px -24px;
}
#footer_logos #brand_bar_HW .footer_logo {
	background-position: -682px -209px;
	width: 72px;
}
#footer_logos #brand_bar_HW .footer_logo:hover {
	background-position: -682px -24px;
}
#footer_logos #brand_bar_HT .footer_logo {
	background-position: -754px -209px;
	width: 68px; /* 21749 */
}
#footer_logos #brand_bar_HT .footer_logo:hover {
	background-position: -754px -24px;
}
#footer_logos #brand_bar_HV .footer_logo {
	background-position: -822px -209px;
	width: 82px;
}
#footer_logos #brand_bar_HV .footer_logo:hover {
	background-position: -822px -24px;
}

/* 21851  removal of about brand */



#footer_nav_container
{
	padding: 20px 10px;
	border-bottom: solid 1px #eeeeee;
}
#footer_nav_container ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_column_list
{
	width: 237px;
	float: left;
	color: #28557c;
	font-size: 12px;
}
.footer_column_list ul a
{
	font-size: 10px;
	color: #888888;
}
.footer_column_list ul li
{
	margin-top: 5px;
}
#footer_bottom_container
{
	padding: 30px 10px;
}
.footer_links_list {
    font-size: 10px;
    list-style: none outside none;
    margin: 0 0 12px 0;
    padding: 0;
    color: #888;
}
.footer_links_list li {
    border-right: 1px solid #888888;
    display: flex;
    float: left;
    line-height: 10px;
    margin-bottom: 6px;
    margin-right: 8px;
    padding-right: 8px;
    white-space: nowrap;
    margin-left:0px;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
}
.footer_links_list .link_list_title
{
	border-right: medium none;
}
.footer_links_list li.last {
    border-right: medium none;
    float: left;
    margin-right: 0;
    padding-right: 0;
}

.brand_tooltip {
    bottom: 56px;
    position: absolute;
    width: 158px;
    z-index: 50;
    font-size: 11px;
    color: #999;
    line-height: 18px;
    padding: 10px 15px 10px 15px;

    background: #fff;
    border: solid 1px #f0f0f0;

    -moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;

    -moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;

	visibility: hidden;

	behavior: url(/skins/common/js/PIE.htc);

}
#footer_logos a.footer_logo:hover .brand_tooltip,
#footer_logos a.footer_logo:focus .brand_tooltip { left: -55px; } /* 18484 - Added style */
#footer_logos #brand_bar_HI a.footer_logo:hover .brand_tooltip,
#footer_logos #brand_bar_HI a.footer_logo:focus .brand_tooltip {left: -13px;}
#footer_logos #brand_bar_HI .brand_tooltip .arrow_bottom { left: 33px;}
#footer_logos #brand_bar_WA a.footer_logo:hover .brand_tooltip,
#footer_logos #brand_bar_WA a.footer_logo:focus .brand_tooltip {left: -62px;}
#footer_logos #brand_bar_CH a.footer_logo:hover .brand_tooltip,
#footer_logos #brand_bar_CH a.footer_logo:focus .brand_tooltip {left: -56px;}
#footer_logos #brand_bar_PY a.footer_logo:hover .brand_tooltip,
#footer_logos #brand_bar_PY a.footer_logo:focus .brand_tooltip {left: -54px;}
#footer_logos #brand_bar_QQ a.footer_logo:hover .brand_tooltip,
#footer_logos #brand_bar_QQ a.footer_logo:focus .brand_tooltip {left: -49px;}
#footer_logos #brand_bar_DT a.footer_logo:hover .brand_tooltip,
#footer_logos #brand_bar_DT a.footer_logo:focus .brand_tooltip {left: -58px;}
#footer_logos #brand_bar_ES a.footer_logo:hover .brand_tooltip,
#footer_logos #brand_bar_ES a.footer_logo:focus .brand_tooltip {left: -59px;}
#footer_logos #brand_bar_GI a.footer_logo:hover .brand_tooltip,
#footer_logos #brand_bar_GI a.footer_logo:focus .brand_tooltip {left: -57px;}
#footer_logos #brand_bar_HP a.footer_logo:hover .brand_tooltip,
#footer_logos #brand_bar_HP a.footer_logo:focus .brand_tooltip {left: -57px;}
#footer_logos #brand_bar_HW a.footer_logo:hover .brand_tooltip,
#footer_logos #brand_bar_HW a.footer_logo:focus .brand_tooltip {left: -57px;}
#footer_logos #brand_bar_HT a.footer_logo:hover .brand_tooltip,
#footer_logos #brand_bar_HT a.footer_logo:focus .brand_tooltip {left: -57px;}
#footer_logos #brand_bar_HV a.footer_logo:hover .brand_tooltip,
#footer_logos #brand_bar_HV a.footer_logo:focus .brand_tooltip {left: -50px;}

* html .brand_tooltip
{
	border: solid 1px #2f2f2f;
	border-radius: 0;
}

.arrow_bottom
{
	/* background: url('/en/common/reskin/light_brand/img/brand_tooltip_arrow.png') 0 0 no-repeat; */
	background: transparent url('http://www3.hilton.com/skins/common/light_brand/img/brand_tooltip_arrow.png') no-repeat 0 0; /* 21851 */
	width: 20px;
	height: 13px;
	display: block;
	left: 83px;
    position: absolute;
	width: 20px;
	bottom: -11px;
}
#footer_logos .brand_tooltip
{
	left: -55px;
}
#brand_bar_HI .brand_tooltip
{
	left: -66px;
}
#brand_bar_DT .brand_tooltip
{
	left: -66px;
}
#brand_bar_ES .brand_tooltip
{
	left: -66px;
}
#brand_bar_HP .brand_tooltip
{
	left: -66px;
}
#brand_bar_HW .brand_tooltip
{
	left: -66px;
}
#brand_bar_HT .brand_tooltip
{
	left: -66px;
}
#global_header_wrapper { text-align: left; }
#global_header_wrapper div,
#global_header_wrapper span,
#global_header_wrapper li,
#global_header_wrapper p { font-family: arial; }
#global_header_wrapper .custom_button span { color: #fff; }
#global_header_wrapper li { margin-left: 0; margin-bottom:0; }
*+html body .footer_links_list li { line-height: 11px; margin-bottom: 4px; }
/* IITS 22175 */
.footer_links_list li.liadchoices {
	margin-left: 6px;
	padding-left: 6px;
	border-left: 1px solid #888888;
	height: 10px;
}
.footer_links_list li.liadchoices img {
	position: relative;
	top: -3px;
}
