/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Print Styles *
   
   This file creates CSS styles for printing documents. 
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.

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

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
  font-family: Georgia, Times, serif;
  line-height: 130%;
  color:#000;
  background:none;
}
body {
  background: white;
  font-size: 10pt;
}

img { 
  float:left; 
  margin:10px 10px 10px 0;
}
hr { 
  background:#ccc; 
  width:100%; 
  height:2px; 
  margin:20px 0; 
  padding:0; 
  border:none; 
}
blockquote { 
  margin:15px 0; 
  padding:10px; 
  border:2px solid #ccc; 
  font-style:italic; 
  font-size:0.9em; 
}

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
.hide             { display:none; }

a:link, a:visited {
	background: transparent;
	text-decoration: underline;
	color: #000;
}

a:link:after, a:visited:after {
   font-size: 90%;
}

/* If you have navigation on your site, you might want to add something like this:
   #menu { display:none } */

#topnav,
#footer,
body.home #feature,
#search_top,
#search_bottom,
.controls,
ul.tabs,
#send_to_friend,
#email_agent,
#property #header-sec,
#property #location,
#property #street_view,
.nav-context,
.nav-context-bottom,
ul.secnav,
#sidebar,
div.backtotop,
#shortlisted,
#staff_div,
#sales_team .intro,
#property #photos #controls {
display: none !important;
}

#property #photos {
display: block !important;
}
	#property #photos img {
	border: 1px #ccc solid;
	padding: 1px;
	}

#property table.features {
border-collapse: collapse;
border-top: 1px #ccc solid;
border-right: 1px #ccc solid;
width: 35%;
float: right;
margin-left: 1em;
}
	#property table.features td.title,
	#property table.features td {
	border-left: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 0.3em;
	text-align: center;
	}
	#property table.features td {
	width: 30%;
	text-align: right;
	padding-right: 2.2em;
	}
		#property table.features td.title {
		width: 70%;
		}
	#property table.features td img {
	position: absolute;
	right: 0;
	margin: 0.3em 1.2em 0 0;
	}

h1 {
font-size: 1.3em;
border-bottom: 1px #ccc solid;
padding-bottom: 0.6em;
}

.fl-left {
float: left;
margin: 0 1em 1em 0;
}
.fl-right {
float: right;
margin: 0 0 1em 1em;
}
	.fl-left,
	.fl-right {
	padding: 1px;
	border: 1px #ccc solid;
	}

#property h3.price {
font-size: 2em;
line-height: 1em;
}

#property #photos {
	margin-top: 10px;
	}

	#property #photos .wrapper ul {
	list-style: none;
	clear: both;
	}
		#property #photos .wrapper ul li {
		display: inline;	
		}
