/*********************
BROWSER RESET
**********************/

* { margin: 0; padding: 0; } 
ul, ul li { list-style: none; } 
fieldset, img, a img, td { border: none; }
/* global elements */
.clear { clear:both; } 
h1, h2, h3, h4, h5, h6, p { margin-bottom:1em; }
/* hide listings which don't belong to the user. */
.not_own { display:none; }
/* ping fix */
a, img, div, input {
behavior: url('/static/js/iepngfix/iepngfix.htc');
}

/*********************
DEFAULT REALTYNINJA CSS
**********************/

body {

	position: absolute;
	width: 100%;
	top: 0px;
	left:0px;
	color: #464343;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}


/* page layout */


#wrapper {
    width: 960px;
	margin:0 auto;
}

.nested {
	display: block;
	position: relative;
	width: 960px;
	margin:0 auto;
}


/* header elements */

#identity { 
	overflow:hidden; 
}

/* main navigation */

#nav {
    position: relative;
    z-index: 8;
}

#nav ul { 
	overflow: hidden; 
}

#nav li {
	float: left;
}

#nav li a {
	margin-right:16px;
}

#nav .nested {
	margin: 0 auto;
	left: 0;
}

/* main navigation sub-menu */

#mainmenu ul {    
    position: absolute;
	z-index: 40;
}

#mainmenu .submenu {
    position: absolute;
    z-index: 4;    
}

#mainmenu .submenu li a {
    float: none;
    list-style: none;
	padding:8px;
	margin-right:0;
}

#mainmenu li .submenu { 
   display: none;
   margin-top: 0;
   width: auto;
}

#mainmenu li .submenu li {    
    float: none;
}

#mainmenu li .submenu li:last-child {    
	border-bottom:none;
}

/* nav functions - request agent contact */

#nav .functions {
	float: right;
	margin: 12px 0 8px;
	position: relative;
}

/* general - content */

#content_area {
	overflow:hidden;
}

#content_area ul li {
	list-style:disc;
}

#subheader img {
	clear:both;
}

.column1_2 { 
	float: left;
	width: 512px;
	overflow: hidden;
	margin-right:32px;
}
.column2_2 {
	float: left;
	width: 352px;
	padding-top:5px;
}

#content_area ol {
	clear: both;
	list-style-type: decimal;	
	padding-left: 20px;
}

#content_area ul {
	clear: both;
	padding-left: 15px;
	margin:15px 0 15px 0;
}

#content_area ul li {
	padding-left:0px;
}


#page_title {
	width:512px;
	float:left;
	clear:both;	
}

body.listings #page_title, body.mls_search #page_title, body.buildings #page_title {
    width: 960px;
}

#text3 {
	clear:both;	
	margin-bottom:20px;
}

/* footer */

#footer #disclaimer {
	border-top:1px solid #CCCCCC;
	clear:both;
	color:#666666;
	font-size:12px;
	padding:20px 0 20px 0;
}
	
#footer #disclaimer img {
	float:left;
	margin-right:15px;
}

#footer ul#footer_nav {
	overflow: hidden;
	padding-bottom:20px;
	float:left;
}
#footer ul#footer_nav li {
	float: left;
	padding-right:15px;
}

#footer #realty_ninja {
	float:right;
	clear:right;
}

/* quick contact info */

.contactinfo .city, .contactinfo .province, .address .zip {
	display:inline;
}
.contactinfo .phone, .contactinfo .mobile, .contactinfo .fax, .contactinfo .tollfree, .contactinfo .email, .contactinfo .street_address, .contactinfo .name {
	display:block;
}
.contactinfo .phone span, .contactinfo .mobile span, .contactinfo .fax span, .contactinfo .tollfree span, .contactinfo .email span, .contactinfo .name span {
	font-weight:bold;
}

.contact_info {
	clear:both;
}

/* forms */

input[type="text"] {
    width: 200px; 
}

textarea {
    border: 1px solid #ccc;
    width: 289px;
}

input.submit {
	font-size:15px;
	vertical-align: top;
	margin-bottom: 10px;
	float: right;
}
input.submit: hover {
	cursor: pointer;
	cursor: hand;
}

