@charset "utf-8";

/* ========== FSBO LISTING PROCESS TITLES ========== */

.fsbolist_hr1 {
	background: #ccc;
	border-radius: 3px;
	color: #333;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 8px 12px;
	text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
	text-transform: uppercase;
}

.fsbolist_bread {
	color: #999;
	font-size: 8pt;
	padding-bottom: 35px;
}
.fsbolist_bread > div {
	color: #333;
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 4px;
}
.fsbolist_bread > span {
	color: #666;
	display: inline-block;
	margin: 0 4px;
}
.fsbolist_bread > span:first-of-type {
	margin-left: 0;
}
.fsbolist_bread > span.fsbolist_bread_sel {
	color: #444;
	font-weight: bold;
}

/* ========== FSBO LISTING PROCESS PANELS ========== */

.fsbolist_pan_wrap {
	clear: both;
	margin-bottom: 15px;
}
.fsbolist_pan,
.fsbolist_pan_alt {
	background: #f7f7f7;
	border: solid 1px #d9d9d9;
	border-radius: 3px;
	box-shadow: inset 1px 1px #fff;
	overflow: hidden;
	padding: 12px;
	position: relative;
	text-shadow: #fff 1px 1px 0;
}
.fsbolist_pan_wrap.fsbolist_pan_feat {
	clear: none;
	float: left;
	margin-top: 40px;
	position: relative;
	text-align: center;
	width: 100%
}
.fsbolist_pan_wrap.fsbolist_pan_feat.fsbolist_pan_feat2 {
	margin-left: 2%;
	width: 49%;
}
.fsbolist_pan_wrap.fsbolist_pan_feat.fsbolist_pan_feat3 {
	margin-left: 2%;
	width: 32%;
}
.fsbolist_pan_wrap.fsbolist_pan_feat.fsbolist_pan_feat3 {
	margin-left: 2%;
	width: 32%;
}
.fsbolist_pan_wrap.fsbolist_pan_feat.fsbolist_pan_feat4 {
	margin-left: 2%;
	width: 23%;
}
.fsbolist_pan_lg .fsbolist_pan_wrap.fsbolist_pan_feat.fsbolist_pan_feat4:first-child,
.fsbolist_pan_lg .fsbolist_pan_wrap.fsbolist_pan_feat.fsbolist_pan_feat4:nth-child(4) {
	width: 24%;
}
.fsbolist_pan_lg .fsbolist_pan_wrap.fsbolist_pan_feat.fsbolist_pan_feat2:first-child,
.fsbolist_pan_lg .fsbolist_pan_wrap.fsbolist_pan_feat.fsbolist_pan_feat3:first-child,
.fsbolist_pan_lg .fsbolist_pan_wrap.fsbolist_pan_feat.fsbolist_pan_feat4:first-child {
	margin-left: 0;
}

