/* general styles */
* {
  margin: 0;
  padding: 0;
}

ol, ul {
  padding-left: 20px;
}

select, textarea, input {
  padding: 0;
  margin: 0;
  border: 1px solid #d3d3d3;
  font-size: 11px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

.noBorder {
  border: 0;
}

.inputwrapper {
  border: 1px solid #d3d3d3;
  padding: 0;
  margin: 0;
}

img {
  margin: 0;
  border: 0;
  padding: 0;
}

body {
  height: 100%;
  width: 100%;
  background-color: #272727;
  text-align: center;
  position: absolute;
}

td, th {
  font-size: 11px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: white;
}

div.ff-remark-div a {
  color: black;
  text-decoration: underline;  
}

/* general classes */
.vMiddle {
  vertical-align: middle;
}

.vBottom {
  vertical-align: bottom;
}

.vTop {
  vertical-align: top;
}

.topPad15px {
  padding-top: 15px;
}

.vSpacer8px {
  height: 8px;
  width: 1px;
}

.vSpacer4px {
  height: 4px;
  width: 1px;
}

.vSpacer3px {
  height: 3px;
  width: 1px;
  padding: 0;
  margin: 0;
}

.vSpacer2px {
  height: 2px;
  width: 1px;
  padding: 0;
  margin: 0;
}

.vSpacer1px {
  height: 1px;
  width: 1px;
  padding: 0;
  margin: 0;
}

.hCenter {
  margin-left: auto;
  margin-right: auto;
}

.rightAlign {
  text-align: right;
}

.leftAlign {
  text-align: left;
}

.clickable {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

.border {
  border: 1px solid #cc0000;
}

#financialCalcDialogGERIFrame {
  vertical-align: bottom;
  border: 0;
  margin: 0;
  padding: 0;
}

div.clickButton {
  cursor: pointer;
}

div.clickButton span {
  padding-left: 10px;
  padding-right: 10px;
  background-color: black;
  color: white;
}

div.clickButton div {
  padding-left: 5px;
  padding-right: 5px;
  background-color: black;
  color: white;
}

.arrow {
  padding-left: 3px;
  padding-right: 6px;
  float: left;
}

tr.contentHeadlineWhite td {
  color: white;
  padding-top: 15px;
  text-align: left;
}

td.contentHeadline {
  color: #cc0000;
  padding-top: 15px;
  text-align: left;
}

tr.contentHeadline td {
  color: #cc0000;
  padding-top: 15px;
  text-align: left;
}

tbody.contentHeadline tr td {
  color: #cc0000;
  padding-top: 15px;
  text-align: left;
}

.vScroll {
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
}

.dialogCloseButton {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 300;
  cursor: pointer;
}

#spacingElementModel {
  font-size: 1px;
  float: left;
  margin-top: 18px;
  margin-left: 10px;
  margin-right: 10px;
  width: 1px;
  background-color: #666666;
}

#spacingElementColors {
  font-size: 1px;
  float: left;
  margin-top: 18px;
  margin-left: 20px;
  margin-right: 20px;
  width: 1px;
  background-color: #666666;
}

#spacingElementWheels {
  font-size: 1px;
  float: left;
  margin-top: 18px;
  margin-left: 20px;
  margin-right: 20px;
  width: 1px;
  background-color: #666666;
}

#spacingElementEquipment {
  font-size: 1px;
  float: left;
  margin-top: 18px;
  width: 1px;
  background-color: #666666;
}

/* loginpage */
.loginHeadline {
  text-align: center;
  padding-top: 90px;
  font-weight: bold;
  font-size: 10pt;
}

/* yourSEAT and model page */
.pkwEnVkv {
  padding-top: 20px;
}

/* print page */
body.print {
  background-color: white;
  color: black;
  text-align: left;
}

td.printHeadline {
  white-space: nowrap;
}

td.indent10 {
  padding-left: 10px;
}

.indentm10 {
  margin-left: 10px;
}

td.partData {
  white-space: nowrap;
  padding-left: 10px;
  vertical-align: top;
}

td.printTotal {
  white-space: nowrap;
  padding-left: 10px;
  vertical-align: top;
  text-align: right;
}

tr.printContentHeadline td {
  padding-top: 15px;
}

/* skeleton layout styles */
#globalBorder {
  margin: 0;
  border: 10px solid #272727;
  padding: 0;
  background-color: #272727;
}

#globalContent {
  width: 980px;
  background-color: black;
  color: white;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  padding: 0;
  font-size: 11px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}

/* header styles */
#header {
  width: 980px;
  height: 32px;
  background-color: white;
  border-bottom: 1px solid #d3d3d3;
}

.headerButton {
  margin-top: 8px;
  margin-left: 5px;
}

#headerHome {
  float: left;
}

#headerLinks {
  padding-right: 10px;
  float: right;
}

/* media area styles */
#mediaArea {
  width: 692px;
  height: 323px;
  background-color: white;
  float: left;
}

.mediaHeadlineSmall {
  vertical-align: 2px;
  padding-left: 4px;
}

.mediaHeadlineBig {
  padding-left: 4px;
}

#imageHolder360 {
  display: none;  
}

#partImageCloseButton {
  float: right;
  margin-top: 4px;
  margin-right: 25px;
}

#partImageHolder {
  margin-left: 8px;
  display: none;
}

#partInfoTextShader {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 655px;
  height: 41px;
  margin-left: 8px;
  background-color: white;
  opacity: 0.7;
}

#partInfoTextHolder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 655px;
  margin-left: 8px;

  overflow: hidden;
  color: black;
}

#staticImageHolder {
  text-align: center;
  display: none;
}

#staticImageHolderIMG {
  vertical-align: top;
}

#media {
  position: relative;
  color: black;
  width: 692px;
  height: 323px;
  overflow: hidden;
}

#rotationButton {
  position: absolute;
  top: 180px;
  left: 10px;
  margin-right: 80px;
  margin-left: 50px;
  z-index: 50;
  float: left;
}

#rotationHolder {
  position: relative;
  width: 655px;
  height: 298px;
  cursor: e-resize;
}

#clickHolder {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: e-resize;
}

#clickHolder img {
  position: absolute;
  top: 20px;
  cursor: default;
  font-weight: bold;
}

#hoverHolder {
  display: none;
  z-index: 50;  
}

#arrowLeft {
  left: 10px;
}

#arrowRight {
  right: -20px;
}

/* summary area styles */
#summary {
  height: 323px;
  width: 288px;
  float: left;
  background-color: white;
}

#summaryArea {
  height: 288px;
  width: 288px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

