body {
  background-color: #202020;
  padding: 0px; margin: 0px;
}
body,td,th {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #C0C0C0;
}
a {
  color: #FF7F10;
  text-decoration: underline;
}
#logo {
  vertical-align: top;
  background-image: url(/design/lgobkg.jpg);
}
#mntitle {
  font-size: 16px;
  color: #FFFFFF;
  text-align: right;
  vertical-align: bottom;
  background-image: url(/design/hdtop.jpg);
}
#pgtitle {
  background-image: url(/design/hdmid.jpg);
  font-size: 15px;
  color: #FF7F10;
  vertical-align: middle;
}
#sbtitle {
  background-image: url(/design/hdbot.jpg);
  font-size: 14px;
  color: #C04010;
  padding-left: 10px;
  vertical-align: top;
}

#mnmnu {
  background: #C0C0C0 url(/design/mnmnubkg.jpg);
}
#mnmnu table {
  line-height: 16px;
  height: 20px;
  width: 555px;
  border-collapse: collapse;
}
#mnmnu table td {
  border-left: 1px dotted #6D4B30;
  font: 15px Arial, Helvetica, sans-serif;
  padding: 1px;
}
#mnmnu table a {
  text-decoration:none;
  color: #FFFFFF;
  height: 16px;
  text-align: center;
  display: block;
  margin: 1px;
}
#mnmnu table a:hover, #mnmnu a.selected {
  color: #FF7F10;
  border: 1px solid #C04010;
  margin: 0px;
}
#sbmenu {
  background: #C0C0C0 url(/design/sbmnubkg.gif);
  font: 12px Arial, Helvetica, sans-serif;
}
#sbmenu a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0px 10px 0px 10px;
  border-left: 0px;
  border-right: 1px solid #3E3E3E;
  display: block;
  float: left;
}
#sbmenu a:hover, #sbmenu a.selected {
  color: #000000;
  background-image: url(/design/sbmnudwn.gif);
  border-left: 1px solid #202020; border-right: 0px;
}

#content {
  background: #3E3E3E url(/design/bdybkg.jpg);
  vertical-align:top;
  padding: 5px 1px 0px 1px;
}
#content div.fullbox {
  width: 640px; margin-bottom: 5px;
}
#content div.head {
  font-size: 14px; color: #FFFFFF;
  text-align: left; clear: both;
  background-color: #3E3E3E;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #202020;
  padding-left: 5px; margin-bottom: 5px;
}
#content div.head strong {
  color: #C0C0C0;
}
#content div.hr {
  height: 1px;margin: 1px 0px 1px 0px;
  background-color: #343434;
  overflow: hidden;/*IE Hack*/
  clear: both;
}
#content img {
  padding: 2px;
  border: 1px solid #202020;
}
#content img.rgt {
 float: right; margin-left: 2px;
}
#content div.para {
  text-align: justify;
  margin-right: 3px;
  line-height: 14px;
  vertical-align: top;
}
#foot {
  background-image: url(/design/foot.gif);
}
#foot td {
  font-size: 10px; line-height: 15px;
  letter-spacing: 1px;
  height: 25px;
  vertical-align: bottom;
  padding: 0px 5px 0px 5px;
}

#foot .copy {
  color: #3E3E3E;
}

#foot .copy a {
  color: #C0C0C0;
}
sup {
  color: #C02008;
  font-weight: bold;
  font-size: 14px;
}
form {
  margin: 0px;
  width: auto;
}

.formular input,
.formular select,
.formular textarea {
  width: 260px;
}

input, select, textarea, iframe {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #202020;
  color: #000000; font-size: 12px;
  background-color: #C0C0C0;
  padding: 2px; margin: 0px;
}
select {
  color: #FFFFFF;
  background-color: #202020;
}
textarea {
  scrollbar-face-color: #909090;
  scrollbar-track-color: #C0C0C0;
  scrollbar-arrow-color: #FF7F10;
  scrollbar-shadow-color: #202020;
  scrollbar-darkshadow-color: #C0C0C0;
  scrollbar-highlight-color: #202020;
  scrollbar-3dlight-color: #C0C0C0;
}
input.button, button {
  color: #FFFFFF; font-size: 11px;
  border: 1px outset #FF7F10;
  background-color: #FF7F10;
  cursor: pointer;
  text-align: center;
  width:auto;/* overflow:visible;*/
  padding: 0px 2px 0px 2px;
  margin: 1px 0px 1px 0px;
}
/***************************************************/
#content table.cars {
  border-collapse: collapse;
  width: 770px;
  margin-bottom: 5px;
}

