

/* @override 
	http://localhost2/sunshinelivingproperties.com/css/propertyprint.css */



body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0px;
	margin:0px;
	color:#000000;
	padding-top:0px;
}

/* new clearfix */
.fixed:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .fixed             { zoom: 1; } /* IE6 */
*:first-child+html .fixed { zoom: 1; } /* IE7 */



.propery_print_wrap{
	width: 800px;
}
.propery_print_header{
	width: 800px;
	text-align: center;
}

.logo{margin-bottom: 5px;}

.propery_print_h1{
	color: #fff;
	line-height: 25px;
	font-size: 25px;
	
	background-color: #025581;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	border-bottom: 5px solid #10a4e3;
}
.propery_print_h1 span{
	float: right;
	font-size: 13px;
}

.propery_print_images{
	float: left;
	width: 400px;
}

.propery_print_images img{
	width: 380px;
	margin-bottom: 5px;
}

.sidebox div.h1, .featuresbox h1{
		color: #fff;
		line-height: 16px;
		font-size: 18px;
		background-color: #10a4e3;
		padding: 5px;
		padding-left: 20px;
		padding-right: 20px;
		clear: both;
		border-bottom: 2px solid #10a4e3;
		margin-bottom: 0px;
}
a.h1{
	display: none;
}

.sidebox ul, .featuresbox ul{
	margin: ;
	padding-bottom: 10px;
	padding: 5px;
	padding-left: 20px;
	margin: 0px;
	display: block;
	margin-bottom: 50px;
}
.sidebox li, .featuresbox li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 180px;
	margin-bottom: 7px;

}
.sidebox li.price,.sidebox li.location{
	background-color: #F9B916;
	line-height: 25px;
	list-style: none;
	width: 360px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	text-align: center;
	font-size: 16px;
	border-bottom: 2px solid #F9B916;
}
.propery_print_content{
	width: 400px;
	height: 860px;
	float: left;
	overflow: hidden;
}

.description{
	padding: 5px;
	height: 190px;
}

.propery_print_footer{
	width: 760px;
	color: #fff;
	line-height: 20px;
	font-size: 16px;
	background-color: #025581;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: ce;

}