@charset "utf-8";

.clear {clear: both;}

#ar_wrap {
	width: 100%;
}

/* ========== SEARCH ========== */

#ar_search {
	background: #eeeeee;
	border: solid 1px #c2c2c2;
	border-radius: 3px;
	margin-top: 25px;
}
#ar_search_wrap {
	margin: 0 7px;
	position: relative;
	padding: 5px 0 10px 0;
}
.ar_search_form {
	float: left;
	width: 378px;
}
.ar_search_bt {
	bottom: 0;
	left: 378px;
	padding-bottom: 10px;
	position: absolute;
	width: 101px;
}

#ar_search label {
	color: #888888;
	font-size: 8pt;
	float: left;
	margin-top: 7px;
	padding-top: 3px;
	width: 115px;
}

#ar_search input[type="text"], #ar_search select, .ar_agentname {
	background: #ffffff;
	border: solid 1px #cecece;
	color: #666666;
	float: left;
	font-size: 8pt;
	height: 22px;
	margin: 7px 6px 0 0;
	padding: 2px;
}
#ar_search input[type="text"], .ar_agentname {height: 20px; line-height: 20px; padding: 0 3px; width: 222px;}	
#ar_search select {padding: 3px; width: 230px;}

a.ar_search_bt1:link, a.ar_search_bt1:visited {
	background: url(../images/agents/bt_search.png) no-repeat top;
	color: #666666;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin-top: 17px;
	text-align: center;
	text-decoration: none;
	text-shadow: #eeeeee 1px 1px 0px;
	text-transform: uppercase;
	width: 101px;
}
a.ar_search_bt1:hover, a.ar_search_bt1:active {
	background-position: bottom;
	line-height: 28px;
}
a.ar_search_bt2:link, a.ar_search_bt2:visited {
	color: #888888;
	display: block;
	font-size: 7pt;
	font-style: italic;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
	width: 101px;
}
a.ar_search_bt2:hover, a.ar_search_bt2:active {
	color: #666666;
	font-size: 7pt;
	font-style: italic;
	text-decoration: none;
}

/* ========== LISTINGS ========== */

#ar_listingwrap {
	border-top: solid 1px #cccccc;
	margin: 15px 0 40px 0;
}

.ar_list {
	border-bottom: solid 1px #cccccc;
	padding: 10px 0;
}

/* ---------- listing details ---------- */

.ar_list_cont_wrap {padding: 5px 0;}
.ar_list_cont_sm {padding-left: 147px;}
.ar_list_cont_lg {padding-left: 167px;}

.ar_list_photo {
	background: #ababab;
	border: solid 1px #818181;
	float: left;
	padding: 2px;
}

a.ar_list_title:link, a.ar_list_title:visited {
	background: #e6e6e6;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}
a.ar_list_title:hover, a.ar_list_title:active {
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}

.ar_list_subtitle {
	border-bottom: dotted 1px #cccccc;
	color: #666666;
	display: block;
	font-size: 9pt;
	padding: 2px 0 5px 0;
}
.ar_list_subtitle span {
	font-style: italic;
}

.ar_list_descrip {
	border-bottom: dotted 1px #cccccc;
	color: #666666;
	display: block;
	font-size: 8pt;
	overflow: hidden;
	padding: 5px 0;
}
.ar_list_descrip a {
	font-size: 8pt;
	text-decoration: none;
}

.ar_list_phone {
	background: url(../images/agents/icon_phone.png) no-repeat left 2px;
	padding: 5px 0 5px 15px;
}
.ar_list_phone span {
	color: #888888;
	font-size: 7pt;
	padding: 1px 0;
	text-transform: uppercase;
}	
.ar_list_phone span span {
	color: #555555;
	display: inline;
	float: none;
	font-size: 9pt;
	font-weight: bold;
	padding-right: 10px;
	text-transform: none;
}


/* ---------- listing button bar ---------- */

.ar_list_butt {
	height: 24px;
	margin-top: 10px;
}

.ar_list_butt a:link, .ar_list_butt a:visited {
	background-position: top;
	background-repeat: no-repeat;
	color: #888888;
	display: block;
	float: left;
	font-size: 8pt;
	line-height: 24px;
	margin-right: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ffffff;
	width: 77px; height: 24px;
}
.ar_list_butt a:hover, .ar_list_butt a:active {
	background-position: bottom;
	color: #555555;
	font-size: 8pt;
	line-height: 26px;
	text-decoration: none;
}

.ar_email {background: url(../images/agents/bt_email.png);}
.ar_profile {background: url(../images/agents/bt_profile.png);}
.ar_website {background: url(../images/agents/bt_website.png);}
.ar_listings {background: url(../images/agents/bt_listings.png);}

.ar_list_butt span {padding-left: 28px;}
