/* @override 

*/

* {}

.alignRight {
	text-align: right;
	}
.alignLeft {text-align: left;}
.strong {
	font-weight: bold;
	}

input[type=submit] {
  cursor: pointer;
}

/* root element for tabs  */

.tabs { 

	list-style:none; 

	margin:20px 0 0 0; 

	padding:0;

	height:32px;

	border-bottom:1px solid #C8BFA6;	
	
	width: 100%;

}

/* single tab */

.tabs li { 

	float:left;	 

	text-indent:0;

	padding:0;

	margin:0 4px 0 0;

	list-style-image:none; 

}

/* link inside the tab. uses a background image */

.tabs a { 

	border-top:1px solid #C8BFA6;
	border-left:1px solid #C8BFA6;
	border-right:1px solid #C8BFA6;

	font-size:11px;

	display:block;

	height: 30px;  

	line-height:30px;

	text-align:center;	

	text-decoration:none;

	color:#000;

	padding:0px 15px;

	margin:0px;	

	position:relative;

	top:1px;

        display:block;

	text-align:center;	

	text-decoration:none;
        
        position:relative;
}

.tabs a:active {

	outline:none;		

}

/* when mouse enters the tab move the background image */

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */

.tabs .current, .tabs .current:hover, .tabs li.current a {
    
	cursor:default; 

}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */

/* width 1 */

.tabs .w1 			{ background-position: -519px 0; width:134px; }

.tabs .w1:hover 	{ background-position: -519px -31px; }

.tabs .w1.current { background-position: -519px -62px; }

/* width 2 */

.tabs .w2 			{ background-position: -366px -0px; width:154px; }

.tabs .w2:hover 	{ background-position: -366px -31px; }

.tabs .w2.current { background-position: -366px -62px; }

/* width 3 */

.tabs .w3 			{ background-position: -193px -0px; width:174px; }

.tabs .w3:hover 	{ background-position: -193px -31px; }

.tabs .w3.current { background-position: -193px -62px; }

/* width 4 */

.tabs .w4 			{ background-position: -0px -0px; width:194px; }

.tabs .w4:hover 	{ background-position: -0px -31px; }

.tabs .w4.current { background-position: -0px -62px; }

.panes {
	margin-top: 15px;
}

/* initially all panes are hidden */ 

.panes .pane {

	display:none;	

}

#SlideShowContainer {
	float: left;
	position: relative;
	width: 100%;
}

#FullScreenContainer {
	padding: 0px;
        position: relative;
	/* 
		it is recommended to explicitly set 'color' and 'background-color' properties for "fullscreened" object, 
		because otherwise Opera will use default styles "background-color: #000000; color: #fffff;".
	 */
	background: #ffffff;
	color: inherit;	
}

.FullscreenBtn {
    cursor: pointer;
    display: block;
    height: 32px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 32px;
    z-index: 22;
    margin: 4px;
    background: rgba(0, 0, 0, 0.75);
}

.fa-expand, .fa-compress {
    color: #fff;
    font-size: 18px;
    padding: 6px 8px;
}

li.li-image {
	list-style: none;	
}

ul.left {

	width: 50%;

	float:left;

	list-style: none;
	
	margin: 0px;

}

ul.right {

	width: 50%;

	float:right;

	list-style: none;
	
	margin: 0px;

}

.listing {
	height: 100%;
	min-height: 210px;
	padding: 20px 0px;
}

.listing-detail {
	padding: 20px 0px;
}

span.price {
    color: #8CAC0B;
    font-size: 16px;
    font-weight: bold;
}

.disclaimer {
	position: relative;
	float:left;
        margin-top: 40px;
}

.rws_page_count {
	position: relative;
	float:right;
	width: 120px;
	text-align:right;
	/*width: 100%;*/
}

.rws_pagination {
	position: relative;
	float:left;
	/*width: 200px;*/
	width: 100%;
	margin: 15px 0px;
}

.rws_jump_title {
	float: left;
	width: 105px;
}

