/*

	7/29/09
	as_iframe_screen.css
	used for agents who use iframe search tools
	
	COLOR DEFS
	red: ce0203
	darker gray: 333
	lighter gray: CCC

*/

* {	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; }

html
{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	height: 100%;
}

h1, h2, h3, h4 { color: #000; }

h1
{
	font-size: 28px;
	line-height: 28px;
	padding: 0;
	margin: 0 0 6px 0;
	font-weight: bold;
}

h2
{
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	clear: both;
}

h3
{
	padding: 0;
	margin: 20px 0 6px 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}

h2 + h3 { margin-top: 0; }

h4
{
	font-size: 14px;
	line-height: 15px;
	padding: 0;
	margin: 6px 0 6px 0;
}

p
{
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: .02em;
}

blockquote + h2,
ul + h2,
p + h2,
h4 + h2 { margin-top: 10px; }

a
{
	color: #333;
	text-decoration: underline;
}

a:hover
{
	color: #333;
	text-decoration: none;
}

img,
a img { border: none; }

a:focus { outline: none; }

hr
{
	border-top: 1px #CCC solid;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	margin: 10px 0;
}

em { font-style: italic; }

dl
{
	margin: 0 0 9px 0;
	padding: 0;
	text-indent: 0;
}

dt
{
	float: left;
	padding: 0 10px 0 0;
	font-weight: bold;
	text-indent: 0;
}

dd
{
	margin: 6px 0 6px 0;
	padding: 0;
	text-indent: 0;
}

ul
{
	margin: 0 0 12px 0;
	padding: 0 0 0 24px;
}

li
{
	margin: 0 0 6px 0;
	padding: 0;
}

/*   FORM ELEMENTS   */
form
{
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

label
{
	display: block;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

input[type=text],
input[type=password],
select,
textarea
{
	background-color: #FFF;
	border: 1px #CCC solid;
	padding: 3px;
	margin: 3px 3px 10px 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .04em;
}

input.type1,
select.type1 { width: 230px; }
input.type2,
select.type2 { width: 110px; }
input.type3,
select.type3 { width: 60px; }
input.type4,
select.type4 { width: 100px; }

textarea.type1
{
	width: 230px;
	height: 200px;
}

input.checkbox,
input.radio
{
	float: left;
	display: block;
	margin: 0 0 0 0;
}

/*   END FORM ELEMENTS   */

#footer
{
/*
	width: 100%;
	height: 188px;
	margin: -188px 0 0 0;
	text-align: left;
	border-top: 5px #504332 solid;
	background-color: #FFF;
*/
}

#footer .inner
{
/*
	width: 950px;
	padding: 10px 0;
*/
	font-size: 11px;
}

#footer p
{
	font-size: 10px;
	line-height: 11px;
	padding: 0 35px;
	font-size: 11px;
}

#footer img
{
	margin-left: 15px;
	vertical-align: middle;
}

#eho { float: right; }

#social_networks b { font-size: 12px; }

#footer ul
{
	list-style: none;
	padding: 2px 35px 2px 35px;
	margin: 0;
	line-height: 20px;
	letter-spacing: .02em;
	clear: both;
	overflow: auto;
}

#footer li
{
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px #333 solid;
	font-size: 12px;
	line-height: 14px;
}

#footer ul li:first-child
{
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer li a {}

#content
{ 
	margin: 0;
	padding: 20px;
	min-height: 350px;
}


p.type1 { float: right; }
.clear { clear: both; }
.float_left { float: left; }
.float_right { float: right; }
img.float_left { margin: 0 20px 10px 0; }
img.float_right { margin: 0 0 10px 20px; }

input[type=submit]
{
	margin: 0;
	padding: 3px 10px;
	border: 0;
	color: #FFF;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	background-color: #000000;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;	
	-moz-border-radius: 7px;
}

.go_btn
{
	border: 0;
	cursor: pointer;
	vertical-align: middle;
}

div.btn
{
	float: left;
	width: 150px;
	height: 25px;
	margin-right: 15px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/btn_150_as_frame.png);
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: .03em;
	text-transform: uppercase;
}

div.btn a
{
	display: block;
	padding: 6px 9px 0 9px;
	text-align: center;
	border: 0;
	color: #FFF;
	text-decoration: none;
}

div.btn a:hover { color: #FFF; }

.row { margin: 6px 0; }

.col1
{
	width: 100%;
	clear: left;
}

.col2
{
	float: left;
	width: 49%;
}

.col3
{
	float: left;
	width: 33%;
}


/********* SEARCH PAGE *********/

#submenu_search li#openhouses { display: none; }

ul.tabs_submenu
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	display: block;
	overflow: auto;
}

ul.tabs_submenu li
{
	display: block;
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 3px 10px;
	border-left: 1px #000000 solid;
}

ul.tabs_submenu li#homes
{
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

ul.tabs_submenu li a
{
	display: block;
	float: left;
	color: #CE0203;
	text-decoration: none;
	padding: 0 0 2px 0;
	border-bottom: 0;
}

ul.tabs_submenu li a:hover { text-decoration: underline; }

#homes_search_page li#homes a,
#foreclosures_search_page li#foreclosures a,
#proximity_search_page li#proximity a,
#map_search_page li#map a,
#rentals_search_page li#rentals a,
#land_search_page li#land a,
#multifam_search_page li#multifam a,
#openhouses_search_page li#openhouses a,
#commerical_search_page li#commerical a,
#newconstruction_search_page li#newconstruction a { color: #000000; }

.col3 input.type1,
.col3 select.type1,
.col3 textarea.type1 { width: 210px; }

.col3 input.type2,
.col3 select.type2,
.col3 textarea.type2 { width: 160px; }

.col3 input.type3,
.col3 select.type3,
.col3 textarea.type3 { width: 80px; }

.col3 input.type4,
.col3 select.type4,
.col3 textarea.type4 { width: 60px; }

.col3 input.checkbox { clear: left; }

label.type1
{
	display: block;
	margin: 3px 3px 8px 23px;
}


span.label
{
	padding: 0 3px 0 0;
	vertical-align: middle;
}

p.hint
{
	clear: left;
	font-size: 80%;
	margin: 6px 0 6px 0;
}

.search_page #colA
{
	width: 35%;
	min-width: 250px;
	max-width: 320px;
}

.search_page #colB
{
	width: 40%;
	min-width: 260px;
	max-width: 320px;
}

.search_page #colC
{
	width: 25%;
	float: right;
	min-width: 185px;
	max-width: 320px;
}

.search_page fieldset#results_options p.hint { margin: -8px 0 8px 23px; }

.search_page fieldset.submit { margin-top: 20px; }

/********* SUMMARY PAGE *********/

#compare_options
{
	padding-bottom: 25px;
	background-image: url(../images/summary_arrow_as_frame.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#compare_options .inner
{
	padding: 10px;
	background-color: #CCCCCC;
	overflow: hidden;
	text-align: center;
}

#compare_options .inner * { text-align: left; }

#compare_options #selected_edit { float: left; }
#compare_options  #view_as { float: right; }
#compare_options #sort_by
{
	margin: 0 auto;
	width: 200px;
}

#search_summary_page .page_nav
{
	overflow: hidden;
	text-align: center;
	margin: 0 0 10px 0;
}

#search_summary_page .page_nav .pages a { padding: 0 2px; }

#search_summary_page .page_nav a.next
{
	float: right;
	display: block;
	padding: 0 16px 0 0;
	background-image: url(../images/arrow_right_as_frame.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

#search_summary_page .page_nav a.back
{
	float: left;
	display: block;
	padding: 0 0 0 16px;
	background-image: url(../images/arrow_left_as_frame.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

.property { margin: 10px 0; }

.property .checkbox { margin-left: 6px; }

.property .inner
{
	background-color: #CCCCCC;
	padding: 10px;
	margin: 0 0 0 30px;
	overflow: auto;
}

.property .colA
{
	float: left;
	width: 170px;
	position: relative;
}

.property .colB
{
	float: right;
	width: 155px;
}

.property .colC
{
	margin: 0 175px 0 170px;
}

.photo_count
{
	width: 46px;
	height: 37px;
	background-image: url(../images/icon_photo_count_as_frame.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	text-decoration: none;
	padding: 2px 0 0 0;
	color: #FFF;
}

.property .colA img
{
	width: 150px;
	height: 118px;
	border: 1px;
	display: block;
	margin: 0;
}

.open_house h3
{
	font-size: 13px;
	line-height: 14px;
	margin: 4px 0 0 0;
	text-transform: uppercase;
}

.property dl
{
	font-size: 13px;
	margin: 0;
}

.property dt { font-weight: normal; }

.property dd { margin: 0; }

dt.price,
dt.address,
dt.city { display: none; }

dd.price
{
	font-weight: bold;
	font-size: 14px;
}

.br_recip_icon
{
	float: right;
	width: 40px;
	height: 26px;
	background-image: url(../images/RCIdxL_sml.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_realestateone
{
	float: right;
	background-image: url(../images/mls_logos/realestateone_icon.jpg);
	width: 41px;
	height: 39px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_johnstoneandjohnstone
{
	float: right;
	background-image: url(../images/mls_logos/johnstoneandjohnstone_icon.jpg);
	width: 46px;
	height: 39px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_maxbroock
{
	float: right;
	background-image: url(../images/mls_logos/maxbroock_icon.jpg);
	width: 46px;
	height: 39px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_miaa
{
	float: right;
	width: 35px;
	height: 26px;
	background-image: url(../images/mls_logos/miaa.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_mialpena
{
	float: right;
	width: 93px;
	height: 21px;
	background-image: url(../images/mls_logos/mialpena.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_miflint
{
	float: right;
	width: 50px;
	height: 45px;
	background-image: url(../images/mls_logos/miflint.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_migladwin
{
	float: right;
	width: 93px;
	height: 21px;
	background-image: url(../images/mls_logos/migladwin.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_mijackson
{
	float: right;
	width: 93px;
	height: 21px;
	background-image: url(../images/mls_logos/mijackson.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_milansing
{
	float: right;
	width: 50px;
	height: 20px;
	background-image: url(../images/mls_logos/milansing.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_milutar
{
	float: right;
	width: 93px;
	height: 21px;
	background-image: url(../images/mls_logos/milutar.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_minmmls
{
	float: right;
	width: 75px;
	height: 15px;
	background-image: url(../images/mls_logos/minmmls.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_mipbmls
{
	float: right;
	width: 60px;
	height: 39px;
	background-image: url(../images/mls_logos/mipbmls.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_mirc
{
	float: right;
	width: 40px;
	height: 26px;
	background-image: url(../images/mls_logos/mirc.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_mirm
{
	float: right;
	width: 75px;
	height: 18px;
	background-image: url(../images/mls_logos/mirm.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_mitaar
{
	float: right;
	width: 50px;
	height: 24px;
	background-image: url(../images/mls_logos/mtaar.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_miwcar
{
	float: right;
	width: 93px;
	height: 21px;
	background-image: url(../images/mls_logos/miwcar.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_miwwlx
{
	float: right;
	width: 93px;
	height: 21px;
	background-image: url(../images/mls_logos/miwwlx.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.schedule_showing
{
/*
	padding-left: 25px;
	background-image: url(../images/showingtime.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
*/
}

.property .btn { margin: 0 0 10px 0; }

.property iframe
{
	width: 150px;
	height: 60px;
	border: 0;
	margin: 7px 0 0 0;
	padding: 0;
}

p.edit_search { text-align: right; }

p.edit_search a#new_search { margin-left: 20px; }

dt.listing_agt { font-weight: bold; }

/* LISTING DETAIL */

#listing_detail_page #content { margin-right: 0px; }

#listing_detail_page .page_nav { height: 40px; }

#listing_detail_page .page_nav a.next
{
	float: right;
	display: block;
	padding: 0 16px 0 0;
	background-image: url(../images/arrow_right_as_frame.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

#listing_detail_page .page_nav a.back
{
	float: left;
	display: block;
	padding: 0 0 0 16px;
	background-image: url(../images/arrow_left_as_frame.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

#listing_detail_page .page_nav a.new_search
{
	float: left;
	display: block;
	margin-left: 150px;
}

#listing_detail_page .page_nav a.back_to_results
{
	float: right;
	display: block;
	margin-right: 150px;
}

#listing_detail_page h2
{
	font-size: 34px;
	line-height: 36px;
	margin: 0 0 16px 0;
	overflow: hidden;
}

#listing_detail_page h2 span
{
	width: 70%;
	font-size: 24px;
	line-height: 26px;
	float: right;
	text-align: right;
	text-transform: none;
	padding: 0;
}

#agent_info
{
	width: 155px;
	float: left;
	display: none;
}

#agent_info img { width: 150px; }

#agent_info div.btn { margin-top: 10px; float: none; }

#prop_info { margin: 0; }

#photos
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: auto;
}

#page_functions
{
	margin: 0 0 10px 0;
	overflow: auto;
}

#page_functions div.btn
{
	float: right;
	margin: 0 0 5px 0;
}

div.btn a
{
	padding: 6px 3px 0 3px;
}

#open_house
{
	margin: 0;
	background-color: #990000;
	padding: 5px 10px;
	overflow: auto;
}

#open_house h3
{
	color: #FFFFFF;
	margin: 0;
	float: left;
	padding: 0 10px 0 0;
}

#open_house p
{
	color: #FFFFFF;
	margin: 0;
	padding: 4px 0 0 0;
}

#property_functions
{
	width: 173px;
	float: right;
}

#property_functions .inner { padding: 0; }

#property_functions .writeup { margin: 0 0 12px 0; }

#property_functions ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

#property_functions li { margin: 0 0 2px 0; }

#property_functions div.btn
{
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 7px 0;
	background-image: none;
}

#property_functions div.btn a
{
	color: #151514;
	background-color: #aeb0b3;
	padding: 8px 9px;
}

#property_functions div.btn a:hover { background-color: #666; }

#no_flash {  }

img.large { width: 512px; }

img.small { width: 150px; }


#listing_detail_page .section
{
	overflow: auto;
	background-image: url(../images/divider_line_as_frame.gif);
	background-repeat: repeat-y;
	background-position: center 0;
	margin: 0 0 6px 0;
}

#listing_detail_page .section h3
{
	margin: 0 0 6px 0;
	padding-bottom: 6px;
	background-color: #FFF;
	border-bottom: 1px #cccccc solid;
}

dl.type1 dt
{
	width: 160px;
	text-align: right;
	clear: left;
	padding: 0;
}

dl.type1 dd
{
	margin: 0 0 6px 165px;
	padding-right: 10px;
}

#mortgage_calc .row { margin: 0 0 8px 0; }

#mortgage_calc label
{
	float: left;
	clear: left;
	width: 160px;
	padding: 3px 5px 0 0;
	text-align: right;
	font-weight: bold;
	text-transform: none;
}

#mortgage_calc input,
#mortgage_calc select { margin: 0; }

#mortgage_calc fieldset.type1 div.row input[type=submit] { margin-left: 165px; }

#mortgage_calc h4,
#mortgage_calc dl { margin-left: 40px; }

#mortgage_calc .footnote
{
	font-size: 11px;
	margin: 15px 0 0 40px;
	padding: 0;
	border-top: none;
}

#listing_detail_page #broker
{
	background-image: none;
}

#listing_detail_page #broker img
{
	margin: 10px auto 5px auto;
	display: block;
	text-align: center;
}

#listing_detail_page #broker p { text-align: center; }

.legal
{
	margin-top: 40px;
	clear: both;
}

.legal h4,
.legal p
{
	font-size: 80%;
	line-height: 100%;
}

#go_mobile_box
{
	float: right;
	width: 310px;
	padding: 10px 15px 15px 15px;
	margin: 0 0 10px 20px;
	border: 2px #CCC solid;
}

#go_mobile_box iframe
{
	width: 280px;
	height: 210px;
	border: 0;
}

.footnote
{
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 2px #CCC solid;
}

.footnote img
{
	float: right;
	margin: 0 0 5px 12px;
}

.data_item
{
	float: left;
	width: 49%;
}

.data_item span.data_label
{
	display: block;
	float: left;
	padding: 0;
	width: 160px;
	text-align: right;
	font-weight: bold;
}

.data_item span.data
{
	display: block;
	margin-left: 165px;
}

#mortcalc .col2
{
	background-color: #FFFFFF;
	min-width: 300px;
}

/* form structure */

fieldset.type1 div.row
{
	margin: 0 0 6px 0;
	clear: left;
}

fieldset.type1 div.row a img { vertical-align: middle; }

fieldset.type1 div.row label
{
	width: 200px;
	padding: 5px 5px 0 0;
	float: left;
	text-align: right;
	overflow: auto;
}

fieldset.type1 div.row label.checkbox
{
	width: auto;
	float: none;
	text-align: left;
	padding: 0;
	margin-left: 205px;
}

fieldset.type1 div.row input.checkbox { margin-left: 187px; }

fieldset.type1 div.row .input_group
{
	margin: 0 0 0 205px;
	padding: 5px 0 0 0;
}

fieldset.type1 div.row .go_btn { margin-left: 205px; }

fieldset.type1 div.row .input_group label.radio
{
	width: auto;
	display: inline;
	text-align: left;
	padding: 0 15px 10px 5px;
}

fieldset.type1 div.row label.type2
{
	width: auto;
	text-align: left;
	padding: 0;
}

body.contact_form h2 span
{
	display: block;
	text-transform: none;
}

span.input { vertical-align: middle; }

fieldset.type2 div.row
{
	margin: 0 0 6px 0;
	clear: left;
}

fieldset.type2 div.row label.checkbox
{
	text-align: left;
	padding: 0;
	margin-left: 25px;
}

table.type1
{
	width: 100%;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table.type1 td
{
	text-align: center;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	margin: 0;
	border-bottom: 1px #CCC solid;
}

table.type1 tr.head td
{
	font-weight: bold;
	vertical-align: bottom;
}

table.type1 a
{
	display: block;
	margin: 0 0 5px 0;
}

table.type1 td br { display: block; }

#content h2 img#logo
{
	max-height: 100px;
	vertical-align: middle;
}

body.builders .section { background-image: none !important; }

body.builders h2 span
{
	width: auto !important;
	font-size: 26px !important;
	line-height: 28px !important;
	float: none !important;
	text-align: left !important;
}
