/*
FILE: home_2011.css
Styles used for the 2011 redesign of the gm.ca homepage. See also homeIE_2011.css for IE specific hacks!
*/

html, body {
	margin: 0;
	padding: 0;
}

p, ul {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style-type: none;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	border-width: 0;
	vertical-align: middle;
}

/* Removes extra padding from Firefox */
button::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}

body {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial,sans-serif;
	background-color: #fff;
}

/*For superscripts*/
sup, sub { vertical-align: 0;position: relative; }

sup { bottom: 1ex; }

sub { top: 0.8ex; }

/* Use .background and .content to make the columns with a fillable gutter on either side */

div.background {
	width: 100%;
	margin: 0 auto;
}

div.content {
	width: 990px;
	margin: 0 auto;
}

/* Menu/Links bar ------------------------------------------------------- */

div#menubar {
	position: relative;
	z-index: 3000;
	border-bottom: 1px #fff solid;
	background-image:url(/images/home/2011/menubar.jpg);
	background-position: 50% 0;	
	background-repeat: no-repeat;
}

div#menubar div.content {
	height: 34px;
	position: relative;
}

div#menubar div.content h1 {
	margin: 0;
	width: 473px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: top right;
}

body.lang-fr div#menubar div.content h1 {
	width: 400px;
}

div#menubar div.content h1 span {
	display: block;
	margin: 0 0 0 10px;
	font-size: 1px;
	overflow: hidden;
	text-indent: -9999px;
	background-image:url(/images/home/2011/h1-gm.jpg);
	background-repeat: no-repeat;
	width: 277px;
	height: 34px;
}

div#menubar div.content div#SiteMapBTN {
	background-color: #000;
}

div#menubar div.content div#GlobalNav {
	z-index: 2000;
}

/* Menu bar dropdown menus */

div#menubar div.content div#toolsMenu {
	z-index: 2500;
	width: 228px;
	height: 34px;
	position: absolute;
	top: 0;
	right: 290px;
}

body.lang-fr div#menubar div.content div#toolsMenu {
	
	right: 288px;
}

div#menubar div.content div#toolsMenu ul ul {
	position: absolute;
	top: -9999px;
	left:-39px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.5);
	padding: 0 12px 12px 12px;
	width: 453px;
}

div#menubar div.content div#toolsMenu ul#toplevelTools {
	width: 102px;
	position: absolute;
	left: 190px;
	top: 0;
	
}

body.lang-fr div#menubar div.content div#toolsMenu ul#toplevelTools {
	
	left: 190px;
}

div#menubar div.content div#toolsMenu ul#toplevelTools:after {
	content: ".";
	display: block;
	position: relative;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#menubar div.content div#toolsMenu li {
	margin: 0;
	padding: 0 0 0 1px;
	position: relative;
	width: 98px;
	background-color: #eee;
	
}

div#menubar div.content div#toolsMenu li#menuLocate {margin: 0 0 0 12px;}


div#menubar div.content div#toolsMenu ul ul li {
	float: none;
	width: auto !important;
	border: 5px #fff solid;
	border-top-width: 8px;
	padding: 0;
}

div#menubar div.content div#toolsMenu ul ul li:after {
	content: ".";
	display: block;
	position: relative;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#menubar div.content div#toolsMenu li#menuLocate {
	width: 102px;
}

body.lang-fr div#menubar div.content div#toolsMenu li {
	width: 113px;
}

body.lang-fr div#menubar div.content div#toolsMenu li#menuLocate {
	width: 102px;
}


#liEndCap {float:right;margin-top:-23px;margin-right:-10px;background:#fff;width:21px;height:22px;display:inline;z-index:50000!important; aborder:1px solid #0d62a7;}

div#menubar div.content div#toolsMenu ul#toplevelTools li a.menu {
	display: block;
	height: 21px;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #0060a9;
	
	
	background-repeat: repeat-x;
	background-position: 0 -1px;
	
}

div#menubar div.content div#toolsMenu ul#toplevelTools li a.menu:hover,
div#menubar div.content div#toolsMenu ul#toplevelTools li a.menu.hover,
div#menubar div.content div#toolsMenu ul#toplevelTools li a.menu:active {
	color: #000;
	height: 18px;
	
	
	
}

div#menubar div.content div#toolsMenu ul#toplevelTools li:hover > a.menu 
div#menubar div.content div#toolsMenu ul#toplevelTools li.hover > a.menu {
	color: #000;
	height: 18px;
	
	
	
}

div#menubar div.content div#toolsMenu ul ul a {
	display:block;
	color: #000;
	background-color: #f2f2f2;
	text-decoration: none;
}

div#menubar div.content div#toolsMenu ul ul li a:hover,
div#menubar div.content div#toolsMenu ul ul li a.hover,
div#menubar div.content div#toolsMenu ul ul li a:active {
	background-color: #09c;
	color: #fff;
}

div#menubar div.content div#toolsMenu ul ul li:hover > a,
div#menubar div.content div#toolsMenu ul ul li.hover > a  {
	background-color: #09c;
	color: #fff;
}

div#menubar div.content div#toolsMenu ul#toplevelTools li:hover > ul,
div#menubar div.content div#toolsMenu ul#toplevelTools li.hover > ul  {
	top: 100%;
	margin-top: 0;
	margin-left: -17px;
}

div#menubar div.content div#toolsMenu a:hover ul,
div#menubar div.content div#toolsMenu a.hover ul {
	top: 100%;
}

div#menubar div.content div#toolsMenu ul ul ul.ownersLinks {
	position: static;
	top: 0;
	padding: 0;
	width: 218px;
	border-left-width: 0;
	float: left;
}

div#menubar div.content div#toolsMenu ul ul ul#ownersLinks1 {
	border-right: 7px #fff solid;
}

div#menubar div.content div#toolsMenu ul#toplevelTools ul li:hover > ul {
	margin: 0;
}

div#menubar div.content div#toolsMenu ul ul ul.ownersLinks li {
	border: 1px #fff solid;
	margin-top: -1px;

}

div#menubar div.content div#toolsMenu ul ul ul.ownersLinks li a {
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding: 3px 12px;
	background-color: #cbcbcb;
}

div#menubar div.content div#toolsMenu ul ul ul.ownersLinks li a.even {
	background-color: #d8d8d8;
}

div#menubar div.content div#toolsMenu ul ul ul.ownersLinks li a:hover,
div#menubar div.content div#toolsMenu ul ul ul.ownersLinks li a:active {
	background-color: #fff;
	color: #0061a9;
} 

div#menubar div.content div#toolsMenu ul ul ul.ownersLinks li:hover > a {
	background-color: #fff;
	color: #0061a9;
}