#summaryAreaGer {
  height: 188px;
  width: 288px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.summaryButton {
  background-color: #424242;
  width: 144px;
  border-top: 3px solid #cc0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 6px;
  text-align: center;
  float: left;
  background-image: url("../../images/navBarFade.gif");
  background-repeat: repeat-y;
}

#priceTable {
  color: gray;
  width: 262px;
  margin: 5px;
}

#monthlyRateTable {
  position: relative;
  top: -3px;
  color: gray;
  width: 262px;
  margin-left: 5px;
  margin-right: 5px;
}

.price {
  text-align: left;
}

.priceValue {
  text-align: right;
  white-space: nowrap;
}

.totalPrice {
  text-align: left;
  font-weight: bold;
  color: black;
  padding-top: 5px;
}

.totalPriceValue {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
  color: black;
  padding-top: 5px;
}

.totalPriceGer {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: black;
  padding-top: 5px;
}

.totalPriceValueGer {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
  font-size: 16px;
  color: red;
  padding-top: 5px;
}

.monthlyRateGer {
  text-align: left;
  font-size: 10px;
  font-weight: bold;
  color: black;
}

.monthlyRateValueGer {
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  color: red;
}

#featureLinks {
  padding-top: 30px;
  padding-left: 30px;
  margin: 0;
  color: black;
}

#summaryLinks {
  color: black;
  margin-top: 20px;
}

#summaryLinks a {
  color: black;
}

#summaryLinks a:hover {
  color: #cc0000;
}

.summaryLinkGer {
  float: left;
  width: 140px;
  white-space: nowrap;
}

.SEATLink {
  color: #000000;
}

.SEATLink:hover {
  color: #cc0000;
}

#featureLinks li a {
  color: black;
}

#featureLinks li a:hover {
  text-decoration: underline;
}

/* navigation bar styles*/
#navigationBar {
  width: 980px;
}

table.navigationBarTable {
  width: 980px;
  table-layout: fixed;
  padding: 0;
}

td.navButton {
  background-color: #424242;
  text-align: center;
  background-image: url("../../images/navBarFade.gif");
  background-repeat: repeat-y;
  height: 27px;
}

td.navButton_selected {
  background-color: black;
  text-align: center;
  height: 27px;
}

td.navButton div.border {
  display: none;
}

td.navButton_selected div.border {
  display: block;
  position: relative;
  border-top: solid 2px #cc0000;
  top: -8px;
}

#navHome {
  background-color: #1f1f1f;
  background-image: none;
  width: 100px;
}

/* general content area styles */
#content {
  width: 980px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

#contentCenter {
  width: 890px;
  padding-left: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.firstButton, td.firstButton {
  background-image: none;
}

/* footer styles */
#footer {
  width: 980px;
  color: white;
  background-color: black;
  height: 27px;
}

#footerCenter {
  width: 732px;
  height: 27px;
  line-height: 27px;
  background-color: #181c18;
  float: left;
  text-align: center;
  overflow: hidden;
}

.footerLeft {
  width: 124px;
  height: 27px;
  background-color: #333333;
  float: left;
  overflow: hidden;
}

.footerRight {
  width: 124px;
  height: 27px;
  background-color: #333333;
  float: left;
  text-align: right;
  overflow: hidden;
}

#navBackArrow {
  padding-left: 4px;
  padding-top: 4px;
}

#navBackLink {
  padding-left: 4px;
  vertical-align: 2px;
}

#navNextArrow {
  padding-right: 4px;
  padding-top: 4px;
}

#navNextLink {
  padding-right: 4px;
  vertical-align: 2px;
}

/* content model page styles*/
#modelSubSetTable {
  float: left;
  color: white;
}

table.modelTable {
  color: white;
  width: 660px;
}

table.modelTable tbody tr td {
  padding-right: 12px;
}

.modelText {
  white-space: nowrap;
}

.modelConsumption {
  padding-left: 15px;
  text-align: right;
  white-space: nowrap;
}

.modelEmission {
  padding-left: 14px;
  text-align: right;
  white-space: nowrap;
}

.modelPrice {
  padding-left: 15px;
  text-align: right;
  white-space: nowrap;
}

/* content colors page styles */
.colorButtonUnselected {
  padding: 2px;
  border: 0;
  margin: 0;
}

.colorButtonSelected {
  padding: 1px;
  border: 1px solid #cc0000;
  margin: 0;
}

.extColorTable {
  color: white;
}

.intColorTable {
  color: white;
}

.intColorRow td {
  padding-bottom: 20px;
}

#extColorTables {
  float: left;
}

.combinationText {
  padding-left: 10px;
}

/* content wheels page styles*/
#wheelsTable {
  float: left;
  color: white;
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 480px;
}

.wheelsText {
}

.wheelsInfo {
}

.wheelsPrice {
  padding-left: 20px;
  text-align: right;
  white-space: nowrap;
}

#wheelsEquipTable {
  float: left;
  color: white;
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 300px;
}

.wheelsEquipText {
}

.wheelsEquipInfo {
}

.wheelsEquipPrice {
  padding-left: 20px;
  text-align: right;
  white-space: nowrap;
}

/* content equipment page styles */
#equipmentPartSections {
  float: left;
  padding-right: 22px;
}

#equipmentTables {
  float: left;
  padding-left: 22px;
}

.equipmentsTable {
  color: white;
  width: 550px;
}

.equipmentsStatus {
  width: 15px;
  padding-right: 6px;
}

.equipmentsText {
  padding-right: 6px;
}

.equipmentsInfo {
  padding-left: 4px;
  padding-right: 6px;
}

.equipmentsPrice {
  text-align: right;
  white-space: nowrap;
}

td.dottedRow1 {
  border-bottom: 1px dotted gray;
  line-height: 2px;
}

td.dottedRow1 div {
  float: left;
}

td.dottedRow2 div {
  float: left;
  line-height: 2px;
}

.headlineGray {
  background-color: #333333;
}

.selectedStatusImg {
  vertical-align: -1px;
}

.partSubSetRow {
  line-height: 8px;
  color: #cc0000;
}

/* content Your SEAT page styles */
.horizline {
  border-bottom: 1px solid gray;
}

#yourSEATTable {
  width: 760px;
}

.yourSEATheadline {
  line-height: 8px;
  height: 8px;
  background-color: #333333;
  color: #cc0000;
}

.yourSEATData {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* dialog styles */
#clearContentArea {
  top: 0;
  left: 0;
  background-color: white;
  position: absolute;
  display: none;
  opacity: 0.5;
}

