html,body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
  background: #eee;
 }

/* box model fixer */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -1px;
  font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
  clear: both;
}

img {
  border: 0;
}


#map-container {
  left: 0;
  top: 0;
  position: absolute;
  background-color: #FFF7DC;
  width: 100%;
  height: 100%;
}

#targeomap_preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: Trebuchet MS, Tahoma, sans-serif;
  font-size: 24px;
  color: #000;
  width: 200px;
  height: 110px;
  margin: -55px 0 0 -100px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bolder;
  z-index: 32000;
  background: #fff;
  padding: 10px;
  -moz-border-radius: 20px;
}

.suggest_street_name_info, #suggest_street_name_info {
  padding: 2px;
  font-size: 10px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-style: italic;
  color: #333;
}
#targeomap_search_result,
#targeomap_cart_items {
  background-color: transparent;

  font-family: Trebuchet MS, Tahoma, sans-serif;
  font-size: 11px;
  color: #444;

/*  padding-top: 10px;
  overflow: auto;*/
}
#targeomap_search_form {
  padding-bottom: 10px;
}

/* SuggestList */

.selected {
  color: #fff;
  background-color: #800;
}
.suggest_hover_city {
  color: #fff;
  background-color: #008;
}

.list_element {
  padding: 4px;
}

/* SearchList */

.searchlist_clear {
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #aaa;
    color: #e20;
    cursor: pointer;
}

.searchlist_clear:hover {
    border-bottom: 1px solid #e20;
}

.searchlist_element {
  padding: 2px;
  background-color: transparent;
}

.searchlist_element_selected {
    border: 2px dotted #edab14;
    background-color: #ffe;
}

.targeo_results_item .targeo_results_more {display: none;}
.searchlist_element_selected .targeo_results_more {display: block; !important;}
.targeo_results_more {margin: 3px;}

.suggest_list {
  border: 1px solid #333;
  padding: 4px;
  background-color: #efe;
  font-family: Trebuchet MS, Tahoma, sans-serif;
  cursor: default;
  -moz-border-radius: 8px;
}


#targeo_captcha_image_form,
#search_suggest_form {
  position: absolute;
  background-color: #fff;
  padding: 6px;
  border: 1px solid black;
  font-family: Trebuchet MS, Tahoma, sans-serif;
  font-size: 11px;
  color: #444;
  z-index:100;
  width: 210px;
}

.formmap input,
.formmap textarea {
  font-family: Trebuchet MS, Tahoma, sans-serif;
  font-size: 11px;
  width: 180px;
}

/* ContextMenu */

.contextmenu_menu {
  background-color: transparent;
}
.contextmenu_menu img {
  vertical-align: middle;
}

.contextmenu_menuitem {
  font-family: Trebuchet MS, Tahoma, sans-serif;
  color: #000;
  font-size: 11px;
  line-height: 18px;
  padding: 2px 5px;
  margin-left: 36px;
  width: 165px; /* 190 - 10padding - 5shadowL - 8shadowR - 2border */
}

.contextmenu_menuitem_over {
  background-color: #333;
  color: #eee;
}

.contextmenu_menuitem_disabled {
  color: #aaa;
}


/* sendmail form */


/* poi */

div.targeo-poi-nameinfo {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

div.targeo-poi-addressinfo {
    font-weight: normal;
    color: #6F6F6F;
    margin-left: 15px;
    margin-top: 3px;
}

table.targeo-poi-info {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
table.targeo-poi-info th {
    font-weight: bold;
    color: #5E5E5E;
    width: 65px;
    padding: 1px;
}
table.targeo-poi-info td {
    font-weight: normal;
    color: #1C1C1C;
    width: 100%; /*194?*/
    padding: 1px;
}

ul.targeo-poi-info {
    margin: 0;
    margin-top: 3px;
    padding: 0;
    margin-left: 63px;
    list-style-image: url('../i/poi/checked.png');
}

div.targeo-poi-info, .targeo-poi-wikiinfo, .targeo-po-wikiinfo2 {
    margin-top: 3px;
    color: #1C1C1C;
}
div.targeo-poi-info {
    border-top: 1px solid #6E85FF;
    padding-top: 2px;
    margin-top: 5px;
}
div.targeo-poi-infolabel {
    font-weight: bold;
	margin-top: 3px;
}
.targeo-poi-wikiinfo {
    border-top: 1px solid #6E85FF;
    background-color: #E2E0E0;
    padding: 2px;
}
.targeo-poi-wikiinfo2 {
    padding-top: 2px;
    border-bottom: 1px solid #6E85FF;
    background-color: #E2E0E0;
    padding: 2px;
}

.targeo-poi-wikiinfo img {
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #1C1C1C;
}

.targeo-poi-wikinotice {
    font-style: italic;
    font-size: 9px;
    text-align: right;
    color: #9F9D9F;
    margin-top: 3px;
}
.targeo-poi-wikinotice a {
    color: #9F9DE9;
}