/*Styles specific to BDR iframe pages*/
#header {
	background: url(/css_images/background.png) repeat-x;
	position:relative;
	z-index:3;
}
#breadcrumbs, #banner, .banner-drop-shadow, .column-2, #left-column, h3.our-group-stock-tab, .divider {
	position:relative;
	z-index:2;
}
#footer {
	z-index:4;
}
/*Fix the IE7 iframe :hover bug. This bug has been fixed in the latest release of IE7*/
.ie7-footer-fix-wrapper {
	padding-top:100px;
	position:fixed;
	height: 1.2em;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:4;
	filter:(opacity=0);
}

/*Styles specific to /usedbmw/index.html*/
#main-content .columns-wrapper {
	padding-left:5px;
}
#main-content .columns-wrapper h3.our-group-stock-tab {
	background:#3E3D3C url(/css_images/grey_tab_arrow.png) no-repeat right;
	width:151px;
	height:20px;
	margin:0;
	color:#FFFFFF;
	font-size:0.7em;
	padding-left:5px;
	line-height:1.8em;
}
.divider {
	height:3px;
	width:495px;
	background:#3E3D3C;
}
#main-content .with-standard-column-1 {
	margin-left:31.8em;
}