#dialogBorder {
  top: 0;
  left: 0;
  background-color: black;
  position: absolute;
  display: none;
}

#dialogCloseButton {
  top: 0;
  left: 0;
  z-index: 300;
  width: 20px;
  height: 20px;
  position: absolute;
  display: none;
  background-color: #555555;
  color: white;
}

.dialog {
  top: 0;
  left: 0;
  background-color: white;
  position: absolute;
  display: none;
  color: black;
  border: 20px solid black;
  font-size: 11px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  z-index: 3;  
}

/* conflict dialog */
#conflictDialog {
  width: 500px;
}

#conflictAlternativesHeadline {
  padding-top: 10px;
  padding-left: 5px;
  padding-bottom: 5px;
}

.conflictRowImage {
  padding-left: 5px;
  vertical-align: middle;
}

.conflictRowText {
  padding-left: 5px;
  vertical-align: middle;
}

.conflictRowPrice {
  text-align: right;
  vertical-align: middle;
  padding-left: 5px;
  white-space: nowrap;
}

.alternative {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid gray;
}

#conflictUndo {
  padding-top: 10px;
  margin-bottom: 10px;
}

#conflictUndo div {
  display: inline;
  background-color: black;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}

/* part info dialog*/
#partInfoDialog {
  width: 655px;
}

#partInfoImage {
  background-color: black;
  display: none;
  width: 655px;
  height: 298px;
}

#partInfoText {
  display: none;
  color: black;
  width: 650px;
}

#partInfoTextPad {
  display: none;
  padding: 5px;
}

/* simple headline maintext dialog*/
#simpleHeadlineTextDialog {
  width: 400px;
}

.dialog div.dialogContent {
  padding: 10px;
}

/* part info dialog */
#info {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.9;
  overflow-y: auto;
  width: 150px;
  z-index: 100;
  color: white;
  background-color: black;
}

/* standard equip dialog */
#standardEquipDialog {
  width: 500px;
}

#standardEquipDialogClientArea {
  height: 600px;
  width: 500px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

#standardEquipDialogClientPadding {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}

#standardEquipModelName {
  padding-top: 10px;
  font-weight: bold;
}

/* dealer search dialog */
.dealerFormElement {
  padding-top: 10px;
  float: left;
  width: 240px;
}

.dealerFormFieldSpacer {
  float: left;
  width: 20px;
  height: 1px;
}

.dealerSearchLabelDIV {
  line-height: 13px;
  height: 13px;
}

.dealerSearchFormPad {
  padding-top: 10px;
}

#dealerSearchParamDealerId {
  width: 500px;
}

#dealerSearchDialog {
  display: none;
  font-size: 11px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

#dealerSearchHeadline {
  font-size: 12px;
  padding-top: 10px;
  color: #cc0000;
}

#dealerSearchIntroText {
  padding-top: 10px;
}

#dealerSearchTitleDiv {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dealerSearchDialogField {
  width: 238px;
}

#dealerSearchParamMessage {
  overflow: auto;
  width: 498px;
}

#dealerSearchSendButton {
  text-align: right;
  padding-top: 10px;
}

#dealerSearchSendButton span {
  background-color: black;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}

/* finance dialog */
.financeArrow {
  display: block;
  padding: 1px;
}

td.settingValue {
  padding-top: 3px;
}

td.settingArrows {
  padding-top: 3px;
  padding-left: 4px;
}

td.settingText {
  padding-top: 3px;
  padding-left: 2px;
  vertical-align: middle;
}

#durationField {
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: right;
  vertical-align: middle;
}

#firstrateField {
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: right;
  vertical-align: middle;
}

#rateField {
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: right;
  vertical-align: middle;
}

#financialCalcIntroText {
  color: #555555;
  font-weight: normal;
}

#financialCalcQuotations {
  margin-top: 10px;
  margin-bottom: 10px;
}

#financialCalcQuotationRemark {
  margin-top: 20px;
  color: #555555;
  font-size: 11px;
  font-weight: bold;
}

#financialCalcModelText {
  margin-top: 15px;
  color: #555555;
  font-weight: normal;
}

#financialCalcQuotationText {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #555555;
  font-weight: normal;
}

#financialCalcCampaignText {
  margin-top: 20px;
  color: #555555;
  font-weight: normal;
}

td.cont_finance_descrH {
  color: #555555;
  font-size: 11px;
  font-weight: bold;
  text-indent: 0;
  overflow: visible;
  text-align: left;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  white-space: nowrap;
}

td.cont_finance_descrT {
  color: #555555;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  padding-right: 20px;
}

td.cont_finance_descrL {
  color: #555555;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  padding-bottom: 2px;
  padding-top: 2px;
  border-bottom-color: #CCCCCC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

td.cont_finance_descrR {
  color: #555555;
  font-weight: normal;
  text-align: left;
  padding-left: 5px;
  padding-right: 20px;
  vertical-align: middle;
  padding-bottom: 2px;
  padding-top: 2px;
  border-bottom-color: #CCCCCC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#carrousel {
  height: 546px;
}

#carrousel-stage {
  position: relative;
  height: 455px;
  background: #ffffff;
}

#carrousel-stage-button {
  position: absolute;
  background: url('../../images/intro_confugure_bg.jpg');
  width: 103px;
  height: 38px;
  left: 20px;
  top: 15px;
}

#carrousel-stage-button:hover {
  background: url('../../images/intro_confugure_bg_hover.jpg');
}

#carrousel-stage-button div {
  margin-left: 15px;
  margin-top: 10px;
}

#carrousel-stage-back {
  position: absolute;
  background: url('../../images/intro_arror_left.jpg');
  width: 28px;
  height: 21px;
  left: 5px;
  bottom: 5px;
}

#carrousel-stage-back:hover {
  background: url('../../images/intro_arror_left_hover.jpg');
}

#carrousel-stage-next {
  position: absolute;
  background: url('../../images/intro_arror_right.jpg');
  width: 28px;
  height: 21px;
  right: 5px;
  bottom: 5px;
}

#carrousel-stage-next:hover {
  background: url('../../images/intro_arror_right_hover.jpg');
}

#carrousel-stage-wait {
  position: absolute;
  top: 175px;
  left: 468px;
}

#carrousel-stage-wait img {
  width: 43px;
  height: 44px;
}

#carrousel-stage-single {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

#carrousel-stage-single img {
  margin-right: auto;
  margin-left: auto;
}

#carrousel-stage-multi {
  position: absolute;
  width: 980px;
  height: 455px;
  top: 0;
  left: 0;
}

