@charset "UTF-8";

/*

  BROWN:
  Hex - 450e05
  RBG - R 69 G 14 B 5

  BROWN TINT - DARK:
  Hex - d1c2bd
  RBG - R 209 B 194 G 189

  BROWN TINT - LIGHT:
  Hex - eae0de
  RGB - R 234 G 224 B 222

  RED:
  Hex - e12020
  RBG - R225 G 32 B 32

*/
.SearchBarDx

 {
	padding: 0px;	/*
	background-image: url(media/SearchBarBG.png);
	width: 925px !important;
	width: 935px;
	height: 68px !important;
	height: 78px;
	border: 5px solid #fff;
	*/
}

.SearchBarDx a {
	color:#FFFFFF;
	text-decoration:none;
}

.SearchBarDx a:hover {
	color:#e12020;
}

#SearchBarContent {
	padding:0;
}

.dxWrapper {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* The following added by Cory - 10 September */
	margin: -2px 0px 0px 0px;
	padding: 0;
}
#searchterms, #searchtermsshort, #searchtermsrent, #searchtermssales{
	background-color: #FFFFFF;
	color: #e12020;
	font-size: 12px;
	/* width: 600px; */
	width: 454px !important;
	width:446px;
	vertical-align: middle;
	float: left;
	line-height: 17px;
	font-weight: bold;
	text-indent: 3px;
	margin: 0px;
	height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top:3px;
}


a.SearchExample:Link,a.SearchExample:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
}
a.SearchExample:Hover {
	color: #e12020;
}
.SearchField {
	float: left;
	margin: 0px;
}
.SearchBoxPad {
	padding: 3px;
	background-color: #ffffff;
	font-size: 16px;
	color: #581301;
	line-height: 16px;
	height: 21px !important;
	height: 21px;
	/* width: 605px; */
	width: 454px !important;
	width:446px;
	margin: 0px;
}
#PocketHome {
	background-color: #450e05;
	/* height: 390px;
	width: 925px; */ /* Commented out by Cory - 10 September */
	/* The following added by Cory - 10 September */
	height: 390px !important;
	height: 400px;
	width: 925px !important;
	width: 935px;
	border: 5px solid #fff;
	margin: 0;
	padding: 0;
}
#PocketProperty {
	background-color: #450e05;
	height: 390px;
	/* width: 925px */
	width: 520px;
	margin: 0;
	padding: 0;
}

form {
	margin: 0px;
	padding: 0px;
}
.TitleRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e12020;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Red {
	color: #e12020;
}
.Brown {
	color:#450e05
	}
	
#SearchSelect {
	width: 114px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	float: left;
	font-weight: lighter;
	padding-left: 0px;
	padding-top: 2px;
}

#SearchSamples {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	float: left;
	font-weight: lighter;
	padding-top: 2px;
	margin-left:23px;
}

#SearchSamples a {
	font-size:9px;
}


/* Submit Button for Modern Browsers  */
.SearchSubmit {
	background-color: #acce3f;
	color: #450e05;
	height: 27px;
	padding: 0px 0px 3px 0px;
	font-size: 16px;
	/* width: 100px; */
	width: 76px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	cursor: pointer;
	line-height: 14px;
	text-align: center;
	font-weight: 600;
	border-top: #acce3f 0px none;
	border-left: #acce3f 0px none;
	border-right: #acce3f 0px none;
	border-bottom: #acce3f 0px solid;
}
.SearchSubmit:Hover {
	background-color: #d1c2bd; 
	color: #450e05;
	/* width: 100px; */
	width: 76px;
}

/* Submit Button for IE6  */

input.submitIE6 {
	background-color: #acce3f;
	color: #450e05;
	height: 28px;
	padding: 0px;
	font-size: 18px;
	/* width: 110px; */
	width: 76px;
	margin: 0px;
	float: left;
	cursor: pointer;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
:Hover input.submitIE6 {
	background-color: #d1c2bd; 
	color: #450e05;
}

/* SEARCH DOWN STYLES */

#SearchDrop
{	margin: 0px 23px 0px 0px;
	padding: 0;
	z-index: 105;
	}

#SearchDrop li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index: 105;
	font:  11px arial}

#SearchDrop li a
{
	background-color: #eae0de;
	color: #450e05;
	font-size: 15px;
	width: 106px;
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 3px;
	background-image: url(media/SearchDropArrow.png);
	background-repeat: no-repeat;
	background-position: 88px 6px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	line-height: 21px;
	height: 21px;
	font-weight: bold;
	z-index: 105;
}


