/* begin universal pc styles */
#pc_wrap {
	width: 100%;
	min-width: 968px;
	margin: 0 auto 2px;
	padding: 0;
	position: relative;
	overflow: visible;
	z-index: 1;
}

#pc-background-wrapper 
{
	background:url(images/pc-background.png) no-repeat bottom center;
    margin: 0 auto;
    width: 954px;
}

#pc
{
	width: 927px;
	text-align: left;
	height: 0;
	overflow: visible;
	margin: 0 auto;
	padding: 0 14px 0 15px;
}
#pc_overlay
{
	width: 200px;
	top: 0;
	left: 50%;
	margin-left: -463px;
	text-align: left;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	padding: 0;
}
#pc_container
{
	width: 927px;
	float: left;
	position: relative;
}
#pc_aside
{
	width: 180px;
	float: left;
	margin: 0;
	padding: 0;
}
#pc_overlay #pc_aside
{
	visibility: hidden;
}
#pc_article
{
	float: right;
	margin: 0;
	padding: 0;
}
#pc_overlay h1
{
	margin-bottom: 5px;
  visibility: hidden;
/* Was set to hard 800px in screen.css */
  width: auto;
}
#pc_overlay h1.h1active
{
  visibility: visible;
}
#pc_temp
{
	width: 927px;
	text-align: left;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: -999em;
	margin: 0 auto;
	padding: 0;
}
#pc_load,#pc_load_open
{
	text-align: center;
	z-index: 100;
}
#pc_load img
{
	padding-top: 10px;
}
.pc_content a
{
	text-decoration: none;
}
.pc_close
{
	float: right;
	text-align: right;
	padding-right: 24px;
	background: url(images/pc-close.gif) no-repeat 35px 0;
	outline: none;
	display: block;
	cursor: pointer;
	margin: 2px 0 0;
	position: relative;
	top: 10px;
	z-index: 1;
}
.pc_security .pc_close
{
	margin-top: 15px;
}
.search_content .pc_close
{
	margin: -20px 0 0;
}
.pc_close,.pc_close: hover
{
	text-decoration: none !important;
}
.fontmedium .pc_close
{
	background: url(images/pc-close.gif) no-repeat 39px 2px;
}
.fontlarge .pc_close
{
	background: url(images/pc-close.gif) no-repeat 41px 3px;
}
/* .hidden is used by customdropdown - it was originally in fg.menu.css but was moved here to override it for accessibility reasons */
.hidden
{
	position: absolute;
	top: 0;
	left: -999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clear: none;
}
/* end universal pc styles

 begin globalreach styles */

body#global-reach #article,
.global-reach, #the-global-reach-of-ally
 {
	min-height: 275px;
	background: url(images/map-global-reach.png) no-repeat 0 -45px;
}
.global-reach, #the-global-reach-of-ally {
	background-position: 0 0;
}

#global-reach #article ul,
.global-reach ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#global-reach #article li,
.global-reach li {
	margin: 3px 0 !important;
	padding: 0 !important;
}
.global-reach .xxi .a {
	width: 55%;
}

.gr-column {
	float: left;
	margin: 0 35px 0 0;
}
.gr-notitle {
	padding-top: 20px;
}

/* end globalreach styles

 begin search styles */

/* Bullet position for no results in search */
.search_listing.noresult
{
	list-style-position: inside;
}