.form-right {
	float:right;
	width:252px;
}

.form-left {
	float:left;
	width:252px;
}

.form_error {
	border:1px solid #c04040;
	background:#fb5d5d;
	color:#FFF;
	padding:6px;
	margin:10px 6px 10px 0;
	font-size:12px;
	text-shadow:none;
}

.form_success {
	border:1px solid #4df05c;
	background:#c2ffb9;
	color:#2c7a1f;
	padding:6px; 
	margin:10px 6px 10px 0;
	text-shadow:none;
}


body.static .column1_2 form {
	overflow:hidden;
}

body.static .column1_2 fieldset {
	float:left;
	display:block;
	min-height:64px;
}

/*body.static .column1_2 fieldset.left {
	width:239px;
	padding-right:28px;
}*/
	
body.static .column1_2 label {
	font-size:13px;
	font-weight:bold;
	display:block;
	padding-top:10px;
}

body.static .column1_2 input[type="text"] {
	width:232px;
	min-height:20px;
	line-height:20px;
	border:1px solid #ccc;
	background: #fff;
	padding: 6px;
}

body.static .column1_2 select {
	width:237px;
	min-height:20px;
	line-height:20px;
	border:2px solid #ccc;
	padding: 6px 5px 4px;
}

body.static .column1_2 select option {
	padding: 2px 5px;
}
	
body.static .column1_2 form textarea {
	font-family: Arial, sans-serif;
	font-size:14px;
	border:1px solid #ccc;
	width:494px;
	height:100px;
	padding: 6px;
	background: #fff;
	margin-bottom:10px;
}

#form_overlay {
    background-color: white;    
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    height: 400px;
    z-index: 25;
}


/* listings page */


body.listing_details .column1_2 {
	margin-bottom:15px;
}

table.listings {
	width: 960px;
	text-align: left;
	border: 1px solid #d1d1d1;
	background: #e7e7e7;
	clear:both;
}

table.listings thead {
	background: #e7e7e7;
	font-size: 12px;
}

table.listings thead th { 
	background: #e7e7e7 repeat-x bottom;
	padding:10px 15px 10px 5px;
	cursor:pointer;
	cursor:hand;
}

table.listings tbody tr {
	vertical-align: middle;
}

