﻿.listingResultsControl select 
{
    font-size: x-small;
    padding: 2px;
    margin: 2px;
}

.listingSearchHeading
{
    
}

.listingCriteriaDialog input 
{
    font-size: x-small;
}

.listingCriteriaDialog 
{
    font-size: x-small;  
}

.listingSearchCriteria
{   
    border: solid 1px #a9a9a9; 
	background-color: #dcdcdc; 
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px; 		
	position: relative;  	
}
#divCriteria td
{
    padding-left:0px;
    padding-right:0px;  
}

.listingItem
{
	border-bottom: solid 1px #a9a9a9;
	padding-bottom: 4px;
	margin-bottom: 4px;	
	position: relative;
}

.listingItemHover
{
	background-color: #f5f5f5;
	border-bottom: solid 1px #a9a9a9;
	padding-bottom: 4px;
	margin-bottom: 4px;	
	position: relative;
}

.listingItemCell
{
	
}

.listingItemGallery
{
	padding: 6px;
	position: relative;
	border: solid 1px white;
}

.listingItemGalleryHover
{
	padding: 6px;
	background-color: #f5f5f5;
	position: relative;
	border: dashed 1px #a9a9a9;
}

.listingPhoto
{
	padding: 2px; 
	border: solid 1px #a9a9a9; 
}

.listingDescription
{	
	padding-top: 2px; 
	padding-bottom: 2px; 
	border-top: dashed 1px #a9a9a9; 
	border-bottom: dashed 1px #a9a9a9; 
	margin-bottom: 5px;
}

.mapNumber
{
	position: absolute; 
	z-index: 2; 
	width: 25px; 
	height: 18px;
	text-align: center; 
	color: white; 
	font-weight: bold; 
	border: solid 1px white;
	margin-top: 2px;
	margin-left: 2px;
	vertical-align: middle;
	padding-top: 1px;
}

.mapNumber2
{
	position: absolute; 
	z-index: 2; 
	width: 25px; 
	height: 18px;
	text-align: center; 
	color: white; 
	font-weight: bold; 
	border-bottom: solid 1px white;
	border-right: solid 1px white;
	vertical-align: middle;
	padding-top: 1px;
}

.resultsTopBar
{
	border: solid 1px #a9a9a9; 
	background-color: #f5f5f5; 
	padding: 2px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	font-size: x-small;
	position: relative;
	margin-bottom: 5px;
}

.resultsTopBar2
{	
	background-color: #f5f5f5; 	
	font-size: x-small;
	position: relative;
	margin-bottom: 5px;
	margin-top: 5px;
}

.resultsBottomBar
{
	text-align: center; 
	width: 100%; 
	border: solid 1px #a9a9a9; 
	background-color: #f5f5f5; 
	padding: 4px;
}

.filterBox
{
	border: solid 1px #dcdcdc;
	padding-top: 4px;
	padding-bottom: 4px;
	
	margin-bottom: 5px;
}

.filterBoxHover
{
	background: #FFF5CE url(/shared/i/SortDesc.gif) no-repeat right;
	border: solid 1px #a9a9a9;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px;	
	margin-bottom: 5px;
}

.filterDropDown
{
	background-color: #f5f5f5;
	border-left: solid 1px #a9a9a9;
	border-right: solid 2px #a9a9a9;
	border-bottom: solid 2px #a9a9a9;
	padding: 10px;
}


/*------------------------------------------------------------------------------------------------------------- 
>>> PROPERTY SEARCH <<<
-------------------------------------------------------------------------------------------------------------*/

#searchCriteriaBtn 
{    
    position: relative;
    width: 65%;
    margin: 0 auto; 
    height: 21px; 
}

.searchCriteriaBtnLeft {
    
    width: 42px;
    height: 21px;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/shared-search-criteria-btn-std-left.png) no-repeat top left;   
}

.searchCriteriaBtnMiddle 
{   
    font-weight: bold;
    height: 21px;
    width: 100%;
    text-align: center;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/shared-search-criteria-btn-std-middle.png) repeat-x top left;
}
.searchCriteriaBtnMiddle a
{
    line-height: 20px;
    color: #fff;
}

.searchCriteriaBtnRight {
    
    width: 42px;
    height: 21px;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/shared-search-criteria-btn-std-right.png) no-repeat top left;   
}

#searchCriteriaContainer {
    position: relative;
    width: 90%;
    margin: 0 auto;
    background: url(http://assets.salesaspects.com/templates/i/containers/search-criteria-container-main-left.png) no-repeat left top;
}

#searchCriteriaContainerContent {
    background: url(http://assets.salesaspects.com/templates/i/containers/search-criteria-container-main-right.png) no-repeat right top;
	margin-left: 16px;
	min-height: 16px;  
	padding-top: 10px;
}

#searchCriteriaContainerBottomLeft {
    background: #fff url(http://assets.salesaspects.com/templates/i/containers/search-criteria-container-bottom-left.png) no-repeat left top;
	height: 16px;  
	
}

#searchCriteriaContainerBottomRight {
	background: url(http://assets.salesaspects.com/templates/i/containers/search-criteria-container-bottom-right.png) no-repeat right top;
	height: 16px;
	margin-left: 16px;

}

.formButtonMedium {
    width: 88px;
    height: 22px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    color: #fff;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/shared-black-form-btn-med.png) no-repeat 0px 0px;
    border: none;
    cursor: pointer;
}

.resultsBarLeft {
    width: 19px;
    height: 71px;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/shared-search-results-bar-left.png) no-repeat 0px 0px;
}

.resultsBarMiddle {
    width: 100%;
    height: 71px;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/shared-search-results-bar-middle.png) repeat-x 0px 0px;    
}

.resultsBarRight {
    width: 19px;
    height: 71px;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/shared-search-results-bar-right.png) no-repeat 0px 0px;    
}

.resultsBarCountLeft {
    width: 12px;
    height: 71px;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/shared-search-results-bar-count-left.png) no-repeat 0px 0px;
}

.searchResultsBarCount {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    height: 71px;
    font-variant: small-caps;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/shared-search-results-bar-count.png) repeat-x 0px 0px;
    text-align: center;    
}

.searchResultsBarCount div{
    *margin-top: 10px;
}

.resultsBarPagingLeft 
{    
    width: 7px;
    height: 71px;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/shared-search-results-bar-paging-left.png) no-repeat 0px 0px;
}

.resultsBarPaging {
    color: #202020;
    font-size: 11px;
    height: 71px;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/shared-search-results-bar-paging.png) repeat-x 0px 0px;
}

.resultsBarPaging a{
    color: #fff;
    font-size: 10px;
}

.resultsBarPagingRight {
    width: 7px;
    height: 71px;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/shared-search-results-bar-paging-right.png) no-repeat 0px 0px;
}
