#searchPanelSection {
	float: left;
	text-align: left;
	padding-right: 10px;
	width: 200px;
}

#propertySection {
	float: left;
	padding-left: 10px;
	padding-top: 9px;
	width: 780px;
}


.editProperty {
	font-weight: bold;
	margin-top: 15px;
	float: left;
	margin-left: 25px;
}

.editPropetyDesc{
	font-weight: bold;
	margin-top: 15px;
	margin-left: 25px;
}



.editPropButton {
	text-align: center;
	margin-bottom: 25px;
}

.categoryBox {
	border: 1px solid #757575;
	font-weight: normal;
	padding: 3px;
	margin-top: 2px;
    float: left;
}

.featureAndTransacted {
    padding-left: 10px;
    font-weight: normal;
    float: left;
}

#transactedCats {
    background-color: #e2e2e2;
}

/**********************************/

.propertyBlob {
    /*border-left: 1px dotted #ffffff;
    border-right: 1px dotted #ffffff;*/
    border: 1px dotted #ffffff;
    margin-bottom: 20px;
    padding: 10px;
}

.imgHolder {
    width: 160px;
}

.propertyContent {
    padding-left: 20px;
}

.PropertyName {
    font-size: 16pt;
    margin-bottom: 6px;
    font-weight: bold;
}

.propertyLink {
    color: #323232;
    text-decoration: none;
}

.propertyLink:Hover {
    color: #ed301c;
    text-decoration: none;
}
.PropertyCode {
    /*color: #757575;*/
    float: right;
    font-size: 9pt;
}

.PropertyLocation {
    font-size: 12pt;
    margin-bottom: 7px;
}

.PropertyType {
    font-size: 11pt;
    margin-bottom: 3px;
}

.Price {
    padding-bottom: 13px;
    border-bottom: 1px dotted #a2a2a2;
    margin-bottom: 2px;
}

.theseCats {
    /*float: right;*/
    font-size: 9pt;
    /*color: #757575;*/
}

.categoryLink {
    text-decoration: none;
    color: #757575;
}

.categoryLink:Hover {
    color: #757575;
    text-decoration: underline;
}

.imgBorder {
    padding: 2px;
    border: 1px solid #a2a2a2;
}

.imgBorderThumb {
    padding: 1px;
    border: 1px solid #a2a2a2;
}

/*** Display Page ******/



.display_PropertyName {
    font-size: 18pt;
    padding-bottom: 3px;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 10px;
    font-weight: bold;
}

.display_PropertyDesc {
    width: 500px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #c2c2c2;
    float: left;
    margin-bottom: 15px;
}

.display_PropertyData {
    float:right;
    width: 250px;
}

#mainImgArea {
    /*border: 1px solid #a2a2a2;
    padding: 2px;*/
    background:url("../../../images/loader2.gif") no-repeat scroll center center transparent;
    position: relative;
}

#mainImage {
    border: 1px solid #a2a2a2;
    padding: 2px;
    background-color: #ffffff;
}

#imageScrolTbl {
    /*border-top: 1px dotted #ed301c;
    border-bottom: 1px solid #ed301c;*/
    /*padding: 8px;*/
    /*padding-top: 6px;
    padding-bottom: 6px;*/
    /*background-color: #d2d2d2;*/
    background-color: #f2f2f2;
    border: 1px dotted #ed301c;
    padding: 6px;
}

.imagesFrame {
    margin-bottom: 10px;
}

#thumbScroller {
    height: 381px;
    border-left: 1px dotted #c2c2c2;
    /*width: 200px;*/
    overflow: auto;
    margin-left: 20px;
    /*background-color: #ffffff;*/
    position: relative;
}

.thumbContainer {
    padding-bottom: 15px;
    opacity: 0.85;
    filter:alpha(opacity=85);
}

.thumbContainerHover {
    padding-bottom: 15px;
    opacity: 1.0;
    filter:alpha(opacity=100);
}

.display_Price {
    padding-bottom: 15px;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 15px;
}

.bottomLeft {
    position:absolute;
    left:5px;
    bottom:5px;
    opacity: 0.4;
    filter:alpha(opacity=40);
}

.bottomLeftHover {
    position:absolute;
    left:5px;
    bottom:5px;
    opacity: 1.0;
    filter:alpha(opacity=100);
}

.bottomRight {
    position:absolute;
    right:5px;
    bottom:5px;
    opacity: 0.4;
    filter:alpha(opacity=40);
}

.bottomRightHover {
    position:absolute;
    right:5px;
    bottom:5px;
    opacity: 1.0;
    filter:alpha(opacity=100);
}

/****************/
.pageDD {
    width: 45px;
    font-size: 8pt;
}

.pageLinks {
    text-align: center;
    font-size: 9pt;
}

.orderLinks {
    float: left;
    font-size: 9pt;
    padding-left:2px;
}

.topInfo {
    text-align: right;
    font-size: 8pt;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 5px;
}

.extraButtons {
    background-color:#E2E2E2;
    border-top:2px solid #FFFFFF;
    margin-left:20px;
    padding-bottom:3px;
    padding-top:7px;
    text-align:center;
}