/* Header (broadcast carousel and divisional flyouts ------------------------------------------------------- */

div#header {
	position: relative;
	background-image:url(/images/home/2011/header.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
}

div#header div.content {
	/*height: 420px;*/
	position: relative;
}


div.hr {
    /* no need for border-left/right with the following: */
    border: none;
	padding: none;
	background-color: #807f83;
    clear:both; 
    height:3px; 
    width:375px;
	margin:0 20px 0 5px;
}

/* Area for other features ------------------------------------------------------- */

div#features {
	background-color: #fff;
	background-image: url(/images/home/2011/features.gif);
	background-position: 50% 0;	
	background-repeat: no-repeat;
}

div#features div.content {
	padding-top: 22px; /* padding-top: 22px; */
}

/* Badges */

div#features ul.badges {
	padding: 0 12px 10px 12px;
	background-image: url(/images/home/2011/features-badges.gif);
	background-position: 50% bottom;	
	background-repeat: no-repeat;
}

div#features ul.badges:after {
	content: ".";
	display: block;
	position: relative;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#features ul.badges li {
	float: left;
	display: inline;
}

div#features ul.badges li#badge2 {
	margin: 0 6px 0 6px;
}

div#features ul.badges li a {
	display: block;
	background-color: #fff;
	padding: 5px;
	margin: 6px 8px;
	border: 1px #bbb solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	text-decoration: none;
}

div#features ul.badges li a span {
	display: block;
	color: #fff;
	width: 290px;
	height: 80px;
	font-size: 1px;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

div#features ul.badges li#badge1 a span { background-image: url(/images/home/2011/badges/ChevContest-Badge_EN.jpg); }
div#features ul.badges li.offersbadge a span { background-image: url(/images/home/2011/badges/ShopLocalOffers-Badge_EN.jpg); }
div#features ul.badges li#badge3 a span { background-image: url(/images/home/2011/badges/OnlineCreditApplication-Badge_EN.jpg); }

body.lang-fr div#features ul.badges li#badge1 a span { background-image: url(/images/home/2011/badges/ChevContest-Badge_FR.jpg); }
body.lang-fr div#features ul.badges li#badge2 a span { background-image: url(/images/home/2011/badges/ShopLocalOffers-Badge_FR.jpg); }
body.lang-fr div#features ul.badges li#badge3 a span { background-image: url(/images/home/2011/badges/OnlineCreditApplication-Badge_FR.jpg); }/*when swapping out the badge delete the special badge3 override below*/

div#features ul.badges li a:hover,
div#features ul.badges li a.hover,
div#features ul.badges li a:active {
	margin: 0;
}

div#features ul.badges li a:hover span,
div#features ul.badges li a.hover span,
div#features ul.badges li a:active span {
	padding: 13px;
	width: 280px;
	height: 66px;
	background-image: url(/images/home/2011/badges/badge-hover.jpg) !important;
	text-indent:0;
	font-size: 11px;
	line-height: 13px;
}

div#features ul.badges li.offersbadge a:hover span,
div#features ul.badges li.offersbadge a.hover span,
div#features ul.badges li.offersbadge a:active span {
	padding: 13px;
	width: 280px;
	height: 66px;
	background-image: url(/images/home/2011/badges/ShopLocalOffers-Badge_EN.jpg) !important;
	background-position: center; 
	text-indent:0;
	font-size: 11px;
	line-height: 13px;
}

body.lang-fr div#features ul.badges li.offersbadge a:hover span,
body.lang-fr div#features ul.badges li.offersbadge a.hover span,
body.lang-fr div#features ul.badges li.offersbadge a:active span {
	padding: 13px;
	width: 280px;
	height: 66px;
	background-image: url(/images/home/2011/badges/ShopLocalOffers-Badge_FR.jpg) !important;
	background-position: center; 
	text-indent:0;
	font-size: 11px;
	line-height: 13px;
}



div#features ul.badges li a span strong,
div#features ul.badges li a span span {
	position:absolute;left:-10000px;
}

div#features ul.badges li a:hover span strong,
div#features ul.badges li a.hover span strong,
div#features ul.badges li a:active span strong,
div#features ul.badges li a:hover span span,
div#features ul.badges li a.hover span span,
div#features ul.badges li a:active span span {
	display: block !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
	background-image: none !important;
	position:relative;left:auto;
}

div#features ul.badges li a span strong {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 5px;
}
/*Exception for badge2, FR Goodwrench GMGW-530 */
body.lang-fr div#features ul.badges li#badge2 a span  {	
 margin: 0px;
}

body.lang-fr div#features ul.badges li#badge2 a span strong {	
 margin-top: -5px;
}

div#features ul.badges li a span span.summary {
	margin-bottom: 7px;
}
/*special badge3 override*/
/*
body.lang-fr div#features ul.badges li#badge3 a span  strong {margin-bottom:0px;}
body.lang-fr div#features ul.badges li#badge3 a span  span.summary {margin-bottom:0px;}*/
/*end special badge3 override*/

div#features ul.badges li#badge1 a span span.link,
div#features ul.badges li#badge2 a span span.link,
div#features ul.badges li#badge3 a span span.link {
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/images/home/2011/arrow-badge.gif) !important;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px !important; 
}



/* Browsing tools */

div#features div.browse:after {
	content: ".";
	display: block;
	position: relative;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#features div.browse div.browseType {
	width: 990px;
	height: 115px;
	float: left;
	background-image: url(/images/home/2011/segment_bg.gif);
}

div#features div.browse strong {
	font-size: 1px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

div#features div.browse div.browseType strong {
	display: block;
	margin: 13px 0 4px 20px;
	background-image:url(/images/home/2011/browse-headings-en.gif);
	background-repeat: no-repeat;
	background-position: 0 -10px;
	width: 168px;
	height: 12px;
}

body.lang-fr div#features div.browse div.browseType strong {
	background-image:url(/images/home/2011/browse-headings-fr.gif);
}

/* Vehicle type links */

div#features div.browse div.browseType ul {
	margin: 10px 0 0 95px;
}

div#features div.browse div.browseType ul:after {
	content: ".";
	display: block;
	position: relative;
	height: 0;
	clear: both;
	visibility: hidden;
}





/* original */ 
div#features div.browse div.browseType ul li {
	
	float: left;
	margin: 0 28px 0 29px;
}
div#features div.browse div.browseType ul li#typeMPVVans {
	float: left;
	margin: 0 20px 0 20px;
}

/* end original */ 


/*  original */ 
div#features div.browse div.browseType ul li a {
	display: block;
	background-repeat: no-repeat;
	background-image: url(/images/home/2011/type-logos.png);
	padding-top: 56px;
	width: 48px;
	cursor: pointer;
}