#carrousel-stage-multi img {
  width: 980px;
  height: 455px;
}

#carrousel-stage-multi-overlay {
  position: absolute;
  width: 980px;
  height: 455px;
  top: 0;
  left: 0;
  cursor: e-resize;
  background: url('../../images/1px.gif');
}

#carrousel-carlines {
  width: 980px;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  margin-top: -3px;
}

#carrousel-carlines-wrapper {
  position: relative;
  margin-top: 3px;
}

#carrousel-carlines .carline {
  float: left;
  position: relative;
}

#carrousel-carlines .carline .carline-background {
  position: absolute;
  width: 100%;
  height: 27px;
  left: 0;
  z-index: 1;
}

#carrousel-carlines .carline .carline-background-default {
  background: url('../../images/navBarFade.gif') no-repeat 0 0 #424242;
  border: 0;
  top: 0;
}

#carrousel-carlines .carline .carline-background-first {
  background: none #424242;
  border: 0;
  top: 0;
}

#carrousel-carlines .carline .carline-background-hover {
  background: none #000000;
  border-top: 3px solid #CC0000;
  top: -3px;
}

#carrousel-carlines .carline .carline-nameimage {
  position: relative;
  height: 27px;
  text-align: center;
  z-index: 1;
}

#carrousel-carlines .carline .carline-nameimage img {
  margin-top: 7px;
  margin-left: 15px;
  margin-right: 15px;
}

#carrousel-carlines .carline .carline-thumbnailimage {
  position: relative;
  text-align: center;
  z-index: 1;
}

#carrousel-carlines .carline .carline-thumbnailimage img {
  margin-right: auto;
  margin-left: auto;
}

#carrousel-carlines .carline .carline-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: url('../../images/1px.gif');
}

.pointer {
  cursor: pointer;
}

/* HTML intro styles */

#introStage {
  position: relative;
  height: 455px;
  background-color: white;
  overflow: hidden;
}

#currentLargeImage {
  position: absolute;
  top: 55px;
  left: 150px;
}

.introButton {
  position: absolute;
  left: 22px;
  z-index: 1;
}

#configureButton {
  top: 12px;
}

#myConfigurationsButton {
  top: 52px;
}

#backToConfigurationButton {
  top: 12px;
  left: auto;
  right: 22px;
}

.introButton div {
  float: left;
  height: 37px;
  line-height: 37px;
  vertical-align: middle;
}

.introButton div.main {
  background-image: url("../../images/intro/configure_main.jpg");
  background-repeat: repeat;
}

.introButton div.main img {
  margin-top: 11px;
}

#buttonBar {
/* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 93px;
  width: 980px;
  overflow: hidden;
}

#introButtonContainer {
  height: 23px;
  width: 1500px;
}

#introButtonContainer div {
  display: block;
  float: left;
  width: 120px;
  padding: 0;
  margin: 0;
  border: 0;
}

#introButtonContainer div div {
  height: 91px;
}

#introButtonContainer div div.header {
  height: 23px;
  line-height: 23px;
  text-align: center;
  background: #424242 url("../../images/navBarFade.gif") repeat-y;
}

#introButtonContainer div div.thumbnail {
  height: 70px;
  line-height: 70px;
  text-align: center;
}

#introButtonContainer div div img {
  vertical-align: middle;
}

#carline-scroll-left {
  display: none;
  position: absolute;
  bottom: 5px;
  left: 3px;
}

#carline-scroll-right {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 3px;
}

.ff-main-table {
  z-index: 200;
  background-color: #ffffff;
}

.ff-dialog-close-button {
  position: absolute;
  top: -24px;
  right: 9px;
  z-index: 600;
  cursor: pointer;
}

.ff-dialog-close-text {
  position: absolute;
  top: -26px;
  right: 31px;
  z-index: 600;
  cursor: pointer;
}

.ff-dialog-headline {
  position: absolute;
  top: -26px;
  left: 9px;
  z-index: 600;
}

.ff-dialog {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 33px solid #999999;
  width: 820px;
  background-color: white;
  display: none;
  font-size: 11px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  color: black;
  text-decoration: none;
  text-align: left;
  z-index: 3;
}

.ff-dialog-inner-div {
  border-left: 40px solid white;
  border-right: 40px solid white;
  overflow: visible;
  padding-bottom: 11px;
}

/*header text*/
.ff-header-td-left {
  vertical-align: top;
  padding-top: 16px;
}

.ff-header-td-left div.totalPrice {
  font-weight: bold;
  white-space: nowrap;
  font-size: 16px;
  color: red;
  padding-top: 0px;
  padding-bottom: 4px;
}

.ff-header-td-right {
  vertical-align: top;
  padding-top: 17px;
}

.ff-header-right-print-div {
  position: relative;
  top: 0;
  right: 0;
  text-align: right;
  cursor: pointer;
  vertical-align: middle;
}

a.ff-header-right-link {
  color: #000;
}

.ff-header-table, .ff-tab-table, .ff-description-table, .ff-form-table {
  width: 740px;
}

.ff-description-td {
  padding-top: 13px;
  padding-bottom: 14px;
}

.ff-form-td-center {
  width: 80px;
  border-top: 6px solid white;
  border-bottom: 9px solid white;
  background-image: url("../../images/financing/center.png");
}

.ff-form-td-left, .ff-form-td-right {
  width: 330px;
  vertical-align: top;
}

.ff-form-inner-td-center {
  text-align: right;
}

.ff-form-inner-tr {
  height: 33px;
}