.narrow_search ul li a
{
	margin-left: 10px;
	outline: none;
}
.narrow_search ul li.empty,.narrow_search ul li.empty a
{
	color: #505050;
	cursor: default;
}
.narrow_search ul li.empty a: hover
{
	color: #505050;
	text-decoration: none;
}
.narrow_search ul li.empty a: focus
{
	outline: none;
}
.narrow_search ul li.current a: hover
{
	text-decoration: none;
}
.results_count span.current,.narrow_search ul li.current
{
	background: url(images/buttons.png) no-repeat 0 -998px !important;
}
.results_count span.current a,.narrow_search ul li.current a
{
	margin-left: 9px;
	color: #505050;
	background: url(images/buttons.png) no-repeat right -1000px;
	padding: 3px 25px 3px 0;
}
#page.search_results .tabs.ui-tabs-vertical.narrow_search_results ul li.ui-tabs-selected a,#page.search_results .tabs.ui-tabs-vertical.narrow_search_results ul li.ui-tabs-selected a span
{
	color: #505050;
	font-weight: 400;
}
ol.pagination
{
	list-style: none;
}
ol.pagination li a,.wslide-menu a
{
	background: url(images/bg-paging-boxes.png) no-repeat left 0;
	color: #fcfcfc;
	display: block;
	text-decoration: none;
	margin: 0 2px 0 0;
	padding: 0 5px 2px;
}
.wslide-menu a.wactive
{
	background: url(images/bg-paging-boxes.png) no-repeat left -50px;
}
.wslide-menu a: hover
{
	background: url(images/bg-paging-boxes.png) no-repeat left -100px;
	text-decoration: none;
}
ol.pagination li,ol.pagination li a
{
	background: url(images/bg-pagination.png) no-repeat right 0;
	height: 16px;
}
ol.pagination li
{
	float: left;
	background-position: left 0;
	margin: 0;
}
#article ol.pagination li
{
	margin: 0;
}
ol.pagination li a
{
	cursor: pointer;
	position: relative;
	left: -1px;
	padding: 0 5px 0 1px !important;
}
ol.pagination li.current
{
	background-position: left -17px;
}
ol.pagination li.current a
{
	background-position: right -17px;
}
ol.pagination li: hover
{
	background-position: left -34px;
	text-decoration: none;
}
/* Need to fix this for IE6 -- JS to add class "hover" */
ol.pagination li a: hover
{
	background-position: right -34px;
	text-decoration: none;
}
#page.search_results ol.pagination li
{
	margin: 0 0 20px;
}
#pc .search_content,#pc_temp .search_content
{
	margin-bottom: 30px;
	padding: 0 10px 0 30px;
}
.search_listing
{
	clear: both;
	margin: 13px 20px 20px 0;
	padding: 0;
}
.search_listing h2, .search_listing h3
{
	margin: 0 0 13px;
}
#pc .search_listing,#pc_temp .search_listing
{
	width: 700px !important;
	margin-right: 0;
	padding-left: 20px;
}
.narrow_search
{
	margin: 10px 0 0 12px;
}
.narrow_search_results
{
	margin-left: 5px;
}
.narrow_search_results ul
{
	margin: 0;
	padding: 0;
}
.narrow_search_results ul li
{
	list-style-type: none;
	margin: 0;
	padding: 5px 0 3px !important;
}
#pc .narrow_search_results ul li,#pc_temp .narrow_search_results ul li
{
	margin: 5px 0 0 !important;
}
.looking_for,.looking_for .inner
{
	background: url(images/bg-search-suggestion-box.png) no-repeat left top;
	width: 481px;
	margin: 0;
	padding: 0;
}
.looking_for .inner
{
	background-position: left bottom;
	width: 467px;
	padding: 4px 10px;
}
.results_count
{
	margin: 10px 0 20px;
}
.wslide-menu
{
	padding: 10px 0 30px;
}
.wslide-menu a
{
	float: left;
	margin-bottom: 30px;
	outline: none;
}
.wslide-menu a.active
{
	outline: 1px dotted;
}
.wslide-menu a.viewall
{
	color: #006899;
	background: none !important;
}

#pc_searched_for {
	position: relative;
	z-index: 1;
	padding: 0;
	line-height: 2.5; /* 12px * 2.5 = 30px (w/ fontsmall. extends accordingly with larger fonts) */
	text-align: center;
	width: 100%;
}

#pc_searched_for .pc_close {
	top: 5px;
	line-height: 1.25; /* 12px * 1.25 = 15px (w/ fontsmall. extends accordingly with larger fonts) */
}

