div#nurtLocator {
  width: 365px;
  text-decoration: none;
  font: 12px Arial, Verdana, helvetica, sans-serif;
  font-weight: normal;
  color: #999999;
  background-image: url("img/bg/bg1.jpg");
  background-position: 0px 20px;
  background-repeat:no-repeat;
  text-align:left;
}

div#nurtLocatorBar{
  display: table-row;
}
div#nurtLocatorBar div{
  display: table-cell;
  float: left;
  text-align:left;
  vertical-align: middle;
  margin-right: 5px;
}
div#nurtLocatorBar div.flag{
}
div#nurtLocatorBar div.location{
}
div#nurtLocatorBar div.globe{
}
div#nurtLocatorBar div.change .info{
  color: #E62027;
  text-decoration:underline;
}

div#nurtLocatorBar div.change a{
  color: #999999;
  text-decoration:none;
}

div#nurtLocatorBar div.change a:hover{
  color: #E62027;
  text-decoration:underline;
}

div#nurtLocatorInfo{
  position: absolute;
  margin-top: 3px;
  clear: left;
  width: 365px;
}

div#nurtLocatorInfo ul{
  display: none;
  padding: 10px 0px 22px 0px;
  margin: 0px 0px 0px 0px;
  list-style-type:none;
  width: 100%;
  background-color: #373737;
  -moz-opacity:.97;
  filter:alpha(opacity=97);
  opacity: 0.97;
}

div#nurtLocatorInfo ul li{
  list-style-type: none;
  padding: 3px 10px 3px 10px;
  margin: 15px 0px 0px 0px;
  background-color: #1A1A1A;
  color: #B5B5B5;
}

div#nurtLocatorInfo ul li.first{
  list-style-type: none;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
  background-color: #373737;
  color: #000000;
}

div#nurtLocatorInfo ul li .highlight{
  color: #E62027;
}

div#nurtLocatorInfo ul li a{
  color: #B5B5B5;
  text-decoration:underline;
}

div#nurtLocatorInfo ul li a:hover{
  color: #E62027;
  text-decoration:underline;
}