@charset "UTF-8";
div#frame {
	position: relative;
	height: 515px;
	width: 610px;
	margin: 35 auto 0;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #83A57A url(../images/bg_demo8.jpg) no-repeat center top;
}
div#zoom-window {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 298px;
}
div#zoom-window img {
	border: 1px solid #DDD0AB;
}

div#zoom-window div.navigation {
	margin: 5px auto 0;
	padding: 0;
	width: 120px;
	height: 24px;
	background-color: rgb(255, 255, 255);
	position: relative;
}
div#zoom-window div.navigation div.zoom-in {
	margin: 0;
	padding: 0;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 10;
	position: absolute;
	border: 1px solid rgb(255, 255, 255);
	background-image: url(../images/zoomin.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
}
div#zoom-window div.navigation div.zoom-out {
	margin: 0;
	padding: 0;
	overflow: hidden;
	left: 30px;
	top: 0;
	z-index: 10;
	position: absolute;
	border: 1px solid rgb(255, 255, 255);
	background-image: url(../images/zoomout.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
}
div#zoom-window div.navigation div.zoom-reset {
	margin: 0;
	padding: 0;
	overflow: hidden;
	left: 60px;
	top: 0;
	z-index: 10;
	position: absolute;
	border: 1px solid rgb(255, 255, 255);
	background-image: url(../images/reset.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
}
div#zoom-window div.navigation div.zoom-view {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	left: 90px;
	top: 0;
	z-index: 10;
	position: absolute;
	border: 1px solid rgb(255, 255, 255);
	background-image: url(../images/zoomview_switch.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
}
div.info-window {
	margin: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	left: 310px;
	width: 300px;
	height: 484px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(255, 255, 255);
}
#frame #info-foreground ul {
	list-style: url(none) none;
	display: block;
	margin: 0px;
	padding: 10px 0px 0px;
}
#frame #info-foreground h4 {
	font-size: 12px;
	color: #83A57A;
	display: block;
	width: 250px;
	text-align: left;
	font-weight: normal;
	padding: 10px 0px 0px;
	margin: 0px auto;
	line-height: 12px;
}
#frame #info-foreground ul li {
	list-style: url(none) none;
	display: block;
	height: 30px;
	width: 250px;
	border-bottom: 1px dotted #DDD0AB;
	font-size: 12px;
	text-align: left;
	line-height: 30px;
	color: #333;
	margin: 0px auto;
	padding: 0px;
}
#frame #info-foreground img {
	border: 1px solid #DDD0AB;
}
#frame #info-foreground h3 {
	font-size: 15px;
	color: #663300;
	font-weight: bold;
	line-height: 15px;
}
#frame #info-foreground p {
	display: block;
	width: 250px;
	font-size: 12px;
	color: #333;
	border-bottom: 1px dotted #DDD0AB;
	text-align: left;
	margin: 0px auto;
	padding: 5px 0px 10px;
	line-height: 18px;
}
#frame #info-foreground ul li b {
	font-weight: normal;
	color: #83A57A;
}

