@import "ferd.css";


/*Design*/
/*Design End*/



table.propertyList{
    width: 100%;
}

table.propertyList td{
    border-top: 1px solid #c0b5a8;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

table.propertyList td.property-text{
}

table.propertyList td.property-image{
    width: 140px;
}

table.propertyShow{
    width: 100%;
}

table.propertyShow h1{
    margin-bottom: 5px;
}

table.propertyInfo{
}

table.propertyInfo td{
    padding-bottom: 5px;
}

table.propertyInfo td.key{
    font-weight: bold;
    padding-right: 5px;
}

/*MiniList*/
table.miniList{
    width: 100%;
}

table.miniList td.article{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
    font-size: 10px;
}

table.miniList td.article a{
    display: block;
    background-image: url(../gfx/square_bullet_grey.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 13px;
    color: #80776c;
}

table.miniList td.selectedArticle a{
    color: #870027;
    background-image: url(../gfx/square_bullet_red.gif);
}

.realEstateBannerLarge {
	height: 213px;
	position: relative;
	margin-bottom: 10px;
}

.realEstateBanner {
	position: absolute;
	top: 0;

	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 143px;
	height: 70px;
	width: 737px;	
}


.realEstateBanner .textBanner{
	height: 26px;
	padding: 10px 39px;
	background-image: url(../gfx/blue_transparent.png);
}

.realEstateBanner .textBanner .text1{
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.realEstateBanner .textBanner .text2{
	color: #333333;
	font-weight: bold;
	font-size: 14px;

}

.realEstateGroupMenu {
	padding-bottom: 10px;
}

.realEstateGroup {
	border-bottom: 1px solid #C0B5A8;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.isLastInGroup .realEstateGroup {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.realEstateGroup h1 a:hover {
	text-decoration: none !important;
}

.realEstate {
	padding: 6px 6px 0 6px;
}

.realEstateOdd {
	background-color: #edf7fa;
}

.realEstate .realEstateImage {
	float: left;
	margin-right: 7px;
	margin-bottom: 6px;
}

.realEstate .realEstateText {
	padding-bottom: 6px;
}

.realEstate .realEstateText h2{
	margin: 0;
}

.realEstateShow {
	/*border: 1px solid #008CBC;*/
}

.realEstateShow h3{
	font-size: 12px;
	margin-bottom: 0;
}

.realEstateShow p{
	margin-top: 0;
	margin-bottom: 5px;
}


.realEstateShow .realEstateLogo {
	margin-bottom: 30px;
}

.realEstateShow .realEstateLinks {
	padding-top: 10px;
}

.realEstateShow .realEstateLinks .links{
	padding-top: 5px;
}

.realEstateShow .orderProspect {
	display: inline-block;
	border: 1px solid #C0B5A8;
	padding: 3px 5px;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
}


.realEstateShow .realEstateGroupTitle {
	background-color: #008CBC;
	color: white;
	font-weight: bold;
	padding: 4px 10px;
	font-size: 18px;
}

.realEstateShowContent {
	padding: 10px;
}

.realEstateShowTable {
	width: 100%;
	border-collapse: collapse;
}

.realEstateShowLeftColumn {
	border: 1px solid #C0B5A8;
	padding: 10px;
	width: 380px;
}

.realEstateShowRightColumn {
	padding-left: 10px;
	width: auto;
}

.realEstateShow .imageLarge{
	text-align: center;
	margin-bottom: 5px;
	cursor: pointer;	
}

.realEstateShow .imageLarge img {
	display: none;
}

.realEstateShow .imageLarge img.activeImage {
	display: inline;
}

.realEstateShow .imageThumbnails .thumbnailContainer {
	width: 80px;
	float: left;
	padding-bottom: 5px;
	text-align: center;
}


.orderProspectContent .miniList td.value .key {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 2px;
}

.orderProspectContent .miniList input.text {
	width: 250px !important;
}

.orderProspectContent .miniList input.zipCode {
	width: 50px !important;
}

.orderProspectContent .miniList input.city {
	width: 100px !important;
}