#SearchDrop li a:hover
{
	background-color: #d1c2bd;
	color: #450e05;
	background-image: url(media/SearchDropArrow2.png);
	background-position: 88px 6px;
	
}

#SearchDrop div
{	position: absolute;
	visibility: hidden;}

#SearchDrop div a
	{
	position: relative;
	background-color: #eae0de;
	color: #450e05;
	font-size: 15px;
	width: 106px;
	vertical-align: middle;
	padding: 3px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	height: 21px;
	line-height: 20px;
	background-image: none;
	border-top: 1px solid #FFFFFF;
	font-weight: bold;
}

#SearchDrop div a:hover
	{
	background-color: #d1c2bd;
	background-image: none;
}



/
.RightStatus {
	font-size: 10px;
	margin-left: 10px;
	font-weight: normal;
}
.RightHandleMore {
	font-size: 10px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;
}
.RightPrice {
	color: #e12020;
	font-size: 10px;	
	display: inline;
	margin: 0px;
	padding: 0px;
}


.RightThumbnail {
	margin-left: 5px;
	border: 1px solid #FFFFFF;
	height: 113px;
	width: 156px;
	overflow: hidden;
	margin-top: 3px;
}
.RightHandleBox {
	color: #450e05;
	display: block;
	height: 57px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.More:Link, a.More:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #450e05;
	text-decoration: none;
	font-weight: bold;
	background-image: url(media/MoreArrow.png);
	background-position: 40px 0px;
	display: block;
	background-repeat: no-repeat;
}
a.More:Hover {
	color: #e12020;
	text-decoration: none;
	
}

a.Feed:Link, a.Feed:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #450e05;
	text-decoration: none;
	font-weight: bold;
	background-image: url(media/MoreArrow.png);
	background-position: 67px 0px;
	display: block;
	background-repeat: no-repeat;
}
a.Feed:Hover {
	color: #e12020;
	text-decoration: none;
	
}



#SlidersRefine .drawers .drawer-content { min-height: 490px; *height: 492px; overflow: hidden; }
#SlidersRefine .drawercap { _display: none !important; }

#RefineWrapper {
	/* height: 667px !important;
	height: 670px; */
	background-color:#eae0de;
	overflow: hidden;
}

#RefineHeader {
	color: #ffffff;
	font-size: 12px;
	text-indent: 10px;
	cursor: pointer;
	font-weight: bold;
	background-color: #450e05;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 31px;
	line-height: 31px;
	margin-bottom: 5px;
}

#RefineContent {
	padding: 5px 10px 5px 10px;
	color: #450e05;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.RefineDivide {
	display: block;
	height: 1px;
	background-color: #450e05;
	margin-top: 6px;
	margin-bottom: 6px;
	overflow: hidden;
}


/* ------------------ End Sliders ------------------ */ 

a.MoreInline:Link, a.MoreInline:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	font-size: 11px;
	color: #450e05;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	margin: 3px 3px 3px 0px;
}
a.MoreInline:Hover {
	color: #e12020;
	text-decoration: none;
	
}