/* end original */ 



/*  original */ 
div#features div.browse div.browseType ul li#typeCars a {
	width: 146px;
	background-position: -29px -5px;
}

div#features div.browse div.browseType ul li#typeSUV a {
	width: 135px;
	background-position: -219px -5px;
}

div#features div.browse div.browseType ul li#typeTrucks a {
	width: 155px;
	background-position: -418px -5px;
}

div#features div.browse div.browseType ul li#typeMPVVans a {
	width: 154px;
	background-position: -611px -5px;
}
/*  end original */ 



div#features div.browse div.browseType ul li a:hover,
div#features div.browse div.browseType ul li a:active {
	background-position: 0 -9px;
	padding-top: 52px;
}


/*   original */ 
div#features div.browse div.browseType ul li#typeCars a:hover,
div#features div.browse div.browseType ul li#typeCars a:active { background-position: -29px -9px; }

div#features div.browse div.browseType ul li#typeSUV a:hover,
div#features div.browse div.browseType ul li#typeSUV a:active { background-position: -219px -9px; }

div#features div.browse div.browseType ul li#typeTrucks a:hover,
div#features div.browse div.browseType ul li#typeTrucks a:active { background-position: -418px -9px; }

div#features div.browse div.browseType ul li#typeMPVVans a:hover,
div#features div.browse div.browseType ul li#typeMPVVans a:active { background-position: -611px -9px; }
/*  end original */ 



div#features div.browse div.browseType ul li a span {
	display: block;
	height: 12px;
	font-size: 1px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(/images/home/2011/type-captions_en.png);
	background-position: 50% 0;
}

body.lang-fr div#features div.browse div.browseType ul li a span {
	background-image: url(/images/home/2011/type-captions_fr.png);
}

div#features div.browse div.browseType ul li#typeCars a span { background-position: 50% -1px; }

div#features div.browse div.browseType ul li#typeSUV a span { background-position: 50% -13px; }

div#features div.browse div.browseType ul li#typeTrucks a span { background-position: 50% -25px; }

div#features div.browse div.browseType ul li#typeMPVVans a span { background-position: 50% -37px; }

div#features div.browse div.browseType ul li a:hover span,
div#features div.browse div.browseType ul li a:active span {
	border-top: 3px #0060a9 solid;
	background-position: 50% -84px;
}

div#features div.browse div.browseType ul li#typeCars a:hover span,
div#features div.browse div.browseType ul li#typeCars a:active span { background-position: 50% -48px; }

div#features div.browse div.browseType ul li#typeSUV a:hover span,
div#features div.browse div.browseType ul li#typeSUV a:active span { background-position: 50% -60px; }

div#features div.browse div.browseType ul li#typeTrucks a:hover span,
div#features div.browse div.browseType ul li#typeTrucks a:active span { background-position: 50% -72px; }

div#features div.browse div.browseType ul li#typeMPVVans a:hover span,
div#features div.browse div.browseType ul li#typeMPVVans a:active span { background-position: 50% -84px; }

/* Postal code form */

div#features div.browse div.browseLocal {
	float: right;
	width: 258px;
	height: 101px;
	background-image: url(/images/home/2011/features-browseLocal.gif);
	background-repeat: no-repeat;
}

div#features div.browse div.browseLocalOffers {
	float: right;
	width: 184px;
	height: 111px;
}


div#features div.browse div.browseLocalOffers legend .badgeTitle {display:block;}

div#features div.browse div.browseLocalOffers .browseLocalOffersContent{
	float: right;
	width: 164px;
	height: 85px;
	padding:10px;
	font-size:12px;
	line-height:15px;
	color: #5B5C63;
	background-image: url(/images/home/2011/local_offers_bg.png);
	background-repeat: no-repeat;
	background-position:0 -25px;
}

div#features div.browse div.browseLocalOffers .browseLocalOffersContent .pcPara{
	padding-bottom:8px;
	font-weight: bold;
	display:block;
}

div#features div.browse div.browseLocal:hover {
	background-position: 0 -101px;
}

div#features div.browse div.browseLocal strong {
	margin: 13px 0 0 17px;
	background-image:url(/images/home/2011/browse-headings-en.gif);
	background-repeat: no-repeat;
	background-position: 0 -22px;
	width: 182px;
	height: 12px;
}

body.lang-fr div#features div.browse div.browseLocal strong {
	width: 209px;
	background-image:url(/images/home/2011/browse-headings-fr.gif);
}

div#features div.browse div.browseLocal form {
	margin: 0;
	padding: 18px 20px 0 17px;
}

div#features div.browse div.browseLocal form fieldset:after {
	content: ".";
	display: block;
	position: relative;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#features div.browse div.browseLocal form input#pc {
	width: 118px;
	padding: 3px;
	border: 1px #ccc solid;
	border-top-color: #888;
	border-left-color: #888;
	float: left;
	margin: 0;
	text-transform: uppercase;
}

body.lang-fr div#features div.browse div.browseLocal form input#pc {
	width: 108px;
}

div#features div.browse div.browseLocalOffers form input#pc, div#features div.browse div.browseLocalOffers form input#pc {
	width: 70px;
	padding: 3px;
	border: 1px #ccc solid;
	border-top-color: #888;
	border-left-color: #888;
	float: left;
	margin: 0;
	color:#5B5C63;
	text-transform: uppercase;
}

div#features div.browse div.browseLocalOffers form button, div#features div.browse div.browseLocalOffers form button {
	margin: 0;
	color: #0060a9;
	background-image: url(/images/home/2011/badges/browseLocalGo.png);
	background-repeat: no-repeat;
	float: right;
	cursor: pointer;
	width:40px;
	height:24px;
	border: 0px;
}

div#features div.browse div.browseLocalOffers form button:hover, div#features div.browse form .browseLocalOffers button:hover {
		background-image: url(/images/home/2011/badges/browseLocalGoOver.png);
}

div#features div.browse div.browseLocal form button span {
	background-image: url(/images/home/2011/arrow-broadcast.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 30px;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div#features div.browse div.browseLocal form button
    {
		
        padding:  4px 0 3px 7px;
        }
}*/

/* !iPhone/Pad-specific bug */
@media only screen and (device-width: 768px) {

	div#features div.browse div.browseLocal form button span {
		display: block;
		margin: 0 -1.0em 0 0;
	}
	
}

div#features div.browse div.browseLocal form button:hover span {
	background-position: 110% 50%;
}

/* Footer navigation ------------------------------------------------------- */

div#footer {
	padding-top: 98px;
	background-image: url(/images/home/2011/footer.jpg);
	background-position: 50% 0;	
	background-repeat: no-repeat;
	float:left;
}