.ff-form-inner-td-center-radio {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ff-form-inner-table {
  width: 100%;
}

.ff-form-td-button {
  width: 330px;
  height: 37px;
  padding-bottom: 11px;
}

.ff-form-button-tr {
  vertical-align: bottom;
}

.ff-form-inner-td-center-button {
  width: 9px;
}

.ff-form-inner-td-left-button {
/* width:               87px;*/
}

.ff-form-inner-td-refresh-button, .ff-form-inner-td-commit-button {
  width: 115px;
  text-align: right;
}

.ff-form-inner-td-headline {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.ff-form-text {
  text-align: right;
  padding-top: 1px;
  padding-right: 2px;
  height: 14px;
  border-color: #999999;
}

.ff-button {
  display: inline;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid black;
  color: black;
  text-align: left;
  padding-left: 7px;
  padding-top: 5px;
  padding-right: 7px;
  padding-bottom: 5px;
  font-size: 11px;
}

.inactive {
  border: 1px solid #dddddd;
  color: #dddddd;
}

.ff-button:hover {
  border: 1px solid #cc0000;
}

.inactive:hover {
  border: 1px solid #dddddd;
}

.ff-tab-div {
  position: relative;
  top: -5px;
  z-index: 400;
  width: 740px;
  height: 59px;
  color: #000;
  cursor: pointer;
}

.ff-tab-div-title-left {
  position: absolute;
  left: 10px;
  top: 11px;
}

.ff-tab-div-subtitle-left {
  position: absolute;
  left: 20px;
  top: 30px;
}

.ff-tab-div-arrow-left {
  position: absolute;
  left: 10px;
  top: 35px;
}

.ff-tab-div-title-center {
  position: absolute;
  left: 257px;
  top: 11px;
}

.ff-tab-div-subtitle-center {
  position: absolute;
  left: 267px;
  top: 30px;
}

.ff-tab-div-arrow-center {
  position: absolute;
  left: 257px;
  top: 35px;
}

.ff-tab-div-title-right {
  position: absolute;
  left: 503px;
  top: 11px;
}

.ff-tab-div-subtitle-right {
  position: absolute;
  left: 513px;
  top: 30px;
}

.ff-tab-div-arrow-right {
  position: absolute;
  left: 503px;
  top: 35px;
}

/* left */
.ff-tab-div-left-enabled {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #999999;
  width: 246px;
  height: 59px;
}

.ff-tab-div-left-disabled {
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px solid #999999;
  width: 247px;
  height: 59px;
}

.ff-tab-div-inner-left-enabled {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #fff;
  width: 246px;
  height: 4px;
  background-color: #cc0000;
  color: #fff;
}

.ff-tab-div-inner-left-disabled {
  border-bottom: 1px solid #999999;
  width: 247px;
  height: 5px;
  color: #fff;
}

/* center */
.ff-tab-div-center-enabled {
  position: absolute;
  left: 246px;
  top: 0;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  width: 246px;
  height: 59px;
}

.ff-tab-div-center-disabled {
  position: absolute;
  left: 246px;
  top: 0;
  border-bottom: 1px solid #999999;
  width: 247px;
  height: 59px;
}

.ff-tab-div-inner-center-enabled {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #ffffff;
  width: 246px;
  height: 4px;
  background-color: #cc0000;
}

.ff-tab-div-inner-center-disabled {
  border-bottom: 1px solid #999999;
  width: 247px;
  height: 5px;
}

/* right */
.ff-tab-div-right-enabled {
  position: absolute;
  left: 493px;
  top: 0;
  border-left: 1px solid #999999;
  width: 246px;
  height: 59px;
}

.ff-tab-div-right-disabled {
  position: absolute;
  left: 493px;
  top: 0;
  border-bottom: 1px solid #999999;
  width: 247px;
  height: 59px;
}

.ff-tab-div-inner-right-enabled {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #ffffff;
  width: 246px;
  height: 4px;
  background-color: #cc0000;
}

.ff-tab-div-inner-right-disabled {
  border-bottom: 1px solid #999999;
  width: 247px;
  height: 5px;
}

.ff-banner-table {
  padding-top: 8px;
  padding-bottom: 5px;
  width: 820px;
  background-color: black;
}

.ff-banner-td-left {
  width: 414px;
  text-align: right;
  padding-right: 21px;
}

.ff-banner-td-right {
  padding-left: 21px;
  text-align: left;
  width: 406px;
}

.ff-form-radio {
  width: 100%;
}

.ff-form-radio-td-text {
  padding-right: 5px;
}

.ff-form-radio-td-icon {
  cursor: pointer;
}

.ff-form-radio-td-space {
  width: 5px;
}

.ff-remark-div {
  padding-bottom: 25px;
  padding-top: 10px;
}

/* jQuery combobox */

.jquery-combobox-box {
  text-align: left;
  border: 1px solid #999999;
}

.jquery-combobox-box .jquery-combobox-current {
  background-color: #ffffff;
  padding: 0;
  text-align: right;
  height: 15px;
  cursor: pointer;
  overflow: hidden;
}

.jquery-combobox-box .jquery-combobox-current:hover {
  background-color: #999999;
  color: #ffffff;
}

.jquery-combobox-box .jquery-combobox-current > div {
  background: url('../../images/financing/arrow_down.gif') no-repeat right center;
  padding-top: 1px;
  padding-right: 22px;
  padding-left: 2px;
  overflow: hidden;
  white-space: nowrap;
}

.jquery-combobox-box .jquery-combobox-open > div {
  background: url('../../images/financing/arrow_down.gif') no-repeat right center;
}

.jquery-combobox-box .jquery-combobox-values {
  background-color: #ffffff;
  z-index: 500;
}

.jquery-combobox-box .jquery-combobox-values .jquery-combobox-item {
  white-space: nowrap;
  text-align: right;
  overflow: hidden;
  padding: 1px;
}

.jquery-combobox-box .jquery-combobox-values .jquery-combobox-item:hover {
  background-color: #999999;
  color: #ffffff;
  cursor: pointer;
  padding: 1px;
}

/* jQuery scrollpane and its container */

.container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.jScrollPaneContainer {
  position: relative;
  left: -1px;
  overflow: hidden;

  border: 1px solid #999999;
  background-color: #ffffff;
}

.jScrollPaneTrack {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  background: url('../../images/financing/scroll_track.gif') repeat-y;
}

.jScrollPaneDrag {
  position: absolute;
  background: url('../../images/financing/scroll_drag_middle.gif') no-repeat 0 49.8%;
  cursor: pointer;
  overflow: hidden;
}

.jScrollPaneDragTop {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background: url('../../images/financing/scroll_drag_top.gif') no-repeat;
  height: 2px;
}

.jScrollPaneDragBottom {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  background: url('../../images/financing/scroll_drag_bottom.gif') no-repeat;
  height: 2px;
}

.jScrollPaneDragHandle {
  position: absolute;
  top: 100px;
  left: 0;
  overflow: hidden;
  background: url('../../images/financing/scroll_drag_handle.gif') no-repeat;
  height: 2px;
}

a.jScrollArrowUp {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden;
  background: url('../../images/financing/scroll_arrow_up.gif') no-repeat 0 0;
  height: 12px;
}

a.jScrollArrowDown {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden;
  background: url('../../images/financing/scroll_arrow_down.gif') no-repeat 0 0;
  height: 12px;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
  background-position: 0 -40px;
}

/*
******************
***** shadow *****
******************
*/
div.shadow-top-left {
  position: absolute;
  width: 2px;
  height: 2px;
  left: -2px;
  top: -2px;
  background: url(../../images/dialog/shadow-top-left.png) no-repeat;
  overflow: hidden;
}

div.shadow-top-right {
  position: absolute;
  width: 5px;
  height: 2px;
  top: -2px;
  right: -5px;
  background: url(../../images/dialog/shadow-top-right.png) no-repeat;
  overflow: hidden;
}

div.shadow-bottom-left {
  position: absolute;
  width: 2px;
  height: 5px;
  bottom: -5px;
  left: -2px;
  background: url(../../images/dialog/shadow-bottom-left.png) no-repeat;
  overflow: hidden;
}

div.shadow-bottom-right {
  position: absolute;
  width: 5px;
  height: 5px;
  bottom: -5px;
  right: -5px;
  background: url(../../images/dialog/shadow-bottom-right.png) no-repeat;
  overflow: hidden;
}

div.shadow-top {
  position: absolute;
  width: 100%;
  height: 2px;
  top: -2px;
  left: 0;
  background: url(../../images/dialog/shadow-top.png) repeat-x;
  overflow: hidden;
}

div.shadow-bottom {
  position: absolute;
  height: 5px;
  bottom: -5px;
  left: 0;
  width: 100%;
  background: url(../../images/dialog/shadow-bottom.png) repeat-x;
  overflow: hidden;
}

div.shadow-left {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: -2px;
  background: url(../../images/dialog/shadow-left.png) repeat-y;
  overflow: hidden;
}

div.shadow-right {
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  right: -5px;
  background: url(../../images/dialog/shadow-right.png) repeat-y;
  overflow: hidden;
}

/*
***********************
***** Dialog 2010 *****
***********************
*/

#modalDiv {
  top: 0;
  left: 0;
  background-color: #666;
  position: absolute;
  display: none;
  opacity: 0.75;
  z-index: 2;
}

/* common definitions */

div.dialog2010 {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 360px;
  background-color: white;
  display: none;
  font-size: 11px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  color: black;
  text-decoration: none;
  text-align: left;
  z-index: 3;
}

div.dialog2010 .hidden {
  display: none;
}

div.dialog2010 div.header {
  height: 23px;
  padding: 5px 10px;
  background-color: #aaa;
  color: white;
}

div#standaloneBackground {
   margin-top: 340px;
   border-top: 3px solid #c00;
   height: 430px;
   background-color: #000;
}