.PropertyBrief {
	background-color: #FFFFFF;
	width:687px;
	border: 3px solid #eae0de; /* Light Brown */
	padding:5px;
	height: 176px;
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.PropertyBriefError {
	background-color: #ffffff;
	width:687px;
	border: 3px solid #e12020; /* Red */
	padding:5px;
	height: 176px;
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.PropertyBriefTag {
	background-color:#e12020;
	color:#ffffff;
	padding:2px 8px 2px 8px;;
	position:absolute;
	z-index:101;
	font-weight:normal;

}


.PropertyBriefTitle {
	color: #450e05;
	width:450px;
	display: block;
	font-weight: normal;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:right;
}
a.PropertyBriefAddress {
	font-weight: normal;
	float: left;
	text-decoration:none;
	font-size: 19px;
	color:#450e05; /* Brown */
}

a.PropertyBriefAddress:Hover {
	color:#e12020; /* Brown */
}


.PropertyBriefStatus {
	font-size:14px;
	font-weight: bold;
	float: left;
}
.PropertyBriefPrice {
	font-weight: bold;
	color: #e12020; /* Red */
	float:left;
	font-size:14px;
}
.PropertyBriefThumb {
	color: #FFFFFF;
	/* background-color: #440000; */
	background-color:#eae0de;
	width: 228px !Important;
	width: 230px;
	height: 174px !Important;
	height: 176px;
	display: block;
	float: left;
	margin: 0px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #eae0de;
}

.PropertyBriefDetails {
	margin-top: 10px;
	width:450px;
	float: right;
	line-height: 15px;
	height: 100px;
	}
.MyPropertyBriefDetails {
	margin-top: 10px;
	width: 489px !Important;
	width:494px;
	float: right;
	line-height: 15px;
	height: 100px;
	}
.PropertyBriefSpace {
	height: 17px;
	display: block;
}
.Arrow {
	position: relative;
	top: 3px;
	margin-top: -2px;
}
.PropertBriefMore {
	font-size: 10px;
	font-weight: bold;
	background-image: url(media/MoreGreen.png);
	background-position: 50px 0px;
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
}

a.PaginateLink:Link,a.PaginateLink:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* color: #450e05; */
	color:#acce3f; /* Green */
	text-decoration: underline;
	font-weight:bold;
}
a.PaginateLink:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e12020;
	text-decoration: underline;
}
.PaginateDead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #450e05;
}
.PropertyBriefBeds {
	width: 130px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.PropertyBriefBaths {
	width: 130px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.PropertyBriefFeatures {
	display: block;
	clear: left;
	margin-top: 2px;
}


#PropertyResultsTitle, table,tr,td {
	font-size: 11px;

}
.PropertyBriefLinks {
	/*position:absolute !important; */
	position:relative;
	z-index:80;
	/* margin-top:141px !important; */
	margin-top:-9px;
	left:5px;
	/*margin-left:230px; */
	width:455px;
	float: right;
	line-height: 15px;
	}


.PropertyBriefOffice {
	font-size: 12px;
	padding-top: 6px;
}

a.PropBriefLinks:Link, a.PropBriefLinks:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	text-decoration: none;
	font-weight: bold;
	background-color: #d4c2bd;
	height: 20px;
	margin-right: 5px;
	padding-right: 6px;
	padding-left: 6px;
	display: block;
	float: left;
	line-height: 20px;
	margin-top: 9px;
	margin-bottom: 0px;
}
a.PropLinks:Link, a.PropLinks:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	text-decoration: none;
	font-weight: bold;
	background-color: #d4c2bd;
	height: 20px;
	margin-right: 5px;
	padding-right: 6px;
	padding-left: 6px;
	display: block;
	float: left;
	line-height: 20px;
	margin-top: 9px;
	margin-bottom: 0px;
}
.PropLinkDead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	text-decoration: none;
	font-weight: bold;
	background-color: #d4c2bd;
	height: 20px;
	margin-right: 5px;
	padding-right: 6px;
	padding-left: 6px;
	display: block;
	float: left;
	line-height: 20px;
	margin-top: 9px;
	margin-bottom: 0px;
}
a.ActionDetails:Link, a.ActionDetails:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	text-decoration: none;
	font-weight: bold;
	background-color: #acce3f; /* Green */
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
	margin-top: 14px;
	margin-bottom: 5px;
	text-align: center;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 0px 8px 0px 8px;
}
a.ActionMap:Link, a.ActionMap:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	text-decoration: none;
	font-weight: bold;
	background-color: #acce3f; /* Green */
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
	margin-top: 14px;
	margin-bottom: 5px;
	text-align: center;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 0px 8px 0px 8px;
}
a.ActionMap2:Link, a.ActionMap2:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	text-decoration: none;
	font-weight: bold;
	background-color: #acce3f; /* Green */
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
	margin-top: 14px;
	margin-bottom: 5px;
	text-align: center;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 0px 8px 0px 8px;
}

a.ActionFloor:Link, a.ActionFloor:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	text-decoration: none;
	font-weight: bold;
	background-color: #acce3f; /* Green */
	height: 20px;
	display: block;
	float: left;
	width:74px !important;;
	width:84px;
	line-height: 20px;
	margin-top: 14px;
	margin-bottom: 5px;
	text-align: center;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
a.ActionPrint:Link, a.ActionPrint:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	text-decoration: none;
	font-weight: bold;
	background-color: #acce3f; /* Green */
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
	margin-top: 14px;
	margin-bottom: 5px;
	width:40px !important;
	width:50px;
	text-align: center;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