.rws_page_link {
	display: block;
	padding: 4px;
	border: 1px solid #cccccc;
	margin: 0px 2px;
	/*width: 10px;*/
	float: left;
}

.rws_page_link_active {
	display: block;
	padding: 4px;
	border: 1px solid #cccccc;
	margin: 0px 2px;
	/*width: 10px;*/
	float: left;
	background:  #aaaaaa;
	color: #ffffff;
}

#rwx_search_form li {
	
	list-style: none;
	width: 100%;
	float: left;
	position: relative;
	line-height: 45px;
		
}

#rwx_search_form li.search_submit {
	
	list-style: none;
	width: 200px;
	margin: auto 0px;
	line-height: 45px;
		
}

input.button, button.button, a.pseudo-button {

 background-color: #4a4a4a;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin:  5px auto;
    padding: 8px 20px;
    text-align: center;
}

.rws_button {
    background-color: #aaaaaa;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 8px 20px;
    text-align: center;
	
}

#rws_search_form input.rws_search_button, #rws_quicksearch_form input.rws_search_button, #rws_widgetsearch_form input.rws_search_button {
    background-color: #aaaaaa;
    color: #FFFFFF;
    font-size: 16px;
    line-height: normal;
    margin: 10px auto;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 20px;
    text-align: center;
    max-width: 50%;
    display: block;
}

.search_submit {
    width: 100%;
    float: left;
}

#rws_search_form input[type="text"], input[type="password"], select, textarea {
border:1px solid #C6C6C6;
font-size:12pt;
margin:3px;
padding:3px;
min-height: 18px;
}
select.required.error, textarea.required.error, input.required.error {
border:2px solid #FF5F5F;
}
input.required.error {
background: no-repeat scroll right center #FFEFEF;
}

.birth_date{
    display: none;
}

.total_litings {
    float: right;
    text-align: right;
    width: 100%;
}

.courtesy {
	position: relative;
	float:right;
	width: 100%;
	text-align:left;
	color: #aaaaaa;
        text-indent: 20px;
        background: url("./images/br-house.gif") left center no-repeat;
}

.att {
    width: 100%;
    text-align:center;
}

.loading{
    background: url("./images/ajax-loader.gif") no-repeat;
    margin: 15px auto; 
    height: 40px;
    width: 10%;
}

.listing img {
    border: 3px solid #FFFFFF;
    outline: 1px solid #CCCCCC;
}	

.listing-detail img {
    border: 3px solid #FFFFFF;
    outline: 1px solid #CCCCCC;
}

.rws_left {
	float: left;	
	width: 40%;
}

.rws_right {
	float: right;
	width: 60%;	
}

.info_list li {
	list-style: none;	
}

.rws_sort {
	margin: 10px 0px;	
}

.rws_sort_link {
	
}

.property-backbutton {
	background: none repeat scroll 0 0 #333333;
    color: #ffffff;
	behavior: url(PIE.htc);
    text-shadow: none; 
    cursor: pointer;
    display: inline-block;
    font: bold 12px/15px Arial,Helvetica,sans-serif;
    margin-bottom: 11px;
    padding: 8px 10px 8px;
    position: relative;
    text-decoration: none;}