#pc_searched_for a.searched_term {
	background: url(images/icon-arrow-searched-for.png) no-repeat right center;
	padding: 0 10px 0 2px;
}
/* end search styles

 begin help styles */
#pc .help_top div,#pc_temp .help_top div
{
	float: left;
}
#pc .browse_all_help, #pc_temp .browse_all_help {
	width: 700px;
	padding-top: 6px;
	margin-left: 1.5em;
	font-weight: 700;
}
#pc_container.hasdemos .browse_all_help {
	width: 460px;
	position: relative;
	top: -5px;
	left: 8px;
}
.fontlarge #pc form.search {
	padding-right:0;
}
#pc .find_help,#pc_temp .find_help {
	float: left;
	margin: 0;
	padding: 0;
}

#help_faq_list {
	width: 680px !important;
	margin: 0 0 50px;
	padding: 0;
}
#pc_container.hasdemos #help_faq_list {
	width: 410px !important;
}

#help_faq_list a.more {
	display: inline;
	margin-left: 0.33em;
}

.questions {
	margin-left: -20px;
}
.questions a.more { display: none; }

#pc_container.pc-help .fselect {
	margin-bottom: 15px;
}
.fontmedium #pc_container.pc-help #pc_article,
.fontlarge #pc_container.pc-help #pc_article {
	margin-right: -2em;
}

/* Help Demos */
#pc_container.hasdemos .demos {
	position: absolute;
	left: 650px;
	top: 28px;
	width: 270px;
}

/* end help styles

 begin contact us styles */
.contact_us_content .control
{
	left: 0 !important;
	top: 0 !important;
	position: static;
}
.contact_us_content .item
{
	text-align: left;
}
#pc .submitmsg,#pc_temp .submitmsg
{
	margin-top: 40px;
}
#pc .submitmsg button.submit_purple,#pc_temp .submitmsg button.submit_purple
{
	float: right;
	margin-right: 10px;
}
.top_pad
{
	padding-top: 5px !important;
}
#pc .top_pad,#pc_temp .top_pad
{
	padding-top: 0 !important;
}
#contactusprimaryReason_link
{
	width: 452px;
}
#contact_phone .ally_phone,#contact-phone .ally_phone,#pc_contact_phone .ally_phone,#pc-contact-phone .ally_phone
{
	color: #005487;
}
#contact_mail div,#pc #contact-mail div,#pc_temp #contact-mail div,#pc #pc-contact-mail div,#pc_temp #pc-contact-mail div
{
	float: left;
	margin-right: 25px;
}
#messagebox_wrap,#pc_messagebox_wrap
{
	margin-top: 20px;
	clear: both;
}

#pc-contact-phone, #pc-contact-mail, #pc-contact-email, #pc-contact-chat {
	float: left;
}

#contact_phone div,
#pc contact-phone div,
#pc_temp contact-phone div,
#pc pc-contact-phone div,
#pc_temp pc-contact-phone div
{
	float: left;
	margin-right: 20px;
	width: 260px;
}

/* Full page can give full width to these sections. */
#ally-bank.ui-tabs-panel #contact_phone .section,
#ally-auto-services.ui-tabs-panel #contact_phone .section,
#advertising-and-marketing.ui-tabs-panel #contact_phone .section,
#journalists.ui-tabs-panel #contact_phone .section,
#investment-products.ui-tabs-panel #contact_phone .section { width: auto; float: none; }

#ally-bank.ui-tabs-panel #contact_phone ul { margin: 1em 0; }

