@charset "UTF-8";

#contentsTitle h2{
    padding: 0px;
    position: relative;
    top: 7px;
}

/*
 Contact Index
----------------------------------------------------------- */
div#contact {
    width: 900px;
}

div#contact p {
    margin-bottom: 30px;
}

div#contact ul li {
    padding: 0px 10px 0px 0px;
    display: inline;
}

div#contact h4 {
    color: #000;
    font-size: 1.6em;
    margin-bottom: 2px;
}

div.cuIndexSection {
    margin-top: 32px;
    margin-bottom: 12px;
}

div.cuIndexOffice {
    width: 345px;
    float: left;
}

div.cuIndexOffice dl {
    margin-left: 0px;
    margin-bottom: 5px;
}

div.cuIndexOffice dt {
    margin: 0px;
    font-size: 0.9em;
    line-height: 1.3em;

}

div.cuIndexOffice h4 {
    margin-left: 0px;
    margin-bottom: 5px;
    font-size: 1.4em;
    color: #999;
}

div.cuIndexShowroom {
    width: 450px;
    float: left;
}

div.cuIndexShowroom h5 {
    margin-top: 15px;
    margin-left: 0px;
    margin-bottom: 5px;
    font-size: 1.3em;
    color: #999;
}

div.cuIndexShowroom dl {
    margin-top: 5px;
    margin-left: 2px;
}

div.cuIndexShowroom dt {
    margin: 0px;
    font-size: 0.9em;
    line-height: 1.3em;

}

div.cuIndexHr {
    border-top: 1px solid #999;
    padding: 0px 0px 50px;
}


/*
 Contact Form
----------------------------------------------------------- */
div#contact h3 {
    font-size: 1.4em;
    line-height: 1.6em;
    color: #333;
    margin-bottom: 0px;
}

div.cuFormSection {
    margin-top: 16px;
    margin-bottom: 8px;
}

div.cuFormSection h4 {
    font-size: 1.6em;
    color: #333;
}

div.cuFormSection h4 span {
    padding: 0 0 0 15px;
    color: #C00;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1em;
}

div.cuFormGrid {
    margin-top: 8px;
    margin-left: 80px;
    margin-right: 0px;
    margin-bottom: 8px;
}

div.cuFormCheckS { width: 70px;  height: 18px;  float: left; }
div.cuFormCheckM { width: 150px; height: 18px;  float: left; }
div.cuFormCheckL { width: 190px; height: 18px;  float: left; }

div.cuFormCheckS input,
div.cuFormCheckM input,
div.cuFormCheckL input {
    vertical-align: middle;
}

div.cuFormCheckS label,
div.cuFormCheckM label,
div.cuFormCheckL label {
    vertical-align: middle;
    padding: 0px 0px 0px 3px;
}

div.cuFormGrid table {
    border-collapse: collapse;
}

div.cuFormGrid td {
    vertical-align: middle;
}

colgroup.cuFormTxtLabel {
    width: 105px;
}

tr.cuFormItem td input {
    border: 1px solid #CCC;
    font-size: 1em;
    padding: 3px 1px;
}

input.cuTw100 { width: 100px; }
input.cuTw120 { width: 120px; }
input.cuTw170 { width: 170px; }
input.cuTw260 { width: 260px; }
input.cuTw370 { width: 370px; }

span.cuNextLabel {
    font-size:1em;
    line-height: 1em;
    padding: 0px 8px 0px 18px;
}
td.cuNextLabelTd {
    text-align: right;
}

div.cuFormGrid td textarea {
    width: 435px;
    padding: 3px 1px;
    border: 1px solid #CCC;
    overflow: auto;
    font-size: 1em;
}

textarea.cuTareaS {
    height: 120px;
}

div.cuFormGrid p {
    margin-top: 20px;
    margin-bottom: 30px;
}

div.cuFormButton {
    padding: 0px 0px 50px 0px;
}

div.cuFormButton ul li {
    padding: 0px 10px 0px 0px;
    display: inline;
}

span.cuRequired {
    font-size:1em;
    color: #C00;
}

tr.cuFormSelect td {
    padding: 6px 0px 0px 0px;
    white-space: nowrap;
    vertical-align: middle;
}

tr.cuFormItem td {
    padding: 6px 0px 2px 0px;
    white-space: nowrap;
    vertical-align: middle;
}

tr.cuErrorMess td {
    padding: 0px 0px 8px 3px;
    color: #C00;
    vertical-align: top;
    font-weight: bold;
}

tr.cuTareaLabel td {
    padding: 6px 0px 2px 0px;
    white-space: nowrap;
    vertical-align: top;
}

div.cuErrorS { width: 200px; }
div.cuErrorM { width: 230px; }
div.cuErrorL { width: 600px; }


div.cuConfirmGrid {
    margin-top: 8px;
    margin-left: 80px;
    padding: 0px 0px 8px;
    font-size: 1.2em;
}

div.cuConfirmGrid table {
    border-collapse: collapse;
    margin-bottom: 20px;
}

div.cuConfirmGrid td {
    vertical-align: middle;
    border: 1px solid #FFF;
    padding: 8px 12px;
    vertical-align: top;
}

colgroup.cuConfirmTh {
    width: 155px;
    background-color: #CCC;
    white-space: nowrap;
}

colgroup.cuConfirmTd {
    width: 655px;
    background-color: #EEE;
    white-space: normal;
}


div.cuThankyouGrid {
    width: 900px;
    height: 380px;
    position: relative;
}

div#cuThankyouBox {
    width: 390px; 
    height: 96px;
    position: relative;
    left: 255px;
    top: 100px;
    text-align: center;
}

div#cuThankyouL {
    width: 30px;
    height: 96px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../img/parenL.gif);
    background-repeat: no-repeat;
}

div#cuThankyouR {
    width: 30px;
    height: 96px;
    position: absolute;
    left: 360px;
    top: 0px;
    background-image: url(../img/parenR.gif);
    background-repeat: no-repeat;
}

div#cuThankyouM {
    width: 260px;
    height: 96px;
    position: absolute;
    left: 65px;
    top: 0px;
    text-align: center;
}

div#cuThankyouM h3 {
    margin-top: 4px;
    margin-bottom: 15px;
    font-size: 1.4em;
}

div#cuThankyouM p {
    margin-bottom: 8px;
}

div#cuDealers h4,
div#cuOffice h4 {
    color: #999;
    font-size: 1.4em;
}

