﻿* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.resultLabel {
    font-weight: bold;
    color: lime;
    border: 1px solid red;
    border-left: none;
}

body {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    overflow-x: hidden;
    background-color: white;
    font-family: Arial, Arial Narrow, Times New Roman;
}
 


.mHeader {
    background-color: black;
    position: relative;
    top: 0;
    min-height: 150px;
    max-height: 150px;
    overflow: hidden;
}

.mContent {
    height: 100%;
    position: relative;
    top: 0;
    width: 100%;
    display: inline-block;
    background-color: white;
    line-height: 1.5em;
    min-height: 300px;
}
 
.mFooter {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: black;
}
 
    .mFooter a {
        text-decoration: none;
        color: white;
    }
 

.SetMargin {
    margin: 0;
}

.Framework {
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 auto;
} 

 
.ucMsg {
    padding: 15px;
    color: maroon;
    text-align: left;
}

    .ucMsg a {
        color: maroon;
        font-weight: bold;
    }

.inp-container {
    display: block;
    min-height: 90px;
    padding: 10px;
}

.div-msg {
    display: block;
}


.ucfooter {
    clear: both;
    padding-top: .7em;
    color: white;
    /*max-width: 1000px;*/
    width:98%;
    margin:0 auto;
}

.ftrBrands {
    color: white;
    font-size: 1.5em;
    border-top: ridge white;
    width: 100%;
    text-align: center;
    line-height: 2em;
}

    .ftrBrands a {
        text-decoration: none;
        color: white;
    }

.ftrLogo {
    height: 40px;
    width: auto;
    padding: 20px 25px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}



/* ----------------------------------------------------- */
/* ---MENU---------------------------------------------- */
.tabs {
    display: inline-block;
    color: white;
    background-color: #757575;
    text-align: center;
    padding: 25px 0;
    font-size: 1.75em;
    margin: 0;
    border: 1px solid white;
    cursor:pointer;
}

.tb2 {
    width: 50%
}

.tb3 {
    width: 33.3%;
}

.ActiveTab {
    background-color: black;
    text-decoration: underline;
}

/*.Menu {
    position: relative;
    max-height: 80px;
    border-left: solid;
    border-right: solid;
    border-color: white;
    border-width: 1px;
}

    .Menu table {
        width: 100%;
        max-width: 1000px;
    }

.tabs {
    color: White;
    font-size: 2em;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    border: solid;
    border-color: White;
    border-width: 1px;
    cursor: pointer;
}

.tabsInactive {
    background-color: #757575;
    text-decoration: none;
    font-weight: normal;
}

.tabsActive {
    background-color: black;
    text-decoration: underline;
    font-weight: bold;
}*/




/* ----------------------------------------------------- */
/* ---INPUT----------------------------------------------*/

.ui-widget {
    font-size: 11px !important;
    max-height: 200px;
    overflow-y: auto;
}
 
.ui-menu .ui-menu-item a {
    padding: .6em .4em;
}
/*
.inp, .inpAddr {
    padding-left: 4px;
    width: 99%;
    font-size: 1em;  
    color: #757575;
    background-color: #C6c6c6;
    border: none;
    outline: none;
    height: 40px;
}*/
input {
    padding-left: 4px;
    width: 98%;
    font-size: 1em;
    color: #757575;
    background-color: #C6c6c6;
    border: none;
    outline: none;
    height: 40px;
}

.search {
    height: 40px;
    width: 100%;
    font-weight: bold;
    background-color: maroon;
    color: white;
    cursor: pointer;
}
 
/*uc input*/

.productDropdown {
    position: relative;
    display: inline-block;
    z-index: 100;
}

.prdlbl {
    cursor: default;
}

 


.SearchTerm {
    background-image: url('/images/search.png');
    background-size: 15px 15px;
    background-position: 8px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding-left: 30px;
    height: 40px;
    background-color: #C6c6c6;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

    .SearchTerm:focus {
        outline: none;
    }


.dropdown-content {
    display: block;
    position: absolute;
    top: 31px;
    z-index: 1;
    width: 100%;
}

    .dropdown-content span {
        color: black;
        padding: 4px 5px;
        text-decoration: none;
        display: block;
        width: 100%;
        font-size: 12px;
        cursor: default;
    }

.dropdownItems span:hover {
    background-color: #ddd; cursor:pointer;
}

.dropdownItems {
    display: none;
    max-height: 175px;
    overflow-y: scroll;
    background-color: #f6f6f6;
    border: 2px solid #c6c6c6;
    border-top: none;
    width: 100%;
}


.show {
    display: block;
}

.showIB {
    display: inline-block;
}

.hide {
    display: none;
}

.inputs table td {
    color: #757575
}

.inputs {
    width: 50%;
    vertical-align: top;
    position: relative;
}

.inp1 {
    display: inline-block;
    max-width: 500px;
    width: 100%;
    vertical-align: top;
    position: relative;
}





/* ----------------------------------------------------- */
/* ---MAP/RESULTS----------------------------------------*/
.uc-results {/*display:none;*/}

.DlrName {
    font-weight: 900;
    font-size: 1.25em;
    word-wrap: break-word;
    padding-left: .3em;
}
 
#a_map, #a_mapSC {
    text-decoration: none;
    color: Black;
}

