﻿/*.tabs_buildings
{
	margin-top:25px;
	margin-bottom:12px;
}

.divSearchResultsTitle
{
	margin-top:35px;
	margin-bottom:25px;
	padding-left:12px;
}

.divSearchResultsTitle img
{
	margin-bottom:10px;
}

.large_description
{
	width:757px;
	height:107px;
	margin:auto;
	margin-bottom:24px;
}

.large_description .description_box
{
	width:755px;
	height:83px;
	overflow:hidden;
	background-color:#f5f6f7;
	border:solid 1px #cbdfee;
}

.large_description .description_box .content_description
{
	margin-left:8px; 
	width:457px; 
	float:left;
}

.large_description .description_box .content_description h2
{
	color:#005da5;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	font-size:11px;
}

.large_description .description_box .content_description p
{
	margin-top:7px;
}

.large_description .description_box .content_description ul
{
	list-style-image:url(../../images/bullet.gif);
	margin-left:10px;
	*margin-left:15px;
	line-height:16px;
}

.large_description .description_box .more_images .top
{
	width:213px; 
	height:13px; 
	background-color:#0065ac;
	padding-top:5px; 
	padding-left:5px;
}

.large_description .description_box .more_images
{
	width:218px; 
	height:83px;
	float:right;
	background-color:#FFF; 
	border-left:solid 1px #cbdfee;
}

.large_description .description_box .more_images .thumb_container img
{
	margin-top:10px;
	margin-left:10px;
}

.large_description .description_buttons
{
	width:100%;
	height:22px;
	background-image: url(../../images/Buildings/large_desc_box_pattern.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.large_description .description_buttons img
{
	float:left;
	cursor:pointer;
}

/* =============================================== */
/* PAGINATION */
/*
.pagination
{
	width:756px;
	height:25px;
	margin:auto;
	background-image: url(../../images/Buildings/pagination_pattern.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding-top:5px;
}

.pagination table
{
	width:auto;
	margin:auto;
}

.pagination table tr td.no_border
{
	border:none;
	cursor:pointer;
}

.pagination table tr td
{
	padding:2px 8px;
	color:#87b6d8;
	border-top:solid 1px #4b92c4;
	border-bottom:solid 1px #4b92c4;
}

.pagination table tr td.over
{
	color:#a5c9e1;
	background-color:#FFF;
	cursor:pointer;
}

.pagination table tr td.corner_left
{
	border-left:solid 1px #4b92c4;
}

.pagination table tr td.corner_right
{
	border-right:solid 1px #4b92c4;
}

.sold
{
    position: relative;
    *position: auto;
    top: -83px;
    *margin-left: -71px;
    *margin-top: -13px;
}
*/