a.ActionSave:Link, a.ActionSave:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	text-decoration: none;
	font-weight: bold;
	background-color: #acce3f; /* Green */
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
	margin-top: 14px;
	margin-bottom: 5px;
	width:43px !important;
	width:50px;
	text-align: center;
}
.ActionSaveDead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	text-decoration: none;
	font-weight: bold;
	background-color: #acce3f; /* Green */
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
	margin-top: 14px;
	margin-bottom: 5px;
	width:43px !important;
	width:43px;
	text-align: center;
}
a.ActionListSave:Link, a.ActionListSave:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	text-decoration: none;
	font-weight: bold;
	background-color: #acce3f; /* Green */
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
	margin-top: 14px;
	margin-bottom: 5px;
	text-align: center;
	padding: 0px 8px 0px 8px;
}
.ActionListSaveDead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	text-decoration: none;
	font-weight: bold;
	background-color: #acce3f; /* Green */
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
	margin-top: 14px;
	margin-bottom: 5px;
	text-align: center;
	padding: 0px 8px 0px 8px;
}

a.ActionDetails:Hover, a.ActionListSave:Hover, a.ActionSave:Hover, a.ActionMap:Hover, a.ActionMap:Hover, a.ActionMap2:Hover  {
	background-color:#eae0de; /* Light Brown */
	}
/*a.PropLinks:Hover {
	text-decoration: underline;
	background-color: #450e05;
	color: #e12020;	
}*/
#ResultsTopLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#ResultsTopRight {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.Red {
	color: #e12020;
}
#PropertyFull {
	/* background: #ffffff url(../templates/marshandparsons/images/separator.jpg) 718px 0 no-repeat; */
	background: #ffffff;
	color: #450e05;
	width: 934px;
	margin-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:block;
}
.PropertyFullTitle {
	color: #ffffff;
	background-color: #450e05;
	height: 26px;
	display: block;
	padding-left:7px;
	padding-right:10px;
	font-size: 11px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#SlideShow {
	color: #FFFFFF;
	background-color: #450e05;
	width: 454px;
	height: 380px;
	overflow:hidden;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:right;
	display: block;
}
#PropertyDetails {
	margin-top: 5px;
	width:237px !important;
	width:234px;
	overflow:hidden;
	line-height: 15px;
	float:left;
	display: block;
	padding-right: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
/* #PropertyDesc {
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	width:277px;
	height: 290px;
	white-space: normal;
} */
#PropertyDesc {
	width:237px;
	/*overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	
	height: 237px !important;
	height: 225px;
	*/
	white-space: normal;
}

.PropertyFullBeds {
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	width: 237px;
}
.PropertyFullBaths {
	float: left;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
}
.PropertyStatus {
	font-weight: bold;
	float: left;
}
.PropertyPrice {
	font-weight: bold;
	float: right;
	color: #e12020;
}
.PropertyAddress {
	width: 560px;
	/* background-color:#444444; */
	font-weight: bold;
	float: left;
	color:#FFFFFF;
	display:inline;
	font-size:12px;
	margin:0px;
	padding-top:2px;
}

#PropertyOffice {
	height: 27px !Important;
	height: 49px;
	width:275px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #450e05;
	text-align: right;
	display: block;
	margin: 0px;
	vertical-align: middle;
	padding-top: 22px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.PropertyMortgage {
	margin-top: 8px;
	display: block;
	width: 240px;
}

#PropertyBookmarks {
	display: block;
	padding-top: 8px;
	height: 25px;
	margin: 0px;	
}
.Spacer {
	height: 5px;
	display: block;
	clear: both;
}

#PropertyBlock {
	height: 350px;
	display: block;
}

#ProperyBrief form {
	margin: 0px;
	padding: 0px;
}
.EnquireBox1 {
	background-color:#eae0de;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	height: 138px;
}
.EnquireBox2 {
	background-color:#eae0de;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	height: 122px !important;
	height: 116px;
}
.EnquireBox3 {
	background-color:#eae0de;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	height: 102px;
}

a.EnquireLink:Link, a.EnquireLink:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #450e05;
	text-decoration: none;
	font-weight: normal;
	line-height: 12px;
	padding: 0px;
	display: block;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-indent: 1px;
}
a.EnquireLink:Hover {
	text-decoration: none;
	color: #e12020;	
}
#AjaxViewing {
	padding: 8px;
	text-align: left;
}
#AjaxViewing Select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #d1c2bd;
	color: #450e05;
	padding: 1px;
	width: 166px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#AjaxViewing Input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #eae0de;
	color: #e12020;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
	cursor: Pointer;
	margin-top: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.MyMPBox {
	padding: 6px;
	text-align: left;
}
 a.MyMPLink:Link, a.MyMPLink:Visited, a.MyMPLink:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #e12020;
	text-decoration: underline;
	cursor: Pointer;
	margin-top: 5px;
	float: right;
}
.MapLinks {
	float: left;
	
}
#div_map_Prop {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #eae0de; /* Light Brown */
}
#div_plan_Prop {
	border: 1px solid #eae0de; /* Light Brown */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
}
#div_epc_Prop {
	border: 1px solid #eae0de; /* Light Brown */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
}
.div_map_List {
	margin-top: 3px;
	border: 3px solid #eae0de;
	width:697px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#FFFFFF;
}

