/*----- Search Results Navigations -----*/
#searchResultsNavTop, #searchResultsNavBottom {
	margin-bottom: 10px;
	padding: 10px;
	color: #a5a392;
	background: url(../images/dots1_horizontal.gif) bottom left repeat-x;
}
#searchResultsNavTop select {
	font-size: 10px;
}
#searchResultsNavTop a {
	padding: 3px 0;
}
#searchResultsNavTop a:link, #searchResultsNavTop a:visited, #searchResultsNavBottom a:link, #searchResultsNavBottom a:visited {
	color: #4c754b;
	text-decoration: underline;
}
#searchResultsNavTop a:hover, #searchResultsNavTop a:active, #searchResultsNavBottom a:hover, #searchResultsNavBottom a:active {
	color: #023000;
	text-decoration: underline;
}
#searchResultsNavTop a.save {
	padding-left: 21px;
	background: url(../images/icon_save.jpg) center left no-repeat;
}
#searchResultsNavTop a.modify {
	padding-left: 20px;
	background: url(../images/icon_modify.jpg) center left no-repeat;
}
#searchResultsNavTop a.new {
	padding-left: 19px;
	background: url(../images/icon_new.jpg) center left no-repeat;
}

#searchResultsNavBottom {
	background-position: top left;
}
#searchResultsNavBottom strong {
	color: #4c754b;
}

#googleMap 
{
	overflow: hidden;
}
/*----- Content Footer -----*/
#contentFooter {
	text-align: left;
}
#contentFooter p {
	margin-bottom: 10px;
}
#contentFooterLogo {
	float: left;
	margin-right: 10px;
}
/** New search result layout **/
.searchresult_block
{
    width: 680px;
    margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
}
.searchresult_header {
    width: 680px;
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/results_header.jpg) top left no-repeat;
}
.searchresult_title {
    float: left;
    margin-left: 10px;
}
.searchresult_price {
    float: right;
    margin-right: 10px;
}
.searchresult {
    clear: left;
    padding-top: 10px;
}
.searchresult_col1 {
    width: 360px;
}
.searchresult_col1 > div {
    margin-left: 20px;
}
.searchresult_col2 {
    width: 210px;
}
.searchresult_col3 {
    width: 110px;
}
.searchresult table {
    border-collapse: collapse;
}
.searchresult td
{
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: top;
}
.searchresult table table
{
    text-align: left;
    margin: 0 auto;
}
.searchresult dt
{
    padding: 4px 0;
}
.searchresult_photo 
{
    float: left;
    height: 130px;
    width: 170px;
    background: url(../images/results_dropshadow.gif) top left no-repeat;
    text-align: left;
    margin: 0 auto;
}
.searchresult_photo img {
	width: 160px;
	height: 120px;
}
.searchresult_singlephoto {
    margin-left: 85px;
}
.searchresult_viewdetails {
    clear: left;
}
.searchresult_col2 dt {
    text-align: left;
}
.searchresult_photocount {
    font-size: 15px;
    color: #14b153;
}
.searchresult_title a:link, .searchresult_title a:visited {
	color: #000000;
	text-decoration: none;
}
.searchresult_title a:hover, .searchresult_title a:active {
	color: #023000;
	text-decoration: underline;
}