table.listings tbody td {
	vertical-align: middle;
	background-color:#F9F9F9;
	background-image:url(/static/images/tr_shadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

table.listings td, table.listings th {
	padding: 7px;
	border-top: 1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
}

table.listings tbody td:hover {
	cursor:pointer;
}

table.listings td.image_cell {
	width: 102px;
	padding: 7px;
	border-left:0px;
}

table.listings td.image_cell img {
	border:1px solid #e8e8e8;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	margin:6px;
}

table.listings td a {
	text-decoration: none;
}

.listings .header {
    background: url(/static/images/arrow_neutral.png) no-repeat right center;
	border-left: 1px solid #d1d1d1;
}

.listings .headerSortUp {
    background: url(/static/images/arrow_up_active.png) no-repeat right center;
}
.listings .headerSortDown {
    background: url(/static/images/arrow_down_active.png) no-repeat right center;
}

.listings .highlighted {
    background-color: #e4e4e4;
	background-image: none;
	cursor:pointer;
}
	

/* listing detail page */

body.listing_details #main_img {
	margin: 0; border: 1px solid #d1d1d1;
	width: 510px;
	width:auto !important;
	max-width: 510px;
	max-height:384px;
	display:block;
}

body.listing_details .image_list {
	overflow: hidden;
}

body.listing_details .listing-image {
	margin: 5px 5px 0 0;
	width: 78px;
	height: 58px;
	float: left;
	border: 1px solid #d1d1d1;
	cursor: pointer;
}

body.listing_details table.details {
	width:352px;
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	margin-bottom:0; float:right;
}

body.listing_details table.details td {
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	padding: 7px;
	background: #fcfcfc;
	color: #3a3a3a;
	font-size: 12px;
	line-height: 18px;
}

body.listing_details table.details label {
	font-weight: bold;
	width: 95px;
	display: block;
}

body.listing_details table.details tr.even td {
	background: #eaeaea
}

.info_request {
	padding: 9px;
	border: 1px solid #CFCFCF;
	background: #e8e8e8;
	overflow: hidden;
}

.listing_attachments {
	border: 1px solid #cfcfcf;
    background-color: #e6e6e6;
    padding: 10px;
    margin:0 0 20px 0;
	clear:both;
	float:right;
	width:330px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
}

.listing_actions {
    border: 1px solid #cfcfcf;
    background-color: #e6e6e6;
    padding: 10px;
    margin:20px 0 20px 0;
	clear:both;
	float:right;
	width:330px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.listing_actions a, .listing_actions a:hover, .listing_actions a:link, .listing_attachments a, .listing_attachments a:hover, .listing_attachments a:link {
    text-decoration: none;
    color:#3A3A3A;
}

.listing_actions img, .listing_attachments img {
	width:16px;
	height:16px;
	margin-right:10px;
}

.listing_actions span, .listing_attachments span {
	display:block;
	height:20px;
	margin:6px 0 6px 0;
}

.listing_openhouses {
    border: 1px solid #cfcfcf;
    background-color: #e6e6e6;
    padding: 10px;
    margin: 0 0 20px 0;
	clear:both;
	float:right;
	width:330px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	max-height: 200px;
	overflow-y: auto;
}



.image-text{	
	position: absolute;	
	margin-top: -40px;
	height: 20px;
	text-align: left;
	padding: 10px;
	left: 1px;
	z-index: 10;
	background:url(../../images/black50.png);
	color: #FFF;	
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-shadow:1px 1px #000;
}

.mortgagecalc {
    width: 600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.mortgagedetails {
    height: 200px;
	margin-bottom:20px;
    overflow: hidden;
    overflow-y: scroll;
}

.mortgagedetails table td {
    padding:6px;
}

#listing_contactform {
	overflow: hidden;
    border-top: 1px solid #d0d0d0;
    clear: both;
    padding: 20px 0 0 0;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#listing_contactform h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 16px;
}

#listing_contactform_info {
	width:180px;
	float:left;
}

#listing_contactform_usermessage {
	width:390px;
	float:right;
}

#listing_contactform_userinfo {
	width:295px;
	margin-right:10px;
	float:right;
}

#listing_contactform label {    
	display:inline-block;
	width:78px;	
	height:20px;
	line-height:1em;
	overflow:visible;
}

#listing_contactform input[type="text"] {
	height:20px;
	width:200px;
	border:1px solid #d0d0d0;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	color:#606060;
}

#listing_contactform textarea {
	height:95px;
	width:376px;
	border:1px solid #d0d0d0;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	color:#606060;
}


/* listing carousel */

.empty {
	display: none;
}	

.singleitem {
	margin-left: 32px;
}

/* content images */

.img_center {
	float: none;
	display:block;
	margin-left:auto;
	margin-right: auto;
}
	
.img_left {
	float: left;
	margin-right: 18px;
	margin-left: 0px ;
}
	
.img_right {
	float: right;
	margin-right: 0px;
	margin-left: 18px;
}


/* mls search */

#mls_search_container {
	padding: 26px;
	border: 1px solid #cfcfcf; 
	background-color: #e6e6e6;
	clear:both;
	margin:16px 0 0 0;
	font-size:12px;
	text-shadow:1px 1px #FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}


.mls_search_form_col {
	width: 270px;
	float:left;
	margin-right:40px;
}

#mls_search_container .callIE {
	margin-top:-60px;	
}

.mls_search_form_item {
    color:#2d2d2d;
	text-shadow:1px 1px #fff;
	line-height:normal;
	vertical-align: top;
	width:270px;
	height: 50px;
	padding-top:14px;
	display: block;
}

.mls_search_form_col_nomargin {
	margin-right:0;	
}


.slidervalues{
	margin-left: 95px;
	float:left;
	margin-top:6px;
}
.mls_search_form_item select {
	width:160px;
	float:left;
}

.mls_search_form_item label {
	float:left;
	display:block;
	width:100px;
}


#mlsform{
    font-size: 12px;
}

.mls_search_container{
	padding: top: 10px;
}