div.dialog2010 div.standaloneHeaderTitle {
  position: absolute;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  top: 15px;
  left: 44px;
}

div.dialog2010 div.standaloneHeaderNewConfig {
  position: absolute;
  top: 20px;
  font-size: 14px;
  font-weight: bold;
  left: 418px;
}

div.standaloneHeaderNewConfig a {
  color: black;
}

div#standaloneNoConfig {
  padding: 20px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  text-align: left;
}

div#standaloneNoConfig div.headline {
  font-size: 18px;
  font-weight: bold;
}

div#standaloneNoConfig div.subHeadline {
  font-size: 17px;
}

div#standaloneNoConfig div.image {
  height: 137px;
  overflow: hidden;
}

div#standaloneNoConfig div.message {
  font-size: 16px;
}

div#standaloneNoConfig div.startConfigurator {
  padding-top: 10px;
  font-size: 17px;
}

div#standaloneNoConfig div.startConfigurator a {
  color: black;
  font-weight: bold;
}


div.dialog div.header {
  height: 23px;
  padding: 5px 10px;
  background-color: #aaa;
  color: white;
}

div.dialog2010 div.header div.close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
}

div.dialog div.header div.close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
}

div.dialog2010 div.header div.close a {
  padding-left: 6px;
}

div.dialog div.header div.close a {
  padding-left: 6px;
}

div.dialog2010 img {
  vertical-align: middle;
}

div.dialog2010 div.content {
  padding: 20px 42px;
}

div.dialog2010 div.headline {
  font-size: 13px;
  font-weight: bold;
}

div.dialog2010 p {
  margin-bottom: 18px;
}

div.dialog2010 input.small {
  width: 164px;
  background: url("../../images/dialog/input-shadow-small.png") no-repeat center;
  border: none;
  padding: 2px 3px;
}

div.dialog2010 input.small-error {
  width: 164px;
  background: url("../../images/dialog/input-shadow-small-error.png") no-repeat center;
  border: none;
  padding: 2px 3px;
}

div.dialog2010 input.large {
  width: 240px;
  background: url("../../images/dialog/input-shadow-large.png") no-repeat center;
  border: none;
  padding: 2px 5px;
}

div.dialog2010 input.large-error {
  width: 240px;
  background: url("../../images/dialog/input-shadow-large-error.png") no-repeat center;
  border: none;
  padding: 2px 5px;
}

div.dialog2010 a.link {
  color: black;
  background: url("../../images/icon_link_small_red.png") no-repeat 0 4px;
  padding-left: 9px;
}

div.dialog2010 a.link:hover {
  color: #cc0000
}

div.dialog2010 a.button {
  color: #666;
  background: url("../../images/icon_link_small_red.png") no-repeat 7px 9px;
  border: 1px solid #999;
  padding: 5px 8px 5px 17px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}

div.dialog2010 a.button:hover {
  border: 1px solid #c00;
}

div.dialog2010 div.button a.link {
  font-weight: bold;
  color: #666;
}

div.dialog2010 table {
  table-layout: fixed;
  border-collapse: collapse;
}

div.dialog2010 div.bg {
  left: 0;
  top: 0;
  background: #666;
  position: absolute;
  opacity: 0.75;
  z-index: 2;
}

/**** special dialogs *****/

/* login dialog */

div#loginDialog {
  width: 620px;
  height: 520px;
}

div#loginDialog div.content {
  height: 447px;
  background: url(../../images/login-bg.jpg) no-repeat white 0 140px;
}

div#loginDialog div.headline {
  margin-right: 130px;
}

div#loginDialog img.clubSeatLogo {
  float: right;
}

div#loginDialog div.right {
  margin-top: 150px;
  float: right;
  width: 268px;
}

div#loginDialog div.left {
  margin-top: 150px;
  float: left;
  width: 268px;
}

div#loginDialog div.line {
  border-left: 1px solid #aaa;
  padding: 18px 0 30px 42px;
}

div#loginDialog div.leftt div.headline {
  margin: 0;
}

div#loginDialog div.right div.headline {
  padding-left: 43px;
  margin: 0;
}

div#loginDialog div.error {
  visibility: hidden;
  height: 28px;
  padding: 3px 4px;
  color: #c00;
}