/* Using alternate float clearing technique to avoid weird gap at end of <body> */
div#footer div.content {
	height: 1%;
	overflow: hidden;
	background-position: 50% 0;	
	background-repeat: repeat-y;
}

div#footer div.content div.column {
	width: 177px;
	padding: 6px 0 14px 18px;
	margin: 0 1px;
	float: left;
	display: inline;
	
}

div#footer div.content div#column1 {border-right:1px solid #c2c2c2;height:310px;}
div#footer div.content div#column2 {border-right:1px solid #c2c2c2;height:310px;}
div#footer div.content div#column3 {border-right:1px solid #c2c2c2;height:310px;}
div#footer div.content div#column4 {border-right:1px solid #c2c2c2;height:310px;}

div#footer div.content div.even {
	
}

div#footer div.content div.column h3,
div#footer div.content div.column strong {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #464646;
	margin: 0 0 9px 0;
	
}

div#column6 legend strong {margin-bottom:0px!important;padding-bottom:9px!important; clear:both; display:inline-block;}

div#footer div.content div.column ul {
	margin: 0 0 14px 0;
}

div#footer div.content div.column ul li {
	line-height: 13px;
	margin-bottom: 3px;
}

div#footer div.content div.column ul.social li {
	line-height: 16px;
	padding-left: 20px;
	margin-bottom: 2px;
}

div#footer div.content div.column ul.social li#social-facebook { background-image:url(/images/home/2011/icon-facebook.gif); }
div#footer div.content div.column ul.social li#social-twitter { background-image:url(/images/home/2011/twitter-bird-white-on-blue.png); }
div#footer div.content div.column ul.social li#social-youtube { background-image:url(/images/home/2011/icon-youtube.gif); }

div#footer div.content div.column a {
	color: #686868;
	font-size: 0.98em;
	text-decoration: none;
}

body.lang-fr div#footer div.content div.column a {
	font-size: 0.95em;
}

div#footer div.content div.column h3, div#footer div.content div.column h3 a {
	color: #3b5997;
	font-size: 0.98em;
}

div.column h3 {font-size: 0.98em;}


div#footer div.content div.column a:hover,
div#footer div.content div.column a:active {
	text-decoration: none;
	color: #0061a9;
}

div#footer div.content div.column form {
	margin: 0 0 20px 0;
	
}

div#footer div.content div.column form input#search {
	width: 135px;
	padding: 3px;
	display: block;
	margin-bottom: 5px;
	width: 155px;  
	height: 23px; 
	font-size: 12px; 
	color: #ccc; 
	border: 1px solid #c2c2c2; 
	background: #fff; background: url(/images/home/2011/search_bg.gif) repeat-x; 
	outline: none; 
	top: -7px;  
}

div#footer div.content div.column form input#search:focus {color:#373737}
div#footer div.content div.column form button {
	margin: 0;
	color: #fff;
	font-size: 12px;
	padding: 4px 10px;
	border: 1px #6ca3cd solid;
	border-right-color: #255980;
	border-bottom-color: #255980;
	background: #1c72b2;
	background: -webkit-gradient(linear, left top, left bottom, from(#0261a9), to(#3481bb));
	background: -moz-linear-gradient(top, #0261a9 0%, #3481bb 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial,sans-serif;
	line-height: 13px;
	cursor: pointer;
}

div#footer div.content div.column form button:hover {
	color: #0060a9;
	border: 1px #e1e1e1 solid;
	border-right-color: #a0a2a3;
	border-left-color: #d5d6d7;
	border-bottom-color: #929292;
	background: #d1d1d1;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#d6d6d6));
	background: -moz-linear-gradient(top, #cbcbcb 0%, #d6d6d6 100%);
}

div#footer div.content div.column form button span {
	background-image: url(/images/home/2011/arrow-white.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 12px;
}

div#footer div.content div.column form button:hover span {
	background-image: url(/images/home/2011/arrow-blue.gif);
}

/* Tooltip plugin ------------------------------------------------------- */

.tipsy {
	margin-top: 2px;
	text-transform: uppercase;
	padding: 5px 0;
	font-size: 10px;
	background-repeat: no-repeat;
	background-image: url(/images/home/2011/tipsy.gif);
}

.tipsy-inner {
	border: 1px #898989 solid;
	border-bottom-width: 0;
	padding: 2px 8px 1px 8px;
	background-color: #fff;
	color: #898989;
	max-width: 300px;
	text-align: center;
}

.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

/*****
* jQuery UI CSS Framework (modified May 2009, extraneous rules removed)
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* Used for accordion, &c.
*****/

/* Dialog */
.ui-dialog { position: relative; padding: .2em; text-align: left; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; font-size: 0.7em; line-height: 14px; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: left; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-dialog p { line-height: 120%; }
.ui-dialog input, .ui-dialog textarea { margin: 3px 0; }
.ui-dialog label.error { background-color: #ffcccc; color: #ff0000; font-weight: bold; margin: 5px; padding: 5px;}
.ui-dialog .errors { color: #ff0000; font-weight: bold; margin-bottom: 15px; }
.ui-dialog ul { list-style: disc; list-style-position: inside; }
.ui-dialog .errors li { margin: 3px 0; }

/* Component containers */
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/images/vehicles/common/ovp/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; z-index: 10001 !important; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/images/vehicles/common/ovp/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Overlays */
.ui-widget-overlay { position:absolute; left:0px; top:0px; background: #aaaaaa url(/images/vehicles/common/ovp/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .50;filter:Alpha(Opacity=50);  z-index: 10001 !important; }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/images/vehicles/common/ovp/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .50;filter:Alpha(Opacity=50); -moz-border-radius: 8px; -webkit-border-radius: 8px; }

/**
 * Multicultural button in footer (hack to always hide)
 */
#multiculturalFooter {display:none !important;}



/* New Badges */
div#badgesDiv {
	float: left;
    width: 990px;
}

div#badgesDiv ul.newbadges {
	padding: 0px;
	margin-top:30px;
}

div#badgesDiv ul.newbadges:after {
	content: ".";
	display: block;
	position: relative;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#badgesDiv ul.newbadges li {
	float: left;
	width: 325px;
	min-width: 300px;
}

div#badgesDiv ul.newbadges li.others {
	float: left;
	width: 325px;
	margin-left:15px;
}

div#badgesDiv ul.newbadges li.secondBadge {
	float: left;
	width: 305px;
	margin-left:18px;
}

div#badgesDiv ul.newbadges li.secondBadge li.secondBadgeItem {
	cursor:pointer;
	float: left;
	width: 302px;
}