.pageturn {
    color: #6d6d6d;
    background-color: #f2f2f2;
    border: 1px solid #cfcfcf;
    padding: 5px 8px 5px 8px;
	cursor:pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.pageturn:hover { background-color:#e5e5e5; }
a.pageturn{ text-decoration: none; }

#searchresult .active{
    border: 0px;
    background-color: #e6e6e6;
    font-weight: bold;
    color: #6d6d6d;
	padding: 5px 8px 5px 8px;
	cursor:pointer;
}

#arealist{
    margin-bottom: 6px;
    padding: 5px;
    overflow-y: scroll;
    border: 1px solid #cfcfcf;
	background:#f2f2f2;
    height: 137px;
    float:left;
    width: 250px;    
}

#arealist input {
	margin:3px 0 0 5px;
}

.mls_select {
	color:#666;
	cursor:pointer;
	clear:both;
	margin-top:10px;
}

.paging_container {
	margin:30px 0 20px 0;
	color:#6d6d6d;
}

.paging_container span {
	margin-left:10px;
}


.viewmode_mls_search{
    float: right;
    margin-top: 25px;    
}
.noform{    
    margin-top: -7px;    
}

.viewmode_mls_search .form_radio {
	margin-left:12px;
}

.map_bubble {
	width:385px;
	height: 300px;
	color:#333;
	overflow:hidden;
	background: #fff url('/static/images/common/mls_logo_small.png') bottom right no-repeat;
}

.map_bubble img {
	border:1px solid #CCC;
	height:165px;
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
}

.map_bubble table td.pager { 
	border: 1px solid #CCC; 
	padding:10px;
	background-color:#FFC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.map_bubble h2{
	font-size: 18px;
	margin-bottom:20px;
}


.bubble_btn {
	cursor:pointer;
	color:#666;
}

.bubble_btn:hover {
	color:#000;
}

.map_bubble table td {
	vertical-align: top;
}

table.listings th.sorticon{
    background: url(/static/images/arrow_neutral.png) no-repeat 100% 50%;
}

table.listings th.sorticon.desc{
    background: url(/static/images/arrow_down_active.png) no-repeat 100% 50%;
}

table.listings th.sorticon.asc{
    background: url(/static/images/arrow_up_active.png) no-repeat 100% 50%;
}

.manual {
	width: 750px;	
}


.subarea {
	display:block;
}

#listingcontainer {	
	margin-top: 3px;
	margin-bottom:20px;
}

#listingcontainer #map {	
	border:1px solid #CFCFCF;
	width: 510px;
	height: 514px;
}
#listingcontainer #ws-walkscore-tile {	
	border:1px solid #CFCFCF;
	background-color:#FFF;
}

table.listings .listing_table_img {
	width:120px;	
}


.column1_2 { padding-top: 5px; }

a.tablink:hover {
	background-color: #d7d7d7;
	text-shadow:1px 1px #d1d1d1;
	color: #000;
}

.tablink {
	background-color: #bababa;
	text-shadow:1px 1px #d1d1d1;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0px;
	border: 1px solid #d1d1d1;
	padding: 5px 8px 5px 8px;
	background-color: #e8e8e8;
	color: #000;
	text-decoration: none;
	border-bottom: 0px;	
	text-shadow:1px 1px #FFF;
}

.invisible{
	display: none;
}
.walkscore_white {
	background-color:#FFF;
}
#socialmedia {
	margin-bottom:10px;
}
#map{	
	width: 894px;
	height: 600px;
	clear:both;
}

#viewmode {
	display: none;
}

.viewmode_mls_search, .viewmode_container {
	border:1px solid #979797;
	border-radius: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	width: 94px;
	position:relative;
}
.viewmode_container{
	width: 94px;
	float:right;
	margin-bottom: 10px;
}
.viewmodechanger {
    float:right;
	padding:5px 8px;
	cursor:pointer;
	background:#d5d5d5 url(../../images/view_btn_inactive.jpg) repeat-x top;
}
.viewmodechanger.vmc_table.active {
	background:#bfbfbf url(../../images/view_btn_active.jpg) repeat-x top;
	border-left:1px solid #929292;
	text-shadow:1px 1px #e6e6e6;
}
.viewmodechanger.vmc_table {
	text-shadow:1px 1px #fff;
	border-left:1px solid #e6e6e6;
	color:#000;
	width:30px;
	text-align:center;
}