#content table.cars .row td {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-right: 1px solid #202020;
  border-left: 1px solid #343434;
  height: 22px;
}

#content table.cars .row td img {
  height: 40px;
  cursor: crosshair;
  display: block; float: right;
  position: relative;
}

#content table.cars tbody:hover .row td {
  background-color: #202020;
}

#content table.cars tbody:hover .row td img {
  height: auto;
  background-color: #202020;
  border-color: #909090;
  position: absolute; z-index: 1;
  margin-top: -20px; margin-left: -20px;
}

#content table.cars .odd td {
  background-color: #3E3E3E;
  color: #C0C0C0;
  border-bottom-color: #343434;
}

#content table.cars .even td {
  background-color: #343434;
  color: #909090;
  border-bottom-color: #3E3E3E;

}

#content table.cars th {
  color: #FFFFFF; font-size: 13px;
  border: 1px solid #343434;
  font-weight: bold;
}

#content table.cars td {
  font-size: 11px; text-align: left;
  vertical-align: top;
  padding: 1px 2px 1px 2px;
}

#content table.catalogue ul ul a {
  color: #C02008;
}

#content table.catalogue ul ul ul a {
  color: #C04010;
}

#content table.catalogue ul {
  text-align: left; float: left;
  margin: 5px 5px 5px 5px;
  padding: 2px;
  background-color: #202020;
}
#content table.catalogue ul ul {
  border: 1px solid #343434;
}
#content table.catalogue ul ul ul {
  border-width: 0px;
}

#content table.catalogue li {
  list-style-type: none;
  white-space: nowrap;
}
#content table.catalogue ul li {
  font-size: 15px; font-weight: bold;
}
#content table.catalogue ul ul li {
  font-size: 12px; font-weight: normal;
}
#content table.catalogue ul ul ul li {
  font-size: 11px; font-weight: normal;
  color: #00FF00;
}

#content table.cars a {
  text-decoration: none;
}

#content table.cars ul.smp {
  padding: 0px 0px 5px 20px;
}
#content table.cars ul.smp li {
  font-size: 12px; margin-top: 5px;
  font-weight: normal;
  list-style-type: square;
}


#content table.cars table.jumps {
  margin: 5px auto 5px auto; padding: 0px;
  background-color: #FFFFFF;
  border: 1px solid #202020;
  vertical-align: middle;
}
#content table.cars .jumps a {
  color: #FFFFFF; text-align: center;
  /*line-height: 15px;*/
  font-size: 12px;
  background-color: #FF7F10;
  width: 20px;
  /*height: 15px;*/
  float: left;
  border: 1px solid #C04010; padding: 0px;
  margin: 0px 1px 0px 1px; display: block;
}
#content table.cars .jumps a:hover {
  color: #FF7F10;
  background-color: #C02008;
}

#content table.cars thead td,
#content table.cars tfoot td {
  font-size: 13px;
  border: 1px solid #909090;
  margin: 0px; padding: 2px;
}
#content table.cars thead td div a,
#content table.cars thead td div select {
  font-size: 11px;
}
#content table.cars thead td div {
  float: left; width: 50%;
  text-align: right;
}


#content table.cars .brief {
  color: #000000; text-align: justify;
  background-color: #C0C0C0;
  border-top: 1px solid #343434;
}

#content table.cars .snap {
  text-align: center;
  border: 1px solid #202020;
}
#content table.cars td.snap img {
  margin: 5px 0px 5px 0px;
}


#content table.promo a {
  font-size: 13px;
  text-decoration: none;
}
#content table.promo td {
  border-bottom: 1px solid #343434;
  text-align: left;
  padding: 2px;
}
#content table.promo td li {
  font-size: 11px;
}
#content table.formular td {
  border-bottom: 1px solid #343434;
  padding: 2px;
}