div#badgesDiv ul.newbadges li.secondBadge div.secondBadgeItemOthers {
	float: left;
	margin-top:15px;
	cursor:pointer;
}

div#badgesDiv ul.newbadges li.thirdBadge {
	float: left;
	width: 305px;
	margin-left:17px;
}

div#badgesDiv ul.newbadges li.thirdBadge li.secondBadgeItem {
	cursor:pointer;
	float: left;
}

div#badgesDiv ul.newbadges li.thirdBadge div.secondBadgeItemOthers {
	float: left;
	margin-top:33px;
	cursor:pointer;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle .badgeTitle {
	background-image: url(/images/home/2011/badges/badgeHeaderColor.png);
	background-repeat: repeat;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle .badgeTitle div.badgeTitleArrow {
	float:right;
	padding-top:6px;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle .badgeTitle div.badgeTitleArrow img{
	margin-left:10px;
	cursor:pointer;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent {
	background-image: url(/images/home/2011/badges/badgeBorder.png);
	background-repeat: no-repeat;
	color: #5B5C63;
    font-family: Arial,sans-serif;
    font-size: 12px;
	padding:5px 10px 5px 10px;
	height:325px;
	height:270px;
	overflow-x:hidden;
	overflow-y: auto;
	z-index:9;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent3 {
	background-image: url(/images/home/2011/badges/badgeBorder.png);
	background-repeat: no-repeat;
	color: #5B5C63;
    font-family: Arial,sans-serif;
    font-size: 12px;
	padding:5px 10px 5px 10px;
	height:325px;
	height:270px;
	z-index:9;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent3 p.badgeContentSlogan{
	color: #909090;
    font-family: Arial,sans-serif;
    font-size: 17px;
	font-weight:bold;
	padding: 0px 3px;
}

#GMCReaction p {color: #333; width:290px; margin: 0 auto; font-size:11px;}

#GMCReaction a, #GMCReaction a:visited{
	color:#266Eb0;
	font-weight:bold;
}


div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent div.badgeContentRow {
	color: #5B5C63;
    font-family: Arial,sans-serif;
    font-size: 12px;
	padding:15px 15px 20px 10px;
	height:70px;
	width:275px;
	border-bottom:1px #CCC solid;
	float:left;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent3 div.badgeContentRow3 {
	color: #5B5C63;
    font-family: Arial,sans-serif;
    font-size: 12px;
	padding:0px 0px 0px 0px;
	width:300px;
	float:left;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent3 div.badgeContentRow3 div.badgeContentRowRightSig {
	width:110px;
	float:right;
	font-weight:bold;
	font-size:13px;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent3 div.badgeContentRow3 div.badgeContentRowRightSig2 {
	width:130px;
	float:right;
	text-align:right;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent3 div.badgeContentRow3 div.leftIcon {
	width:190px;
	float:left;
	margin-top:8px;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent3 div.badgeContentRow3 div.leftIcon span {
	height:25px;
	float:left;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent3 div.badgeContentRow3 div.leftIcon span.GMCSpan {
	height:25px;
	float:left;
	padding-top:10px;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent3 div.badgeContentRow3 div.leftIcon span.leftIconSig {
	font-size: 12px;
    font-weight: bold;
	height:25px;
	padding:5px 5px 5px 5px;
	float:left;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent3 div.badgeContentRow3 div.leftIcon span.leftIconChevySig {
	font-size: 12px;
    font-weight: bold;
	height:25px;
	padding:0px 5px 5px 5px;
	float:left;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent3 div.badgeContentRow3 div.rightReaction {
	width:100px;
	float:right;
	margin-top: 13px;
	text-align:right;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent3 div.badgeContentRow3 div.rightReactionChevy {
	width:100px;
	float:right;
	margin-top: 7px;
	text-align:right;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li#realReactions.newsBadgeStyle div#chevyReaction.badgeContent3 div.badgeContentRow3 div.rightReactionChevy a{
	color:#5B5C63;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li#realReactions.newsBadgeStyle div#chevyReaction.badgeContent3 div.badgeContentRow3 div.rightReactionChevy a:hover{
	color: #0061A9;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent3 div.badgeContentRow3 div.rightReaction a{
	color:#5B5C63;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent3 div.badgeContentRow3 div.rightReaction a:hover{
	color: #0061A9;
}


div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent div.badgeContentRow div.badgeContentRowLeft {
	float:left;
	padding-top:5px;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent div.badgeContentRow div.badgeContentRowLeft img {
	width:41px;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent div.badgeContentRow div.badgeContentRowLeft img.mediumSize {
	width:41px;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent div.badgeContentRow div.badgeContentRowRight {
	float:left;
	width:219px;
	margin-left:15px;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent div.badgeContentRow div.badgeContentRowRight a {
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	color:#333;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div.badgeContent div.badgeContentRow div.badgeContentRowRight a:hover {
	color:#0061A9;
}

div#badgesDiv ul.newbadges li#newsTwitter {
	float: left;
}

div#badgesDiv ul.newbadges li#badge2 {
	margin: 0 6px 0 6px;
}

.clear { clear:both; }

div#features.background div.content div.browse div#badgesDiv ul.newbadges li#realReactions.newsBadgeStyle div#chevyReaction.badgeContent3 {
	display:none;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li#realReactions.newsBadgeStyle div#buickReaction.badgeContent3 {
	display:none;
}

div.badgeTitle, .badgeTitle {
	background-image: url(/images/home/2011/badges/badgeHeaderColor.png);
	background-repeat: repeat;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li#newsBadge.newsBadgeStyle div#twtr-widget-1.twtr-widget div.twtr-doc div.twtr-ft {
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li#newsBadge.newsBadgeStyle div#twtr-widget-1.twtr-widget div.twtr-doc div.twtr-hd {
	padding: 5px 10px;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li#newsBadge.newsBadgeStyle div#twtr-widget-1.twtr-widget div.twtr-doc div.twtr-ft div {
	padding: 7px 10px;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li#newsBadge.newsBadgeStyle div#twtr-widget-1.twtr-widget div.twtr-doc div.twtr-hd {
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li#newsBadge.newsBadgeStyle div#twtr-widget-1.twtr-widget div.twtr-doc div.twtr-hd h4 {
    color: #FFFFFF !important;
	font-size: 14px;
    font-weight: bold;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li#realReactions.newsBadgeStyle div#cadillacReaction.badgeContent3 {
	display:none;	
}

#TB_closeWindowButton {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("/images/vehicles/2010/buick/enclave/close-sprite.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 10px;
    width: 45px;
	cursor:pointer;
}

#TB_window {
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
	margin-left: -240px; 
	width: 480px; 
	margin-top: -170px;
}

#TB_closeWindowButton:hover {
    background-position: 0 -22px;
}

div#features.background div.content div.browse div#TB_overlay.TB_overlayBG, div#features.background div.content div.browse div#TB_window{
	display:none;
}

#chevyVideoPlay {
	cursor:pointer;
	width: 285px;
	margin-left:9px;
}

#TB_ajaxContent {
	width: 450px;
}

.close-french {
    background-image: url("/images/vehicles/2010/buick/enclave/close-sprite_fr.jpg") !important;
    width: 60px !important;
}

.hidden {
	display:none;
}

div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a,  div#badgesDiv ul.newbadges li.newsBadgeStyle div.secondBadgeItemOthers a{
	display: block;
	background-color: #fff;
	padding: 5px;
	border: 1px #bbb solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	text-decoration: none;
}

div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a:hover span, 
div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a.hover span, 
div#badgesDiv ul.newbadges li.newsBadgeStyle div.secondBadgeItemOthers a:hover span {
	padding: 13px;
	width: 265px;
	height: 54px;
	background-image: url(/images/home/2011/badges/badge-hover.jpg) !important;
	text-indent:0;
	font-size: 11px;
	line-height: 13px;
}

div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a:hover span, 
div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a.hover span,
div#badgesDiv ul.newbadges li.newsBadgeStyle div.secondBadgeItemOthers a:hover span.frenchFix {
	padding: 10px 13px 13px 13px;
	width: 265px;
	height: 57px;
	background-image: url(/images/home/2011/badges/badge-hover.jpg) !important;
	text-indent:0;
	font-size: 11px;
	line-height: 13px;
}

body.lang-en div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle li#badge4.secondBadgeItem a span.bigSpan { background-image: url(/images/home/2011/badges/GMCARD_290x80_0004_CORP_E.jpg); }
body.lang-en div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle li#badge5.secondBadgeItem a span.bigSpan { background-image: url(/images/home/2011/badges/GM_RecallBadge_en.jpg); }
body.lang-en div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle li#badge6.secondBadgeItem a span.bigSpan { background-image: url(/images/home/2011/badges/cpo-finance-desktop-rollover-1-EN.jpg); }

body.lang-fr div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle li#badge4.secondBadgeItem a span.bigSpan { background-image: url(/images/home/2011/badges/GMCARD_290x80_0004_CORP_F.jpg); }
body.lang-fr div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle li#badge4 p, body.lang-fr div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div#badge4 span {margin-top:0px; margin-bottom:0px!important;}
body.lang-fr div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle li#badge5.secondBadgeItem a span.bigSpan { background-image: url(/images/home/2011/badges/GM_RecallBadge_fr.jpg); }
body.lang-fr div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle li#badge6.secondBadgeItem a span.bigSpan { background-image: url(/images/home/2011/badges/cpo-finance-desktop-rollover-1-FR.jpg); }

/*special badge 6 work around*/body.lang-en div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div#badge6 p, body.lang-en div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div#badge6 span.badgeTitle, body.lang-fr div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div#badge6 p, body.lang-fr div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div#badge6  span.badgeTitle {margin:0 auto!important;}

/*special badge 6 work around*/body.lang-fr div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle div#badge6 p b {font-size: 90%;font-weight: normal;text-transform: none;}
	
div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a span {
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 1px;
    height: 80px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-indent: -9999px;
    width: 290px;
}

div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a:hover span.summary{height:auto!important;}
div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a:hover span.link2{height:18px!important;}

div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a:hover span strong,
div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a.hover span strong,
div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a:active span strong,
div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a:hover span span,
div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a.hover span span,
div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a:active span span {
	display: block !important;
	padding: 0 !important;
	background-image: none !important;
}

div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a span strong {
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a span span.badgeTitle{
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
	color: #fff;
	background-image: none !important;
    display: block !important;
    height: auto !important;
    padding: 0 !important;
    width: auto !important;
	font-weight:bold;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a span.bigSpan p.link2, div#features.background div.content div.browse div#badgesDiv ul.newbadges li.newsBadgeStyle li.secondBadgeItem a span.bigSpan span.link2{
    background-image: url("/images/home/2011/arrow-badge.gif") !important;
    background-position: 0 50%;
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: bold;
    line-height: 19px;
    padding-left: 20px !important;
    text-transform: uppercase;
	margin-top:2px;
	display:none;
}

li.secondBadgeItem a:hover span.bigSpan p.link2, li.secondBadgeItem a:hover span.bigSpan span.link2 {
	display:block !important;
}

#badge5 {
	margin-top:14px;
}

#badge6 {
	margin-top:15px;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li#realReactions.newsBadgeStyle div#buickReaction.badgeContent3 p.badgeContentSlogan span {
	font-size: 14px;
	margin-top:5px;
}

div#features.background div.content div.browse div#badgesDiv ul.newbadges li#realReactions.newsBadgeStyle div#buickReaction.badgeContent3 img#buickVideoPlay.mediumSize {
	width: 285px;
	margin: 8px 0px 9px 9px;
	cursor:pointer;
}

/*GM MEDIA FEED ON HOMEPAGE*/
.gfc-resultsRoot{background-color: #767676 !important;border-radius: 5px 5px 5px 5px;font-weight: normal;overflow: hidden;text-align: left;border: 1px solid #767676 !important;padding-bottom:20px;}
.gfc-results {background: none repeat scroll 0 0 #FFFFFF;padding: 10px 10px 0;height:245px;overflow:auto;border-radius: 5px 5px 5px 5px;}
.gfc-results a{color:#333333 !important;}
.gfc-result{border-bottom:1px dotted #dddddd;padding-bottom:5px;}
.gfc-resultsHeader{font-size:16px;color:#ffffff !important;font-weight:bold;text-transform:uppercase;padding:5px;border-bottom:none !important;}
.gfc-title{color:#ffffff !important;}
.gf-relativePublishedDate{font-size:11px;}


div#wrapper_nav{display:none; visibility:hidden;}

.accessible {position:absolute !important;left:-10000px !important;top:auto !important;width:1px !important;height:1px !important;overflow:hidden !important;}




/**
 * The flyout navigation object
 */
.flyoutNav {
	position: absolute;
	z-index: 1000;
	top: 12px;
	left: 7px;
	padding: 5px;
	background: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,.4);
			box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

	
	/* A heading within the flyout */
	.flyoutNav_heading {
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		color: #898989;
		margin: 8px 0;
	}
	.flyoutNav_heading-fr {
		font-size: .8em;
	}

	/* A list within the flyout */
	.flyoutNav_list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.flyoutNav_listItem {}

		/* Some list items contain elements relative to their position */
		.flyoutNav_listItem-contain {
			position: relative;
		}

			
			/* Block links and subheadings within lists */			
			.flyoutNav_link,
			.flyoutNav_subheading {
				display: block;
				padding: 3px 12px;
				line-height: 16px;
				
			}

			.flyoutNav_link {
				text-transform: uppercase;
				text-decoration: none;
				color: #000;
				background: #ccc;
			}
			.flyoutNav_listItem-even .flyoutNav_link {
				background: #ddd;
			}
			
			.flyoutNav_listItem-even .flyoutNav_link {
				border-bottom: 1px solid #fff;
			}
			
			.flyoutNav_listItem .flyoutNav_link {
				border-bottom: 1px solid #fff;
			}
			
			/*
			.flyoutNav_link:hover {margin-top:-1px; border-left:1px solid #0d62a7; border-right:1px solid #fff; border-bottom:1px solid #0d62a7; border-top:1px solid #0d62a7;}
			
			.flyoutNav_link:hover,
			.flyoutNav_listItem:hover > .flyoutNav_link {
				background: #fff;
				color: #0061a9;
				
			}
			*/
			.flyoutNav_link-hover {margin-top:-1px; border-left:1px solid #0d62a7; border-right:1px solid #fff; border-bottom:1px solid #0d62a7!important; border-top:1px solid #0d62a7;}
			
			.flyoutNav_link-hover,
			.flyoutNav_listItem:hover > .flyoutNav_link-hover {
				background: #fff;
				color: #0061a9;
				
			}
			
			
			
			
			.flyoutNav_subheading {
				color: #555;
				padding-top: 6px;
			}


	/* The hook that opens the popup */
	.flyoutNav_hook {
		display: block;
	}
	.flyoutNav_hook-image {
		width: 134px;
		height: 48px;
		background: transparent url(/images/home/2011/divisions.gif) no-repeat 0 0;
	}
	.flyoutNav_hook-chevrolet {}
	.flyoutNav_hook-buick {
		background-position: -134px 0;
	}
	.flyoutNav_hook-gmc {
		background-position: -268px 0;
	}
	.flyoutNav_hook-cadillac {
		background-position: -402px 0;
	}

	/* On hover/focus... */
	.flyoutNav_hook-chevrolet:hover,
	.flyoutNav_listItem:hover > .flyoutNav_hook-chevrolet,
	.flyoutNav_listItem:focus > .flyoutNav_hook-chevrolet {
		background-position: 0 -48px;
	}
	.flyoutNav_hook-buick:hover,
	.flyoutNav_listItem:hover > .flyoutNav_hook-buick,
	.flyoutNav_listItem:focus > .flyoutNav_hook-buick {
		background-position: -134px -48px;
	}
	.flyoutNav_hook-gmc:hover,
	.flyoutNav_listItem:hover > .flyoutNav_hook-gmc,
	.flyoutNav_listItem:focus > .flyoutNav_hook-gmc {
		background-position: -268px -48px;
	}
	.flyoutNav_hook-cadillac:hover,
	.flyoutNav_listItem:hover > .flyoutNav_hook-cadillac,
	.flyoutNav_listItem:focus > .flyoutNav_hook-cadillac {
		background-position: -402px -48px;
	}


	/* The popup within each flyout item */
	.flyoutNav_popup {
		display: none;
		position: absolute;
		left: 100%;
		top: -5px;
		padding: 5px;
		background: #fff;
	}

	/* The list of cars popup */
	.flyoutNav_popup-list {
		width: 175px;
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
		   -moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
				box-shadow: 0 1px 5px rgba(0,0,0,.2);
	}
	
	
	
	/* The vehicle details popup */
	.flyoutNav_popup-details {
		top: 0;
		width: 470px;
		min-height: 350px;
		padding: 20px;
		margin-left: -6px;
		color: #707070;
		border:1px solid #0d62a7;
		-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.5);
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.5);
		
	}
	

	
	
	.flyoutNav_listItem-index1 .flyoutNav_popup-details {
		top: -78px;
	}
	.flyoutNav_listItem-index2 .flyoutNav_popup-details {
		top: -126px;
	}
	.flyoutNav_listItem-index3 .flyoutNav_popup-details {
		top: -174px;
	}
		.flyoutNav_popup-details:after {
			content: " ";
			position: absolute;
			z-index: -1;
			top: -5px;
			left: -5px;
			right: -5px;
			bottom: -5px;
			
		}

	/* Move it a tad higher for the chevrolet list */
	.flyoutNav_hook-chevrolet + .flyoutNav_popup {
		top: -35px;
	}

	/* Open the popup when it's parent item is hovered/focused */
	.flyoutNav_listItem:hover > .flyoutNav_popup,
	.flyoutNav_listItem:focus > .flyoutNav_popup {
		display: block;
	}


		/* The header portion of the details */
		.flyoutNav_detailsHeader {
			font-size: 10px;
			line-height: 1.25;
		}


		/* The footer portion of the details */
		.flyoutNav_detailsFooter {
			font-size: 13px;
			line-height: 18px;
			margin-top: 190px;
			
			position:relative
		}
		.lang-fr .flyoutNav_detailsFooter {
			
		}

			/* A title within a details popup */
			.flyoutNav_detailsTitle {
				font-size: 28px;
				font-weight:normal;
				line-height: 24px;
				margin-bottom: 1px;
				background-color: #fff;
				padding: 0 0 10px 5px
						}

			/* A statistic within the details */
			.flyoutNav_detailsItem {margin-left:5px;}

			.flyoutNav_detailsItem-fuel {
				background: transparent url(/images/home/2011/fuel-icon.gif) 0 0 no-repeat;
				padding-left: 22px;
				min-height: 18px;
				line-height: 18px;
				font-size: 12px;
				margin: .125em 0;
			}
			
			.flyoutNav_detailsItem-price {
				font-size: 12px;
				margin-top: 5px;
				text-transform:uppercase;
				font-weight:bold;
				color: #707070;
				line-height: 1.25;
			}

			.flyoutNav_detailsItem-credits a {
				font-size: 10px;
				text-decoration:none;
				color: #0061a9;
				
			}
			.flyoutNav_detailsItem-credits {
				font-size: 12px;
				margin-top: 5px;
				color: #707070;
				line-height: 1.25;
			}
			
			.flyoutNav_detailsItem-legal {
				font-size: 10px;
				color: #999;
				line-height: 1.25;
			}
				.flyoutNav_detailsItem-legal p {
					margin: .5em 0;
				}
				.flyoutNav_detailsItem-legal a {
					color: #0061a9;
					text-decoration: none;
				}
				.flyoutNav_detailsItem-legal a:hover {
					text-decoration: underline;
				}

				/* A callout within a stat */
				.flyoutNav_detailsItemCallout {
					font-size: 18px;
				}



			/* The vehicle image within the details */
			.flyoutNav_detailsImage {
				float: right;
				margin-top: -24px;
			}



			/* The plain buttons within the details */
			.flyoutNav_plainButton {
				background: none;
				border: 0;
				padding: 0;
				margin: 5px 0 0 0px;
				color: #0061a9;
			}
			.flyoutNav_plainButton:hover {
				text-decoration: underline;
				cursor: pointer;
			}

			.js-flyoutNav_plainButton-legal {
				
				font-size: 11px;
				margin: 10px 0 0 5px;
				display:inline-block;
				
			}

			.flyoutNav_plainButtonChangePC {
				background: none;
				border: 0;
				padding: 0;
				margin: 5px 0 0 0;
				font-size: inherit;
				color: #0061a9;
			}
			.flyoutNav_plainButtonChangePC:hover {
				text-decoration: underline;
				cursor: pointer;
			}
			
			
			.flyoutNav_plainText {
				background: none;
				border: 0;
				padding: 0;
				margin: 10px 0 0 0;
				font-size: inherit;
				color: #0061a9;
			}
			.flyoutNav_plainText:hover {
				
			}

			/* The various links within the details */
			.flyoutNav_detailsLink {
				color: #5b5c63;
				text-decoration: none;
				background: transparent url(/images/home/2011/arrow-blue.gif) 0 5px no-repeat;
				padding-left: 12px;
			}
			.flyoutNav_detailsLink:hover {
				color: #0061a9;
			}

			.flyoutNav_detailsLink-locate {
				color: #fff;
				font-size: 12px;
				display: inline-block;
				margin-top: .25em;
				margin-bottom: .25em;
				padding: 4px 10px;
				border: 1px #6ca3cd solid;
				border-right-color: #255980;
				border-bottom-color: #255980;
				background: #0261a9; /* Old browsers */
				background: -moz-linear-gradient(top, #0261a9 0%, #3481bb 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0261a9), color-stop(100%,#3481bb)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #0261a9 0%,#3481bb 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #0261a9 0%,#3481bb 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #0261a9 0%,#3481bb 100%); /* IE10+ */
				background: linear-gradient(to bottom, #0261a9 0%,#3481bb 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0261a9', endColorstr='#3481bb',GradientType=0 ); /* IE6-9 */
				-webkit-border-radius: 3px;
				   -moz-border-radius: 3px;
						border-radius: 3px;
			}
			.flyoutNav_detailsLink-locate:hover {
				color: #0060a9;
				border-color: #e1e1e1;
				border-right-color: #a0a2a3;
				border-left-color: #d5d6d7;
				border-bottom-color: #929292;
				background: #cbcbcb; /* Old browsers */
				background: -moz-linear-gradient(top, #cbcbcb 0%, #d6d6d6 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbcbcb), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #cbcbcb 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #cbcbcb 0%,#d6d6d6 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #cbcbcb 0%,#d6d6d6 100%); /* IE10+ */
				background: linear-gradient(to bottom, #cbcbcb 0%,#d6d6d6 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcbcb', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
			}
				.flyoutNav_detailsLink-locate:after {
					content: " ";
					display: inline-block;
					background: transparent url(/images/home/2011/arrow-white.gif) 100% 0 no-repeat;
					width: 5px;
					height: 7px;
					padding-left: 7px;
				}
				.flyoutNav_detailsLink-locate:hover:after {
					background-image: url(/images/home/2011/arrow-blue.gif);
				}

				
/* learn more */

div.info {
	margin-top: 0px;
	top:0px;
	left:20px;
}

div.info:after {
	content: ".";
	display: block;
	position: relative;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.info a {
	color: #fff;
	font-size: 12px;
	float: left;
	display: inline;
	width: auto;
	padding: 4px 10px;
	border: 1px #6ca3cd solid;
	border-right-color: #255980;
	border-bottom-color: #255980;
	background: #1c72b2;
	background: -webkit-gradient(linear, left top, left bottom, from(#0261a9), to(#3481bb));
	background: -moz-linear-gradient(top, #0261a9 0%, #3481bb 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	text-decoration:none;
}

div.info a:hover,
div.info a:active {
	text-decoration: none;
	color: #0060a9;
	border: 1px #e1e1e1 solid;
	border-right-color: #a0a2a3;
	border-left-color: #d5d6d7;
	border-bottom-color: #929292;
	background: #d1d1d1;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#d6d6d6));
	background: -moz-linear-gradient(top, #cbcbcb 0%, #d6d6d6 100%);
}

div.info a span {
	background-image: url(/images/home/2011/arrow-white.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 12px;
}

div.info a:hover span,
div.info a:active span {
	background-image: url(/images/home/2011/arrow-blue.gif);
}


/* end learn more */

/* b & p */

div.build {
	margin-left:25px;
	margin-top: 0px;
	top:0px;
	left:95px;
}

.lang-fr div.build {
	margin-left:60px;
	
}


div.build:after {
	content: ".";
	display: block;
	position: relative;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.build a {
	color: #0060a9;
	font-size: 12px;
	float: left;
	display: inline;
	width: auto;
	padding: 4px 10px;
	
	border: 1px #e1e1e1 solid;
	border-right-color: #a0a2a3;
	border-left-color: #d5d6d7;
	border-bottom-color: #929292;
	background: #d1d1d1;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#d6d6d6));
	background: -moz-linear-gradient(top, #cbcbcb 0%, #d6d6d6 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	text-decoration:none;
}

div.build a:hover,
div.build a:active {
	text-decoration: none;
	color: #fff;
	border: 1px #e1e1e1 solid;
	border-right-color: #255980;
	border-bottom-color: #255980;
	background: #1c72b2;
	background: -webkit-gradient(linear, left top, left bottom, from(#0261a9), to(#3481bb));
	background: -moz-linear-gradient(top, #0261a9 0%, #3481bb 100%);
}

div.build a span {
	background-image: url(/images/home/2011/arrow-blue.gif);
	
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 12px;
}

div.build a:hover span,
div.build a:active span {
	background-image: url(/images/home/2011/arrow-white.gif);
}



/* end b & p */

/* RH - JD Power quick wins changes to the homepage flyout */
.visible-pc-label {margin: 5px 0 0 5px;}
.flyoutNav_detailsHeader .pcSubmit  {display:none; margin: 5px 0 0 5px; font-size: inherit; color: #949494;}
.flyoutNav_detailsHeader .pcSubmitVis {display:block;margin: 5px 0 0 0px!important;}