html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-style: inherit;
	outline: 0;
	border: 0;
	background-repeat: no-repeat;
	padding: 0;
	font-weight: inherit;
	vertical-align: baseline;
	margin: 0;
}
:focus {
	outline: 0;
}
body {
	font-size: 12px;
	color: black;
	height: 100%;
	line-height: 1.6em;
	background-color: #6e0000;
	font-family: Arial,'Trebuchet MS',Tahoma,sans-serif;;
}
ul, ol {
	list-style: none;
}
table {
	border-spacing: 0;
	border-collapse: separate;
}
caption {
	font-weight: normal;
	text-align: left;
}
td, th {
	font-weight: normal;
	border-color: #aaaaaa;
	text-align: left;
}
blockquote:after, q:before, blockquote:before, q:after {
	content: "";
}
q, blockquote {
	quotes: "" "";
}
.three_column, .four_column, .two_column {
	position: relative;
	width: 100%;
}
.list.four_column li {
	width: 24%;
	float: left;
	display: inline;
}
.list.two_column li {
	width: 49%;
	float: left;
	display: inline;
}
.list.three_column li {
	width: 32%;
	float: left;
	display: inline;
}
.two_column .column {
	width: 49%;
	float: left;
	display: inline;
}
.three_column .column {
	width: 32%;
	float: left;
	display: inline;
}
.four_column .column {
	width: 24%;
	float: left;
	display: inline;
}
.two_column_sidebar {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.list.two_column_sidebar li, .two_column_sidebar .column {
	width: 49%;
	float: left;
	display: inline;
}
.column1p {
	width: 9%;
	float: left;
}
.column2p {
	width: 19%;
	float: left;
}
.column3p {
	width: 29%;
	float: left;
}
.column4p {
	width: 39%;
	float: left;
}
.column5p {
	width: 49%;
	float: left;
}
.column6p {
	width: 59%;
	float: left;
}
.column7p {
	width: 69%;
	float: left;
}
.column8p {
	width: 79%;
	float: left;
}
a {
	color: #660000;
	text-decoration: none;
}
h1 {
	color: #000000;
	font-weight: bold;
	font-size: 1.7em;
	margin-bottom: 0.6em;
}
h2 {
	color: #790102;
	font-weight: bold;
	font-size: 1.6em;
}
h3 {
	color: #790102;
	font-weight: bold;
	font-size: 1.3em;
}
em {
	font-weight: bold;
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
select {
	white-space: nowrap;
}
img {
	border-style: solid;
}
.page p {
	margin-bottom: 1em;
	line-height: 22px;
	font-size: 12px;
	font-family: Arial, 'Trebuchet MS',Tahoma,sans-serif;
}
.page h1 {
	font-size: 25px;
	line-height: 25px;
	margin-top: 0.8em;
	margin-bottom: 0.6em;
}
.page h2 {
	font-size: 23px;
	line-height: 23px;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
}
.page h3, .page h4 {
	margin-top: 0.8em;
}
.page h2:first_child, .page h3:first_child, .page h1:first-child {
	margin-top: 0px;
}
.page ul {
	font-size: 12px;
	margin-left: 1.5em;
	margin-bottom: 0.6em;
	line-height: 22px;
	font-family: Arial, 'Trebuchet MS',Tahoma,sans-serif;
	list-style-type: disc;
}
.page ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}
#content_left {
	padding: 20px 0px;
	position: relative;
	float: left;
	margin-left: 20px;
	width: 600px;
}
#content_right {
	padding: 20px 0px;
	position: relative;
	float: right;
	width: 280px;
	margin-right: 20px;
}
#content_only {
	padding: 20px;
	background-color: #ffffff;
}
#content .header a, #content .header a:hover {
	border-bottom: none;
}
#overlord {
	width: 100%;
}
#header_container {
	z-index: 23;
	box-shadow: 0px -15px 15px #666;
	-moz-box-shadow: 0px -15px 15px #666;
	background-color: #ffffff;
	width: 960px;
	-webkit-box-shadow: 0px -15px 15px #666;
	position: relative;
	margin: 0px auto;
}
#header {
	min-height: 70px;
	position: relative;
	margin: 0px auto;
	width: 960px;
}
.header_logo img {
	padding-top: 10px;
	padding-bottom: 10px;
}
#landscape_container {
	width: 100%;
}
#landscape {
	background-position: top center;
	z-index: 21;
	box-shadow: 0px -15px 15px #222;
	-moz-box-shadow: 0px -15px 15px #222;
	background-color: #ffffff;
	min-height: 50px;
	width: 960px;
	-webkit-box-shadow: 0px -15px 15px #222;
	position: relative;
	margin: 0px auto;
}
#landscape .photo_caption {
	background-image: url('/static/img/buttons/PIXIE/1px.ffffff69.png');
	right: 10px;
	top: 10px;
	background-repeat: repeat;
	padding: 2px 5px;
	position: absolute;
}
.search_in_landscape #landscape_container {
	min-height: 300px;
}
.landscape_image {
	margin: 0px auto;
	display: block;
}
#primary_top_nav_container {
	z-index: 22;
	box-shadow: 0px -15px 15px #666;
	-moz-box-shadow: 0px -15px 15px #666;
	color: #524b27;
	width: 960px;
	-webkit-box-shadow: 0px -15px 15px #666;
	position: relative;
	margin: 0px auto;
}
#primary_top_nav {
	background-image: url('/static/img/buttons/FADIE/29px.e4e0c8ff.d6cab2ff.png');
	background-repeat: repeat-x;
	font-weight: bold;
	border-top: 1px solid #e4e0c8;
	background-color: #ffffff;
	font-family: 'Trebuchet MS',Arial,Tahoma,sans-serif;
}
#primary_top_nav ul {
	line-height: 29px;
	font-size: 14px;
	text-align: center;
	list-style-type: none;
	height: 29px;
}
#primary_top_nav ul li {
	margin-right: 0px;
	display: inline;
}
#primary_top_nav span {
	font-weight: normal;
}
#content_container {
	z-index: 20;
	box-shadow: 0px -15px 15px #666;
	-moz-box-shadow: 0px -15px 15px #666;
	background-color: #ffffff;
	width: 960px;
	-webkit-box-shadow: 0px -15px 15px #666;
	position: relative;
	margin: 0px auto;
}
#content {
	background-position: top right;
	background-image: url('/static/img/buttons/WIDIE/320px.eeeeeeff.eeeeeeff.png');
	background-repeat: repeat-y;
	width: 960px;
	position: relative;
	margin: 0px auto;
}
#content .lead-in {
	margin-bottom: 0px;
}
#footer_container {
	z-index: 19;
	box-shadow: 0px -15px 15px #666;
	-moz-box-shadow: 0px -15px 15px #666;
	background-color: #ffffff;
	width: 960px;
	-webkit-box-shadow: 0px -15px 15px #666;
	position: relative;
	margin: 0px auto;
}
#footer img {
	border: none;
}
.no_landscape #landscape_container {
	display: none;
}
.fixed_width .field {
	position: relative;
	margin-bottom: 0.6em;
}
.fixed_width .field label {
	font-weight: bold;
	float: left;
}
ul.two_column.list, ul.three_column.list, ul.four_column.list {
	list-style-type: none;
}
.sidepane {
	line-height: 1.4em;
	font-size: 12px;
}
.sidepane h3 {
	border-style: solid;
	line-height: 20px;
	font-size: 18px;
	padding-bottom: 5px;
	border-color: #cccccc;
	margin-top: 5px;
	margin-bottom: 10px;
	border-width: 0px 0px 1px 0px;
}
.sidepane ul {
	color: #888888;
	margin-bottom: 1em;
	list-style: square inside none;
}
.sidepane .section, .sidepane .links {
	margin-bottom: 1em;
}
.sidepane .highlight_box {
	border-style: solid;
	padding: 13px;
	border-color: #d5c9b0;
	border-width: 1px;
	margin-bottom: 2em;
}
.sidepane .highlight_box h2 {
	color: #000000;
	margin-bottom: 0.4em;
	font-size: 17px;
}
.sidepane .highlight_box ul {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	list-style: square inside none;
	margin-left: 1em;
	margin-bottom: 1em;
	line-height: 20px;
	list-style-type: disc;
}
.sidepane .highlight_box hr {
	border-top-style: solid;
	border: none;
	clear: left;
	height: 1px;
	border-width: 1px;
	margin: 1em 0px;
	border-color: #d5c9b0;
}
.sidepane .highlight_box .username {
	font-weight: bold;
}
.sidepane .highlight_box .icon_links {
	list-style-type: none;
}
.sidepane .highlight_box .icon_links li {
	line-height: 1.6em;
	display: block;
}
.sidepane .label {
	white-space: nowrap;
	font-size: 10px;
}
#ajax_login a {
	text-align: right;
}
#ajax_login ul {
	font-size: 12px;
	margin: 0px;
	list-style-type: none;
}
#ajax_login ul li {
	margin-bottom: 0.5em;
}
#ajax_login .column .right_me {
	position: relative;
	right: 9%;
}
.position_wrapper .center_me {
	position: relative;
	float: left;
	left: 50%;
}
.position_wrapper .center_me .button {
	position: relative;
	right: 50%;
}
.position_wrapper .right_me {
	float: right;
}
.button {
	background-position: right top;
	padding-right: 10px;
	color: #ffffff;
	float: left;
	cursor: pointer;
	font-weight: bolder;
}
.button span {
	background-position: left top;
	padding-right: 20px;
	color: #ffffff;
	padding-bottom: 0px;
	float: left;
	height: inherit;
	cursor: pointer;
	font-weight: bolder;
	padding-left: 30px;
	padding-top: 0px;
	font-family: Arial, Helvetica, 'Myriad Pro', Myriad, sans-serif;
}
.button:hover {
	color: #ffffff;
	background-position: right bottom;
}
.button:hover span {
	background-position: left bottom;
}
.quick_mls_search .mls_search {
	float: left;
}
.quick_mls_search input {
	width: 260px;
	margin-right: 10px;
}
.quick_mls_search #id_mls_number {
	width: 55%;
	text-transform: uppercase;
	float: left;
}
.button_sign_up {
	margin-bottom: 1em;
	margin-left: 60px;
}
.icon_links {
	line-height: 12px;
	font-size: 12px;
	display: block;
	list-style-type: none;
	padding-left: 10px;
}
.icon_links li {
	margin-right: 10px;
	float: none;
	display: inline;
}
.icon_links a {
	background-image: url('/static/img/link_icons_11.png');
	padding-left: 15px;
}
.icon_links .no_icon {
	background-image: none;
	padding-left: 0px;
}
.icon_links .not_icon {
	background-image: none;
}
.icon_links .not_icon a {
	padding-left: 0px;
}
.icon_links .rename_link a {
	background-position: left -704px;
}
.icon_links .rename_link a:hover {
	background-position: left -736px;
}
.icon_links .showing_link a {
	background-position: left -832px;
}
.icon_links .showing_link a:hover {
	background-position: left -864px;
}
.icon_links .info_link a {
	background-position: left -384px;
}
.icon_links .info_link a:hover {
	background-position: left -416px;
}
.icon_links .email_link a {
	background-position: left -64px;
}
.icon_links .email_link a:hover {
	background-position: left -96px;
}
.icon_links .map_link a {
	background-position: left -448px;
}
.icon_links .map_link a:hover {
	background-position: left -480px;
}
.icon_links .rss_link a {
	background-position: left -640px;
}
.icon_links .rss_link a:hover {
	background-position: left -672px;
}
.icon_links .search_link a {
	background-position: left -320px;
}
.icon_links .search_link a:hover {
	background-position: left -352px;
}
.icon_links .streetview_link a {
	background-position: left -448px;
}
.icon_links .streetview_link a:hover {
	background-position: left -480px;
}
.icon_links .favorites_link a {
	background-position: left -128px;
}
.icon_links .favorites_link a:hover {
	background-position: left -160px;
}
.icon_links .delete_link a {
	background-position: left -768px;
}
.icon_links .delete_link a:hover {
	background-position: left -800px;
}
.icon_links .question_link a {
	background-position: left -256px;
}
.icon_links .question_link a:hover {
	background-position: left -288px;
}
.icon_links .contact_us_link a {
	background-position: left -192px;
}
.icon_links .contact_us_link a:hover {
	background-position: left -224px;
}
.icon_links .profile_link a {
	background-position: left -192px;
}
.icon_links .profile_link a:hover {
	background-position: left -224px;
}
.savesearch_link a em.inset_image {
	background-position: left -896px;
}
.savesearch_link a:hover em.inset_image {
	background-position: left -928px;
}
a.suggest_advanced_search em.inset_image {
	background-position: left -960px;
}
a.suggest_advanced_search:hover em.inset_image {
	background-position: left -992px;
}
.icon_links .username a, .icon_links .sign_out a {
	background-image: none;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.spacer {
	clear: both;
	height: 0px;
	padding: 0px;
	line-height: 0px;
	margin: 0px;
	display: block;
}
.clear {
	margin-bottom: 1em;
	clear: left;
}
.monthly_loan_payment {
	font-size: 12px;
}
.monthly_loan_payment strong {
	font-size: 14px;
}
.red_text {
	color: #ff0000;
}
.centered {
	text-align: center;
}
.savesearch_link {
	line-height: 18px;
}
sup {
	vertical-align: super;
	line-height: 0.1em;
	font-size: smaller;
}
.padded_wrapper {
	padding: 1em;
}
.map#overlord, .map#overlord #content_container {
	height: 100%;
}
.pagination {
	font-size: 12px;
	text-align: center;
	height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 1em;
	margin-bottom: 2em;
	background-color: #ffffff;
}
.pagination li {
	margin-right: 0px;
	display: inline;
}
.pagination li a {
	border-style: solid;
	line-height: 28px;
	font-size: 12px;
	color: #660000;
	border-color: #f1ecd6;
	padding: 5px 10px;
	margin-right: 0px;
	border-width: 1px;
	text-decoration: none;
}
#proplist .pagination {
	font-size: 10px;
}
.tabs {
	line-height: 12px;
	height: 24px;
}
.tabs ul {
	font-size: 11px;
	height: 24px;
	margin-left: 0px;
	line-height: 12px;
	display: block;
	list-style-type: none;
}
.tabs ul li {
	background-position: right bottom;
	background-image: url('/static/img/buttons/TABS/24px.d5bd86ff.ebdfc2ff.f1f1f1ff.d7d7d7ff.png');
	font-size: 12px;
	padding-right: 5px;
	float: left;
	height: 24px;
	margin-right: 0.6em;
}
.tabs ul li a {
	padding: 0px 5px 0px 10px;
	background-position: left bottom;
	float: left;
	text-decoration: none;
	height: 24px;
}
.tabs ul li a span {
	position: relative;
	bottom: -7px;
}
.tabs ul li.current {
	font-weight: bold;
	background-position: right top;
}
.tabs ul li.current a {
	color: #000000;
	background-position: left top;
}
.tabs_foundation {
	border-color: #bf9347;
	border-bottom-style: solid;
	padding: 4px 0px;
	border-bottom-width: 1px;
	position: relative;
	background-color: #ebdfc2;
}
.tabs_foundation #sort_dropdown_wrapper {
	margin-right: 10px;
	float: right;
}
.tabs_foundation #sort_dropdown_wrapper #sort_dropdown {
	margin-left: 5px;
}
.tabs_foundation p {
	padding: 0.42em 1.42em;
	margin: 0px;
	font-size: 12px;
}
.tabs_foundation ul {
	font-size: 11px;
	font-weight: bold;
	margin-left: 7px;
	display: block;
	list-style-type: none;
	padding-left: 0px;
}
.tabs_foundation ul li {
	margin-right: 2em;
}
.tabs_foundation ul li a {
	padding-left: 15px;
	text-decoration: none;
}
.tabs_foundation ul li.current a {
	color: #000000;
}
.tabs_foundation #create_new_saved_search {
	font-size: 14px;
	text-align: center;
}
.saved_search .highlight_box, .edit_profile .highlight_box, .member_cancel .highlight_box, .favorites .highlight_box {
	margin-top: 2em;
}
.edit_profile #content_left .page .fixed_width label {
	width: 130px;
	text-align: right;
	padding-right: 10px;
}
.searches {
	margin: 0.6em 0px;
}
.searches th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.searches td {
	padding: 0.4em 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.searches .email_notification_column {
	padding-right: 2em;
}
.searches .actions_column li {
	display: block;
}
.field label {
	font-weight: bold;
}
.full_width_inputs input, .login .full_width {
	width: 90%;
}
#map-box {
	position: absolute;
}
.big_search_map {
	padding: 0px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}
