﻿.locator-picker {
    position: relative;
}

.locator-picker input.lp-micro-search-box {
    float: left;
    margin-right: 10px;
}

.locator-picker a.lp-micro-search-button {
    float: left;
    display: block;
    padding: 2px;
    line-height: 22px;
}

.locator-picker ul.lp-micro-search-results {
    clear: both;
    margin: 5px 0px 0px 0px;
}

h3.lp-micro-selected-dealer {
    display: none;
}

h3.lp-micro-selected-dealer a{
    font-weight: normal;
    font-size: 11px;
}

.locator-picker ul.lp-micro-search-results li:nth-child(even){
    /*background-color: rgb(241, 241, 241);*/
}

.locator-picker ul.lp-micro-search-results li input {

}

.locator-picker ul.lp-micro-search-results li .radioContainer {
    float: left;
    width: 20px;
    margin-top: 25px;
    position: absolute;
}

.locator-picker ul.lp-micro-search-results li label.lp-item-content {
    display: block;
    padding: 10px;
    background-color: #FFF;
}

.locator-picker ul.lp-micro-search-results li label.lp-item-content span.item-label,
.locator-picker ul.lp-micro-search-results li.singular span.item-label {
    margin-left: 30px;
}

.locator-picker ul.lp-micro-search-results li label.lp-item-content span, .locator-picker ul.lp-micro-search-results li.singular span {
    display: block;
}

.locator-picker ul.lp-micro-search-results li span.lp-icon-container {
    display: block;
    position: absolute; 
    top: 26px;
    right: 40px;
    height: 37px;
    width: 94px;
}

.locator-picker ul.lp-micro-search-results li span.lp-icon-container a.elite-icon
{
    display: block;
    position: absolute;
    left: 0;
    width: 37px;
    height: 37px;
    margin-right: 20px;
	background: url(../images/layout/locator/infowin-elite.png) no-repeat;
}

.locator-picker ul.lp-micro-search-results li span.lp-icon-container a.service-icon
{
    display: block;
    position: absolute;
    right: 0;
    width: 37px;
    height: 37px;
	background: url(../images/layout/locator/infowin-service.png) no-repeat;
    padding: 0;
}

.locator-picker ul.lp-micro-search-results li.lp-dealer-selected {
    background-color: #d9d9d9;
}

.locator-picker ul.lp-micro-search-results li span strong {
    color: #F37A1F;
}

.locator-picker ul.lp-micro-search-results li span strong.dark {
    color: #444;
}

.locator-picker ul.lp-micro-search-results li.singular {
    padding: 10px !important;
    background-color: white;
}

.locator-picker ul.lp-micro-search-results li.singular span {
   
}

.label-validation-error {
    border-style: solid;
}

#error-message {
    margin-top: 10px;
}

#error-message #msg-text
{
    color: red;
}
