body {
  font-family: Arial, Verdana, sans-serif;
}

h1
{
  font-size: 20px;
  font-weight: bold;
  color:#0D2E56;
}

h2 {
  font-size: 130%;
  color: #184E72;
}
h3 {
  font-size: 75%;
  color: #184E72;
}

#finderInput {
  padding-bottom: 10px;
/*  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dcdada;*/
}
.textinput {
  width: 310px;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-top: 4px;
  border: 2px solid #CAE2F3;
}
#storetypes {
  margin-top: 5px;
  width: 280px;
}
#storetypes tr {
}
#storetypes tr td {
  padding-left: 10px;
}
.typelabel {
  color: #184E72;
}
.attention {
  color: #FF0000;
}
.GPSLink {
  font-size: 75%;
}
.GPSLink a {
  font-weight: bold;
  color: #99B3CC;
}
#finderInput {
  width: 350px;
  float: left;
}
#map_canvas {
  width: 595px; 
  height: 400px; 
  float: right; 
  border: 1px solid gray;
}
.clearer {
  clear: both;
}
#information {
/*  padding-top:10px;*/
}
.branch_details {
  float: left;
  width: 465px;
  height: 400px;
  border: thin solid #CAE2F3;
  margin: 5px;

}
.branch_details_highlighted {
  float: left;
  width: 465px;
  height: 400px;
  border: thin solid #446F92;
  background-color: #F1FAFE;
  margin: 5px;

}
#destination_details .branch_details {
  float: right;
}
#destination_details .branch_details_highlighted {
  float: right;
  background-color: #FFFFFF;
}
.markerCol {
  width: 32px;
}
.storeDataHeading {
  vertical-align: top;
  color: #184E72; 
  width: 80px;
}

.brandLogo {
  padding-top: 2px;
}
.storeName {
  color: #002E5F;
  font-size: 120%;
  font-weight: bold;
  padding-left: 5px;
  /*vertical-align: 40%;*/
}
.storeAddress {
  font-weight: bold;
}
#selectBox {
  width: 320px;
  border: thin solid #446F92;
  background-color: #F1FAFE;
  display: none;
  font-size:10pt;
}
#selectList {
  padding: 3px;
  margin: 0;
  list-style-type: none;
}
.selectItem {
  background-color: #F1FAFE;
  width: 100%;
  overflow: hidden;
}
.selectItemCurrent {
  background-color: #E8E8E8;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  text-decoration: underline;
}
#dirDisplay {
  display: none;
}
#pagingLinks {
  text-align: center;

}
.storeDescription {
  position: absolute;

  z-index: 9;
  background: #666;
  margin: 25px 0 0 20px;
  display: none;
}
  
.storeDescription div {
position: relative;
left: -3px;
top: -3px;
width: 180px;
padding: 10px;
background: #fff;
border: 1px solid #000;
z-index: 11;
}

.storeDescription h3 {
font-size: 18px;
font-weight: bold;
margin-bottom: 5px;
}
  
#plumbing_desc h3 { color: #0d2e56; }
#bathroom_desc h3 { color: #db1e24; }
#irr_desc h3 { color: #5e782e; }
#hvac_desc h3 { color: #00aff2; }
#ref_desc h3 { color: #00aff2; }
#civ_desc h3 { color: #b65312; }
#proj_desc h3 { color: #f7ba1a; }
#ons_desc h3 { color: #f47836; }

