
#dealerSearch {
    font-family: Arial;
    font-size: 11px;
    color: #000;
    float: left;
    width: 780px;
    background-color: #FFF;
    display: inline;
}

.subHeader {
    background-color: #9999A3;
    height: 20px;
}

#subHeaderAbs {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: none;
}

#dealerSearch .headline {
    margin: 18px 0px 0px 15px;
    padding-bottom: 1px;
}

#dealerSearch .headline .placeholder {
    height: 16px;
}

#dealerSearch .clear {
    clear: both;
    line-height: 0px;
    font-size: 0px;
    height: 0px;
    margin: 0;
}

#dealerSearch #errorMessage UL LI {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: square;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    display: inline;
}

#dealerSearch DIV.mainContainer {
    margin: 20px;
}
/* ERROR PAGE */
#dealerSearch #errorPage {
    margin: 20px;
}

#dealerSearch #errorPage .error {
    color: #000;
}

#dealerSearch #errorPage .text {
    margin: 20px 0px
}

#dealerSearch #errorPage .title {
    font-weight: bold;
}

#dealerSearch #errorPage .body {
    margin: 20px 0;
}

#dealerSearch FORM {
    margin: 0
}

#dealerSearch INPUT, #dealerSearch SELECT, #dealerSearch TEXTAREA {
    font-family: Arial;
    font-size: 11px;
    color: #000;
}

#dealerSearch #search {
    width: 570px;
    height: auto;
    margin-left: 15px;
    margin-top: 15px;
}

#dealerSearch #searchbody {
    margin-left: 10px;
}

#dealerSearch .intro {
    padding-left: 10px;
    height: 20px;
    background-color: #F0F0F5;
    line-height: 20px;
}

#dealerSearch .intro2 {
    padding-left: 10px;
    height: 20px;
    color: #FFF;
    background-color: #FF6400;
    line-height: 20px;
}

#dealerSearch .title {
    font-weight: bold;
}

#dealerSearch #errorMessage {
    margin: 0;
}

#dealerSearch #errorMessage SPAN {
    display: block;
}

#dealerSearch .error {
    color: #E20B2C;
    font-weight: bold;
}

#dealerSearch .error {
    font-family: Arial;
    font-size: 11px;
    line-height: 15px;
    color: #E20B2C
}
/*
 yDSF (ydnar Drop-Shadow-Fu)
 ydnar@sixapart.com - http://www.sixapart.com
 */
#dealerSearch .shadowBox {
    display: block;
    position: relative;
    margin: 4px -4px -4px 4px;
    background: url(../../img/3.0/shadow-grid.gif) repeat;
    float: left;
}
/* ie6 ignores this selector */
html > body #dealerSearch .shadowBox {
    margin: 10px -10px -10px 10px;
    background: url(../../img/3.0/shadow.png) right bottom no-repeat;
}
/* shadow corners */
#dealerSearch .shadowBox:before, #dealerSearch .shadowBox:after {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background: inherit;
}

#dealerSearch .shadowBox:before {
    position: absolute;
    top: 0;
    right: 0;
    margin: -10px 0 0 auto;
    background-position: right top;
}

#dealerSearch .shadowBox:after {
    margin: -10px 0 0 -10px;
    background-position: left bottom;
}

#dealerSearch .hidden {
    border: none;
}

#dealerSearch .shadowBox .content {
    display: block;
    position: relative;
    overflow: hidden; /* prevents margin leakage from child elements */
    left: -4px;
    top: -4px;
}
/* ie6 ignores this selector */
html > body #dealerSearch .shadowBox .content {
    left: -10px;
    top: -10px;
    margin: 0;
}

#dealerSearch DIV.trennlinie {
    border-top: solid 1px #CCCCD1;
    height: 10px;
}

#dealerSearch DIV.container {
    clear: both;
}

#dealerSearch A {
    font-family: Arial;
    font-size: 11px;
    line-height: 15px;
    color: #3C5F8C;
    text-decoration: none;
    background: transparent url(../../img/3.0/arrow_orange.gif) 0px 4px no-repeat scroll;
    padding-left: 10px;
}

#dealerSearch A.inline {
    text-decoration: none;
    color: #3C5F8C;
}

#dealerSearch A.inline:hover {
    text-decoration: underline;
}

#dealerSearch A.arrow {
    padding-left: 8px;
    color: #3C5F8C;
}

#dealerSearch A.label {
    display: block;
    float: left;
}
/* TABS */
#dealerSearch .tab {
    width: auto;
    cursor: pointer;
    font-family: Arial;
    font-size: 11px;
    color: #000;
    float: left;
    height: 19px;
    line-height: 19px;
    background: #F0F0F5;
    padding: 0 10px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

#dealerSearch .tab.selected {
    font-weight: bold;
    background: #CCCCD1;
    border-bottom: 1px solid #CCCCD1;
    cursor: default;
}

#dealerSearch .tab.disabled {
    color: #B9B9Be;
    cursor: default;
}

#dealerSearch .tab .label {
    margin: 0 10px;
}
/* BUTTONS */
/* FORMS */
#dealerSearch INPUT, #dealerSearch SELECT {
    border: 1px solid #AAAAAA;
} /* fix bug 7629 */
#dealerSearch INPUT.radio {
    vertical-align: -2px;
    line-height: 1.3em;
    padding: 0;
    margin: 0 5px 0 0;
    border: none;
} /* align radio buttons with text */
* html #dealerSearch INPUT.radio {
    vertical-align: middle;
    padding: 0;
    margin: 0 5px 0 0;
    border: none;
    height: 1.3em;
    width: 1.3em;
} /* align radio buttons with text */
#dealerSearch INPUT.checkbox {
    vertical-align: -2px;
    margin: 0;
    padding: 0;
    line-height: 13px;
    border: none;
} /* align radio buttons with text */
* html #dealerSearch INPUT.checkbox {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    line-height: 13px;
    border: none;
    height: 1.3em;
    width: 1.3em;
} /* align radio buttons with text */
#dealerSearch INPUT.zipcode {
    width: 55px;
}

#dealerSearch INPUT.city, INPUT.partnerName {
    width: 200px;
}

#dealerSearch DIV.services {
    line-height: 15px;
}

#dealerSearch DIV.services INPUT {
    margin: 0;
    margin-right: 5px;
}

#dealerSearch #serviceListx {
    margin-top: 30px;
}

#dealerSearch #serviceListItems {
    margin-top: 5px;
}

#dealerSearch DIV.button {
    cursor: pointer;
    height: 15px;
    line-height: 15px;
    background: transparent url(../../img/3.0/button_left.gif) no-repeat scroll 0px;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
}

#dealerSearch DIV.button SPAN {
    color: #FFF;
    font-size: 10px;
    float: left;
    font-family: Arial;
    background: url(../../img/3.0/button_right.gif) no-repeat scroll 100% 0px;
    padding: 0 10px 0 0;
    margin: 0;
    border: none;
}

#dealerSearch DIV.button BUTTON, DIV.button INPUT {
    color: #FFF;
    font-size: 10px;
    float: left;
    width: 20px;
    font-family: Arial;
    background: url(../../img/3.0/button_right.gif) no-repeat scroll 100% 0px;
    padding: 0 10px 0 0;
    margin: 0;
    border: none;
}

#dealerSearch .services UL {
    margin: 0;
    padding: 0;
}
#dealerSearch .services UL LI {
    margin: 0;
    padding: 0 0 0 12px;
    text-indent: -12px;
}