a.RefineLink:Link, a.RefineLink:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #450e05;
	text-decoration: none;
}
a.RefineLink:Hover {
	text-decoration: underline;
}
a.RefineLink2:Link, a.RefineLink2:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e12020;
	text-decoration: none;
}
a.RefineLink2:Hover {
	text-decoration: underline;
}
#GoogleBubble {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.GoogleBubble {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.GoogleThumb {
	border: 1px solid #450e05;
	margin-right: 5px;
}

#BoxLKH {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:  12px;
	font-weight: normal;
	width: 683px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float:left;
	color:#450e05; /* Brown */
	padding:10px;
	background-image: url(media/lkh_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

a.LKHLink:Link, a.LKHLink:Visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 400px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #e12020;
	text-decoration: none;
}
a.LKHLink:Hover{
	color: #ffffff;
	text-decoration: none;
}

#jumpResults {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #450e05;
	color: #ffffff;
	padding: 2px;
	text-align: left;
	width: 45px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
}
a.ReturnLink:Link, a.ReturnLink:Visited{
	display: block;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 12px;
	color: #e12020;
	background-color: #eae0de;
	height:20px;
	padding-top:2px;
	line-height:20px;
}

.Refiner {
	margin: 0px;
	display: block;
}
#AjaxResultsLoad {
	/*padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:25px;
	min-height:100%;
	position: absolute;
	z-index: 20;
	text-align: center;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;*/
	position: absolute;
	top: 0%;
	left: 0%;
    width: 100%;
	/*min-height: 100%;*/
    height: 1600px;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.70;
    filter: alpha(opacity=70);

}
#AjaxInset {
	background-color:#450e05; /* Brown */
	line-height:80px;
	width:934px;
	height: 84px;
	
	text-align:center;
	z-index:1002;
	position: absolute;
	left: -467px;
	margin-left: 50%;
	top: 159px;
	
	color:#ffffff;
	text-indent:2px;
	font-size:21px;
	font-weight:normal;
}
.RefineDrop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #ffffff;
	color: #450e05;
	padding: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.RefineNote {
	font-size: 9px;
	font-weight: bold;
}
#PropertyResultsNone {
	color: #450e05;
	padding-top: 150px;
	border: 3px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: center;
	height: 250px !important;
	height: 400px;
	vertical-align: middle;
}
a.PropFeatured:Hover, a.PropFeatured:Link, a.PropFeatured:Visited {
	color: #450e05;
	text-decoration: none;
	font-size: 10px;
}
.MyWhiteBox {
	background-color: #FFFFFF;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #450e05;
	/*width: 925px !Important;
	width: 605px;*/
}

 a.RedLink:Link, a.RedLink:Visited, a.RedLink:Hover {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;*/
	font-weight: bold;
	color: #e12020;
	text-decoration: none;
	cursor: Pointer;
}
.ResDiv {
	padding-right: 2px;
	padding-left: 2px;
}
 a.RedLink:Hover {
	text-decoration: underline;
}
.MyPropertyThumb {
	color: #FFFFFF;
	background-color: #440000;
	width: 128px !Important;
	width: 130px;
	height: 98px !Important;
	height: 100px;
	display: block;
	text-align: center;
	overflow: hidden;
	border: 1px solid #450e05;
	margin: 0px;
}
.MySavedProperties {
	color: #450e05;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
	height: 176px;
	margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.MyRemove:Link, a.MyRemove:Visited {
	font-size: 9px;
	display: block;
	width: 735px;
	color: #ffffff;
	padding: 0px;
	text-align: right;
	margin-bottom: 15px;
}
.MySavedPropertiesDead {
	background-color: #eae0de;
	margin: 6px;
	padding: 5px;
	float: left;
	border: 1px solid #450e05;
	width: 130px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.MyAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 27px;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#ResultsMap {
	display: block;
	border: 3px solid #eae0de;
	width:697px;
	margin-bottom: 10px;
	background-image: url(media/results-map-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.MyCatTitle {
	display: block;
	width: 150px;
	float: left;
	font-weight: bold;
}
.MySavedSearches {
	background-color: #FFFFFF;
	padding: 5px;
	border: 3px solid #eae0de; /* Light Brown */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.MySavedViewings {
	background-color: #FFFFFF;
	margin: 6px;
	padding: 5px;
	float: left;
	border: 1px solid #450e05;
	width: 130px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 85px;
}
.MySavedText {
	display: block;
	height: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#ResultsPropertyLeft {
	clear:left;
	float: left;
	width: 703px;
	display: block;
}
#ResultsPropertyRight {
	float: right;
	width: 185px;
}
.MyWhiteBox input, textarea, checkbox {
	background-color: #eae0de;
	border: 1px double #450e05;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.MyBoxed {
	border: 1px double #450e05;
	padding: 2px;
	margin-top:3px;
	margin-bottom:3px;
}
#MyRightColumn {
/* float: left; */
	width: 735px; 
}

#MyLeftColumn {
	float: left;
	width: 199px;
}
.MyPageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 45px;
	font-weight: bold;
	background-image: url(media/MyTitleBg.gif);
	text-indent: 10px;
	height: 46px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}
