body {
  font-family: 'Arial CE', Arial, Helvetica, sans-serif;
}


a img, img {
  border: none; 
}

#editor input, #editor p {
  font-size: 11px;	
}

#guide {
  margin: 0 auto;
  width: 1000px;
  height: 638px; 
  position: relative;
  border: 1px solid #cfcfcf;
  background: url('/images/background.jpg') no-repeat;
}

#menu ul li a {
  color: #666;
  text-decoration: none;
  font-size: 12px; 
}

#menu ul li {
  float: left;
  list-style-type: none;
  margin: 0 5px 0 0;
  padding: 0 5px;
  border: 1px solid #CFCFCF;
  -bottom: none;
  position: relative;
  overflow: visible;
  z-index: 100;
}

#menu .item {
  position: absolute;
  width: 500px;
  z-index: 300;
  left: 0;
  top: 19px;
  background: #fff;
  border: 1px solid #CFCFCF;
  font-size: 10px;
  padding: 5px;
}

#menu ul {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  height: 20px;
}

#menu #list h3 {
  margin: 2px 0;
  padding: 0;
}

#menu #list ul {
  margin: 0 0 0 20px;
  padding: 0;
  width: auto;
  height: auto;
  display: none;
}

#menu #list ul li {
  border: none;
  margin: 0;
  padding: 0;
  float: none;
}

#menu #help h2 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

#menu p {
  padding: 0;
  margin: 5px 0;
}

#cursor {
  position: absolute;
  z-index: 100;
  padding: 2px 6px 2px 6px;
  font-size: 10px;
  height: 16px;
  border: 1px solid #666;
  background: #fff;
}

.cursor-view {
   /*background: url('/images/help_arrow_small.jpg') 0 50% no-repeat #fff;*/
}

.cursor-location {
   /*background: url('/images/help_foot_small.jpg') 0 50% no-repeat #fff;*/
}

.cursor-detail {
   /*background: url('/images/help_zoom_small.jpg') 0 50% no-repeat #fff;*/
}

.helper {
  position: absolute;
  width:  16px;
  height: 16px;
  z-index: 12;
  border: 1px solid #CFCFCF;
}

.helper-view {
   /*background: url('/images/help_arrow_small.jpg') 0 0 no-repeat;*/
}

.helper-location {
   /*background: url('/images/help_foot_small.jpg') 0 0 no-repeat;*/
}

.helper-detail {
   /*background: url('/images/help_zoom_small.jpg') 0 0 no-repeat;*/
}

#scroll_up, #scroll_down {
  position: absolute;
  z-index: 30;
  width: 25px;
  height: 26px;
  top: 480px;
  cursor: pointer;
}

#scroll_up {
  left: 870px;
  background: url('/images/scroll_up.png') no-repeat;
}

#scroll_down {
  left: 895px;
  background: url('/images/scroll_down.png') no-repeat;  
}

.view {
}

.view .image {
  width: 780px;
  height: 522px;
  background: #fff;
  overflow: hidden;
  position: absolute;
}

.view .text {
  width: 190px;
  height: 470px;
  top: 10px;
  left: 790px;
  background: #fff;
  overflow: hidden;
  position: absolute;
  font-size: 11px;
}

.view .info {
  width: 780px;
  top: 522px;
  left: 0;
  overflow: hidden;
  position: absolute;
  display: none;
}

.view .info .title {
  float: left;
  width: 460px;
  height: 20px;
  font-size: 12px;
  padding: 10px 10px 8px 10px;
}

.view .info .status {
  float: left;
  width: 260px;
  padding: 4px 0 8px 40px;
  height: 26px;
  font-size: 12px;
  overflow: hidden;
}

.view .info .status img {
  vertical-align: middle;
}

.view .info .title h1 {
  font-size: 16px;
  margin: 0;
  padding: 0; 
}

.view .info .status.icon-view {
   /*(background: url('/images/help_arrow.jpg') 0 5px no-repeat; */
}

.view .info .status.icon-location {
   /*background: url('/images/help_foot.jpg') 0 2px no-repeat; */
}

.view .info .status.icon-detail {
   /*background: url('/images/help_zoom.jpg') 0 2px no-repeat; */
}

.view .info .links {
  clear: both;
  font-size: 11px;
  padding: 10px 10px;
  color: #fff;
}

.view .info .links a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff; 
}

.view .image .link {
  display: block;
  background: url('/images/transparent.gif');
  z-index: 10;
  cursor: default;
  cursor: pointer;
}

.view .image .link img.icon {
  position: absolute;
}

.view .detail {
  display: none;
  z-index: 20;
  border: 1px solid #c9c9c9;
  background: #e0e0e0;
  padding: 4px
}

.view .detail .close {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 25px;
  height: 26px;
  background: url('/images/close.png') no-repeat;
  cursor: pointer;
}

.view .detail p {
  padding: 10px 30px 5px 0;
  font-size: 12px;
}

.view .image .detail p {
  margin: 0;
}

.view .image .detail img {
  border: 1px solid #c9c9c9;
}
