@import url(_fonts.css);
@import url(_layout.css);
@import url(pages.css);

#propertyWrapper {
	width: 755px;
	margin: 0px auto;
	}

.PaginationWrapper {
	width: 750px;
	padding: 5px 0px;
}

#SubHeader {
	width: 200px;
	float: left;
}

.Pagination {
	float: right;
	width: 360px;
	color:#8D0009;
	text-align:right;
}

.Pagination a, .Pagination a:active, .Pagination a:visited, .Pagination a:hover{
	color: #8D0009;
	text-decoration: underline;
}

.Divider {
	margin: 10px 0px;
	height: 1px;
	background-color: #CCCCCC;
	line-height:0px;
	font-size:0px;
	width: 750px;		
}

/*Property List*/
#PropertyListTable {
	width: 750px;
	border-top: 1px solid #CCCCCC;
}

#PropertyListTable td {
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
}

#PropertyListTable tr.altcolor td {
	background-color: #EEEEEE;
}

#PropertyListTable a img {
	border-color: #2A5300;
}

#PropertyListTable a:hover img {
	border-color: #8D0009;
}

/*Property Drilldown*/
#MainPhoto {
	width: 252px;
	padding-right: 10px;
	float:left;
	text-align:center;
}

#MainPhoto a img {
	border-color: #2A5300;
}

#MainPhoto a:hover img {
	border-color: #8D0009;
}


#Address {
	width: 481px;
	text-align:center;
	float:left;
}

#PropertyIcons td {
	padding: 0px 10px;
}

#PhotoGallery {
	width: 750px;
}

.PhotoGallery {
	width: 127px;
	padding: 0px 20px 0px 0px;
	text-align:center;
	float:left;
}

.PhotoGallery a img {
	border-color: #2A5300;
}

.PhotoGallery a:hover img {
	border-color: #8D0009;
}

#Specs {
	width: 268px;
	border-right: 1px solid #CCCCCC;
	float:left;
}

#Specs table {
	width: 268px;
}

#Specs td {
	padding: 5px;
}

#Description {
	width: 436px;
	padding-left: 10px;
	float:left;
}

#Description table {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;	
	width: 436px;
}

#Description td {
	padding: 5px;
}

#Description tr.title td {
	background-color: #999999;
	color:#FFFFFF;
}

#Description tr.altcolor td {
	background-color: #EEEEEE;
}

#Realtor {
	width: 750px;
	text-align: center;
}