.big_search_map img {
	padding: 0px;
	margin: 0px;
	border: none;
}
.big_search_map img.imagemap {
	position: absolute;
	z-index: 10;
}
.big_search_map area {
	cursor: pointer;
}
.big_search_map .search_map_image {
	z-index: 5;
	top: 0px;
	padding: 0px;
	position: absolute;
	margin: 0px;
	left: 0px;
}
.dataobj {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.contact_information {
	float: left;
	margin: 0px 10px 10px 0px;
}
.contact_information p {
	text-align: center;
}
.contact_detail {
	padding: 10px;
	width: 150px;
	clear: both;
	position: relative;
}
.contact_detail dl dt {
	position: absolute;
	width: 60px;
	font-weight: bold;
	left: 10px;
}
.contact_detail dl dd {
	margin-bottom: 5px;
	margin-left: 60px;
}
.contact_detail dl p.contact_email {
	clear: left;
}
.contact_detail p {
	margin-bottom: 5px;
	line-height: 1.6em;
	font-size: 12px;
	text-align: left;
}
#overlord .savesearch_button {
	background-image: url('/static/img/buttons/ADRHI/18px.ffffffff.ffffffff.ffffffff.ffffffff.png');
	float: left;
	height: 18px;
}
.savesearch_button span {
	padding: 0px 4px 0px 9px;
	background-position: left top;
	background-image: url('/static/img/buttons/ADRHI/18px.ffffffff.ffffffff.ffffffff.ffffffff.png');
	float: left;
	height: 18px;
}
.savesearch_button {
	padding: 0px 5px 0px 0px;
	background-position: right top;
}
.savesearch_button .inset_image {
	margin-right: 2px;
	margin-top: 2px;
}
.savesearch_link a span {
	line-height: 18px;
	font-size: 12px;
}
.icon_links span em, .button span em {
	float: left;
	font-style: normal;
}
.button span em.inset_image, .icon_links span em.inset_image {
	width: 13px;
	height: 13px;
}
dt.error, div.error {
	padding: 1.5em;
	background-color: #ffc0c2;
	border: 2px solid #E60000;
	margin-bottom: 0.6em;
}
div.error p, div.error label {
	color: #e60000;
}
div.error input {
	border: 1px solid #E60000;
}
div.error .fieldname, div.error .error_title {
	font-weight: bold;
}
.no_properties {
	padding: 20px;
	font-weight: bold;
	font-size: 16px;
}
.about h2.title {
	margin-bottom: 10px;
}
.about .agent_list {
	margin-top: 10px;
	margin-left: 0px;
	list-style-type: none;
}
.about .agent_list .agent {
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	text-align: center;
	height: 260px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 180px;
	list-style-type: none;
}
.about .agent_list .agent a {
	display: block;
}
.about .agent_list .agent img {
	max-width: 170px;
	max-height: 210px;
}
.about .agent_list .no_agent_photo {
	margin-right: 0px;
	color: #999999;
	background-color: #f6f6f6;
	height: 208px;
	width: 150px;
	line-height: 208px;
	border: 1px dotted #ccc;
	display: inline-block;
}
.virtual_tour_container, .view_big_container {
	margin-bottom: 30px;
	margin-top: 20px;
	text-align: center;
}
.properties .stupid_idx_logo {
	float: right;
	text-align: right;
	height: 34px;
}
.social_media_buttons {
	height: 35px;
}
.social_media_buttons div {
	width: 90px;
	float: left;
	height: 20px;
}
.property_detail_header .social_media_buttons {
	margin-right: 5px;
	float: right;
	margin-top: 15px;
	margin-bottom: 0px;
}
.social_media_buttons div.hide_facebook_numbers {
	width: 50px;
}
.show_count.fb-like, .show_count.twitter-share {
	width: 84px;
	margin-top: 0px;
	height: 20px;
}
.show_count.plusone {
	width: 68px;
	margin-top: 0px;
	height: 20px;
}
div.pin-it {
	width: 50px;
	height: 20px;
}
.show_count.linked-in {
	width: 62px;
	margin-top: 0px;
	height: 20px;
}
.market_report_page #content {
	background-image: none;
}
.market_report {
	padding: 20px 30px;
}
.market_report #content {
	font-size: 14px;
	margin: 20px 0 0 0;
	max-width: 800px;
}
.market_report .row {
	width: 1000px;
}
.market_report table {
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.6;
	font-family: 'Helvetica Neue', 'Helvetica', 'sans-serif';
}
.market_report thead th {
	color: #0e1113;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #b3b3b3;
}
.market_report td, th {
	padding: 8px 25px 8px 0;
}
.market_report tbody tr:first-child th {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid #b3b3b3;
}
.market_report tbody tr td {
	border-bottom: 1px solid #e6e6e6;
}
.market_report tbody tr:nth-child(even) {
	background: #f7f7f7;
}
.market_report tfoot td {
	border-top: 2px solid #b3b3b3;
}
.market_report tfoot th {
	font-weight: bold;
	border-top: 2px solid #b3b3b3;
	text-align: right;
}
.market_report .result-count {
	color: #888888;
	text-align: center;
}
#modal_div {
	color: #333333;
	background-color: #ffffff;
}
#modal_div .wide {
	width: 900px;
}
#search_smarter ul {
	list-style: disc inside none;
	line-height: 22px;
	font-size: 13px;
}
.lightbox_contact {
	width: 600px;
}
.lightbox_contact #id_how_soon {
	margin-left: 0.5em;
}
.lightbox_contact #id_message {
	width: 100%;
}
.lightbox_contact .fixed_width label {
	width: 100px;
}
.lightbox_contact .fixed_width input {
	width: 250px;
	margin: 0px;
}
.account_sign_up .already_signed_up, .account_sign_up .dont_have_account {
	margin-top: 1em;
	text-align: center;
}
.account_sign_up .already_signed_up h3, .account_sign_up .already_signed_up p {
	display: inline;
}
.account_sign_up .sign_up {
	margin-top: 0.6em;
	margin-left: 60px;
}
.account_sign_up .phone_example {
	clear: both;
	font-size: 0.8em;
	display: block;
}
.lightbox {
	padding: 1em;
}
.lightbox h2 {
	font-weight: bold;
	font-size: 2em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
.lightbox p {
	margin-bottom: 0.6em;
}
.lightbox label {
	font-weight: bold;
}
.lightbox .promote {
	line-height: 1.4em;
	font-size: 1.4em;
}
.lightbox .demote {
	float: right;
}
.lightbox .content_wrapper {
	border-style: solid;
	padding: 1em;
	border-width: 1px;
	margin-top: 1em;
	background-color: #ebdfc2;
}
.lightbox p.round_close {
	right: 0px;
	top: 0px;
	padding: 0px;
	width: 15px;
	position: absolute;
	margin: 5px 5px 0px 0px;
}
.lightbox span.round_close {
	padding: 0px;
	width: 15px;
	background-image: url('/static/img/close.png');
	height: 15px;
}
.lightbox .field_error input {
	border: 2px solid #E60000;
}
.lightbox .field_error label {
	color: #e60000;
}
.close_footer {
	padding: 5px;
	background-color: #eeeeee;
}
.mega p {
	color: #000000;
	font-size: 14px;
}
.property_detail #left_column {
	width: 420px;
	margin-right: 25px;
}
.property_detail #right_column {
	width: 470px;
}
.property_detail h3 {
	font-weight: bold;
	clear: left;
	margin: 8px 0px;
	font-size: 14px;
}
.property_detail p {
	margin-right: 20px;
	line-height: 1.6em;
	font-size: 12px;
}
.property_detail .disclaimer p {
	color: #666666;
	padding: 10px 0px 20px 0px;
	line-height: 8px;
	font-size: 10px;
}
.property_detail #property_image {
	max-width: 475px;
}
.property_detail .has_custom_header dt {
	font-weight: normal;
}
.property_detail .courtesy_of_below_photo {
	border-style: solid;
	background-color: #eeeeee;
	text-align: center;
	padding: 7px 0px;
	border-width: 1px;
	margin: 15px 0px;
}
.property_detail .courtesy_of_below_photo p {
	margin-right: 0px;
}
.disclaimer img.idx_logo {
	float: left;
	margin: 4px 5px;
}
.property_detail_header h2 {
	margin-bottom: 8px;
	font-size: 23px;
	font-weight: bold;
}
.property_detail_header h3 {
	color: #444444;
	font-weight: normal;
	font-size: 14px;
}
.property_detail_specs {
	line-height: 16px;
	font-size: 12px;
}
.property_detail_specs dt {
	width: 130px;
	clear: left;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
}
.property_detail_specs dd {
	width: 250px;
	float: left;
	margin-bottom: 10px;
}
.property_detail_toolbar {
	border-style: solid;
	background-color: #ebdfc2;
	padding: 7px 0px;
	position: relative;
	border-width: 1px;
	margin: 15px 0px;
}
.property_detail_navigation {
	position: relative;
	top: -6px;
	float: right;
}
.property_detail_navigation ul {
	list-style-type: none;
}
.property_detail_navigation li {
	padding-right: 4px;
	float: left;
}
.property_detail #right_column .no_photo {
	margin-bottom: 1em;
	text-align: center;
}
.company_stamp {
	text-align: center;
}
.mortgage_calculator {
	padding: 1em;
	width: 240px;
	margin: 10px auto;
	font-size: 11px;
}
.mortgage_calculator input {
	font-size: 11px;
}
.mortgage_calculator dt {
	width: 53%;
	clear: left;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
}
.mortgage_calculator h3 {
	margin: 0;
}
.mortgage_calculator dd {
	width: 46%;
	float: left;
	margin-bottom: 10px;
}
.mortgage_calculator dd input {
	width: 24%;
}
.mortgage_calculator dd input.full {
	width: 100%;
}
.mortgage_calculator .disclaimer p {
	padding: 0;
	font-size: 9px;
}
.change_up {
	color: green;
}
.change_down {
	color: red;
}
.days_on_market {
	display: none;
}
#user_toolbar {
	margin-bottom: 8px;
	height: 12px;
}
.profile_toolbar .icon_links {
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}
.property_container {
	padding: 0.5em 0px;
	border-style: solid;
	line-height: 1.6em;
	font-size: 11px;
	border-width: 1px 0 0 0;
}
.property .right_side {
	margin-left: 130px;
}
.property .details {
	margin: 0px 0px 4px 0px;
	line-height: 15px;
	font-size: 11px;
	list-style-type: none;
	height: 15px;
}
.property .title {
	color: #660000;
	margin: 0px 0px 4px 0px;
	line-height: 15px;
	font-size: 13px;
	margin-bottom: 2px;
}
.property .description {
	margin: 0px 0px 4px 0px;
	line-height: 15px;
	font-size: 11px;
}
.property .delete {
	float: left;
	margin-top: 15px;
}
.property .delete img {
	border: none;
}
.property .price {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	float: right;
	padding-right: 2em;
	position: relative;
	line-height: 16px;
	margin: 0px;
}
.property .details li {
	margin-right: 1.5em;
	float: left;
	white-space: nowrap;
}
.property .details li.fixed_width {
	width: 60px;
}
.property .details em {
	font-weight: bold;
	font-style: normal;
	margin-right: 4px;
}
.property .actions {
	float: right;
}
.property .actions li {
	font-weight: bold;
	line-height: 16px;
	font-size: 11px;
	display: block;
}
.property .title .building_name {
	color: #999999;
}
.property .image {
	margin-bottom: 0px;
	border-color: #cccccc;
	float: left;
	margin-left: 2px;
}
.property .image a {
	float: left;
	border: none;
	line-height: 0px;
}
.property .image img {
	border-style: solid;
	line-height: 16px;
	border-width: 1px;
	max-height: 77px;
	max-width: 100px;
}
.properties.small_images .right_side {
	margin-left: 95px;
}
.small_images .price {
	padding-right: 0.6em;
}
.properties.small_images .image img {
	max-width: 80px;
	max-height: 64px;
}
.properties.fav_listing .right_side {
	margin-left: 145px;
}
.properties.fav_listing .image {
	margin-left: 10px;
}
.page .property_related_links {
	min-height: 14px;
	font-size: 10px;
	padding: 4px 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #fefdf9;
	list-style-type: none;
}
.page .property_related_links li {
	display: inline;
	margin-left: 10px;
}
.page .property_related_links li a {
	color: #798d99;
}
.page .property_related_links li a:hover {
	color: #004378;
}
.related_areas {
	margin-bottom: 1em;
}
.page .related_areas ul {
	margin-left: 0px;
}
.sidepane .related_areas ul {
	margin-bottom: 0px;
}
.twoc li {
	width: 49%;
	float: left;
}
.threec li {
	width: 33%;
	float: left;
}
.fourc li {
	width: 24%;
	float: left;
}
.fivec li {
	width: 19%;
	float: left;
}
.savesearch_button span em {
	font-weight: normal;
}
#overlord .results_properties_found {
	right: 20px;
	color: #888888;
	text-align: right;
	font-weight: bold;
	padding-top: 5px;
	position: absolute;
}
.properties .price .price_tooltip {
	-webkit-border-radius: 5px;
	right: 5px;
	box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	color: black;
	bottom: 2em;
	text-align: center;
	padding: 5px;
	width: 160px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px #999;
	position: absolute;
	font-size: 0.8em;
	line-height: 1.62em;
	background-color: #eeeeee;
	-moz-border-radius: 5px;
}
.properties .price .price_tooltip:after {
	right: 20px;
	font-size: 30px;
	bottom: -10px;
	color: #eeeeee;
	content: '\25BC';
	position: absolute;
}
.small_images .property .price .price_change_arrow {
	right: -5px;
}
#content_only .price_change_arrow {
	position: absolute;
	top: 0px;
	right: 15px;
}
.properties .condensed .price .price_tooltip {
	right: 95px;
	font-size: 0.8em;
	bottom: 60px;
}
.property-sold, .property-pending {
	position: relative;
}
.property-sold .image:before, .property-pending .image:before {
	opacity: .75;
	font-size: 10px;
	color: #ffffff;
	top: 10px;
	letter-spacing: 0.04em;
	padding-right: 4px;
	text-transform: uppercase;
	padding-left: 4px;
	border-radius: 4px;
	position: absolute;
	line-height: 16px;
	left: 6px;
}
.property-sold .image:before {
	content: 'sold';
	background: #d0021b;
	text-shadow: 0 1px #bb0118;
}
.property-pending .image:before {
	content: 'pending';
	background: #f5a623;
	text-shadow: 0 1px #dc951f;
}
.fav_listings .property-sold .image:before, .fav_listings .property-pending .image:before {
	left: 26px;
}
.sold-price-down .price {
	color: #d0021b;
}
.sold-price-up .price {
	color: #417505;
}
#map_search .property-sold .price .city, .property-pending .price .city {
	color: #000000;
}
#map_search .property-sold .image:before, .property-pending .image:before {
	display: none;
}
#map_search .property-sold:before, .property-pending:before {
	opacity: .75;
	right: 5px;
	font-size: 10px;
	color: #ffffff;
	letter-spacing: 0.04em;
	padding-right: 4px;
	text-transform: uppercase;
	padding-left: 4px;
	border-radius: 4px;
	position: absolute;
}
#map_search .property-sold:before {
	content: 'sold';
	background: #d0021b;
	text-shadow: 0 1px #bb0118;
}
#map_search .property-pending:before {
	content: 'pending';
	background: #f5a623;
	text-shadow: 0 1px #dc951f;
}
#main_search {
	margin-left: 20px;
}
#main_search h2 {
	margin-bottom: 10px;
	line-height: 1em;
	font-size: 25px;
}
#main_search dl dt {
	line-height: 20px;
}
#main_search dl dd {
	height: 32px;
}
#main_search .hbox label {
	padding-right: 0px;
}
#main_search .hbox select {
	margin-right: 10px;
	width: 60px;
}
#main_search dd.fixed_width {
	width: 180px;
}
#main_search dd.fixed_width select {
	width: 160px;
}
#main_search dd label {
	font-weight: bold;
}
#main_search dd.hbox label {
	font-weight: normal;
}
#main_search dd #id_beds_min {
	margin-right: 20px;
}
#main_search dd.hbox #id_beds_min {
	margin-right: 10px;
}
#advanced_search {
	padding: 10px 0px;
}
#advanced_search label, #main_search label {
	padding-right: 10px;
}
#sidebar_search {
	margin-bottom: 10px;
}
#main_search dl, #sidebar_search dl, #advanced_search dl {
	float: left;
}
#main_search dt, #sidebar_search dt, #advanced_search dt {
	font-weight: bold;
}
#main_search dd, #sidebar_search dd, #advanced_search dd {
	float: left;
}
.search_in_landscape #landscape #main_search_wrapper {
	-webkit-border-radius: 10px;
	width: 400px;
	top: 20px;
	-moz-border-radius: 10px;
	padding: 13px;
	padding-right: 0px;
	border-radius: 10px;
	position: absolute;
	border-width: none !important;
	left: 50px;
}
.search_in_landscape #landscape #main_search_wrapper.slightly_wider {
	width: 430px;
}
.search_below_landscape #landscape #main_search_wrapper {
	width: 100%;
	font-size: 12px;
}
.search_below_landscape #landscape #main_search {
	padding: 20px 40px;
}
.search_below_landscape #landscape #main_search #map-box {
	margin-left: 20px;
}
#advanced_search .search_button {
	margin-right: 2em;
}
#advanced_search .property_search_status {
	padding-left: 20px;
}
#advanced_search_content {
	padding: 20px 120px 20px 120px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