.viewmodechanger.vmc_map.active {
	background:#bfbfbf url(../../images/view_btn_active.jpg) repeat-x top;
	border-right:1px solid #929292;
	text-shadow:1px 1px #e6e6e6;
}

.viewmodechanger.vmc_map {
	border-right:1px solid #e6e6e6;
	text-shadow:1px 1px #fff;
	color:#000;
	width:30px;
	text-align:center;
}

/* blog */


body.blog .column1_2 {
	width:660px;
}

body.blog .column2_2 {
	width:200px;
}

body.blog .column2_2 a {
	text-decoration:none;
}

body.blog #content_area .column2_2 ul {
	padding-left:0;
}

body.blog .column2_2 ul li {
	list-style:none;
}

.blogentry_short {
	margin-bottom: 10px;
	margin-top: 30px;
}

.blogentry_full {
	margin-bottom: 30px;
}

.blogentry {
	margin-bottom: 30px;
}

.latest_blog_entries {
	margin:40px 0 0 0;
}

.optionbox, .br_delete, .mm_category {
	display: none;
}

body.blog #content_area .column2_2 li {
	list-style:none;
}

.publink {
	float: right;
	margin-right: 10px;
}

#reorder .right {
    float: right;    
    border: 0px;
    display: block;
    margin-top: -10px;
    width: 100px;
    height: 0px;    
    clear: both;
}

.blog_info {
	font-style:italic;
	color:#999;
	margin-bottom:10px;
}

.blog_info_home {
	font-style:italic;
	color:#999;
	margin-bottom:10px;
	font-size:12px;
	margin-top:-10px;
}

.box_cats li {
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

.box_cats li img {
	float: right;
}

.pb_options {
	margin: 0px;
	padding: 0px;
}

/* unsorted */



#zoompanel {
	display: none;
	margin-top: -160px;
	margin-left: 30px;
	z-index: 20;
	width: 300px;
	height: auto;
	position: absolute;	
	background-color: white;
	border:1px solid #999;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}

.index_reorder{
   float: right;
   *margin-top: -15px;
   display: block;
}


.header2{
	font-family: Georgia, serif;
    font-weight: normal;
	font-size: 20px;
    margin-bottom: 1em;
	color: #711B1B;
	display: block;
}

#widget_container {
    width: 892px;
    height: 100px;
    border: 1px solid black;
}


.widget, .widget_icon {
    border: 1px solid grey;
    width: 100px;
    float: left;
    margin: 5px;
}
.menubar {
    display: none;
    border: 1px solid yellow;
    background-color: black;
    color: yellow;
    text-align: right;
}

#claimlink{	
	position: absolute;
	left: 0px;
	top: 150px;
	width: 50px;
	margin-left:-4px;
	margin-top: -35px;
}
.embed{	}
.image_ribbon{
	position: absolute;		
	height: 20px;	
	padding: 10px;
	margin-top: -9px;
	margin-left: -10px;
	left: 1px;
	z-index: 12;				
}
.image_ribbon_index{
	position: absolute;
	margin-top: 1px;
	height: 140px;
	width: 140px;
	padding: 10px;
	background-image: url(/static/images/labels/label_open_house.png);
	background-repeat: no-repeat;
	left: 1px;
	z-index: 3;	
}

.italic{ font-style: italic; }
.underline{ text-decoration: underline; }
.bold{ font-weight: bold; }

.oh_remarks{
	display:block;
	margin:-10px 0 15px 0;
	color:#666;
	font-size:12px;
}

.subheadertextbox{}

.column2_2.nomargin{
	margin-top: 0px;
}

.custom_disclaimer {
	margin-top:30px;
	padding-top:20px;
	border-top:1px solid #ccc;
}

/*
.BE_image{ width: 300px; }
.BE_image_overlay{ width: 300px; }
*/

#mapDiv {
	position:relative;
	width:564px;
	height:423px;
}


#content_area #disqus_thread ul li {
	list-style: none;
}

.box_width_normal{
	width: 400px;	
}


#price_max_placeholder{
	display: none;
}