.fsbolist_pan_title {
	background-color: #666;
	background-image: linear-gradient(to bottom, #666 0%, #999 100%);
	  background-image: -ms-linear-gradient(top, #666 0%, #999 100%);
	  background-image: -moz-linear-gradient(top, #666 0%, #999 100%);
	  background-image: -o-linear-gradient(top, #666 0%, #999 100%);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #999));
	  background-image: -webkit-linear-gradient(top, #666 0%, #999 100%);
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 8px;
	text-shadow: rgba(0,0,0,0.3) -1px -1px 0;
}
.fsbolist_pan.sel .fsbolist_pan_title,
.fsbolist_pan_alt.sel .fsbolist_pan_title {
	background-color: #333;
	background-image: linear-gradient(to bottom, #333 0%, #777 100%);
	  background-image: -ms-linear-gradient(top, #333 0%, #777 100%);
	  background-image: -moz-linear-gradient(top, #333 0%, #777 100%);
	  background-image: -o-linear-gradient(top, #333 0%, #777 100%);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333), color-stop(1, #777));
	  background-image: -webkit-linear-gradient(top, #333 0%, #777 100%);
}
.fsbolist_pan_lg .fsbolist_pan_title {
	font-size: 17pt;
	padding: 12px;
}
.fsbolist_pan_lg .fsbolist_pan_feat .fsbolist_pan_title {
	font-size: 14pt;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.fsbolist_pan_check {
	background: url(../images/fsbolist_pan_check_sm.png) no-repeat left top;
	display: block;
	min-height: 22px;
	padding-left: 38px;
}
.fsbolist_pan_lg .fsbolist_pan_check {
	background-image: url(../images/fsbolist_pan_check_lg.png);
	min-height: 28px;
	padding-left: 44px;
}

.fsbolist_pan input[type="radio"],
.fsbolist_pan_alt input[type="checkbox"] {
	left: 9999px;
	position: absolute;
	top: -9999px;
}

.fsbolist_pan:hover,
.fsbolist_pan_alt:hover {
	background: #fbfbfb;
	border-color: #ccc;
	cursor: pointer;
}
.fsbolist_pan:hover .fsbolist_pan_check,
.fsbolist_pan_alt:hover .fsbolist_pan_check {
	background-position: left -100px;
}

.fsbolist_pan.sel {
	background: #fff;
	border-color: #eabe39;
}
.fsbolist_pan.sel .fsbolist_pan_check,
.fsbolist_pan_alt.sel .fsbolist_pan_check {
	background-position: left -200px;
}

/* ========== FSBO LISTING PROCESS PANELS TEXT ========== */

.fsbolist_pan_subtitle {
	color: #666;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.fsbolist_pan_lg .fsbolist_price {
	color: #951c1f;
	float: left;
	font-size: 24pt;
	font-weight: bold;
	padding: 5px 0 0 10px;
}
.fsbolist_pan_alt .fsbolist_price {
	color: #951c1f;
	float: left;
	font-size: 16pt;
	font-weight: bold;
	padding: 5px 0 0 10px;
}
.fsbolist_pan_lg .fsbolist_price span {
	color: #666;
	display: block;
	font-size: 10pt;
	text-transform: uppercase;
}
.fsbolist_pan_lg .fsbolist_pan_feat .fsbolist_price {
	border-bottom: dotted 1px #ccc;
	float: none;
	font-size: 32pt;
	padding: 10px 0 15px 0;
	text-align: center;
}

.fsbolist_featured {
	position: absolute;
	top: -29px;
	width: 100%;
	z-index: 20;
}
.fsbolist_featured > div {
	background: #fcf7e8;
	border: solid 1px #cfa707;
	border-radius: 3px 3px 0 0;
	box-shadow: inset 1px 1px 0 #fff;
	font-size: 10pt;
	font-weight: bold;
	line-height: 30px;
	text-shadow: #fff 1px 1px 0;
	text-transform: uppercase;
}

.fsbolist_pan_sm p {
	padding-left: 50px;
}

.fsbolist_pan_lg .fsbolist_text {
	border-left: dotted 1px #ccc;
	line-height: 140%;
	margin: 10px 0 0 150px;
	min-height: 55px;
	padding: 10px 0 5px 20px;
}
.fsbolist_pan_alt .fsbolist_text {
	border-left: dotted 1px #ccc;
	line-height: 140%;
	margin: 10px 0 0 100px;
	min-height: 30px;
	padding: 10px 0 5px 20px;
}
.fsbolist_pan_lg .fsbolist_pan_feat .fsbolist_text {
	border-left: none;
	margin: 0;
	min-height: 1px;
	padding: 20px 10px 10px 10px;
	text-align: left;
}

ul.fsbolist_list {
	display: inline-block;
	list-style-type: none;
	margin: 20px 10px 0 10px;
	padding: 0;
}
ul.fsbolist_list li {
	background: url(../images/fsbolist_pan_bullet.png) no-repeat left 3px;
	display: block;
	line-height: 120%;
	list-style-type: none;
	margin: 4px 0;
	padding: 0 0 0 18px;
	text-align: left;
}

.fsbolist_pan_butt {
	background-color: #f9e9bd;
	background-image: linear-gradient(to bottom, #f9e9bd 0%, #f8d987 100%);
	  background-image: -ms-linear-gradient(top, #f9e9bd 0%, #f8d987 100%);
	  background-image: -moz-linear-gradient(top, #f9e9bd 0%, #f8d987 100%);
	  background-image: -o-linear-gradient(top, #f9e9bd 0%, #f8d987 100%);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9e9bd), color-stop(1, #f8d987));
	  background-image: -webkit-linear-gradient(top, #f9e9bd 0%, #f8d987 100%);
	border: solid 1px #cfa707;
	border-radius: 3px;
	box-shadow: inset 1px 1px #fff;
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	margin: 10px auto 20px auto;
	max-width: 350px;
	padding: 12px 5px;
	text-align: center;
	text-decoration: none;
	text-shadow: rgba(255,255,255,0.3) 1px 1px 0;
	text-transform: uppercase;
	width: 80%;
}
.fsbolist_pan_butt:hover,
.fsbolist_pan.sel .fsbolist_pan_butt {
	background-color: #fce29d;
	background-image: linear-gradient(to bottom, #fce29d 0%, #e9b62e 100%);
	  background-image: -ms-linear-gradient(top, #fce29d 0%, #e9b62e 100%);
	  background-image: -moz-linear-gradient(top, #fce29d 0%, #e9b62e 100%);
	  background-image: -o-linear-gradient(top, #fce29d 0%, #e9b62e 100%);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fce29d), color-stop(1, #e9b62e));
	  background-image: -webkit-linear-gradient(top, #fce29d 0%, #e9b62e 100%);
	border-color: #b18e01;
	color: #000;
	padding: 14px 5px 10px 5px;
}
.fsbolist_pan.sel .fsbolist_pan_butt {
	font-size: 12pt;
}


/* ========== FSBO LISTING PROCESS TERMS ========== */

.fsbolist_terms {
	background: #eee;
	border: solid 1px #ccc;
	border-radius: 3px;
	box-shadow: inset 1px 1px #ffffff;
	margin: 35px 35px 0 35px;
	padding: 15px;
	text-align: center;
	text-shadow: #fff 1px 1px 0;
}

.fsbolist_terms label {
	color: #444;
	display: inline-block;
	font-weight: bold;
	padding: 0 15px 0 0;
}

.fsbolist_terms input[type="text"],
.fsbolist_terms textarea {
	background: #f9f9f9;
	border: solid 1px #ccc;
	border-radius: 2px;
	box-shadow: 1px 1px #fff;
	color: #666;
	font-size: 8pt;
	margin: 6px 0;
}
.fsbolist_terms input[type="text"] {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 4px;
	width: 150px;
}
.fsbolist_terms textarea {
	font: 9pt Arial, Helvetica, sans-serif;
	height: 150px;
	line-height: 140%;
	padding: 4px;
	margin: 12px auto;
	width: 95%;
}

.fsbolist_terms_link a:link,
.fsbolist_terms_link a:visited {
	font-size: 8pt;
	text-decoration: none;
}
.fsbolist_terms_link a:hover,
.fsbolist_terms_link a:active {
	font-size: 8pt;
}

.fsbolist_terms_sign {
	border-top: dotted 1px #ccc;
	margin-top: 15px;
	padding-top: 10px;
}

.fsbolist_terms_sign span {
	color: #951c1f;
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 0 5px;
}


/* ========== FSBO LISTING PROCESS SUBMIT ========== */

.fsbolist_submit {
	height: 100px;
	padding: 20px 35px 0 35px;
}

.fsbolist_submit_pan {
	background: #eee;
	border: solid 1px #ccc;
	border-radius: 3px;
	box-shadow: inset 1px 1px #ffffff;
	float: left;
	padding: 15px;
	text-shadow: #fff 1px 1px 0;
}
.fsbolist_submit_pan label {
	color: #444;
	display: block;
	float: left;
	font-size: 10pt;
	font-weight: bold;
	line-height: 120%;
	padding: 0 15px 0 0;
}
.fsbolist_submit_pan label span {
	color: #666;
	display: block;
	font-size: 8pt;
	font-weight: normal;
}
.fsbolist_submit_pan input[type="text"],
.fsbolist_submit_pan input[type="password"] {
	background: #f9f9f9;
	border: solid 1px #ccc;
	border-radius: 2px;
	box-shadow: 1px 1px #fff;
	color: #666;
	float: left;
	font-size: 8pt;
	height: 24px;
	line-height: 24px;
	padding: 0 4px;
	width: 100px;
}
.fsbolist_submit_pan input[type="text"]:focus,
.fsbolist_submit_pan input[type="password"]:focus {
	background: #ffffff;
	border: solid 1px #999999;
	color: #333333;
}

a.fm_butt.fsbolist_butt {
	float: right;
	margin: 20px 0 0 0;
	width: 180px;
}

/* ========== FSBO LISTING PROCESS ZIP CODE ========== */

.fsbolist_zip {
	border-top: dotted 1px #ccc;
	padding-top: 40px;
	padding-bottom: 100px;
	text-align: center;
}
.fsbolist_zip > div {
	color: #444;
	font-size: 14pt;
	font-weight: bold;
	line-height: 130%;
	margin: 0 100px;
	padding-bottom: 30px;
}
.fsbolist_zip > div > span {
	color: #666;
	display: block;
	font-size: 9pt;
	font-weight: normal;
	line-height: 120%;
	padding-top: 15px;
}
.fsbolist_zip input[type="text"],
.fsbolist_zip select {
	background: #f9f9f9;
	border: solid 1px #ccc;
	border-radius: 2px;
	box-shadow: 1px 1px #fff;
	color: #666;
	display: inline-block;
	font-size: 16pt;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	padding: 0 10px;
	text-align: left;
	vertical-align: top;
	width: 120px;
}
.fsbolist_zip input[type="text"]:focus,
.fsbolist_zip select:focus {
	background: #fff;
	border: solid 1px #999;
	color: #333;
}
.fsbolist_zip select {
	font-size: 12pt;
	width: 220px;
}

.fsbolist_zip a.fm_butt {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	width: 120px;
}