.MySavedSearchText {
	background-color: #eae0de;
	padding: 3px;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	color: #450e05;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}
a.MySearchLink:Link, a.MySearchLink:Hover, a.MySearchLink:Visited {
	background-color: #eae0de;
	padding: 3px;
	border: 1px solid #FFFFFF;
	font-size: 10px;
	color: #450e05;
	font-weight: normal;
	width: 80px;
	display: block;
	text-align: center;
} 
#MyEmpty {
	background-color: #eae0de;
	display: block;
	color: #450e05;
	height: 334px !important;
	height: 345px;
	overflow: hidden;
	padding: 5px;
}

/* ------------- Slider Hiders ---------------- */

#SliderHider1 {
	background-color:#eae0de;
	z-index:1002;
	width:179px;
	height: 172px;
	position: absolute;
	top: 223px !important;
	left: 283px!important;
	margin-right:auto!important;
	margin-left: 50%!important;
	right: auto!important;
	top: 225px;
	left: 752px;
	margin-right:0px;
	margin-left: 0px;
	right: auto;
	background-image: url(media/Loader5.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

#SliderHider2 {
	background-color:#ffffff;
	z-index:1002;
	width:185px;
	height: 62px;
	position: absolute;
	top: 500px !important;
	left: -465px!important;
	margin-right:auto!important;
	margin-left: 50%!important;
	right: auto!important;
	top: 335px;
	left: 3px;
	margin-right:0px;
	margin-left: 0px;
	right: auto;
	background-image: url(media/Loader1.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

.NearestTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	float: left;
	width: 130px;
	text-align: left;
	font-weight: bold;
	color: #450e05;
	vertical-align: middle;
	margin-top: 16px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.NearestIco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	float: left;
	width: 73px;
	text-align: center;
}


a.NearestLink:Link, a.NearestLink:visited, a.NearestLink:hover {
	text-decoration: none;
	color: #450e05;
}

.MyLoadFade {
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:10; 
	color:#450e05; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	text-align:center;
	background-color:#FFFFFF; 

}

/* ----------------- Local Know How -----------------------*/

#LKHCenter {
	width: 703px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #450e05;
}

#LKHRight {
	border: 3px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #eae0de;
	color: #450e05;
}
.LKHTitle {
	font-size: 16px;
	font-weight: bold;
	color: #e12020;
}
.LKHPostcode{
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px double #d1c2bd;
	height: 18px !important;
	height: 14px;
	color: #450e05;
	width: 100px;
}
.LKHPostPrint{
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	height: 18px !important;
	height: 24px;
	color: #450e05;
	width: 120px;
}
#LKHDrop{
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	background-color: #FFFFFF;
	height: 25px !important;
	height: 25px;	
	border: 1px double #d1c2bd;
	color: #450e05;
	width: 300px;
}
#LKHSubmit{
	background-image: url(media/LKHSubmit.gif);
	height: 25px;
	width: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-color: #00EE00;
}
#LKHSubmit2{
	background-image: url(media/LKHSubmit.gif);
	height: 25px;
	width: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-color: #00EE00;
}


