/* Barrett Xplore Dealer Locator CSS 
255 189 17 - #FFBD11
241 151 13 - #F1970D
*/

/* links
--------------------------------------------------------------------------*/
a:link, a:visited {
    text-decoration: none;
}
a:hover {
    color: #650;
}
a:active {
    color: #850901;
    text-decoration: none;
}

/* body 
--------------------------------------------------------------------------*/
body {
    width: 992px;
    height: 732px;
    margin: 0;
    padding: 0;
    font-family:  Arial, sans-serif; 
    text-align: center;
    font-size: 13px; /* 13px; 60%;*/
    /* line-height: 18px; */
}
p {
    margin: 0px;
    padding: 0px;
    text-align: justify;
}
/* fieldset legend */
legend{
    color: black;
}
.emphasis {
    font-weight: bold; 
    /* font-family:  'Arial Black', sans-serif; */
    /* font-size: 1.1em; */
    padding: 0 4px 0 4px;
}
.btn {
    cursor: pointer;
}

.btn-submit {
    margin: 5px 0px 0px 50px;
}
.btn-print {
    border: 0px solid green;
    margin: 0px 0px 0px 20px;
    vertical-align: -8px;
}

/* body-wrapper (includes header, left-panel, content-wrapper ) 
--------------------------------------------------------------------------*/
#body-wrapper {
    width: 992px;
    height: 730px;
    overflow: visible;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

/* header (title and switch locale link) 
--------------------------------------------------------------------------*/
#header {
    border: 0px solid red;
    float: right; 
    width: 703px;
    height: 68px;
    margin: 0px;
    padding: 0px;
    color: #000066;
    background: url(../images/header.gif) no-repeat top left;
    text-align: right;
}
#locale{
    float: right;
    margin-right: 10px;
    width: 70px;
    height: 13px;
    font-family:  Arial, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
}
#subtitle{
    float: right;
    width: 270px;
    height: 30px;
    margin-right: -70px;
    margin-top: 25px;
    font-family:  Tahoma, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #FFFFFF;
}

/* left-panel
--------------------------------------------------------------------------*/
#left-panel {
    border: 0px solid red;
    /* background: url(../images/side.jpg) no-repeat; */
    width: 289px;
    height: 557px;
    float: left;
    margin: 0px;
    padding: 0px;
}
#left-panel form{
    margin: 0px;
    padding: 0px;
}
#logo {
    border: 0px solid green;
    margin: 0px;
    padding: 0px;
    width: 289px;
    height: 213px;
}
#search{
    margin: -128px 0 10px 10px;
}
#search fieldset{
    /*background: url(../images/white.jpg); */
    width: 220px;
}
#search-info{
    width: 240px; 
    height: 180px;
    margin: 10px;
}
#postal_code {
    width: 220px;
    margin-bottom: 5px;
    margin-left: 3px;
}
#postal_code input{
    margin-left: 5px;
}
#radiuses {
    width: 130px;
    margin-bottom: 5px;
    margin-left: 3px;
}

#result-panel {
    border: 0px solid yellow;
    float: left;
    overflow: auto;
    width: 256px;
    height: 510px; 
    margin-top: 5px;
}
#result-panel table{
   width: 98%;
    /* IE only... */
    width: expression('93%');
}
#result-panel td{
    font-size: 0.8em;
    font-family:  Arial, Helvetica, sans-serif; 
}
.address {
    padding-left: 15px;
}
.car-icon {
    text-align: right;
    padding-right: 4px;
    cursor: pointer;
}
.distance {
    padding-left: 15px;
}
.dealer {
    padding-left: 3px;
    height: 35px;
}
.symbol {
    text-align: center;
}

/* content-wrapper (includes map-panel or directions and mapCanvas)
--------------------------------------------------------------------------*/
#content-wrapper {
    border: 0px solid red;
    float: right;
    width: 700px;
    height: 670px;
    margin-top: -10px;
}

/* map-panel (includes map-tools)
--------------------------------------------------------------------------*/
#map-panel {
    border: 0px solid blue;
    width: 700px;
    height: 670px;
    position: relative;
    float: right;
    margin: 0px;
    padding: 0px;
}
#divToolbar {
    border: 0px solid blue;
    width: 700px;
    height: 40px;
    margin-top: 3px;
}
#divToolbar td{
    padding-left: 4px;
}
#map-image {
    border: 0px solid red;
    background-color: #FFFFFF;
    width: 700px;
    height: 570px;
    /* IE only... size inside panning frame */
    height: expression('530px');
}

#map-image td {
    margin: 0px;
    padding: 0px;
}
#map-legend {
    margin-top: 5px;
    height: 31px;
    position: absolute;
    top: 612px;
    width: 700px;	
    text-align: center;
}
#map-legend-driving {
    margin-top: 5px;
    height: 45px;
    width: 700px;
    padding-top: 5px;
}
#result-info {
    margin-top: 5px;
    position: absolute;
    top: 642px;
    width: 700px;
    text-align: center;
}
#routing{
    border: 0px solid blue;
    width: 700px;
    height: 710px;
    position: relative;
    float: right;
    margin: 0px;
    padding: 0px;
}
#routing form{
    margin: 0px;
    padding: 0px;
}
#routemap{
    border: 0px solid red;
    float: left; 
    margin: 0px;
    padding: 0px; 
    width: 400px;
    height: 400px;
}
#routeinfo {
    border: 0px solid green;
    float: right; 
    margin-right: 5px;
    margin-top: 5px;
    width: 280px;
}
BR.clear {
    clear: both;
    visibility: hidden;
    width: auto;
    margin: 0;
    padding: 0;
}
#directions {
    position: relative;
    overflow: auto;
    width: 695px;
    height: 225px;
}
#divOverlay {
    margin: 0;
    padding: 1px;
    width: 100%;
    height: 1%;
    line-height: 12px;
}
/* Address Frame body  */
#addressFrame{
    /*display: none;*/
    visibility: hidden;
    position: absolute;
    left: 260px;
    top: 250px;
    width: 300px;
    height: 180px;
    z-index: 2;
}

body#addressWindow {
    background-color: #FFFFFF;
    border: 1px solid #000066;
    margin: 2px;
    padding: 2px;
    width: 290px; 
    height: 170px;
    text-align: left;
}
#addressWindow .btns {
    margin: 5px 10px;
    background-color: #676767;
    color: #FFFFFF;
}
#addressWindow .textinput{
    width: 200px;
    left: 70px;
    position: absolute;
}
.address-info {
    width: 290px;
    height: 30px;
    padding: 5px;
    margin: 0px;
}
.address-info span{
    width: 68px;
    height: 22px;
    padding: 0px;
    margin-right: 6px;
}

/* footer
--------------------------------------------------------------------------*/
#footer {
}


/* RULES for printing
--------------------------------------------------------------------------*/
@media print {
    /*body {size: landscape;}*/
    #header {display: none;}
    #divToolbar {display: none;}
    #left-panel {display: none;}
    #content-wrapper {width: 700px; float: left;}
    #directions {height: auto;}
    .btn-print {display: none;}
    .noprint {display: none;}
    .print {display: block;}
}