#contact_phone ul li,
#pc #contact-phone ul li,
#pc_temp #contact-phone ul li,
#pc #pc-contact-phone ul li,
#pc_temp #pc-contact-phone ul li
{
	list-style: none;
	margin: 0;
	padding: 2px 0;
}
#pc #contact-phone.ui-tabs-panel div,
#pc_temp #contact-phone.ui-tabs-panel div,
#pc #pc-contact-phone.ui-tabs-panel div,
#pc_temp #pc-contact-phone.ui-tabs-panel div
{
	float: left;
	margin-right: 25px;
	width: 350px;
}
#messagebox,#pc_messagebox
{
	width: 466px;
	height: 100px;
}
.txtcolumns
{
	margin-top: 10px;
	float: left;
	width: 489px;
}
#pc_not_finding
{
	display: block;
	width: 400px;
	font-weight: 700;
	margin: -20px 0 0 350px;
}
#pc .contact_us_content .address_column,#pc_temp .contact_us_content .address_column
{
	width: 300px;
}
#pc .emailus_text,#pc_temp .emailus_text
{
	width: 330px;
	float: left;
}
#contact_email
{
	margin-top: 10px;
}
.txtcolumns .item
{
	float: left;
	width: 45%;
	margin-right: 23px;
}
.emailus_fields { margin: -10px 0 0 100px; }
#pc .emailus_fields { margin: -12px 0 0; }
#pc #contact_email { margin-top: 0; }
#pc-contact-email .section { float: left; width: 400px; }
#pc-contact-email .richtext { margin-right: 50px; }
form#sendemail span.btn
{
	float: right;
	margin-right: .5em;
}
/* unfortunately had to hard code the min height of the email us tab */
#pc contact-email,#pc-contact-email,#pc_temp contact-email,#pc_temp pc-contact-email
{
	min-height: 24em;
}
/****** Add ellipsis dots for when the fselect field overflows with text ***********/
#pc #contactusprimaryReason_link span.ellipsis
{
	display: block;
	width: 440px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/***** temp_label shows in the push console when a field is highlighted and it appears above the field *****/
#pc #temp_label,#pc_temp #temp_label
{
	position: absolute;
	color: #333;
	font-weight: 400;
	font-size: .9em;
	z-index: 20;
	left: 0;
	top: -1.5em;
	padding: 3px;
}
#pc_overlay h1,.topPad20px
{
	padding-top: 20px;
}
.pc_content a: hover,.wslide-menu a.viewall: hover
{
	text-decoration: underline;
}
.hide_content,#pc .hide_pc
{
	display: none !important;
}
#pc .hide_content,.hide_pc
{
	display: block !important;
}
.selectcolumn { clear: both; }

#pc-contact-phone .section { margin-bottom: 25px; }
#pc-contact-phone .section:nth-child(2n+1) { clear: left; }
#pc-contact-phone .section.odd { clear: left; }
/* Keeping those last two statements separated since IE will ignore the whole rule if it is written likewise: */
/* #pc-contact-phone .section.odd, #pc-contact-phone .section:nth-child(2n+1) { clear: left; } */

#contact_phone,#contact_chat,#contact_mail,#contact_email
{
	clear: both;
	margin-top: 2em;
}
#contact_email { display: none; }
.dynamic #contact_email { display: block; }
.results li,#pc .answer p,#pc_temp .answer p
{
	margin: 0 !important;
	padding: 0 !important;
}
.results_count span.current a,.contact_us_content label,.contact_us_content h4
{
	font-weight: 700;
	margin-top: 1em;
}
.results,#current_results li ul,#pc_current_results li ul {
	margin: 0;
	padding: 0;
}
#pc .browse_all_help a,#pc_not_finding a
{
	font-weight: 400;
}
.contact_us_content .hear_imp,.contact_us_content .gen_cor
{
	margin-left: 30px;
}
.contact_us_content .address_column,.contact_us_content .txtcolumn
{
	float: left;
	width: 260px;
}

#pc_security-welcome h2 {
	margin: 6px 0;
}

/* Give a little extra padding to the auto services column sections */
#pc #pc_ally-auto-services .tab .section { padding-bottom: 1em; }

/* NRF 8/19 - Overflow: hidden was removed from the default state of the #pc, so it's added back here to enable it when push console is not visible. */
#pc.closed { overflow: hidden; }

/* Show or hide particular push-console related information. */
#pc .page-only, .pc-only { display: none; }
#pc .pc-only { display: block; }

.v2011-a #pc_wrap { min-width: 986px; }