.property-backbutton:hover {
	background:#4a4a4a;
	text-decoration:none;
	color:#fff}
.property-backbutton:after {
    box-shadow: 0 12px 6px #4a4a4a;
    right: 9px;
}
.property-backbutton:before, .bluebutton:after {
    bottom: 11px;
    content: "";
    height: 20%;
    max-width: 300px;
    position: absolute;
    width: 39%;
    z-index: -2;
}
.property-backbutton:after {
    -moz-transform: rotate(8deg);}
.property-backbutton:before {
    box-shadow: 0 12px 6px #4a4a4a;
    left: 9px;
}
.property-backbutton:before, .bluebutton:after {
    bottom: 11px;
    content: "";
    height: 20%;
    max-width: 300px;
    position: absolute;
    width: 39%;
    z-index: -2;
}
.property-backbutton:before {
    -moz-transform: rotate(-8deg);
	
}

.property-button {
	background: none repeat scroll 0 0 #333333;
    color: #fff;
	behavior: url(PIE.htc);
    text-shadow: none;
    cursor: pointer;
    display: inline-block;
    font: bold 12px/15px Arial,Helvetica,sans-serif;
    margin-bottom: 11px;
    padding: 8px 10px 8px;
    position: relative;
    text-decoration: none;
	float: right;
	}
	

.property-button:hover {
	background:#4a4a4a;
	text-decoration:none;
	color:#fff}
.property-button:after {
    box-shadow: 0 12px 6px #4a4a4a;
    right: 9px;
}
.property-button:before, .bluebutton:after {
    bottom: 11px;
    content: "";
    height: 20%;
    max-width: 300px;
    position: absolute;
    width: 39%;
    z-index: -2;
}
.property-button:after {
    -moz-transform: rotate(8deg);}
.property-button:before {
    box-shadow: 0 12px 6px #4a4a4a;
    left: 9px;
}
.property-button:before, .bluebutton:after {
    bottom: 11px;
    content: "";
    height: 20%;
    max-width: 300px;
    position: absolute;
    width: 39%;
    z-index: -2;
}
.property-button:before {
    -moz-transform: rotate(-8deg);
	
}

.error_text { border: #F00; background: #FFC4C4; color:#F00; font-weight:bold;}

input.leadbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a0d96f;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a0d96f;
	box-shadow:inset 0px 1px 0px 0px #a0d96f;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #518f1e) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #518f1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#518f1e');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #2a4d0a;
	cursor: pointer;
	max-width: 200px;
	margin: 0px auto;
}

input.leadbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #518f1e), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #518f1e 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#518f1e', endColorstr='#77d42a');
	background-color:#518f1e;
	color:#ffffff;
}

input.leadbutton:active {
	position:relative;
	top:1px;
}

span.upper {
	text-transform: uppercase;	
}

#framed-form {
	width: 90%;
	height: 100%	
}

ul.contact-listing input {
	  width: 100%; 
	  height: 40px;
	  font-size: 18px;
}

.contactthanks {
	margin-top: 40%;	
}

input  {
border:1px solid #C6C6C6;
color:#666666;
margin:3px;
padding:3px;
/*width: 60%;*/
}

textarea {
border:1px solid #C6C6C6;
color:#666666;
font-size:18px;
margin:3px;
padding:3px;
width: 100%;
}

ul.contact-listing {
	list-style: none;	
}

a.logoutbutton {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin: 20px 45% 0px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
     background-color: #337ab7;
    color: #fff;
     border-color: #46b8da;
    
   }

a.logoutbutton:hover {
       color: #efefef;
   }

/* jssor slider css */

            /* jssor slider arrow navigator skin 05 css */
            /*
            .jssora05l                  (normal)
            .jssora05r                  (normal)
            .jssora05l:hover            (normal mouseover)
            .jssora05r:hover            (normal mouseover)
            .jssora05l.jssora05ldn      (mousedown)
            .jssora05r.jssora05rdn      (mousedown)
            */
            .jssora05l, .jssora05r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 40px;
                height: 40px;
                cursor: pointer;
               /* background: url(../img/a17.png) no-repeat;*/
               background: url("./js/img/a17.png") no-repeat;
                overflow: hidden;
            }
            .jssora05l { background-position: -10px -40px; }
            .jssora05r { background-position: -70px -40px; }
            .jssora05l:hover { background-position: -130px -40px; }
            .jssora05r:hover { background-position: -190px -40px; }
            .jssora05l.jssora05ldn { background-position: -250px -40px; }
            .jssora05r.jssora05rdn { background-position: -310px -40px; }
       
            /* jssor slider thumbnail navigator skin 01 css */
            /*
            .jssort01 .p            (normal)
            .jssort01 .p:hover      (normal mouseover)
            .jssort01 .p.pav        (active)
            .jssort01 .p.pdn        (mousedown)
            */

            .jssort01 {
                position: absolute;
                /* size of thumbnail navigator container */
                width: 800px;
                height: 100px;
            }

                .jssort01 .p {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 72px;
                    height: 72px;
                }

                .jssort01 .t {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border: none;
                }

                .jssort01 .w {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                }

                .jssort01 .c {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 68px;
                    height: 68px;
                    border: #000 2px solid;
                    box-sizing: content-box;
                   /* background: url(../img/t01.png) -800px -800px no-repeat;*/
                   background: url("./js/img/t01.png")  -800px -800px no-repeat;
                    _background: none;
                }

                .jssort01 .pav .c {
                    top: 2px;
                    _top: 0px;
                    left: 2px;
                    _left: 0px;
                    width: 68px;
                    height: 68px;
                    border: #000 0px solid;
                    _border: #fff 2px solid;
                    background-position: 50% 50%;
                }

                .jssort01 .p:hover .c {
                    top: 0px;
                    left: 0px;
                    width: 70px;
                    height: 70px;
                    border: #fff 1px solid;
                    background-position: 50% 50%;
                }

                .jssort01 .p.pdn .c {
                    background-position: 50% 50%;
                    width: 68px;
                    height: 68px;
                    border: #000 2px solid;
                }

                * html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
                    /* ie quirks mode adjust */
                    width /**/: 72px;
                    height /**/: 72px;
                }

