﻿.inner-content {
    margin-left: 0px;

}

.dealer-selector {
    margin-bottom: 25px;
}

.dealer-selector img {
    margin-right: 8px;
    
}

.left {
    float: left;
    width: 385px;
}

.left-eu {
    float: left;
    width: 292px;
    margin-left: 18px;
}


.right-eu {
    float: right;
    width: 434px;
}

.right {
    float: right;
    width: 350px;
}

.dropdown {
    width: 287px;
}

.dealer-details {
    margin-top: 17px;
}

#divUKMap {
    width: 384px;
    height: 450px;
    background-image: url(../../Images/ukmap.gif);
    position: relative;
    

}

.point {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background-image: url(../../Images/dot.gif);

}

.sel {
    background-image: url(../../Images/selected.gif);
}

.faq-question {
    border-bottom: 2px solid #f0a000;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 7px;
}

.faq-question a {
    color: #fff;
}

.faq-answer {
    margin-top: 17px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #595959;
    padding-bottom: 14px;

}

.become-dealer {
    display: block;
    margin-top: 20px;
}