.Addr {
    color: #757575;
    font-size: 1em;
    padding-left: .5em;
}

.Phone {
    color: #b11a1e;
    font-size: 1em;
    padding-left: .5em;
}
 
.Web {
    padding-left: .5em;
}

.rtCol {
    width: 100px;
    text-align: right;
    color: #757575;
    font-size: 1em;
}

.TableList {
    border-bottom: dotted;
    border-width: 1px;
    padding: 1em;
    cursor: default;
}




.DefaultMap {
    float: left;
    width: 99%;
    clear: left;
}

/*.ResultMap {
    float: left;
    width: 51%;
    max-width: 500px;
    clear: left;
}

.ResultList {
    float: left;
    width: 49%;
    max-width: 500px; 
}*/

.ResultMap {
    display:inline-block; vertical-align:top;
    width: 51%;
    max-width: 500px;
    clear: left;
}

.ResultList {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    max-width: 500px;
}

#mapArea, #mapArea_SC {
    overflow: hidden;
    height: 510px !important;
}
 

.mapArea iframe, .mapArea object, .mapArea embed {
    position: relative;
    width: 97%;
    height: 510px;
}
 


.List_Vert {
    overflow-y: scroll;
    height: 486px;
    background-color: #f4f4f4;
}
 
.List_Hor {
    display: none;
    width: 100%;
    overflow-y: scroll;
    min-height: 100px;
    max-height: 315px;
}

.List_Hor_Outter {
    display: none;
}
 
.resultsLabel {
    background-color: black;
    color: white;
    width: 100%;
    font-weight: bold;
    text-indent: 10px;
}


.onlineDealers {
    width: 100%;
    text-align: center;
}

#div_OnlineResults {
    min-height: 535px;
    position: relative;
}

#tbl_Online_hor {
    display: inline;
}

#tbl_Online_ver {
    display: none;
}

@media screen and (max-width:600px) {
    #tbl_Online_hor {
        display: none;
    }

    #tbl_Online_ver {
        display: inline;
    }
}




@media screen and (max-width:1010px) {
    
    .Results, .input {
        width: 100%;
    }
}


@media screen and (max-width:850px) {

    .ResultMap {
        clear: both;
        width: 100%;
        max-width: none;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 10px;
    }
     
    .ResultList {
        clear: both;
        width: 100%;
        max-width: none;
        padding: 0;
        text-align: left;
        overflow: visible;
    }
   
    #mapArea {
        height: 350px !important;
    }
  
    .mapArea iframe, .mapArea object, .mapArea embed {
        height: 350px !important;
    }
   

    .DlrName {
        font-size: 1.2em;
        min-width: 150px;
    }

    .List_Vert, .List_Vert_Outter {
        display: none;
    }
    
    .List_Hor, .List_Hor_Outter {
        display: block;
    }
    

    #tdExpCol, #tdExpCol_SC {
        text-align: right;
        padding-right: 15px;
        cursor: pointer;
    }

    .tabs {
        font-size: 1.5em;
    }
}

@media screen and (max-width:530px) {

    .tabs {
        font-size: 1.3em;
    }
}


@media screen and (max-width:415px) {

    .tabs {
        font-size: 1.1em;
    }

    .TableList {
        padding-left: 0;
        padding-right: 0;
    }

    .DlrName {
        font-size: 1em;
    }

    #mapArea {
        height: 230px !important;
    }
   
    .mapArea iframe, .mapArea object, .mapArea embed {
        height: 230px !important;
    }
 
}







/* --------------------------------------------------------------- */
/* ---IN VB CODEBEHIND----------------------------------------------*/


.tblResults {
    color: #757575;
    height: 1.2em;
    font-weight: bold;
}


.onlineLogo {
    padding: 10px;
    float: left;
    text-align: center;
    width: 120px;
    height: 80px;
    cursor: pointer;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .onlineLogo img {
        max-width: 97px;
    }
 



/* --------------------------------------------------------------- */

