/* 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;
}
#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,
#the-global-reach-of-ally,
.global-reach
 {
	min-height: 275px;
	/*AE-4219 - Removing global background image*/
}

#global-reach #article ul,
.global-reach ul {
	list-style: none outside 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;
	width: 300px;
}
#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: 250px;}
#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; } */

#pc #contact_phone,
#pc #contact_chat,
#pc #contact_mail,
#pc #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;
}

/* Security fraud aside */
#pc h3.cd-fraud-alert {
  color: #A01312; 
  padding: 0 0 0 20px;
}

#pc .cd-fraud-pc-aside .cta-box {
	width:301px;
  height: 76px;
	background: url(images/cta-sand-box-pc-alert-301.png) -301px bottom no-repeat;
	margin-bottom: 12px;
	/*padding-top: 6px;*/}
	#pc .cd-fraud-pc-aside .cta-box .inner {
		background: url(images/cta-sand-box-pc-alert-301.png) 0 0 no-repeat;
		overflow: hidden;
		padding: 10px 10px 7px 15px;}
		#pc .cd-fraud-pc-aside .cta-box .inner p {
			padding: 6px 0 5px 20px;}  
  
/* Give a little extra padding to the auto services column sections */
#pc #pc_ally-auto-services .tab .section { padding-bottom: 1em; width:300px;}

/* 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; }

.v2013-sf #pc_wrap { margin: 0 auto 0; }

/*****************************************
LIVE SEARCH
*****************************************/

/* */
.live-search #widgets .inner {
  position: relative;
  width: 430px;
}

.live-search.fontmedium #widgets .inner {
  width: 490px;
}

.live-search.fontlarge #widgets .inner {
  width: 500px;
}

.live-search #widgets #searchbox {
	width: 178px;
	position: relative;
	padding-left: 27px;
	margin: 9px 0 0 3px;
}

.live-search.fontmedium #widgets #searchbox {
  margin: 10px 0 0 3px;
}

.live-search #widgets #searchbox .formbox {
	padding-top: 9px;
	padding-right: 3px;
}

.live-search #widgets #searchbox form {
	z-index: 7!important;
}

.live-search.fontmedium #widgets #searchbox form {
  margin: 3px 0 0 0.1em;
}

.live-search.fontlarge #widgets #searchbox form {
  margin: -2px 0 0 0.1em;
}

.live-search form.search input.text {
  padding: 5px 0.35em 2px 0.35em;
  width: 117px;
}

.live-search.fontmedium form.search input.text {
  padding: 4px 0.35em 2px 0.35em;
  width: 115px;
}

.live-search.fontlarge form.search input.text {
  padding: 1px 0.35em 2px 0.35em;
  width: 113px;
}

.live-search #drop-results-bottom {
  position: absolute;
  right: -41px;
  top: 48px;
  z-index: 21060!important;
}

.live-search.fontmedium #drop-results-bottom {
  top: 38px;
  right: 19px;
}

.live-search.fontlarge #drop-results-bottom {
  top: 41px;
  right: 29px;
}

.v2013-sf.live-search #drop-results-bottom {
  top: 67px;
}

.live-search #drop-results-bottom a {
  display: block;
  outline: none;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  text-transform: lowercase;
  color: #006899;
  text-decoration: none;
}

.live-search #drop-results-top {
	background-image: url(images/live-search-sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 465px;
	height: 47px;
	z-index: 6!important;
	position: absolute;
	left: 0;
	top: -7px;
}

.live-search #drop-results-wrap {
	width: 465px;
	left: -27px;
	top: 1px;
	overflow: hidden;
	position: relative;
	text-align: left;
	margin-bottom: 1px;
	z-index: 21061!important;
}

.live-search #drop-results-innerwrap {
  background-image: url(images/live-search-bkg.png);
	padding: 0 22px;
}

/* * /
.live-search #drop-results-wrap.full ol {
  background-image: url(images/live-search-sprite.png);
  background-position: -487px bottom;
  background-repeat: no-repeat;
}

.live-search #drop-results-wrap.notsofull ol {
  background-image: url(images/live-search-sprite.png);
  background-position: -487px center;
}
/* */

