﻿.propertyThumb
{
	height: 40px;
	width: 45px;
	border: solid 1px #454646;
	cursor: pointer;
	margin: 1px;
}

.propertyThumbSelected
{
	height: 40px;
	width: 45px;
	border: solid 1px red;	
	margin: 1px;
}

.propertyThumbNone
{
	height: 40px;
	width: 45px;
	border: solid 1px #454646;
	margin: 1px;
}

.propertyFieldLabel {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}


/*--->> LEFT SIDE <<---------------------------------------------------------------------------------------*/

#propertyDetailContainer {
    position: relative;
    width: 100%;
}

#propertyDetailHeader {
    position: relative;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #5c5c5c;
    padding: 10px 0 20px 0;  
}

#topDetailContainer {
    position: relative;
    height: 100%;
}

#topDetailLeft {
	/*position: absolute;
	top: 0;
	left: 0;*/
	margin-bottom: 10px;
	position: relative;
	width: 50%;
	min-height: 500px;
}

*html #topDetailLeft {
    height: 500px;
}

#mainPhoto img {
	width: 90%;
	border: solid 2px #454646;
}

#photoThumbnails{
    padding-top: 6px;
    width: 94%;
}
/*#photoThumbnails img{
    width: 50px;
}*/

#mainLinkBox {
    width: 92%;
    height: 198px;
    margin-top: 10px;
    background: url(/Shared/Styles/i/link_box_bkgd.gif) no-repeat;
}

#mainLinkBoxListContainer {
    height: 198px;
    background: url(/Shared/Styles/i/link_box_bkgd_right.gif) no-repeat right top;
    text-align: left;
    padding-top: 7px;
    margin: 0;
    vertical-align: middle;
    display: block;
}

/*#mainLinkBoxListContainer ul {
    vertical-align: middle;
    display: block;
    height: 198px;
}*/

.mainLinkBoxList {
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 12px;
    padding: 0;
    list-style-type: none;
}
.mainLinkBoxList a{
    color: #0a01b4;
    text-decoration: none;
}
.mainLinkBoxList a:hover{
    color: #0a01b4;
    text-decoration: underline;
}

/*--->> LINK LIST BOX <<---------------------------------------------------------------------------------------*/

.virtualTourIcon {
    padding-left: 28px;
    background: url(/Shared/Styles/i/email_new_listings_icon.gif) no-repeat 0 3px;
}
.scheduleShowingIcon {
    padding-left: 28px;
    background: url(/Shared/Styles/i/schedule_showing_icon.gif) no-repeat 0 3px;
}
.requestInfoIcon {
    padding-left: 28px;
    background: url(/Shared/Styles/i/request_info_icon.gif) no-repeat 0 3px;
}
.prequalifyIcon {
    padding-left: 28px;
    background: url(/Shared/Styles/i/get_prequalified_icon.gif) no-repeat 0 3px;
}
.calculatorIcon {
    padding-left: 28px;
    background: url(/Shared/Styles/i/calculator_icon.gif) no-repeat 0 3px;
}
.emailFriendIcon {
    padding-left: 28px;
    background: url(/Shared/Styles/i/email_to_friend_icon.gif) no-repeat 0 3px;
}
.emailNewListings {
    padding-left: 28px;
    background: url(/Shared/Styles/i/email_new_listings_icon.gif) no-repeat 0 3px;
}
.printIcon {
    padding-left: 28px;
    background: url(/Shared/Styles/i/print_icon.gif) no-repeat 0 3px;
}


/*--->> RIGHT SIDE <<---------------------------------------------------------------------------------------*/

#topDetailRight {
    position: absolute;
    top: 0;
    left: 50%;
    margin-bottom: 20px;
    /*position: relative;
    margin: 0 0 20px 50%;*/
    width: 50%;
    height: 100%;
    min-height: 560px;
}
*html #topDetailRight {
    height: 560px;
}

#topRightLinks {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 21px;
    color: #848484;
    text-transform: uppercase;
}
#topRightLinks a{
    color: #848484;
    text-decoration: none;
}
#topRightLinks a:hover{
    color: #848484;
    text-decoration: underline;
}

.topRightLinkMap {
    padding: 5px 8px 5px 23px;
    background: url(/Shared/Styles/i/view_on_map_icon.gif) no-repeat 0 0;
}
.topRightLinkSave {
    padding: 5px 8px 5px 23px;
    background: url(/Shared/Styles/i/save_icon.gif) no-repeat 0 0;
}
.topRightLinkPrint {
    padding: 5px 8px 5px 23px;
    background: url(/Shared/Styles/i/print_icon.gif) no-repeat 0 0;
}

.horizontalDashDivider {
    padding: 10px 0 10px 0;
    background: url(/Shared/Styles/i/dotted_divider.gif) no-repeat 0 10px;
}

#propertyMainDetails {
    width: 100%;
}

.propertyPrice {
    font-size: 16px;
    font-weight: bold;
    color: #e20101;
    line-height: 24px;
}

#propertyMainDetailsTable {
    width: 100%;
}

#propertyDescription {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    line-height: 16px;
    color: #000;
    width: 100%;
    max-height: 220px;
    overflow: auto; 
}

*html #propertyDescription {
    height: 220px;
    overflow: auto;
}

#agentCard {
    position: relative;
}

#agentCardPhoto img{
    /*position: absolute;
    top: 0;
    left: 0;*/
    float: left;
    width: 60px;
    border: solid 1px #434445;
    margin-right: 15px;
}

#agentCardDetails {
    float: left;
    /*padding-left: 15px;*/
    /*top: 0;
    left: 75px;*/
}

.colorTextHighlight {
    color: #e20101;
}

#bottomDetailContainer {
    position: relative;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#bottomDetailContainer td {
    padding: 4px 4px 4px 0;
}

.detailSectionContainer {
    position: relative;
    margin: 0;
    padding: 0;
}

.detailSectionHeader{
	height: 34px;
	font-weight: bold;
	font-size: 14px;
	line-height: 34px;
	/*background-color: #f5f5f5;
	border: solid 1px #a9a9a9;
	padding: 5px;*/
	background: url(/Shared/Styles/i/detail_area_header_bkgd.gif) no-repeat 0 0;
	/*background: url(/Shared/Styles/i/detail_area_header_bkgd_r.gif) no-repeat right;*/
}

.detailSectionHeaderInner {
    padding-left: 10px;
    /*background: url(/Shared/Styles/i/detail_area_header_bkgd.gif) no-repeat 0 0;*/
    background: url(/Shared/Styles/i/detail_area_header_bkgd_r.gif) no-repeat right;
}

.detailSectionItem {
    display: block;
    margin-left: 10px;
    
}

.detailSectionLabel {
	font-size: 11px;
	font-weight: bold;
	color: #3c3c3c;
	padding: 0;
	/*margin-left: 5px;*/
}

#openHousesContainer {
}

#customerDefinedArea {
}

#mapContainer {
}

#propertyDetailDisclaimers {
    margin-top: 10px;
    font-size: small;
    line-height: 12px;
    color: #4a4a4a;
}
