
.clearer {
    clear: both;
}

.searchmask {
    margin-bottom:15px;
}

ul.chosen-results li, .chosen-single span {
    text-transform: capitalize;
}

#mymap {
    position: relative;
    padding-bottom: 96%;
    height: 0;
    overflow: hidden;
}

#loading-cover{
    z-index: 99999;
    background: rgba(255,255,255,0.5) url(../images/fwd/dealersearch/loading.gif) no-repeat center center;
    margin-top: -96%;
    position: relative;
    padding-bottom: 96%;
    height: 0;
    overflow: hidden;
}


#notfound-cover{
    display: none;
    z-index: 99999;
    background: rgba(255,255,255,0.7);
    margin-top: -96%;
    position: relative;
    padding-bottom: 96%;
    height: 0;
    overflow: hidden;
}

#notfound-cover>div{
    border: 1px solid black;
    width:200px;
    height:100px;
    position: absolute;
    z-index: 999999;
    background: rgba(255,255,255,1);
    left:50%;
    margin-left:-100px;
    top:50%;
    margin-top:-50px;
    text-align: center;
}


#notfound-cover>div>span{
    display: block;
    margin-top: 20px;
    font-size: 16px;
}


#notfound-cover>div>div {
    cursor: pointer;
    margin-top: 15px;
    clear: both;
    -moz-box-shadow:inset 0px 0px 0px 0px #bbdaf7;
    -webkit-box-shadow:inset 0px 0px 0px 0px #bbdaf7;
    box-shadow:inset 0px 0px 0px 0px #bbdaf7;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color:#79bbff;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-left-radius:5px;
    text-indent:0;
    border:1px solid #84bbf3;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:23px;
    line-height:23px;
    width:53px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #528ecc;
}
#notfound-cover>div>div:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
    background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color: #378de5;
}
#notfound-cover>div>div:active {
    position: relative;
    top: 1px;
}


#mymap .gm-style-iw {
    overflow: auto;
    font-size: 11px;
    white-space: nowrap;
}




.dealerlist {
    
    margin: 0;
    padding: 0;
    list-style-type: none;
    
    overflow-y: auto;
    overflow-x: hidden;
    border:0;
}

.dealerlist-large {
    height: 354px;
}

.dealerlist-large-en {
    height: 397px;
}

.dealerlist.horizontal {
    height: 280px !important;
    white-space: nowrap;
    overflow: auto;
}
.dealerlist.horizontal .row {
    margin: 0;
    display: inline-block;
}

.dealerlist .dealer { padding: 10px; margin: 0px;}
.dealerlist .dealer img{ padding: 0 10px 10px 0;}
.dealerlist .dealer.odd:hover, .dealerlist .dealer.even:hover { background-color: #edf7fd; cursor: pointer; }
.dealerlist .dealer.odd { background-color: #ffffff; }
.dealerlist .dealer.even { background-color: #eeeeee; }
/* .dealerlist .dealer .left { float: left; width: 30px; } */
/* .dealerlist .dealer .right { float: left; width:230px; } */

.dealerlist .dealer .more {
    margin-top: 4px;
    padding-left: 15px;
    background: url(/skin/frontend/rwd/kw/images/fwd/dealersearch/small_dot.png) 0px 7px no-repeat;
}

.form-searchmap { -webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;border-radius: 0 !important; background-color: transparent !important; }
.form-searchmap-lang{ /*margin-left: 15px; background-color: #d7d7d7;*/ }
/* .form-searchmap input.input-text { float:left; padding-top:3px; padding-left:8px; height: 19px; width:261px; -webkit-border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px; border-radius: 5px 0px 0px 5px; border-top:solid 1px #b6b6b6; border-right:0; border-bottom:solid 1px #b6b6b6; border-left:solid 1px #b6b6b6; } */
.form-searchmap input.input-text:disabled { background-color:#eeeeee; }
.form-searchmap input.input-text:focus { /*width:261px;*/ }

.form-searchmap div#searchmapbtn::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
.form-searchmap div#searchmapbtn { margin: 10px 0 10px 0; }

.form-searchmap .searchmap-autocomplete { position: relative; z-index:999; left:40px; top:22px; }
.form-searchmap .searchmap-autocomplete ul { border:1px solid #5c7989; background-color:#F0F4F9; }
.form-searchmap .searchmap-autocomplete li { text-align:left; border-bottom:1px solid #E7E9F4; padding:2px 8px 1px 8px; cursor:pointer; }
.form-searchmap .searchmap-autocomplete li .amount { float:right; font-weight:bold; }
.form-searchmap .searchmap-autocomplete li.odd { background-color:#E7F1F4; }
.form-searchmap .searchmap-autocomplete li.selected { background-color:#DDE5F7; }

.dealer-list-image{ padding-right: 6px; height: 25px; width:20px; border:0; background: url(#) no-repeat center 0; }



/* Styling of hovered images to filter dealerlist */
.element-check{
    width: 135px;
    min-height: 33px;
    float: left;
}

.element-check>img{
	float: left;
}

.element-check>span{
	margin-left:25px;
	padding:0px;
	line-height:12px;
	display: block;
}

.element-check>span.short{
	padding-top:6px;
}



/* Styling of hovered images to filter dealerlist */

.checkelements .element-check {
	width:125px;
	padding:4px;
    display: block;
    position: relative;   
    margin: 5px;
    cursor:pointer;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    font-size: 11px;
}

.checkelements .element-check img{
	float:left;
        width: 20px;
        height: 25px;
}

.checkelements .element-check.on, .checkelements .element-check.on img {
	background-color:#edf7fd;
        opacity: 1;
        filter: alpha(opacity=100);
}

.checkelements .element-check img {
	opacity: 0.4;
        filter: alpha(opacity=40);
}


.checkelements .element-check:hover img, .checkelements .element-check:hover {
	background-color:#C4E9FF;
}
.rightdiv {
    margin-bottom: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 768px){
    .dealerlist-small {
        margin: 0;
        padding: 0;
        list-style-type: none;
        overflow-y: visible;
        overflow-x: visible;
    }
}