body#popup {
	background: #fff
}

/* --------------------------
 @Text
----------------------------- */

#summary p {
	font-weight: bold;
}

p#browse {
	background: #F6F6F6;
	padding: 0 0 3px 0;
	margin: 0;
	border-top: 1px dashed #EEE;
	border-bottom: 1px dashed #EEE;
}

p#close {
	text-align: right;
	margin: 0 3px 8px 0;
}

.sold h1 {
	border-top: 1px solid #A42708;
	background: #E25E3C;
	color: #FFF
}

/* --------------------------
 @Structure 
----------------------------- */

#description {
	margin-bottom: 10px
}

#summary {
	padding-bottom: 20px;
	border-bottom: 1px dashed #BBB;
	margin-bottom: 20px;
}

	#summary .highlight {
		margin-left: 0
	}

#summary ul li {
	margin: 0;
	list-style-type: none;
	color: #000
}

#maps {
	padding-top: 20px;
	border-top: 1px dashed #BBB;
	border-bottom: 1px dashed #BBB;
	margin-bottom: 20px
}

#maps .left {
	clear: left;
}

#mapsprint {
	display: none;
}

#photos {
	border-bottom: 1px dashed #BBB;
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1
}

#disclaimer {
	margin-left: 2%;
	width: 64%;
	font-size: 0.7em;
}

#popup #content {
	padding: 10px;
	min-width: 300px;
	text-align: center;
}

/* -------------------------- */


/* --------------------------
 @Forms, images, photos and galleries
----------------------------- */

#photos a:link, #photos a:visited {
	border: 5px solid #f0f0f0;
	display: block;
	float: left;
	margin: 0 8px 8px 0;
	position: relative;
}
	
#photos img {
	display: block;
}

#photos span.caption {
	background: #fff;
	border-top: 1px solid #333;
	bottom: 0px;
	color: #000;
	display: none;
	font-size: 0.833em;
	left: 0px;
	opacity: 0.70;
	filter: alpha(opacity=70);
	padding: 8px;
	position: absolute;
	width: 184px;
}

#photos a:hover span.caption {
	display: block;
}

#photos .video {
   height: 148px;
}

#photos .video img {
   width: 200px;
   height: 148px;
}

#photos .video img.logo {
   width: 150px; 
   height: auto;
   position: relative; 
   top:-80px; 
   left: 25px; 
   opacity: 0.8;
}


#maps img {
	float: left;
	border: 8px solid #EEE;
	width: 300px;
	margin: 0 10px 20px 0;
}

	#maps img:hover {
		border-color: #CCC;
	}

#popup #content img {
	margin-top: 10px;
	border: 8px solid #EEE;
   max-width: 97%;
}

#column2 .agentphoto {
	width: 100px;
}


/* -------------------------- */