div#loginDialog div.spacer {
  margin-top: 8px;
  margin-bottom: 25px;
}

div#loginDialog input.button {
  color: #666;
  background: url("../../images/icon_link_small_red.png") no-repeat 7px 9px;
  border: 1px solid #999;
  padding: 5px 8px 5px 17px;
  font-weight: bold;
  cursor: pointer;
}

div#loginDialog input.button:hover {
  border: 1px solid #c00;
}

div#loginDialog div.delay {
  width: 620px;
  height: 284px;
  position: absolute;
  left: 0;
  top: 34px;
  background: white;
  opacity: 0.7;
  text-align: center;
  padding-top: 202px;
}

/* virtual garage dialog */

div#garageDialog {
  width: 820px;
  height: 773px;
}

div#garageDialog div.content {
  padding: 0;
}

div#garageDialog div.white {
  width: 732px;
  height: 235px;
  padding: 48px 45px 24px 45px;
}

div#garageDialog div.black {
  width: 800px;
  height: 420px;
  border-top: 3px solid #c00;
  padding: 0 10px 10px 10px;
  background-color: black;
}

div#garageDialog a.addButton {
  border: 1px solid #999;
  padding: 5px 8px 5px 20px;
  background: url("../../images/dialog/plus.png") no-repeat 7px 8px;
  color: #666;
  font-weight: bold;
}

div#garageDialog a.addButton:hover {
  border: 1px solid #c00;
}

div#garageDialog table {
  table-layout: fixed;
  border-spacing: 0;
}

div#garageDialog tr.select {
  height: 18px;
}

div#garageDialog tr.image {
  height: 110px;
}

div#garageDialog tr.price {
  height: 72px;
}

div#garageDialog tr.test {
  height: 26px;
}

div#garageDialog tr.test td {
  height: 26px;
}


div#garageDialog tr.select div.jquery-combobox-box {
  width: 153px;
  float: left;
}

div#garageDialog tr.select div.jquery-combobox-box div.jquery-combobox-current > div {
  text-align: left;
  padding-left: 8px;
}

div#garageDialog tr.select div.jquery-combobox-box div.jquery-combobox-values div.jquery-combobox-item {
  text-align: left;
  padding-left: 8px;
}

div#garageDialog td {
  width: 174px;
  padding-left: 11px;
  vertical-align: top;
}

div#garageDialog td.first {
  padding-left: 0;
}

div#garageDialog td.image {
  vertical-align: bottom;
}

div#garageDialog img.car {
  position: relative;
  left: -12px;
  bottom: -14px;
  width: 210px;
}

div#garageDialog img.yai {
  position: relative;
  left: -25px;
  bottom: -17px;
  width: 205px;
}

div#garageDialog img.carreverse {
  position: relative;
  left: -10px;
  bottom: -14px;
  width: 210px;
}

div#garageDialog img.yaireverse {
  position: relative;
  left: -25px;
  bottom: -17px;
  width: 205px;
}

div#garageDialog img.empty {
  position: relative;
  bottom: -24px;
}

div#garageDialog div.car {
  position: relative;
  width: 174px;
  height: 110px;
  border-bottom: 1px solid #999;
  overflow: hidden;
}

div#garageDialog div.rotate {
  position: relative;
  left: 10px;
  top: -79px;
}

div#garageDialog div.name {
  padding-top: 6px;
  width: 174px;
  overflow: hidden;
}

div#garageDialog div.black div.headline td.first {
  padding-left: 20px;
  width: 154px;
}

div#garageDialog div.black div.headline {
  height: 14px;
  padding: 7px 35px 7px 35px;
  color: white;
  background: #555;
}

div#garageDialog div.black div.headline td {
  font-weight: bold;
}

div#garageDialog div.optionlist {
  padding-left: 24px;
}

div#garageDialog div.underline {
  border-bottom: 1px solid #777;
}

div#garageDialog div.inactive {
  padding: 7px 8px 7px 20px;
  color: #777;
  background: url("../../images/dialog/close_grey.png") no-repeat 3px 11px;
  font-weight: bold;
}

div#garageDialog div.closed {
  padding: 7px 8px 7px 20px;
  color: white;
  background: url("../../images/financing/close.png") no-repeat 3px 11px;
  font-weight: bold;
  cursor: pointer;
}

div#garageDialog div.open {
  padding: 7px 8px 7px 20px;
  color: white;
  background: url("../../images/dialog/open.png") no-repeat 3px 11px;
  font-weight: bold;
}

div#garageDialog div.normal {
  padding: 7px 8px 7px 20px;
  color: white;
}

div#garageDialog div.combobox-box {
  float: left;
  border: 1px solid #999;
  width: 153px;
}

div#garageDialog div.combobox-box div.combobox-current {
  background-color: white;
  padding: 0;
  height: 16px;
  cursor: pointer;
  overflow: hidden;
}

div#garageDialog div.combobox-box div.combobox-current:hover {
  background-color: #999;
  color: white;
}

div#garageDialog div.combobox-box div.combobox-current > div {
  background: url('../../images/icon_link_small_red.png') no-repeat 0 6px;
  padding: 1px 5px;
  overflow: hidden;
  white-space: nowrap;
}

div#garageDialog img.rename {
  vertical-align: top;
}

div#garageDialog div.rename {
  padding: 3px 3px 0 0;
  text-align: right;
}

div#garageDialog div.headline img {
  vertical-align: baseline;
  margin: 0 4px 0 2px;
}

div#garageDialog div.total {
  color: white;
  font-weight: bold;
  text-align: right;
  width: 43px;
  padding: 7px 131px 7px 0;
}

div#garageDialog td.scrollbarspace {
  width: 30px;
}

div#garageDialog div.details a.edit {
  background: url("../../images/dialog/tool_white.png") no-repeat left center;
  padding-left: 18px;
}

div#garageDialog div.details {
  display: none;
  padding: 0 0 7px 0;
  width: 776px;
  overflow-y: auto;
}

div#garageDialog div.details td {
  color: white;
}

div#garageDialog div.details td.category {
  width: 151px;
  padding: 7px 0 7px 31px;
}

div#garageDialog div.details td.price {
  width: 43px;
  padding: 7px 10px 7px 11px;
  text-align: right;
}

div#garageDialog div.details td.description {
  width: 117px;
  padding: 7px 0 7px 4px;
}

div#garageDialog div.details td.description div {
  overflow: hidden;
  width: 117px;
}

div#garageDialog div.details td.info {
  width: 173px;
  padding: 7px 0 7px 12px;
}

