.search_results
{
	width:500px;
}

.search_results_title
{
    color:#ffffff;
    font-weight:bold;
    background-color:#7A67AE;
    text-transform: uppercase;
	height:20px;
	border-top:0px;
	border-bottom:solid 1px #555;
	padding-left:4px;
	padding-right:4px;	
	font-size:12px;

}
.search_results_title_address
{
	float:left;
    width:65%;
    padding-top:2px;
}
.search_results_title_type
{
	float:left;
	width:40%;
	padding-top:2px;
}
.search_results_title_sold{
	float:left;
	width:20%;
	padding-top:2px;
text-align:right;
}
.search_results_title_price
{
	float:right;
    width: 10%;
    text-align: right;
    padding-top:2px;
}
.search_results_details
{
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.search_results_details P
{
	font-size:12px;
}
.search_results A
{
	text-decoration:none;
}
.search_results A:Hover
{
	text-decoration:underline;
}
.search_results_details IMG
{
	margin:0px 10px 0px 0px;	
	float:left;
	border:solid 1px #7A67AE;
}
.search_results_actions
{
}
.search_results_actions_agentlogo
{
	float:left;
	width:50%;
}
.search_results_actions_buttons
{
	float:left;
	width:50%;	
	text-align:right;
}

.shortlist_item
{
}
.shortlist_item_address
{
	width:60%;
	float:left;
	padding-top:1%;
	padding-bottom:1%;	
}
.shortlist_item_address_header
{
	width:59%;
	float:left;
	color:#ffffff;
	background-image:url(../Img/Style/shim.jpg);
	background-repeat:repeat;
	padding-top:1%;
	padding-bottom:1%;
	padding-left:1%;
	font-weight:bold;
}
.shortlist_item_price
{
	width:20%;
	float:left;
	padding-top:1%;
	padding-bottom:1%;	
}
.shortlist_item_price_header
{
	width:20%;
	float:left;
	color:#ffffff;
	background-image:url(../Img/Style/shim.jpg);
	background-repeat:repeat;	
	padding-top:1%;
	padding-bottom:1%;
	font-weight:bold;	
}
.shortlist_item_action
{
	width:20%;
	float:left;
	padding-top:1%;
	padding-bottom:1%;	
}
.shortlist_item_action_header
{
	width:20%;
	float:left;
	color:#ffffff;
	background-image:url(../Img/Style/shim.jpg);
	background-repeat:repeat;
	padding-top:1%;
	padding-bottom:1%;
	font-weight:bold;			
}
.shortlist_footer
{
	width:99%;
	padding-top:1%;
	padding-bottom:1%;
	padding-left:1%;
	background-image:url(../Img/Style/shim.jpg);
	background-repeat:repeat;	
}
.shortlist_footer A
{
	color:#ffffff;	
}
.shortlist_footer A:Hover
{
	color:#ffffff;
	text-decoration:underline;
}

                
.alerts_item
{
}
.alerts_item_details_header
{
	width:79%;
	float:left;
	color:#ffffff;
	background-image:url(../Img/Style/shim.jpg);
	background-repeat:repeat;	
	padding-top:1%;
	padding-bottom:1%;
	font-weight:bold;	
	padding-left:1%;	
}
.alerts_item_action_header
{
	width:20%;
	float:left;
	color:#ffffff;
	background-image:url(../Img/Style/shim.jpg);
	background-repeat:repeat;	
	padding-top:1%;
	padding-bottom:1%;
	font-weight:bold;		
}
.alerts_item_details
{
	width:79%;
	float:left;
	padding-top:1%;
	padding-bottom:1%;
	padding-left:1%;
}
.alerts_item_action
{
	width:20%;
	float:left;
	padding-top:1%;
	padding-bottom:1%;
}
.alerts_footer
{
	width:99%;
	padding-top:1%;
	padding-bottom:1%;
	padding-left:1%;
	background-image:url(../Img/Style/shim.jpg);
	background-repeat:repeat;	
}
.alerts_footer A
{
	color:#ffffff;	
}
.alerts_footer A:Hover
{
	color:#ffffff;	
	text-decoration:underline;
}

.bold {
	font-weight: bolder;
}

.title {
	font-size: 24px;
	text-align: left;
	margin-bottom: 5px;
	color: #7A67AE;
	display: block;
}

.tab {
	width: 132px;
	background-image: url(/Img/style/tip_corner.jpg);
	float: left;
	margin-right: 2px;
	position: relative;
	text-indent: 10px;
	font-size:12px;
	padding: 2px;
}

.sticky_img {
	border: 1px solid #555;
	margin: 10px;
}

.row
{
	width:100%;
	clear:both;	
}
.row .label
{
	width:30%;
	float:left;
	font-weight:bold;
	margin-bottom:10px;
}
.row .field 
{
	width:70%;
	float:left;
	margin-bottom:5px;
}
.row .field .textbox
{
	width:340px;
}
.row .field .textarea
{
	width:340px;
}
.row .field .dropdownlist
{
	width:336px;	
}
.hspacer
{
	width:100%;
	height:10px;
	clear:both;
}

.capitalize
{
	text-transform:capitalize;
}
.error
{	
	color:red;
}
.error UL
{
	list-style-type:square;
	margin:0px;
	padding:0px;
	margin-left:15px;
	margin-bottom:10px;
}

.pager
{
	width:492px;
	height:20px;
	background-color:#7A67AE;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:9px;
}
.pager_left
{
	width:236px;
	float:left;
	margin-right:10px
}
.pager_right
{
	width:246px;
	float:left;
	text-align:right;
}