#sidebar_search h2 {
	line-height: 40px;
}
#sidebar_search dl dt {
	line-height: 20px;
}
#sidebar_search dl dd {
	height: 32px;
}
#sidebar_search .hbox label {
	padding-right: 0px;
}
#sidebar_search .hbox select {
	margin-right: 10px;
}
#sidebar_search .full_width, #sidebar_search .full_width select {
	width: 100%;
}
#sidebar_search dd label {
	font-weight: bold;
}
#sidebar_search dd.hbox label {
	font-weight: normal;
}
#sidebar_search dd #id_beds_min {
	margin-right: 20px;
}
#sidebar_search dd.hbox #id_beds_min {
	margin-right: 10px;
}
#sidebar_search ul {
	list-style-type: none;
}
#sidebar_search li {
	margin-bottom: 10px;
	float: left;
}
.suggest_advanced_search {
	padding-top: 5px;
	float: left;
	line-height: 12px;
	margin-left: 20px;
}
.checkboxes {
	margin-bottom: 12px;
}
#content #main_search {
	margin-bottom: 20px;
}
#advanced_search_lhs, #advanced_search_left_column {
	border-right: 2px solid #cccccc;
	margin-right: 18px;
	width: 430px;
}
#advanced_search_left_column .full_width, #advanced_search_lhs .full_width {
	width: 350px;
}
#advanced_search_left_column .red_text, #advanced_search_lhs .red_text {
	padding-right: 1em;
}
#advanced_search_lhs dd.fixed_width, #advanced_search_left_column dd.fixed_width {
	width: 215px;
}
#advanced_search_lhs dd.fixed_width select, #advanced_search_left_column dd.fixed_width select {
	width: 195px;
}
#advanced_search_left_column dl, #advanced_search_lhs dl {
	margin-bottom: 2em;
}
#advanced_search_left_column .full_width select, #advanced_search_lhs .full_width select {
	width: 90%;
}
#advanced_search_left_column #id_zip, #advanced_search_lhs #id_zip {
	height: 340px;
}
#advanced_search_rhs, #advanced_search_right_column {
	width: 470px;
}
#advanced_search_right_column .advanced_search_condo_left, #advanced_search_rhs .advanced_search_condo_left {
	width: 170px;
}
#advanced_search_rhs .advanced_search_condo_left dd.fixed_width, #advanced_search_right_column .advanced_search_condo_left dd.fixed_width {
	width: 165px;
}
#advanced_search_rhs .advanced_search_condo_left dd.fixed_width select, #advanced_search_right_column .advanced_search_condo_left dd.fixed_width select {
	width: 160px;
}
#advanced_search_right_column .advanced_search_condo_right, #advanced_search_rhs .advanced_search_condo_right {
	width: 300px;
}
#advanced_search_rhs dd.fixed_width, #advanced_search_right_column dd.fixed_width {
	width: 150px;
}
#advanced_search_right_column dd.fixed_width select, #advanced_search_rhs dd.fixed_width select {
	width: 130px;
}
#advanced_search_right_column dl, #advanced_search_rhs dl {
	margin-bottom: 2em;
}
#advanced_search_right_column .full_width select, #advanced_search_rhs .full_width select {
	width: 90%;
}
#advanced_search_rhs #id_zip, #advanced_search_right_column #id_zip {
	height: 340px;
}
#advanced-address-search {
	box-shadow: 0 1px #fafafa;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	padding: 10px 20px 20px;
	width: 500px;
	background: #eeeeee;
	margin: 20px auto;
}
#advanced-address-search .twitter-typeahead {
	width: 100%;
}
#advanced-address-search .field {
	position: relative;
}
#advanced-address-search #address_search_in_progress.progress {
	right: 55px;
	top: 26px;
	height: 24px;
	width: 24px;
	background: url('/static/img/bigspinner.gif') top / 100% no-repeat;
	position: absolute;
	display: block;
}
#advanced-address-search .tt-input {
	box-shadow: 0 1px #ddd, inset 0 1px #eee;
	margin: 20px auto;
	padding: 8px;
	width: 300px;
	border-radius: 4px;
	font-size: 16px;
	border: 1px solid #bbb;
	display: block;
}
#advanced-address-search .tt-input:focus {
	border-color: #007eaa;
	box-shadow: 0 0 4px #007EAA;
}
#advanced-address-search .tt-dropdown-menu {
	box-shadow: 0 1px #ddd;
	margin: 0 auto 20px;
	padding: 0;
	width: 316px;
	background: #ffffff;
	position: relative !important;
	border: 1px solid #bababa;
}
#advanced-address-search .tt-dropdown-menu .tt-suggestion {
	padding: 8px;
	border-bottom: 1px solid #cfcfcf;
	cursor: pointer;
}
#advanced-address-search .tt-dropdown-menu .tt-suggestion:last-child {
	border-bottom: 0;
}
#advanced-address-search .tt-dropdown-menu .tt-suggestion.tt-cursor {
	background: #efefef;
}
.blog_home div.blogpost, .blog_category div.blogpost, .blog_archive div.blogpost {
	border-top: 1px solid #AEAFB3;
}
.blog_post h2.title, .blog_category h2.title, .blog_home h2.title, .blog_archive h2.title {
	margin-bottom: 1em;
}
.blog_post .date, .blog_archive .date, .blog_home .date, .blog_category .date {
	color: #888888;
	float: right;
	font-size: 10px;
	line-height: 20px;
}
div.blogpost {
	margin-bottom: 40px;
	margin-top: 10px;
	margin-left: 0px;
}
div.blogpost p {
	margin-bottom: 1em;
	line-height: 1.4;
	text-align: justify;
}
div.blogpost h2 + p {
	margin-top: 10px;
}
div.blogpost h2 {
	margin-bottom: 0px;
	font-size: 18px;
}
div.blogpost div.category {
	color: #666666;
	font-size: 11px;
}
div.comment_links {
	font-weight: bold;
	float: right;
	font-size: 12px;
}
.comments_disabled {
	color: #888888;
	font-weight: normal;
	font-size: 10px;
}
div.sharethis_header {
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}
#comment_form {
	-webkit-border-radius: 10px;
	padding-bottom: 50px;
	padding: 10px;
	margin-top: 25px;
	margin-left: 25px;
	background: none repeat scroll #EEEEEE;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
}
#comment_form label {
	font-size: 12px;
	padding-right: 10px;
	clear: left;
	float: left;
	font-weight: bold;
	padding-top: 4px;
	width: 115px;
}
#comment_form p.submit {
	margin-left: 115px;
}
#comment_form p.submit input {
	float: left;
	margin-left: 10px;
}
#comments {
	line-height: 1.6;
	font-size: 12px;
	margin-left: 25px;
}
#comments dt .name {
	font-weight: bold;
}
#comments dt .date {
	color: #999999;
	font-size: 11px;
	margin-left: 6px;
}
#comments dd {
	margin-left: 15px;
}
.blog_paginator {
	padding: 8px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
}
#next_page {
	float: right;
}
.tooltip {
	min-height: 100px;
	border: 2px solid #aaa;
	padding: 10px;
	width: 235px;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
}
.tooltip img {
	font-size: 10px;
	margin: 0px 10px 5px 0px;
	float: left;
	max-width: 100px;
	height: expression(this.height > 100 ? "100px" : true);
	width: expression(this.width > 100 ? "100px" : true);
	max-height: 100px;
	border: 1px solid #aaa;
}
.tooltip p {
	margin-bottom: 2px;
	font: normal 9pt Arial;
}
.tooltip .street {
	font-weight: bold;
	line-height: 12px;
	font-size: 13px;
	margin-bottom: 3px;
}
.tooltip .city {
	color: #8f8f8f;
	font-weight: normal;
	line-height: 12px;
	font-size: 11px;
	margin-bottom: 5px;
}
.tooltip .price {
	color: #000000;
	font-weight: bold;
}
.tooltip .top_half {
	clear: both;
	float: left;
}
.tooltip .bottom_half {
	margin-top: 5px;
}
.tooltip .icon_links {
	float: left;
}
.tooltip .icon_links a {
	font-size: 10px;
}
.tooltip .close {
	right: 4px;
	top: 4px;
	padding: 0;
	width: auto !important;
	position: absolute;
	margin: 0;
}
.tooltip .close a {
	padding: 3px;
	font-weight: bold;
	font-size: 12pt;
	color: red;
}
.tooltip .stats {
	max-height: 100px;
}
.tooltip .stats span, .tooltip .optionalStats {
	float: left;
}
.tooltip.mini {
	white-space: normal;
}
.tooltip .tiptop .logo img {
	vertical-align: bottom;
	float: right;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
}
a:hover {
	text-decoration: underline;
}
a.button:hover {
	text-decoration: none;
}
.page .results_properties_found {
	padding-top: 15px;
}
.header_logo {
	margin-left: 20px;
}
.map #footer_container {
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 26;
	-moz-box-shadow: none;
}
.map #footer_container #footer {
	background-color: #f6efde;
	text-align: center;
	height: 30px;
	width: 960px;
	position: static;
	line-height: 30px;
	margin: 0px auto;
}
#empty_landscape {
	width: 960px;
	margin: 0px auto;
	background-color: #ffffff;
}
#landscape #main_search h2 {
	font-size: 19px;
}
#landscape .suggest_advanced_search {
	width: 200px;
}
#landscape .tagline {
	background-image: url("/static/img/buttons/PIXIE/1px.ffffffd9.png");
	font-style: italic;
	font-size: 32px;
	bottom: 15px;
	background-repeat: repeat;
	text-align: right;
	height: 38px;
	padding: 5px 0px;
	width: 100%;
	position: absolute;
	line-height: 38px;
	font-family: Georgia,Palatino,'Palatino Linotype',Times,'Times New Roman',serif;
}
#landscape .tagline span {
	margin-right: 80px;
}
#main_search .suggest_advanced_search {
	color: #999999;
	line-height: 22px;
}
#main_search .baths {
	padding-left: 30px;
}
.sidepane .quick_mls_search {
	margin-bottom: 20px;
}
.sidepane .quick_mls_search h2 {
	font-size: 15px;
}
.sidepane .quick_mls_search #id_mls_number {
	width: 150px;
	font-size: 13px;
	margin-top: 5px;
}
.sidepane .quick_mls_search .mls_search {
	position: absolute;
	right: 0px;
}
.sidepane .list {
	line-height: 2em;
}
#header_contact {
	right: 20px;
	font-size: 18px;
	bottom: 20px;
	color: #222222;
	font-weight: bold;
	position: absolute;
	line-height: 24px;
}
#header_contact li {
	display: inline;
	margin-left: 5px;
}
#footer_user {
	color: #696969;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}