/* Search form */
.search_items label {
	float:left;
	width:100%;
	font-size: 14px;
        min-height: 15px;
	}
.search_items select, .search_items input {
	font-size:14px;
	width:100%;
}

.half-select select, .half-select input, .half-select label {
	font-size:14px;
	width:47%;
        float: left;
}
	
/*#rws_search_form li {
	list-style: none;
	width: 48%;	
	float: left;
	margin: 0px 2px;
}*/

ul.search_items {
	width: 100%;	
	padding: 0px;
	margin: 0px; 
	list-style: none;
}

.property-search-box {
	width: 100%;	
}

.property-search-item {
    width: 48%;
    float: left;
    padding: 4px;
}

.property-search-item select {
    width: 96%;
    
}

 .marker-labels {
     color: #444444;
     background-color: #ffffff;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 10px;
     text-align: center;
     white-space: nowrap;
     width: 40px;
   }
   
 .marker-labels-Active {
     color: #ffffff;
     background-color: #73A40D;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 10px;
     text-align: center;
     white-space: nowrap;
     width: 40px;
   }
   
  .marker-labels-Sold, .marker-labels-Rented {
     color: #ffffff;
     background-color: #CA1725;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 10px;
     text-align: center;
     white-space: nowrap;
     width: 40px;
   }
   
    .Active, .Sold {
 	font-size: 14px;
	position:absolute;
	top:1px;
	left:1px;
	padding:2px 5px;
	z-index:1;
	width:auto;
	height:auto;
        line-height: 20px;
	color:#fff;
	text-align:center}
	
.Active {
	background-color: #73A40D;
}
.Sold {
	background-color: #CA1725
}

/* Quick Search form */
.quicksearch_items label {
	float:left;
	width:100%;
	font-size: 14px;
	}
.quicksearch_items select, .quicksearch_items input {
	font-size:14px;
	width:100%;}


#rws_quicksearch_form {
	width: 100%;
	    float: left;
    margin: 0 0 20px;
    padding: 20px 0 0;	
}

ul.quicksearch_items {
	width: 100%;	
	padding: 0px;
	margin: 0px; 
	list-style: none;
}

#rws_widgetsearch_form input[type="text"] {
    width: 90%;
}

/* Widget Search form */

#rws_widgetsearch_form {
	width: 100%;
	/*float: left;*/
    margin: 0 0 20px;
    padding: 20px 0 0;	
}

#rws_widgetsearch_form li {
	list-style: none;
}

.rwsidxmap {
    /*background-color: #E5E3DF;
    height: 100%;
    max-width: 900px;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    width: 100%;*/

}

.rwsidxmap img {
    max-width: none;
}

