﻿.search-form h3 {
    color: #636363;
}

.search-form input[type=submit] {
    width: 130px;
}

.list-view .header h4 {
    color: #636363;
}

.dealer-popup {
    background-color: Black;
    bottom: 10px !important;
    left: -125px !important;
}

.dealer-popup .close {
    width: 18px;
    height: 18px;
    background: transparent url('img/close-dealer-popup.png') no-repeat scroll center;
}

.dealer-popup .header h3 {
    text-transform: uppercase;
    color: White;
    font-size: 14px;
}

.dealer-popup .content {
    background-color: White;
}

.dealer-popup .content .dealer .address p {
    text-transform: uppercase;
    font-weight: bold;
    color: #636363;
}

.dealer-popup .content .dealer .activities .sales span {
    background: transparent url(img/sales.png) no-repeat scroll center;
}

.dealer-popup .content .dealer .activities .after-sales span {
    background: transparent url(img/after-sales.png) no-repeat scroll center;
}

.dealer-popup .content .route .form .help {
    background: transparent url('img/help.png') no-repeat scroll center;
}

.dealer-popup .content .route .form .hint {
    color: green;
}

.dealer-popup .content .route .form .error {
    color: Red;
}

.dealer-popup .content .actions a {
    color: #636363;
    background-color: #DFDFDF;
    font-size: 16px;
}

.dealer-popup .content .wait {
    background: transparent url('img/wait.gif') no-repeat scroll center;
}

.dealer-popup .footer .arrow {
    height: 0px;
    width: 0px;
    position: absolute;
    left: 50%;
    margin: 0px 0px 0px -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid black;
    border-bottom: 0px solid transparent;
}