#footer_misc {
	color: #999999;
	text-align: center;
}
#primary_top_nav a {
	padding: 1px 18px;
	position: relative;
	top: -2px;
	display: inline-block;
	height: 29px;
}
#primary_top_nav a span {
	font-weight: bold;
}
#primary_top_nav a:hover {
	color: #000000;
	padding: 0px 17px;
	border: 1px solid #f4efdc;
	text-decoration: none;
	background-color: #f4efdc;
}
#primary_bottom_nav {
	position: relative;
	background-image: url('/static/img/buttons/FADIE/29px.e4e0c8ff.d6cab2ff.png');
	background-repeat: repeat-x;
	border-top: 1px solid #e4e0c8;
}
#primary_bottom_nav ul {
	text-align: center;
}
#primary_bottom_nav ul li {
	display: inline;
}
#primary_bottom_nav ul li a {
	padding: 0px 10px;
	text-align: center;
	line-height: 29px;
	display: inline-block;
	height: 29px;
}
#map_search_wrapper {
	z-index: 25;
}
.disclaimer {
	color: #666666;
	line-height: 8px;
	font-size: 10px;
}
.property_detail_toolbar .icon_links {
	font-weight: bold;
	font-size: 12px;
}
.properties .description {
	font-size: 12px;
}
#advanced_search #id_zip {
	height: 240px;
}
#advanced_search #id_zip_list {
	height: 340px;
}
ul.realtors li {
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
}
ul.realtors li span {
	display: block;
}
#property_not_found #main_search_wrapper {
	padding-bottom: 20px;
}
#property_not_found #not_found_msg {
	padding: 20px 20px;
}
p, div, tr {
	border-color: #aaaaaa;
}
h4 {
	color: #333333;
}
#primary_top_nav_container a {
	color: #524b27;
}
#primary_top_nav_container a:hover {
	background-color: #f4efdc;
}
.property .title a {
	color: #660000;
}
.property .title a:hover {
	color: #990000;
}
.sidepane .section h4, .sidepane .links h3, .sidepane .links h4, .sidepane .section h3 {
	color: #000000;
}
em.inset_image {
	background-image: url('/static/img/link_icons_11.png');
}
.highlight_box {
	background-color: #ece9d8;
}
.property .photo {
	border-color: #cccccc;
}
.map #footer_container #footer p, .map #proplist .alt {
	background-color: #f6efde;
}
.map #proplist .hilite {
	background-color: #fff3ba;
}
#landscape_container #main_search_wrapper {
	background-image: url('/static/img/buttons/BOXIE/2px.ffffffd9.png');
	background-repeat: repeat;
}
.pagination li a:hover, .pagination li a.current {
	color: #000000;
	background-color: #f1ecd6;
}
.button, .button span {
	background-image: url('/static/img/buttons/NR/36px.7b0708ff.4f0000ff.e79500ff.d68a00ff.png');
	line-height: 36px;
	font-size: 17px;
	height: 36px;
}
.button.nr_top_nav_contact_us, .button.nr_top_nav_contact_us span {
	background-image: url('/static/img/buttons/NR/26px.7b0708ff.4f0000ff.e79500ff.d68a00ff.png');
	line-height: 26px;
	font-size: 11px;
	height: 26px;
}
.button.nr_top_nav_contact_us {
	padding-right: 10px;
}
.button.nr_top_nav_contact_us span {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 5px;
}
.button.contact_us, .button.contact_us span {
	background-image: url('/static/img/buttons/NR/33px.e79500ff.d68a00ff.ce2120ff.900000ff.png');
	line-height: 33px;
	font-size: 18px;
	height: 33px;
}
.button.contact_us {
	padding-right: 10px;
}
.button.contact_us span {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 20px;
}
.button.sign_up, .button.sign_up span {
	background-image: url('/static/img/buttons/NR/36px.e79500ff.d68a00ff.ce2120ff.900000ff.png');
	line-height: 36px;
	font-size: 17px;
	height: 36px;
}
.button.sign_up {
	padding-right: 10px;
}
.button.sign_up span {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 20px;
}
.button.log_in, .button.log_in span {
	background-image: url('/static/img/buttons/NR/28px.7b0708ff.4f0000ff.e79500ff.d68a00ff.png');
	line-height: 28px;
	font-size: 12px;
	height: 28px;
}
.button.log_in {
	padding-right: 10px;
}
.button.log_in span {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 10px;
}
.button.mls_search, .button.mls_search span {
	background-image: url('/static/img/buttons/NR/36px.7b0708ff.4f0000ff.e79500ff.d68a00ff.png');
	line-height: 36px;
	font-size: 17px;
	height: 36px;
}
.button.mls_search {
	padding-right: 10px;
}
.button.mls_search span {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 20px;
}
.button.close, .button.close span {
	background-image: url('/static/img/buttons/NR/24px.cfcfcfff.919191ff.919191ff.cfcfcfff.png');
	line-height: 24px;
	font-size: 11px;
	height: 24px;
}
.button.close {
	padding-right: 10px;
}
.button.close span {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 5px;
}
.button.button_calculate, .button.button_calculate span {
	background-image: url('/static/img/buttons/NR/25px.7b0708ff.4f0000ff.e79500ff.d68a00ff.png');
	line-height: 25px;
	font-size: 11px;
	height: 25px;
}
.button.button_calculate {
	padding-right: 10px;
}
.button.button_calculate span {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 2px;
}
.button.next_property, .button.next_property span {
	background-image: url('/static/img/buttons/NR/25px.7b0708ff.4f0000ff.e79500ff.d68a00ff.png');
	line-height: 25px;
	font-size: 11px;
	height: 25px;
}
.button.next_property {
	padding-right: 10px;
}
.button.next_property span {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 2px;
}
.button.prev_property, .button.prev_property span {
	background-image: url('/static/img/buttons/NR/25px.7b0708ff.4f0000ff.e79500ff.d68a00ff.png');
	line-height: 25px;
	font-size: 11px;
	height: 25px;
}
.button.prev_property {
	padding-right: 10px;
}
.button.prev_property span {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 2px;
}
.button.back_to_results, .button.back_to_results span {
	background-image: url('/static/img/buttons/NR/25px.7b0708ff.4f0000ff.e79500ff.d68a00ff.png');
	line-height: 25px;
	font-size: 11px;
	height: 25px;
}
.button.back_to_results {
	padding-right: 10px;
}
.button.back_to_results span {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 2px;
}
.tabs ul a {
	background-image: url('/static/img/buttons/TABS/24px.d5bd86ff.ebdfc2ff.f1f1f1ff.d7d7d7ff.png');
}
.already_signed_up h3 {
	color: #660000;
}

