/* BAYSIDE VW SPRY TABBED PANELS CSS */
@charset "utf-8";

.TabbedPanels {
	float: left;
	width: 100%;
}

.TabbedPanelsTabGroup {
	width: 1012px;
	height: 40px;
	background-image: url(../images/tabbed_group_back.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	float: left;
}

.TabbedPanelsTab {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../images/bottom_tabs_model_white.gif);
	color: #000000;
	height: 32px;
	width: 165px;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 16px;
	float: left;
}

.TabbedPanelsTabHover {
	position: relative;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../images/bottom_tabs_model_white.gif);
	color: #FFFFFF;
	height: 32px;
	width: 165px;
	list-style-type: none;
	list-style-image: none;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 16px;
	padding-right: 18px;
	padding-left: 18px;
}

.TabbedPanelsTabSelected {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../images/bottom_tabs_model_color.gif);
	color: #FFFFFF;
	height: 32px;
	width: 165px;
	list-style-type: none;
	list-style-image: none;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 16px;
	padding-right: 18px;
	padding-left: 18px;
}

.TabbedPanelsTab a {
	color: #000000;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	background-image: url(../images/tabbed_content_back.gif);
	background-color: #FFFFFF;
}

.TabbedPanelsContent {
	background: #FFFFFF url(../images/tabbed_content_back.gif);
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 25px;
}

