/**
 * news.css - Stylesheet for news.php 
 */

/***********************************************************************
 * Elements
 **********************************************************************/

/***********************************************************************
 * Items
 **********************************************************************/
#body {
	background: none;
}

#content .additional-photos-title {
	border-top: 1px solid #c4dff2;
	border-bottom: 1px solid #c4dff2;
	color: #6caedf;
	font-weight: bold;
	padding: 2px 0;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 0;
}

#content .additional-photos img {
	margin-bottom: 25px;
}

#content .page-description .photo {
	color: #6caedf;
	float: left;
	width: 27%;
	font-weight: bold;
}

#content .page-description .information {
	color: #6caedf;
	float: left;
	width: 67%;
	font-weight: bold;
}

#content .properties-photo {
	float:left;
	width: 27%;
}

#content .properties-item {
	border-bottom: 1px solid #cce3f4;
	padding: 28px 0;
}

#content .properties-item.first {
	padding-top: 0;
}

#content .properties-item.last {
	border-bottom: none;
}

#content .properties-information-title {
	float:left;
	width: 17%;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.6em;
}

#content .properties-information-content {
	float:left;
	width: 40%;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.6em;
}

#content .properties-additional-photo {
	float:left;
	width: 16%;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.6em;
}

#content .properties-additional-photo a {
	background: url(../images/additional-photos-icon.png) no-repeat left center;
	padding-left: 20px;
}

/***********************************************************************
 * Classes
 **********************************************************************/

/* Blocks */