img.mapthumb {
    height:45px;
    float: left;
    max-width:100px;
    padding: 2px 4px;
    
}

.mapinfo {
    float: right;
    width: 120px;
    
}

.map_wrapper {
    float: left;
    width: 100%;
}

.debug {margin: 0 auto;
    padding: 0;
    position: relative;
    width: 960px;}

input.invalid, .text_input .invalid {
    background-color: #FFB2B2;
    border: 1px solid #FF0000 !important;
    color: #FF0000;
    
}

ul.contact-listing  li{
    list-style: none outside none;
}

.message, .message_signup {
    width:  100%;
    margin: 5px;
}

.fail {
background-color: #FCC;
border: 1px solid #ca1725;
padding: 5px;
min-height: 33px;
width: 90%;
display: block;
text-align: center;
color: #ca1725;
font-weight: bold;
}

.info {
background-color: #D8E4F1;
border: 1px solid #3C78B5;
padding: 5px;
min-height: 33px;
width: 90%;
display: block;
}

.success{
    background: none repeat scroll 0 0 #D5F8C0;
    border: 1px solid #006600;
    color: #006600;
    font-weight: bold;
    margin: 4px;
    padding: 8px;
    text-align: center;
    width: 90%;
    display: block;
}

.gm-style-iw {
    width: 220px !important;
    
}

#forgot {
    width: 100%;
    display: block;
    clear: both;
    margin: 10px;
    padding: 0px;
}

 a.view_prospect_button{
            padding: 10px; float: left; display: block;
        }

/*listing-tools*/
.addtofav, .loginfavs, .deltofav, .printerfriendlylink, .emailfriend, .emailflag, .deletesave, .save_search, .new_search, .savedeleted {
    padding-left: 20px;
}

.addtofav, .loginfavs {
   // background: url("./images/icons/favorites.png") no-repeat;
}
.deltofav {
   // background: url("./images/icons/favorites_delete.png") no-repeat;
}
.printerfriendlylink {
    background: url("./images/icons/printer.png") no-repeat;
}
.emailfriend {
    background: url("./images/icons/more.png") no-repeat scroll;
}
.emailfriend {
    background: url("./images/icons/email.png") no-repeat scroll;
}
.emailflag {
    background: url("./images/icons/flag_red.png") no-repeat scroll;
}


.new_search {
   /* background: url("./images/icons/magnifier.png") no-repeat scroll;*/
}


.save_search {
   /* background: url("./images/icons/magnifier_zoom_in.png") no-repeat scroll;*/
}

.deletesave {
   /* background: url("./images/icons/magnifier_zoom_out.png") no-repeat scroll;*/
}

.search_results, .search_footer {
	width: 100%;
        float: left;
}

div.search_items {
    margin-bottom: 1em;
    width: 100%;
}

div.search_item {
    float: left;
    width: 49%;
    height: 60px;
}

div.search_item select {
    max-width: 99%;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.left-50 {
	width: 50%;
	float: left;	
}

.right-50 {
	width: 50%;
	float: right;	
}

.panes img {
	border: none;
	outline: none;	
	max-width: none;
}

li.quicksearch_item {
	width: 46%;
	float:left;
        padding: 2px 4px;
}

a.rws_advanced {
	float: right;	
}

.listing-detail img {
	border: none;	
}

#rws-gallery {
    -moz-user-select: none;
    width: 100%;
}

#contact-listing {
	width: 95%;
	margin: 40px auto 20px;
}

#contact-listing h3 {
	line-height: 40px;
	
}

ul.benefits li {
    background: url("./images/menu_check.gif") no-repeat scroll 0 2px rgba(0, 0, 0, 0) !important;
    list-style: none;
    line-height: 22px;
    max-width: 90%;
    padding-left: 20px;
    font-weight: bold; 
}

  .box .sticky {
    background: none repeat scroll 0 0 #fff;
    border-top: 0 none;
    display: block;
    margin: 0;
    padding: 4px;
    position: fixed;
    top: 0;
    width: 44%;
    z-index: 1000;
} 

