@charset "utf-8";
/* CSS Document */
body {
	margin-top: 25px;
	background: #eee  url(../images/bbg.png);
	background-color: #fff;
	font-family: 'trebuchet ms';
}
/*#container-id { background-color: #fff; width: 980px; margin: 0 auto 0 auto; }
#container-id, #container-id .sb-inner { background: #fff; }*/
#container-id { background: #fff; border: 1px solid #ddd; width: 980px; margin: 0 auto 0 auto; }

#map {
	width: 470px;
	height: 610px;
	border: 1px solid #888;
}
.center-text { text-align: center; }
h2 {	
	font-family: 'trebuchet ms';
	color: #A81541;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	font-weight: normal;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 15px;
}
h3 {	
	color: #888;
}
h4 {
	padding: 0;
	margin: 0;
	color: #A81541;
}
p {
	text-align: justify;
	line-height: 15px;
}
blockquote {
	color: #999;
}
.ribbon {
	height: 2px;
	background: white url('../images/ribbon1.gif') top left repeat-x;
}
.ref {
	color: #A81541;
}
.hit_spot {
    margin-bottom: 5px;
    color: #888;
}
/*.hit_spot:hover {
    background: #FBFBFC;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
}*/
.hit_caption {
    color: #A24B4B;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    padding-left: 0;
}
.hit_button {
    background: #eee;
    border: 1px solid #666;    
}
.no_point
{
   font-size:16px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   height:26px;
   background-color:#779999;
   background-image:url("../images/back01.gif");
   border-style:solid;
   border-color:#DDDDDD;
   border-width:1px;
   width:106px;
}
.show_point
{
   font-size:16px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   height:26px;
   background-color:#779999;
   background-image:url("../images/back02.gif");
   border-style:solid;
   border-color:#FF0000;
   border-width:1px;
   width:106px;
}
.spot {
	padding: 10px;
	background: #fff url("../images/stripe.png");
	border: 1px solid #eee;
	margin-bottom: 5px;
	color: #666;
}
.spot:hover {
	background: #eee;
	border: 1px solid #ddd;
	color: #000;
}
.spot b {
	color: #A24B4B;
}
#ad {
	max-height: 170px;
	min-height: 170px;
	height: 170px; !important
	overflow: hidden;
}
/* Route */
#stops a {
	color: #5E2B2B;
}
#stops a:hover {
	text-decoration: none;
}
div.locality {
	background: #ddd;
	padding: 6px;
	color: #666;
	margin-bottom: 2px;	
	font-size: 18px;
}
div.locality:hover {
	background: #bbb;
}
div.category {
	background: #eee;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #666;
	margin-bottom: 2px;
}
div.category:hover {
	background: #ddd;
}
div.stop {
	background: #C8E2BD;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #2C4820;
}
/*div.stop:hover {
	background: #eee;
}*/
div.stopContent {
	background: #fff;
	color: #333;
	padding: 10px;
	margin-bottom: 15px;
}