div#garageDialog div.black .jScrollPaneContainer {
  background-color: black;
  border: none;
}

/* delete dialog */

div#deleteDialog {
  width: 640px;
  height: 560px;
}

div#deleteDialog div.content {
  padding: 26px 41px;
}

div#deleteDialog div.info {
  margin-top: 2px;
}

div#deleteDialog div.listtext {
  margin-top: 21px;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: bold;
}

div#deleteDialog div.border {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-left: none;
  border-right: none;
  height: 324px;
}

div#deleteDialog div.jScrollPaneContainer {
  border: none;
}

div#deleteDialog div.imagecontainer {
  height: 324px;
  overflow-y: auto;
}

div#deleteDialog div.vehicle {
  float: left;
  margin-right: 5px;
}

div#deleteDialog div.car {
  position: relative;
  width: 174px;
  height: 110px;
  border-bottom: 1px solid #999;
  overflow: hidden;
}

div#deleteDialog img.car {
  position: relative;
  left: -12px;
  bottom: -14px;
  width: 210px;
}

div#deleteDialog img.yai {
  position: relative;
  left: -25px;
  bottom: -17px;
  width: 205px;
}

div#deleteDialog div.check {
  position: relative;
  top: -79px;
}

div#deleteDialog div.name {
  width: 174px;
  height: 22px;
  overflow: hidden;
}

div#deleteDialog div.buttons {
  margin-top: 24px;
}

div#deleteDialog div.button-left {
  float: left;
}

div#deleteDialog div.button-right {
  float: right;
}

div#deleteDialog div.check img {
  cursor: pointer;
}

/* register dialog */

div#registerDialog {
  width: 620px;
  height: 568px;
}

div#registerDialog div.title {
  margin-top: 6px;
}

div#registerDialog div.info {
  height: 58px;
  font-size: 14px;
  font-weight: bold;
}

div#registerDialog div.smalltitle {
  height: 33px;
  font-size: 14px;
  font-weight: bold;
}

div#registerDialog div.radiobuttons {
  height: 45px;
}

div#registerDialog div.radio {
  float: left;
  margin-right: 10px;
}

div#registerDialog div.error {
  visibility: hidden;
  color: #c00;
  margin: 1px 0;
  height: 28px;
}

div#registerDialog div.content img {
  margin-right: 5px;
  vertical-align: -2px;
  cursor: pointer;
}

div#registerDialog a.underline {
  color: black;
  text-decoration: underline;
}

div#registerDialog div.jScrollPaneContainer {
  margin-top: -14px;
  margin-bottom: 14px;
}

div#registerDialog div.details {
  height: 55px;
  overflow-y: auto;
}

div#registerDialog div.details h1 {
  padding: 5px 10px 2px 10px;
  font-weight: bold;
  font-size: 14px;
}

div#registerDialog div.details p {
  padding: 3px 10px 5px 10px;
  margin-bottom: 5px;
}

div#registerDialog div.buttons {
  margin-top: 52px;
}

div#registerDialog div.button-left {
  float: left;
}

div#registerDialog div.button-right {
  float: right;
}

div#registerDialog div.delay {
  width: 620px;
  height: 246px;
  position: absolute;
  left: 0;
  top: 34px;
  background: white;
  opacity: 0.7;
  text-align: center;
  padding-top: 202px;
}

/* save dialog */

div#saveDialog {
  width: 520px;
  height: 385px;
}

div#saveDialog div.content {
  padding-top: 26px;
}

div#saveDialog div.car {
  position: relative;
  width: 174px;
  height: 110px;
  border-bottom: 1px solid #999;
  overflow: hidden;
}

div#saveDialog img.car {
  position: relative;
  left: -12px;
  bottom: -14px;
  width: 210px;
}

div#saveDialog img.yai {
  position: relative;
  left: -25px;
  bottom: -17px;
  width: 205px;
}

div#saveDialog div.trim {
  width: 174px;
  padding-top: 1px;
  overflow: hidden;
}

div#saveDialog div.engine {
  height: 39px;
}

div#saveDialog div.info {
  height: 23px;
  font-size: 14px;
  font-weight: bold;
}

div#saveDialog div.buttons {
  margin-top: 43px;
}

div#saveDialog div.button-left {
  float: left;
}

div#saveDialog div.button-right {
  float: right;
}

/* info dialog */
div#infoDialog {
  width: 520px;
  height: auto;
}

div#infoDialog div.content {
  padding: 35px 40px;

}

div#infoDialog div.title {
  width: 440px;
  height: 30px;
  overflow: hidden;
}

div#infoDialog div.text {
  width: 440px;
}

div#infoDialog div.button {
  width: 440px;
  height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 20px;
}

/* bookmark dialog */
div#bookmarkDialog {
  width: 750px;
  height: auto;
}

div#bookmarkDialog div.bookmarkForm {
  margin-bottom: 18px;
}

div#bookmarkDialog div.bookmarkFormLabel {
  padding-bottom: 3px;
}

div#bookmarkDialog div.bookmarkFormValue {
  padding-bottom: 8px;
}

/* send to friend dialog*/

div#sendEmailToFriendDialog {
  width: 590px;
  height: auto;
}

div#sendEmailToFriendDialog table#sendEmailToFriendTable td {
  padding-bottom: 10px;
  vertical-align: top;
  white-space: nowrap;
}

div#sendEmailToFriendDialog textarea#messageField {
  overflow: hidden;
}

td.stfLabel {
  width: 100px;
}

/* mini dialog */

div.miniDialog {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  padding: 30px 40px 40px 40px;
  margin: auto;
  z-index: 3;
}

div.miniDialog div.buttons {
  margin-top: 30px;
}

div.miniDialog div.button-left {
  float: left;
}

div.miniDialog div.button-right {
  float: right;
}

div.miniDialog div.buttons a {
  cursor: pointer;
}

/* anniversary Banner*/
#campaignBanner {
  position: absolute;
  top: 47px;
  left: 780px;
  z-index: 2;
}

/* anniversary Banner*/
#anniversaryBanner {
  position: absolute;
  top: 387px;
  left: 31px;
  z-index: 2;
}

#anniversaryBannerSideBanner {
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 2;
}

#anniversaryBannerToolTip {
  border: 1px solid black;
  padding: 5px;
  position: absolute;
  top: 272px;
  left: 156px;
  background-color: white;
  color: black;
  width: 363px;
  z-index: 2;
  display: none;
}

.anniversaryDiscountRow {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  padding-top: 1px;
  padding-bottom: 1px;
}
