html {
    background: url(lotos_bg.jpg) no-repeat 0 0 #fff fixed;
    color: #494949;
}

body {
    font: 0.69em Tahoma, Arial, Helvetica, sans-serif;
}

h4 {
    text-align: center;
}

div.canvas {
    margin: 0px auto;
    padding: 0px;
    width: 600px;
    border: 1px solid #ccc;
    background: #f5f5f5;
}

div.footer {
    width: 600px;
    margin: 0px auto;
}

div.header {
    background: url(lotos_header.jpg) no-repeat 0 0;
    height: 124px;
}

div.main {
    background: #f5f5f5;
    margin: 3px 0px 10px 0px;
    padding: 5px 10px 20px 10px;
}

div.modelsearch {
    margin: 40px auto;
    text-align: center;
}

div.lfunction {
    height: 30px;
}

div.buttons {
    margin: 2px;
    float: right;
}

img {
    border: none;
}

input {
    border: 1px solid #ccc;
    background: #fff;
}

button {
    border: 1px solid #ccc;
    background: #fff;
    font-size: 11px;
    color: #666;
}

button:hover {
    color: #454545;
}

ul {
    list-style-type: none;
}

li a {
    text-decoration: none;
    color: #495692;
}

li a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    margin: 0px auto;
}

table a {
    color: #666;
    font-weight: bold;
    text-decoration: underline;
}

table a:hover {
    color: #000;
}

th {
    text-align: left;
    margin: 0px;
    padding: 2px 20px 2px 2px;
    width: 50px;
    white-space: nowrap;
    vertical-align: top;
}

td {
    margin: 0px;
    padding: 2px 10px 2px 2px;
    vertical-align: top;
}

table.breadcrumb {
    width: auto;
}

table.breadcrumb th {
    width: auto;
}

table.sector {
    width: 0;
    margin: 0px auto;
}

table.sector td {
    vertical-align: middle;
}

table.vehicle th {
    width: auto;
}

table.results {
    width: 100%;
}

table.results th {
    border: 1px solid #cfab79;
    background: #e2c8a2;
    color: #522a06;
}

table.results td {
    border: 1px solid #cfab79;
}

table.notes {
    width: 100%;
}

table.notes th {
    width: auto;
    padding: 1px;
}

table.notes td {
    width: auto;
    padding: 1px;
}