.LKHHead{
	font-size: 11px;
	font-weight: bold;
	background-color: #d1c2bd;
	padding: 6px;
	color: #450e05;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.LKHBody{
	font-size: 11px;
	background-color: #eae0de;
	padding: 6px;
	color: #450e05;
}
a.LKHTab:Link, a.LKHTab:Visited {
	font-weight: bold;
	color: #e12020;
	background-repeat: no-repeat;
	line-height:25px;
	text-indent: 25px;
	display: block;
	height: 27px;
}

.LKHDivide {
	background-color: #e12020;
	display: block;
	height: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	overflow: hidden;
}

.LKHform {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#LKHBlocker {

	height:20px;
	
}

#div_enq_send {
	background-color: #e1edaf;
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #450e05;
	display: block;
}

.div_enq_left {
	background-color: #e1edaf;
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #33FF33;
	display: block;
}

.MyDrawer { min-height: 301px !important; min-height: 301; height: 301px !important; height: 301px; overflow: hidden; }

div#FlashWarning {
	margin: 3%;
	padding: 5px;
	position: absolute;
	z-index: 1001;
	background-color: #e12020;
	left: 0px;
	top: 0px;
	width: 94%;
	border: 1px solid #FFFFFF;
	text-align: center;
}
acronym {
	cursor: help;
}

.FullBullets {
	float:left;
	margin-top:2px;
	width:120px;
	color: 450e05;
	font-weight: normal;
	font-size:11px;

}

/*** New for 2009 ***/

#AjaxResults {
	width:734px;
	float:left;
	/* margin-top:100px; */
	margin-top:-8px;
	background: #fff url(../templates/marshandparsons/images/separator.jpg) 718px 150px no-repeat;
	

}

*html #AjaxRefine {
	width:200px !important;
	width:200px;
	overflow:hidden;
	margin-top:20px;
	float:left;
	position:absolute; 
	top:250px;
	margin-left:734px;
}


#AjaxRefine {
	width:200px !important;
	width:200px;
	overflow:hidden;
	margin-top:100px;
	float:left;
	/* position:absolute; 
	top:250px;
	margin-left:734px;*/
}

#ResultsHead {
	/*position:absolute;
	z-index:10;
	top:150px; */
	width:934px;
	height:75px;
	border-top:1px solid #e12020;
	border-bottom:2px solid #e12020;
	padding:4px 0px 4px 0px;
	margin-top:10px
}

#FullHead {
	width:934px;
	height:50px;
	
	top:150px;
	border-top:1px solid #e12020;
	border-bottom:2px solid #e12020;
	padding:4px 0px 4px 0px;
	margin-top:10px
}

#ResultsHead #FullHead h1 {
	font-weight:normal;
	margin:0px 0px 3px 0px;
	height: 36px;
	overflow:hidden;
}

h1.big {	
	font-size: 24px;
}

h1.small {
	font-size: 18px;
	line-height:30px;
}

h1.smaller {
	font-size: 14px;
	line-height:16px;
}




#ResultsTitle {	
	border-top:2px solid #e12020;
	margin-top:3px;
	padding:4px 0px 0px 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#450e05;
	/*line-height:25px; */
}

.MyEmpty {
	display:block;
	border-top: 1px solid #e12020;
	padding-top: 1px;
	font-weight:bold;
}

.Green {
	font-weight:bold;
	color:#acce3f;
	
}

a.Green {
	font-weight:bold;
	text-decoration:none;
	color:#acce3f; /* Green */
	white-space:nowrap;
}

a.Green:hover {
	color:#e12020; /* Red */
}


a.Brown {
	font-weight:bold;
	text-decoration:none;
	color:#450e05; /* Brown */
	white-space:nowrap;
}

a.Brown:hover {
	color:#e12020; /* Red */
}



.RedDivider {
	border-bottom:1px solid #e12020; /* Red */
	overflow:hidden;
	margin:9px 0px 10px 0px;
	height:1px;
}

.RefineRedTitle {
	color:#e12020; /* Red */
	font-weight:bold;
	font-size:11px;
}


h3.RefineRedTitle {
	color:#e12020; /* Red */
	font-weight:bold;
	font-size:14px;
	margin:0px;
}


.RefineBrownTitle {
	color:#450e05; /* Brown */
	font-weight:bold;
	margin:3px 0px 3px 0px;
}