.infoWindow {
  background-color:#FFFFFF;
  border:2px #464646 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.marker {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 13px;
  padding-right: 13px;
  color: #002E5F;
}
.marker .eWindowClose {
  position: absolute;
  top: 8px;
  right: 8px;
}
.stateBar {
  padding: 10px;
  background-color:#F1FAFE;
  width: 310px;
}
.stateLabel {
  font-weight: bold;
  font-size: 100%;
  color: #184E72;
}
#fromState, #toState {
  padding-top: 3px;
  padding-bottom: 2px;
  border: 2px solid #CAE2F3;
}
.required {
  color: #FF0000;

  font-weight: bold;
}
.dirLabel {
  width: 60px;
  float: left;
  font-weight: bold;
  font-size: 100%;
  color: #184E72;
}
#fromAddress, #toAddress {
  width: 260px;
  float: left;
  font-weight: bold;
  padding-top: 3px;
}
#directionsTable {
  border-collapse: collapse;
  padding-top: 10px;
}
#directionsTable td {
  padding: 5px;
}
#directionsTable .headfoot {
  border: 3px solid white;
  background-color:#F1FAFE;
  color: #184E72;
  font-size: 120%;
  font-weight: bold;
}
#directionsTable .headfoot td{
  padding-top: 10px;
  padding-bottom: 10px;
}
#directionsTable tbody tr {
  cursor: pointer;
}
#directionsTable tbody td {
  border: 3px solid white;
}
#directionsTable .alternateStep td {
  background-color:#F1FAFE;
}
#directionsTable .stepNumber {
  color: #184E72;
  font-size: 120%;
  font-weight: bold;
}
#directionsTable .stepNumber, #directionsTable .stepDistance {
  text-align: center;
}
#directionsTable .stepDistance a{
  text-decoration: underline;
}
.copyright {
  font-size: 75%;
  text-align: center;
}
.buttons {
  float: right;
}
.storeType_P {
  color: #DB1E24;
}
.storeType_B {
  color: #DB1E24;
}
.storeType_I {
  color: #5E792D;
}
.storeType_H {
  color: #00AFF2;
}
.storeType_R {
  color: #00AFF2;
}
.storeType_C {
  color: #B65312;
}
.storeType_J {
  color: #F7BA1A;
}
.storeType_O {
  color: #F47836;
}

.findsubmit {
  padding:2px;
  width:100px;
  border:0;
  margin:0;
  background-color:#184E72;
  color:#FFFFFF;
  font-weight: bold;
  margin-left:2px;
  cursor:pointer;
  font-family: Arial, sans-serif;
/*  margin-bottom:16px;*/
}

.printButton {
  background-color:#184E72;
  border:0 none;
  color:#FFFFFF;
  cursor:pointer;
  font-family:Arial,sans-serif;
  font-weight:bold;
  margin:0 0 16px 2px;
  padding:2px;
  width:100px;
}

.drivingdir {
  padding:2px;
  width:145px;
  border:0;
  margin:0;
  background-color:#184E72;
  color:#FFFFFF;
  font-weight: bold;
  margin-left:2px;
  cursor:pointer;
  font-family: Arial, sans-serif;
  margin-bottom:2px;
  text-decoration: none;
}

.getdir {
  padding:2px;
  width:150px;
  border:0;
  margin:0;
  background-color:#184E72;
  color:#FFFFFF;
  font-weight: bold;
  margin-left:2px;
  margin-right:6px;
  cursor:pointer;
  font-family: Arial, sans-serif;
  margin-bottom:2px;
  text-decoration: none;
}

.search.ui-state-active, .search.ui-state-default { border: 1px solid #000000; background: #000000 url(/new/images/storefinder/accordion/ui-bg_gloss-wave_65_000000_500x100.png) 50% 50% repeat-x;}
#demo h2.search a {color:white}
.search.ui-state-default .ui-icon {background-image: url(/new/images/storefinder/accordion/ui-icons_ffffff_256x240.png); }
.search:hover { border: 1px solid #343232; background: #343232 url(/new/images/storefinder/accordion/ui-bg_gloss-wave_65_343232_500x100.png) 50% 50% repeat-x; }
.red:hover , .red.ui-state-active { border: 1px solid #e92c31; background: #e92c31 url(/new/images/storefinder/accordion/ui-bg_gloss-wave_65_e92c31_500x100.png) 50% 50% repeat-x; }
.green:hover , .green.ui-state-active { border: 1px solid #5e792d; background: #5e792d url(/new/images/storefinder/accordion/ui-bg_gloss-wave_65_5e792d_500x100.png) 50% 50% repeat-x;}
.orange:hover , .orange.ui-state-active { border: 1px solid #f47836; background: #f47836 url(/new/images/storefinder/accordion/ui-bg_gloss-wave_65_f47836_500x100.png) 50% 50% repeat-x;}
.brown:hover , .brown.ui-state-active { border: 1px solid #ea901d; background: #ea901d url(/new/images/storefinder/accordion/ui-bg_gloss-wave_65_ea901d_500x100.png) 50% 50% repeat-x; }
.lightblue:hover , .lightblue.ui-state-active { border: 1px solid #0ca0df; background: #0ca0df url(/new/images/storefinder/accordion/ui-bg_gloss-wave_65_0ca0df_500x100.png) 50% 50% repeat-x; }

* html #demo h2.search.ui-state-default .ui-icon {background-image: url(/new/images/storefinder/accordion/ui-icons_ffffff_256x240.png); }
* html #demo h2.search {border: 1px solid #000000; background: #000000 url(/new/images/storefinder/accordion/ui-bg_gloss-wave_65_000000_500x100.png) 50% 50% repeat-x;}

