@CHARSET "ISO-8859-1";

@import url(menu.css);
@import url(content.css);

/*
html, body, p, div, table, th, td, ul, ol, li, dl, dd, h1, h2, h3, h4, h5, h6, a, input, textarea, select {
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 9pt;
    color: #000000;
}

a:link {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

a:visited {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a:focus {
    color: #000000;
    text-decoration: none;
}

a.active {
    color: #000000;
    text-decoration: none;
}
*/
h1 {
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.structure {
	width: 905px;
	margin: 0;
	padding: 0;
	table-layout: fixed;
}

td.left_content {
	width: 180px;
	text-align: center;
	vertical-align: top;
}

td.content {
	width: 725px;
	vertical-align: top;
	overflow: hidden;
}
/*
img#logo {
    margin: 25px auto 0;
    padding: 0;
    display: block;
    border: 0;
}*/

div.header_title {
	margin: 30px 20px 20px 25px;
	padding: 0;
}

div.banner {
	margin-left: 25px;
	padding: 0;
}

div.content_title {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding: 0;
}

div.content {
	margin-left: 25px;
	padding: 0;
}

div.with_right_content {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0;
}

div.right_content {
	display: flex;
	width: 180px;
	float: right;
	margin-top: 0;
	padding: 0;
}

div.right_item_content {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding: 0;
}

div.content_announcement {
	width: calc(100% - 200px);
	margin-right: 20px;
	margin-top: 10px;
	float: left;
}
div.content_announcement a {
	text-decoration-line: none;
	color: #0078d6 !important;
}
div.content_announcement a:hover {
	text-decoration-line: underline;
	color: #006abc !important;
}

div.footer {
	margin: 30px 0 30px 25px;
	padding: 0;
}

div.footer_topbut {
	text-align: right;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 5px;
}

div.footer_text {
	font-size: 75%;
	color: #808080;
	border-top: 1px solid #ffffff;
}

div.sticky {
	position: sticky;
	top: 0;
	background-color: #ffffff;
}

div.sticky a {
	text-decoration-line: none;
	color: #0078d6 !important;
}

div.header-sticky {
	position: sticky;
	top: 0;
	background-color: var(--wb-grey-95);
	border-bottom: 1px solid var(--wb-grey-85);
	z-index: 99;
}

form.modellineForm {
	position: sticky;
	top: 0;
	background-color: #ffffff;
	padding-top: 10px;
	z-index: 99;
	margin-left: -2px;
}

div.obd-details {
	height: calc(100vh - 300px);
	overflow: auto;
}

div.mode6-details {
	height: calc(100vh - 200px);
	overflow: auto;
	margin: 0 50px;
}

div.models-details {
	height: calc(100vh - 380px);
	overflow: auto;
	margin-left: 25px;
	margin-top: 20px;
}

div.modelDetails-details {
	height: calc(100vh - 200px);
	overflow: auto;
	padding-top: 0;
	margin-bottom: 50px;
}

div.content-area {
	overflow: hidden;
	padding-top: 10px;
}

div.vehicle-select {
	width: 200px;
	margin-left: 20px;
}

.wb-icon-modified {
	width: 48px;
	height: 48px;
}

div.overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	opacity: 1;
	background-color: transparent;
}

div.text {
	color: white;
	font-size: 20px;
	position: relative;
	top: -10px;
	left: -8px;
	text-align: left;
	text-shadow:  2px 3px 3px #000;
}
a.model-details-link {
	width: auto;
	display: inline-block;
	text-decoration: none;
}