/*  

	Print stylesheet for Coalters.com
	Author : James Young | james@welcomebrand | http://www.welcomebrand.co.uk
	Initial Build : April + May 2009

	CONTENTS: 
	
	01 : Global Formatting
	02 : Elements to hide for printing	

*/

/* START : 01 Global Formatting */
* {
	padding: 			0;
	margin: 			0;
}

body {
	padding:			0 0 50px 0;
	margin: 			0;
	font: 				9pt Arial, Helvetica, sans-serif;
	color: 				#333;
	line-height: 		145%;
	background: 		#F3F4F4;
}

div {
	position: 			relative;
}

p {
	font: 				9pt Arial, Helvetica, sans-serif;
	color: 				#333;
	line-height: 		145%;
}

#primary-content p {
	margin: 			0 0 15px 0;
}

#primary-content ul {
	margin: 			15px 0 25px 0;
}

ul.indented {
	margin-left: 		25px !important;
}

#homepage #primary-content ul,
#homepage #primary-content ul li {
	margin: 			0 !important;
}

a, 
span.required {
	color: 				#A0218C;
	font-weight: 		bold;
	text-decoration: 	none;
}

a:hover {
	text-decoration: 	underline;
}

#primary-content p a {
	color: 				#09c;
}

a img {
	border: 			0;
}

h1, h2, h3 {
	line-height: 		normal;
	margin: 			0 0 25px 0;
	letter-spacing: 	-1px;
	color: 				#A0218C;
	font-weight: 		bold;
}

hr {
	display: 			none;
}

.clearing {
	clear: 				both !important;
}

#property-details-full h3 {
	margin-bottom: 5px;
}

#site-header {
	background: #F3F4F4;
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #A0218C;
	padding-bottom: 15px;
}

#site-header p#global-logo {
	float: left;
	display: inline;
}

#site-header p#secondary-navigation-hotline {
	float: right;
}

#property-price {
	font-size: 12pt;
	font-weight: bold;
}

h1#property-name {
	margin-bottom: 10px;
	width: 100%;
	float: left;
	overflow: hidden;
	display: block;
	clear: both;
}

.name {
	float: left;
}

.price {
	float: right;
}

#property-gallery-wrap {
	float: left;
	overflow: hidden;
	width: 100%;
	display: block;
	clear: both;
}

#property-main-photo {
	float: left;
}

#property-main-photo img {
	border: 1px solid #ccc;
	padding: 2px;
}

#property-thumb-photos {
	width: 100%;
	float: left;
	padding: 15px 0 7px 0;
}

#property-thumb-photos img {
	float: left;
	display: inline;
	width: 100px;
	overflow: hidden;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
	padding: 2px;
}

#services,
#awards,
#site-base {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 30px;
	float: left;
	display: block;
	clear: both;
	width: 100%;
}

/* END : 01 Global Formatting */




/* START : 02 Elements to hide for printing */
#global-navigation,
#breadcrumb,
#secondary-content,
#secondary-navigation,
#request-details a img,
#request-details span,
#request-details,
#property-options,
#property-enquiry form,
#footer-valuation-form,
#popular-searches,
#about-coalters,
#property-details-map
{
	display:		none;
}
/* START : 02 Elements to hide for printing */