a.RefineSuggest {
	font-weight: normal;
	background-image: url(media/bullet_green.png);
	background-position: left 3px;;
	padding-left: 10px;
	color: #450e05; /* Brown */
	font-size: 10px;
	background-repeat: no-repeat;
	text-decoration:none;
	display: inline-block;
	margin:2px 0px 2px 0px;
}

a.RefineSuggest:hover {
	text-decoration:underline;
} 

.RefineMyBox {
	border: 1px solid #450e05; /* Brown */
	padding:5px;
	font-size:11px;
}

.RefineMyBox h3 {
	background-color:#450e05; /* Brown */
	margin: -5px -5px 5px -5px;
	display:block;
	padding:5px 3px 5px 6px;
	color:#ffffff;
	font-size:14px;
}

#ResultSummary {
	width:703px;
	padding:5px 0px 10px 0px;
	line-height:14px;
	font-size:10px;
}

#ResultSummary h2 {
	font-size:16px;
	margin:0px 0pc 3px 0px;
	line-height:18px;

}

/**** 2009 Full Details ****/

a.FullTabOff {
	background-image: url(media/full_tab_off.png);
	display: block;
	height: 26px;
	/* width: 229px; */
	width: 170px;
	border: 1px solid #eae0de; /* Light Brown */
	float:left;
	text-align:center;
	text-decoration:none;
	margin-top:20px;
	font-size:12px;
	line-height:26px;
	color: #450e05; /* Brown */
	background-repeat: repeat-x;
}

a.FullTabOff:Hover {
	background-position:left 10px;
	color:#e12020; /* Red */
	border: 1px solid #d1c2bd /* Mid Brown */
}


a.FullTabOn {
	background-image: url(media/full_tab_on.png);
	background-color:#FFFFFF;
	display: block;
	height: 31px;
	width: 170px;
	border-top: 1px solid #eae0de; /* Light Brown */
	border-left: 1px solid #eae0de; /* Light Brown */
	border-right: 1px solid #eae0de; /* Light Brown */
	border-bottom: 1px none #eae0de; /* Light Brown */
	margin-bottom:-1px;
	float:left;
	text-align:center;
	text-decoration:none;
	margin-top:20px;
	font-size:12px;
	line-height:26px;
	color: #450e05; /* Brown */
	background-repeat: repeat-x;
	z-index:101;
}

.FullTabSpacer {
	display: block;
	height: 26px;
	width: 5px;
	float:left;
}

a:focus, a:active {
	outline:0;
	}
	





html body {
	height:100%
}


/******* Similar Links Added 09/12/2010 ********/

#SimilarSearchLinks {
	text-align:left;
	margin-top:20px;
	padding:10px 0px 10px 0px;
	border-top: 1px solid #e12020;
	border-bottom: 1px solid #e12020;
}

#SimilarSearchLinks h3{
	color: #450e05;
}

#SimilarSearchLinks ul {
	width:350px;
	float:left;
	display:block;
	list-style:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}

#SimilarSearchLinks a{
	color: #450e05;
	font-weight:normal;
	text-decoration:none;
}

#SimilarSearchLinks a:hover{
	color:#e12020;
}

#SimilarSearchLinks ul li {
	background:url(media/bullet_green.png) no-repeat left 2px;
	padding-left:12px;
	line-height:12px;
	margin-bottom:8px;
}

.clear {
	height:0px;
	overflow:hidden;
	clear:both;
}

#SimilarPropertyLinks {
	margin:0px;
	padding:0px;
	
}

#SimilarPropertyLinks ul {
	margin:0px;
	padding:0px;
	list-style-type:none
}

#SimilarPropertyLinks ul li {
	display:block;
	width:164px;
	height:200px;
	float:left;
	padding:2px;
	border:2px solid #eae0de;
	margin:5px 5px 0px 0px;
	overflow:hidden;
	text-align:center;
	
}

#SimilarPropertyLinks ul li a.fd {
	display:block;
	margin:8px 5px 5px 32px;
	background-color: #acce3f;
	color: #450e05;
	padding:3px;
	text-align:center;
	width:90px;
	font-weight:bold;
	text-decoration:none;
}

#SimilarPropertyLinks ul li a.fd:hover {
	background-color: #450e05;
	color: #ffffff;
}
#SimilarPropertyLinks ul li .add {
	display:block;
	height:40px;
	overflow:hidden;
	text-align:left;
}
#SimilarPropertyLinks ul li .price {
	font-weight:bold;
	color: #e12020;
	display:block;
	margin:0px 0px 0px 0px;
	font-size:12px;
}