.weird_button {
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font: 18px/100% Arial, Helvetica, sans-serif;
  padding: .25em 1em .3em;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  color: #fff !important;
  border: solid 1px #9f9f9f;
  background: #404040;
  background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#505050));
  background: -moz-linear-gradient(top,  #404040,  #505050);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#505050');
}
.weird_button:hover {
  text-decoration: none;
  background: #505050;
  background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#606060));
  background: -moz-linear-gradient(top,  #505050,  #606060);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#606060');
}
.weird_button:active {
  position: relative;
  top: 1px;
  color: #606060;
  background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#707070));
  background: -moz-linear-gradient(top,  #606060,  #707070);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#707070');
}
.weird_button img{
  position: relative;
  top: 2px;
}

/*!
 * Fotorama 4.6.0 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__wrap *{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/static/lib/fotorama/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/static/lib/fotorama/fotorama@2x.png) no-repeat;background-size:96px 160px}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}

a.multiSelect {
    background: #FFF url(/static/js/lib/jquery.multiselect/images/dropdown.blue.png) right center no-repeat;
    border: solid 1px #BBB;
    position: relative;
    cursor: default;
    text-decoration: none;
    color: black;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}

a.multiSelect:link, a.multiSelect:visited, a.multiSelect:hover, a.multiSelect:active {
    color: black;
    text-decoration: none;
}

a.multiSelect span
{
    margin: 1px 0px 1px 3px;
    overflow: hidden;
    display: -moz-inline-stack;
    display: inline-block;
    white-space: nowrap;
}

a.multiSelect.hover {
    background-image: url(/static/js/lib/jquery.multiselect/images/dropdown.blue.hover.png);
}

a.multiSelect.active, 
a.multiSelect.focus {
    border: inset 1px #000;
}

a.multiSelect.active {
    background-image: url(/static/js/lib/jquery.multiselect/images/dropdown.blue.active.png);
}

.multiSelectOptions {
    margin-top: -1px;
    overflow-y: auto;
    overflow-x: hidden;
    border: solid 1px #B2B2B2;
    background: #FFF;
}

.multiSelectOptions LABEL {
    padding: 0px 2px;
    display: block;
    white-space: nowrap;
}

.multiSelectOptions LABEL.optGroup
{
    font-weight: bold;
}

.multiSelectOptions .optGroupContainer LABEL
{
    padding-left: 10px;
}

.multiSelectOptions.optGroupHasCheckboxes .optGroupContainer LABEL
{
    padding-left: 18px;
}

.multiSelectOptions input{
    vertical-align: middle;
}

.multiSelectOptions LABEL.checked {
    background-color: #dce5f8;
}

.multiSelectOptions LABEL.selectAll {
    border-bottom: dotted 1px #CCC;
}

.multiSelectOptions LABEL.hover {
    background-color: #3399ff;
    color: white;
}
