html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

body {
  text-align: center;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: "Trebuchet MS",trebuchet ms,trebuchet,sans-serif;
}

div {
  margin: 0px;
  padding: 0px;
}

div#head {
  margin-left: auto;
  margin-right: auto;
  width: 999px;
}

div#content {
  margin-left: auto;
  margin-right: auto;
  width: 999px;
  text-align: left;
}

div#footer {
  margin-left: auto;
  margin-right: auto;
  width: 999px;
  text-align: center;
  margin-top: 10px;
  border-top: 1px dotted #BAC4C7;
  border-bottom: 1px dotted #BAC4C7;
  padding-top: 10px;
  padding-bottom: 10px;
}

div#overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: black;
  height: 100%;
  width: 100%;
  z-index: 1000;
  opacity: 0.3;
  display: none;
}

div#map {
  width: 520px;
  height: 520px;
  position: fixed !important;
  top: 50%;
  left: 50%;
  margin: 0px;
  padding: 0px;
  margin-left: -260px;
  margin-top: -260px;
  z-index: 1001;
  display: none;
  border: 4px solid white;
}

div#load {
  width: 120px;
  height: 120px;
  background-color: white;
  border: 2px solid black;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0px;
  padding: 0px;
  margin-left: -60px;
  margin-top: -60px;
  z-index: 1001;
  display: none;
}

div#load table {
  width: 100%;
  height: 100%;
  padding: 0px;
  empty-cells: show;
  margin: 0px;
  border-collapse: collapse;
}

div#load td {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
}

div#slider_menu {
  width: 999px;
  height: 20px;
}

div#left_sl_block {
  float: left;
  height: 20px;
  width: 47px;
  background-image: url('/img/masterdetail/slider_frame_left.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0px;
}

div#right_sl_block {
  float: right;
  height: 20px;
  width: 47px;
  background-image: url('/img/masterdetail/slider_frame_right.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  margin: 0px;
}

div#sl_menu_block {
  position: relative;
  margin-left: 47px;
  margin-right: 47px;
  width: 905px;
  height: 20px;
  background-image: url('/img/masterdetail/slider_frame_inner.png');
  background-repeat: repeat-x;
  background-position: top left;
}

div#sl_menu_block a {
  text-decoration: none;
  color: black;
}

ul#sl_menu {
  height: 20px;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul#sl_menu li {
  list-style: none;
  height: 20px;
  width: 181px;
  float: left;
  text-align: center;
}

li#sl_first {
  background-image: url('/img/masterdetail/slider_frame_inner_left.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

li#sl_last {
  background-image: url('/img/masterdetail/slider_frame_inner_right.jpg');
  background-repeat: no-repeat;
  background-position: top right;
}

div#slider {
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 181px;
}

div#sl_left {
  height: 20px;
  width: 10px;
  background-image: url('/img/masterdetail/slider_left.png');
  background-repeat: no-repeat;
  background-position: top left;
  float: left;
}

div#sl_right {
  height: 20px;
  width: 10px;
  background-image: url('/img/masterdetail/slider_right.png');
  background-repeat: no-repeat;
  background-position: top right;
  float: right;
}

div#sl_inner {
  height: 20px;
  width: 161px;
  margin-left: 10px;
  margin-right: 10px;
  background-image: url('/img/masterdetail/slider_inner.png');
  background-position: top left;
  background-repeat: repeat-x;
  color: white;
}

div#sl_inner a {
  text-decoration: none;
  color: white;
}

div#search {
  display: none;
  text-align: left;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -232px;
  margin-top: -232px;
  width: 450px;
  height: 450px;
  padding: 4px 4px 4px 4px;
  z-index: 1001;
  background-color: white;
  border: 3px solid #ff7403;
}

div#search ul {
  list-style: none;
  width: 400px;
  margin: 0px;
  padding: 25px;
  overflow: auto;
  height: 350px;
}

td#search_results {
  text-align: left;
  height: 400px;

}

div#search li {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #F7F7F7;
}

h2.searchCat {
  font-size: 11px;
  color: red;
}

h1.searchTitle {
  font-size: 12px;
}

p.searchText {
  font-size: 11px;
  margin: 0px;
}

div#search table {
  width: 100%;
  border-collapse: collapse;
}

td#search_head {
  text-align: left;
  padding: 2px;
  font-size: 12px;
  height: 50px;
  vertical-align: top;
}

span#s_head {
  font-weight: bold;
  font-size: 16px;
}

span#s_query {
  font-style: italic;
}

td#search_close {
  text-align: right;
  font-size: 12px;
  padding: 2px;
  font-weight: bold;
  vertical-align: top;
  height: 50px;
}

td#search_close span {
  cursor: pointer;
}

.clear {
  width: 0px;
  height: 0px;
  clear: both;
  font-size: 0px;
  line-height: 0px;
}

div#pic_menu {
  width: 999px;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

div#small_pic_menu {
  height: 194px;
  position: relative;
}

div#big_pic_menu {
  height: 555px;
  position: relative;
}

div#subtitles div {
  position: absolute;
  color: #FFFFFF;
  font-size: 12px;
}

div#submenus a {
  position: absolute;
  text-decoration: none;
}

div#imagemap a {
  display: block;
  position: absolute;
  background-image: url('/img/transparent.gif');
  /*background-color: blue;*/
  cursor: pointer;
}

div#imagemap span {
  display: none;
}

span.nowrap {
  white-space: nowrap;
}

div#search_form form {
  margin: 0px;
  padding: 0px;
}

div#search_button button.ready img, div#search_button button.wait span {
  display: none;
}

div#search_button button.ready span, div#search_button button.wait img {
  display: inline;
}

div#foot_links {
  width: 500px;
  float:left;
  text-align: left;
}

div#footer a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

div#foot_kon {
  width: 499px;
  margin-left: 500px;
  text-align: right;
}

.hide {
  display: none;
}

span.show {
  display: inline;
}

div.show {
  display: block;
}

div#search_form {
  height: 102px;
}

div#search_form p {
  font-size: 12px;
  color:#ff7403;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
}

div#search_form p span {
  font-weight: bold;
}

div#search_input {
  padding-left: 10px;
}

div#search_input input {
  width: 174px;
}

div#search_button {
  margin-top: 5px;
  padding-left: 10px;
  width: 179px;
  text-align: right;
}

div#search_button button {
  width: 75px;
}

div#local_gallery {
  width: 0px;
  height: 0px;
}

div#gal_detail_layer {
    position: absolute;
    top: 10px;
    border: 3px solid #B4C4C7;
    z-index: 150;
    padding: 20px;
    background-color: #FFFFFF;
}

div#gal_detail_layer p {
    text-align: center;
}

div#gal_detail_layer table {
    width: 100%;
}

td.gal_detail_close {
    text-align: center;
}

div#gal_detail_layer p span {
    font-weight: bold;
}

a.invisible {
  text-decoration: none;
  color: windowtext;
  border: none;
}