/* @override http://chris-moffatt.local/~cmoffatt/morton/css/details-print.css */

#header {
	height: 90px;
	width: 960px;
	background-color: white;
	border-bottom: 1px solid #001842;
}

.biline{
	position: absolute;
	right:  10px;
	top: 30px;
	font-size: 24px;
	font-style: italic;
}

#footer {
	height: 30px;
	width: 100%;
	display: table-footer-group;
}

#header img {
	position: absolute;
	left:  0;
	top: 0;
	width: 120px;
	height: 70px;
	margin-top: 5px;
}



.property {
	position: relative;
	width: 960px;
	margin: 0 auto 15px;	
	padding: 0;
	float: left;
}

/* @group Header */
#backToSearchResults {
	display: none;
}

.property .logo {
	width: 100%;
	float: left;
	height: 120px;
}

.property .logo img{
	margin-top: 15px;
}

.property .header {
	float: left;
	width: 100%;
	height: 30px;
	color: #001842;
	text-align: left;
	border-bottom: 1px solid #001842;
	margin-bottom: 5px;
}

.header span.city {
	display: block;
	height: 30px;
	top: 0;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 0 0px;
	font-size: 18px;
	line-height: 28px;
}

/* @end */


.property .map {
	width: 520px;
	height: 300px;
	float: left;
}


/* @group Details */

.property .details {
	padding-left: 1px;
	position: absolute;
	width:430px;
	top: 30px;
	right: 0px;
	background-color: #fff;
	float: left;
	color: #001842;
	text-align: left;
	margin-top: 5px;
}

.property .details h3 {
	color: rgb(251, 142, 21);
	margin-top: 0px;
	margin-bottom: 5px;	
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}

.property .details .auction {
	margin-bottom: 1px;
	padding: 5px 10px;
	border-bottom: 1px solid #001842;
}

.property .details .inspections {
	borderorder-bottom: 1px solid #001842;
	padding: 5px 10px;
	margin-bottom: 1px;
}

.property .details .price {
	border-bottom: 1px solid #001842;
	padding: 5px 10px;
	margin-bottom: 1px;
}

.property .details .availability {
	border-bottom: 1px solid #001842;
	padding: 5px 10px;
	margin-bottom: 1px;
}

.property .details .description {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	color: #001842;
	font-size: 12px;
	line-height: 14px;
	padding-right: 5px;
}
.property .details .description ul{
	padding: 0;
	margin-left: 20px;
}

.property .details .description ul li{
}

.property .details #contacts {
	position: relative;
	width: 100%;
	height: 106px;
	margin-top: 20px;
}

.property .details .contact {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 106px;

	border-bottom:2px solid white;
	border-top:2px solid white;
}

.property .details .contact span.repname {
	border-bottom:1px solid #001842;;

	display:block;
	font-size:14px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	position:relative;
	top:1;
	width: 352px;
	margin: 0 0 0 79px;
	text-indent: 10px;
}

.property .details .contact img{
	left:0px;
	top: 0px;
	height: 106px;
	width: 79px;
	overflow:hidden;
	position:absolute;
	z-index:10;
}

.property .details .contact dl {
	position: absolute;
	left: 90px;
	top: 30px;
	width: 300px;
	padding: 0px;
	

}

.property .details .contact dl dt {
	position: relative;
	width: 20px;
	height: 15px;
	text-align: left;
	float: left;
	font-weight: bold;
}

.property .details .contact dl dd {
	height: 15px;
	text-align: left;
	margin-left: 0px;
	margin-right:10px;
	float:left;
	width:100px
}

.property .details .contact ul {
	display: none;	
}

/* @end */

/* @group Bed Bath Car */

.property .bbc {
	position: absolute;
	right: 10px;
	top: 5px;
	height: 20px;
	float: left;	
}

.property .bbc dl{
	margin: 0px;
	padding: 0px;
	
}

.property .bbc dl dt {
	text-align: left;
	float: left;
	height: 15px;
	width: 24px;
	margin-right:0px;
	margin-left: 15px;
	margin-top: 2px;
	
}

.property .bbc dl dt span {
	display: none;
}

.property .bbc dl dd {
	text-align: right;
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	font-size: 15px;
	font-weight: bold;
}



/* @end */

/* @group Contact */







/* @end */

/* @group Overview */

.property .details .overview {
	border: 1px solid fuchsia;
	margin: 2px 5px;
}

/* @end */

/* @group Additional Resources */



/* @group Suburb Profile */


.property #imageGallery {
	position: relative;
	top: 0px;
	width: 530px;
	float: left;
}


#imageGallery div.slideshow-container{
	width: 520px;
	float: left;
}

#imageGallery div.slideshow-container div.slideshow img{
	width: 520px;
}

#propertyThumbnails {
	width: 520px;
	text-align
}

#propertyThumbnails ul{
	width: 520px;
}

#propertyThumbnails ul li{
	width: 260px;
	float: left;
}

#propertyThumbnails ul li img{
	width: 258px;
	height: 170px;
}