.live-search #drop-results-list {
	padding:10px 0;
	margin: 0 2px;
	background-image: linear-gradient(bottom, rgb(226,226,226) 25%, rgb(255,255,255) 90%);
  background-image: -o-linear-gradient(bottom, rgb(226,226,226) 25%, rgb(255,255,255) 90%);
  background-image: -moz-linear-gradient(bottom, rgb(226,226,226) 25%, rgb(255,255,255) 90%);
  background-image: -webkit-linear-gradient(bottom, rgb(226,226,226) 25%, rgb(255,255,255) 90%);
  background-image: -ms-linear-gradient(bottom, rgb(226,226,226) 25%, rgb(255,255,255) 90%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.25, rgb(226,226,226)),color-stop(0.9, rgb(255,255,255)));
}

.live-search #drop-results-list > li {
	text-align:left;
	border:1px solid transparent;
	padding:2px 12px!important;
	cursor: pointer;
}

.live-search #drop-results-list > li a {
	text-transform:none!important;
	text-align:left;
	white-space:normal!important;
	font-weight:700;
}

.live-search #drop-results-list > li p {
	color: #666666;
	padding: 0;
}

.live-search .search-spinner {
	position:absolute;
	right:270px;
	top:23px;
}

.live-search #drop-results-wrap ol li.h3 {
	display:block;
	left:0;
	visibility:visible;
	position:static;
	font-size:14px;
	color:#72166A;
	background-color:transparent;
	margin:10px 14px 0;
}

.live-search #drop-results-list .view-all {
	font-weight:700;
	margin-top:10px;
	padding-top:14px!important;
	border-top:1px solid #ccc;
}

.live-search ol.results.no-numbers {
	list-style-type:none;
}

.live-search li.page-divider {
	border-top:1px solid #eee;
	height:1em;
}

#nav h3.live-search {
  background-image: url(images/live-search-sprite.png);
  background-position: 0 -47px;
	position:relative;
	color: #005487;
	font-size: 18px;
	font-weight: 700;
	padding: 0 22px 0 34px;
	line-height: 18px;
	top: 0;
	left: 0;
	width: 421px;
}

.live-search #drop-results-more {
	background-image: url(images/live-search-sprite.png);
	background-position: -930px top;
	height: 71px;
	width: 421px;
	padding: 0 22px;
	position: relative;
	left: -27px;
	z-index: 21062!important;
}

.live-search #drop-results-more .navigation-enabled {
	border: 1px solid transparent;
	margin: 0 2px;
	padding: 8px 12px!important;
	cursor: pointer;
}

.live-search.fontmedium #drop-results-more .navigation-enabled {
  padding: 7px 12px!important;
}

.live-search.fontlarge #drop-results-more .navigation-enabled {
  padding: 7px 12px!important;
}

.live-search #drop-results-more a.live-search {
	text-align: left;
	padding: 0 0 0 22px;
	text-transform: none!important;
	text-align: left;
	white-space: normal!important;
	font-weight: 700;
	font-size: 13px;
	background-image: url(images/icons.17x15.png);
	background-repeat: no-repeat;
	background-position: 0 -400px;
}

.live-search.fontmedium #drop-results-more a.live-search {
  font-size: 15px;
  background-position: 0 -399px;
}

.live-search.fontlarge #drop-results-more a.live-search {
  font-size: 17px;
  background-position: 0 -399px;
}

.live-search #drop-results-wrap li.help > ul {
	display: block;
	margin: 0;
	padding:0; 
	/*height: 15px;*/
}

.live-search #drop-results-wrap li.help > ul li {
	display: inline;
	margin: 0 0.1em 0 0!important;
}

.live-search #drop-results-wrap li.help > ul li:after { content:" › "; }
.live-search #drop-results-wrap li.help > ul li.last:after {content:"";}

.live-search #drop-results-wrap li.help > ul a, 
.live-search #drop-results-wrap li.help > ul li {
	color: #666666;
  text-decoration: none;
	font-weight: 400;
}

.live-search #drop-results-wrap li.help > ul a {
	display: inline;
}

.live-search #drop-results-wrap li.help > ul li sup {
  margin: -3px 0 0 0;
  position: absolute;
}

.live-search #drop-results-wrap li.help > ul a:hover {
	  color: #006899;
	  text-decoration: underline;
}

.live-search #drop-results-list > li a:hover,
.live-search #drop-results-list > li.focus > a,
.live-search #drop-results-more a:hover,
.live-search #drop-results-more .focus a {
	text-decoration:underline;
}

.live-search #drop-results-list li.focus {
  background-color: rgba(232,212,163,0.25);
	cursor:pointer;
}

.live-search #drop-results-more .focus {
  background-color: transparent;
  background-image: url(images/live-search-highlight-showmore-bkg.png);
}

/* */