/********************************************
* Detail Page Styles
********************************************/
#detailholder {
	width: 100%;
}
#detailprop {
	width:96%;
	margin-top: 10px;
	margin-left: 10px;
}
#detailprop ul {
}
#detailprop h2, #detailimg h1, #detailcontact h1, .streetview h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-color: white;
	font-variant: small-caps;
	text-align: center;
}
#detailprop li {
	font-size: 12px;
	list-style-type: none;
	
}
#detailfeatures {
	margin: 10px;
}
#detailfeatures ul {
}
#detailfeatures h2 {
	font-size: 14px;
	color: #000000;
	background-color: white;
	font-weight:bold;
	line-height:25px;
	margin-bottom:5px;
	margin-top:10px;
	padding:7px;
	border:1px #974608 solid;
}
#detailfeatures li {
	font-size: 12px;
	list-style-type: none;
	margin: 5px;
}

/*********************************************************
*
*  Contact block and links for the detail page
*
*********************************************************/

#detailcontact {
	font-size: 14px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px;
}

#detailcontact ol {
	margin-bottom: 10px;
	padding:8px 11px 10px 11px;
	list-style-type: none;
	border:1px solid #C7C1B2;
	border-top:none;
	background-color: #1A4068;
}
#detailcontact li {
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	margin-bottom: 5px;
}

/*********************************************************
*
*  Slideshow
*
*********************************************************/

#detailimg {
	margin-bottom: 200px;
}
#detailimg h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-color: white;
	font-variant: small-caps;
	text-align: center;
}

#mainImage {
	display: block;
	width: 300px;
	margin: 5px;
 	border:1px #974608 solid;
}

#nav {
	display: block;
	width: 50px;
	float: left;
	list-style: none;
	margin: 5px;
	border: none;
}
/*********************************************************
*
*  Google maps and street view
*
*********************************************************/
 
#wagmp_map_2 {
  display: block;
  width: 300px;
  height: 250px;
  border:1px #974608 solid;
}
#wagmp_map_2 span {
  display: block;
  width: 2px;
  height: 2px;
}
#wagmp_pano {
  margin: 0px;
  display: block;
  width: 300px;
  height: 230px;
  border:1px #974608 solid;
}
.streetview {
  display: block;
  width: 300px;
  height: 300px;
  float: none;
}
.streetview h2 {
	margin: 5px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background-color: white;
	font-variant: small-caps;
	margin-left: 0px;
	width: 275px;
	padding:8px 11px 10px 11px;
	font-size: 20px;
}
.mapview {
  display: block;
  width: 300px;
  height: 300px;
  float: none;
}
.mapview h2 {
	margin: 5px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background-color: white;
	font-variant: small-caps;
	margin-left: 0px;
	width: 275px;
	color: #000000;
	font-size: 20px;
	padding:8px 11px 10px 11px;
}


/*********************************************************
*
*  Comment forms for detail page
*
*********************************************************/

#commentform {
	margin: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 10px;
}
#commentform ul {
}
#commentform p {
	font-weight: bold;
}
#commentform li {
	list-style-type: none;
} 
#commentform b {
	text-align: right;
	display: inline-block;
	width: 120px;
	float:left;
}
#commentform input {
	display: inline-block;
	width: 150px;
}
#commentform textarea {
	display: inline-block;
	width: 150px;
}
#commentform [type=submit] {
	text-indent:-999px;
	float: left;
	background:url(/agent_templates/template_1/bttns/add-comment.gif) left center no-repeat;
	width:143px;
	height:29px;
	border:none;
	cursor:pointer;
}
.fweb {
	display: none;
	visibility: hidden;
}