/* jquery - modal overlay

 ============================================================================ */  

.jqmWindow {

    display: none;

    position: fixed;

    top: 17%;

    left: 50%;

    margin-left: -150px;

    width: 300px;

    background-color: #fff;

    color: #333;

    border: 1px solid black;

    padding: 12px;

	text-align: center;

}



div.jqmAlert {

  	display: none;

    position: fixed;

    top: 10%;

    left: 50%;

    margin-left: -200px;

    width: 400px;

    background-color: #fff;

    color: #333;

    border: 1px solid black;

    padding: 0px 10px;

	/*overflow: hide;*/

}

.jqmOverlay { background-color: #000; }



/* Fixed posistioning emulation for IE6

     Star selector used to hide definition from browsers other than IE6

     For valid CSS, use a conditional include instead */

* html .jqmWindow {

     position: absolute;

     /*top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');*/

}



* html div.jqmAlert {

     position: absolute;

     /*top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');*/

}

.jqmClose  {

background-image:url(/images/close.png);

cursor:pointer;

height:35px;

position:absolute;

right:-15px;

top:-15px;

width:35px;

}

/* modal contact form - deprecated*/
div.whiteOverlay { background: url("./images/bg_dark.png") white; }

div.jqmDialog {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -350px;
  width: 650px;
  /*overflow: scroll;*/
  /*max-height: 800px;*/
  /*height: 550px;*/
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog {
     position: absolute;
     /*top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');*/
}


/* [[[ Title / Top Classes ]]] */
div.jqmdTC { 
  background-color: #333333;
  color: white;
  padding: 7px 22px 5px 5px;
  font-family:"sans serif",verdana,tahoma,helvetica;
  font-weight: bold;
  /** zoom: 1;*/
  text-transform: uppercase;
}
div.jqmdTL { background-color: #333333; padding-left: 3px;}
div.jqmdTR { background-color: #333333; padding-right: 3px; /** zoom: 1;*/}


/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
  background-color: #ffffff; 
  padding: 7px 7px 7px;
  height: 100%;
  overflow: auto;
}
div.jqmdBL { background-color: #ffffff no-repeat left bottom; height: 100%; }
div.jqmdBR { background-color: #ffffff; height: 100%; }

div.jqmdMSG { color: #333333; height: 100%; }

.jqmdX  { color: #ffffff;}

.jqmClose {
   background: url("./images/window-close.gif") no-repeat;
  position: absolute;
  right: 7px;
  top: 4px;
    height: 20px;
    width: 20px;
}

.jqmClose em {
	display: none;	
}

/* [[[ Button classes ]]] */
input.jqmdX {
  position: absolute;
  right: 7px;
  top: 4px;
  /*padding: 0 0 0 19px;*/
  height: 19px;
  /*width: 0px;*/
  background: url("./images/window-close.gif") #333333 no-repeat;
  /*overflow: hidden;*/
}


input.jqmdXFocus {background-color: #333333; outline: none;}

div.jqmdBC button, div.jqmdBC input[type="submit"] {
  cursor: pointer;
}

.message-modal { color:#666666; }

.search_toolbar {
    padding: 0;
    float: left;
    margin: 10px 0px;
    width: 100%;
    
}

table.rws-table {
    float: left;
    width: 100%;
}

.box {
    float: left;
    width: 100%;
}

.list-item h4{
    text-indent: 10px;
    height: 22px;
}

.property-meta {
    clear: both;
    margin: 0 -10px;
    overflow: hidden;
    padding: 0px;
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
}

.property-meta span {
    display: inline-block;
    float: left;
    font-size: 13px;
    margin-right: 12px;
    padding: 4px 12px;
} 

.property-meta label {
    display: inline-block !important;
}

.property-meta span [class^="icon-"], .property-meta span [class*=" icon-"] {
    display: inline-block;
    height: 20px;
    margin-right: 8px;
    vertical-align: -5px;
    width: 20px;
}

.list-item .property-meta .fa {
	padding: 6px 8px;
	height: 20px;
	vertical-align: -2px;
	font-size: 18px;
	color: #464646;
}

.property-meta span .icon-area {
    background: url("./images/icons/icon-size.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.property-meta span .icon-bed {
    background: url("./images/icons/icon-bed.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.property-meta span .icon-bath {
    background: url("./images/icons/icon-bath.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

.img {
    position: relative;
    display: block;
}

.img figcaption {
    background-color: #ffffff;
    color: #aaaaaa;
    bottom: 0;
    font-size: 13px;
    padding: 2px 9px;
    position: absolute;
    right: 0;
    display: block;
}

.jplist-thumbs-view .img figcaption {
    display: none;
}

.jplist-grid-view .property-meta  {
    min-height: 80px;
    background-color: #ffffff;
}

.jplist-thumbs-view .property-meta {
    display: none;
    visibility: hidden;
}

.jplist-grid-view .property-meta span {
    width: 50%;
    margin: 0px;
    text-align: center;
    border-top: 1px solid #f5f5f5;
}

.jplist-grid-view .list-item {
    padding-right: 15px;
    padding-left: 15px;
}

/*grid listing item template*/   
.listing-grid {
    float: left;
    margin: 0 12px 24px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 250px;
    font-size: 11px;
}   

.listing-grid table, .listing-grid table td {
    text-align: left;
    border: none;
}

.listingimg {
    float: left;
    height: 110px;
    width: 250px;
}

.listing-grid a ,.listing-grid h4 a ,.listing-grid img a {
    text-decoration: none;
    border: none;
}

.listing-grid h4 {
    float: left;
    max-height: 45px;
    overflow: hidden;
    width: 100%;
    margin: 10px 0 5px;
    font-size: 16px;
}

.listing-grid img {
    border: medium none !important;
    clip: rect(35px, 248px, 140px, 0px);
    left: 1px;
    outline: medium none !important;
    overflow: hidden;
    position: absolute;
    top: -34px;
    width: 320px;
}

.jplist-grid-view .list-item .block .price {
    text-align: center;
}

.jplist-grid-view .list-item .block {
	height: 40px;
	text-align: center;
}

.box .listing-tools {
    display: inline-block;
    float: right;
    height: 20px;
    margin: -28px 0 0 15px;
    padding: 11px 18px 12px 41px;
    text-align: right;
}

.search_toolbar a {
    background: linear-gradient(to bottom, #ededed 0%, #d6d6d6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #e2e2e2 #ccc #ccc #e2e2e2;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.21);
    color: #666;
    float: left;
    font-size: 10px;
    padding: 10px;
    text-transform: uppercase;
    color: #27252a;
    text-shadow: 1px 1px 1px #fff;
    margin: 5px 5px 0 5px;
}

.search_toolbar a:hover {
    background: linear-gradient(to bottom, #f2f2f2 0%, #e0e0e0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#map-control {
    cursor: pointer;
    line-height: 30px;
}

.labels {
     color: white;
     background-color: red;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 10px;
     text-align: center;
     width: 10px;     
     white-space: nowrap;
   }

@media only screen and  (max-width: 820px) {
div.jqmDialog {
    bottom: 0;
    height: 100% !important;
    left: 0;
    margin: 0 !important;
    min-height: 820px;
    overflow: hidden !important;
    padding: 0 !important;
    /*position: relative;*/
    right: 0;
    top: 0;
    width: 100% !important;
    z-index: 99999;
}

div.jqmdBC {
    background-color: #FFFFFF;
    height: 100% !important;
    overflow: visible;
    padding: 7px;
}
div.jqmdBL {
    background-color: #FFFFFF;
    height: 100% !important;
    overflow: visible;
    padding: 7px;
}
div.jqmdMSG {
	height: 100% !important;
	overflow: visible;
}

.jqmdMSG .left-50 {
	display: none;	
}

.jqmdMSG .right-50 {
	width: 100%;
	float: right;	
}

.property-search-item, div.search_item {
    width: 98% !important;
}

  .box .sticky {
    width: 100%;
    left: 0;
} 

}

