@charset "UTF-8";
/* CSS Document */
div.tabBox {
	background-image:url(../images/tabBoxBackground.png);
	background-repeat:no-repeat;
	width:957px;
	height:178px;
}

div.featuredTabBox {
	background-image:url(../images/featuredVehiclesBox.png);
	background-repeat:no-repeat;
	width:512px;
	height:255px;
}

div.rightSideTabBox {
	background-image:url(../images/rightSideBox.png);
	background-repeat:no-repeat;
	width:412px;
	height:224px;
	margin-top:31px;
}

div.tabArea {
	/*font-size: 80%;*/
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	text-align:left;
	vertical-align:middle;
}

a.tab {
	background-image:url(../images/tab.png);
	background-repeat:no-repeat;
	display:inline-block;
	width:161px;
	height:31px;
	text-align:center;
	text-decoration: none;
	vertical-align:middle;
	top: 3px;
	z-index: 100;
	font:Arial;
	font-size:16px;
	padding-top:6px;
}

a.tabInner {
	background-image:url(../images/innerTab.png);
	background-repeat:no-repeat;
	display:inline-block;
	width:196px;
	height:33px;
	text-align:center;
	text-decoration: none;
	vertical-align:middle;
	top: 3px;
	z-index: 100;
	font:Arial;
	font-size:16px;
	padding-top:6px;
}

a.tab, a.tab:visited, a.tabInner, a.tabInner:visited {
	color: #f4f8fd;
}

a.tab:hover, a.tabInner:hover {
	color: #91c6fc;
	cursor:pointer;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
	color: #91c6fc;
}

a.tab.activeTab, a.tabInner.activeTab {
	padding-bottom: 4px;
	top: 1px;
	z-index: 102;
	color: #f4f8fd;
}

div.tabMain {
	-moz-border-radius: 0em .5em .5em 0em;
	border-radius-topright: .5em;
	border-radius-bottomright: .5em;
	padding: .5em;
	position: relative;
	z-index: 101;
}

div.tabIframeWrapper {
  	width: 100%;
}

iframe.tabContent {
	width: 100%;
	height: 36ex;
	z-index: 999;
	visibility: visible;
}