/*
	chris bovard
	www.360mexico.org
	360 Mexico
	Oct. 20, 2011
*/

/*
	Global CSS
*/
/*classes--------------------------------------------------------------*/
.hide {display:none;}
/*dev classes*/
.div {border: 1px red solid;}
/*---------------------------------------------------------------------*/
/*
	Typography CSS
*/
body,ul,ol,p,a {color:#666;font-size:12px;font-family:Helvetica, Arial, sans-serif;}

/*content area styles*/
#content ul,
#content ol {
	color:#666;
	line-height:140%;
	list-style:inside;
	margin: 8px 10px 8px 25px;
}
#content ol {list-style:decimal inside;}
#content ul li,
#content ol li {
	font-size:12px;
	color:#666;
	line-height: 130%;
	margin:8px 0
}
#content em {font-style:italic;}
#content li {list-style:inside;}
#content p {
	margin: 4px 0 14px 0;
	font-size:12px;
	color:#666;
	line-height:140%;
}
strong {
	font-size:12px;
	color:#666;
	font-weight:bold;
}
#content td {
	font-size:12px;
	color:#666;	
}
#content td a {font-size:12px;}
/*---------------*/
/*headers--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
	color:#009933;
	text-transform:uppercase;
}
strong {font-weight:bold;}
h1 {font-size:45px;}
h2 {font-size:24px;}
h3 {font-size:22px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:16px;}
/*Anchors--------------------------------------------------------------*/
/*keep these in this order (L.V.H.A.)*/
a {
    font-size:12px;
    color:#187E98;
    text-decoration:underline;
}
a:link {color:#187E98;}
a:visited {color:#187E98;}
a:hover {color:#187E98;text-decoration:none;}
a:active {color:#187E98;}
/* ----------------------------------------------------------------------*/
/*
	Structure CSS
*/
/*html, body, structure--------------------------------------------------*/
html, body {height:100%;}
body {background:#fff;}
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*header-----------------------------------------------------------------*/
#header {
    width:960px;
    height:158px;
    margin:0 auto;
    clear:both;
    position:relative;
	margin-bottom:10px;
}
#header h1, #header h1 a {
    width:803px;
    height:119px;
    display:block;	
}
#header h1 {
    position:absolute;
    top:0px;
    left:0px;
    text-decoration:none;
    text-indent:-9999px;
    background:transparent url(../images/logo.jpg) no-repeat center center;
}
#book-online {
	width:90px;
	height:100px;
    position:absolute;
    top:7px;
    right:5px;	
}
#book-online p {
	color:#B1AEAE;
	font-size:13px;
	text-align:center;
	font-weight:bold;
}
#book-online p a {
	color: #008EB8;
	font-size:13px;
}
#book-online p.login-area a {font-size:16px;}
#navigation {
    width:960px;
    height:36px;	
    position:absolute;
    bottom:0px;
    left:0px;
	background-color:#000;
}
#navigation ul {
	width:960px;
	height:36px;
}
#navigation li {
	height:36px;
	border-right:2px solid #52a663;
	display:inline;
	float:left;
	padding:0;
	margin:0;
}
#navigation li.last {border-right:none;}
#navigation a {
	color:#d6d7d6;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:29px;
	padding:7px 13px 0 13px;
}
#navigation a:hover {
	height:27px;
	padding:9px 15px 0 15px;	
	background-color:#293031;
}
/*header ends------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*main - content---------------------------------------------------------*/
#main {
    width:960px;
    min-height:280px;
    margin:0 auto;
    clear:both;
	/*background:transparent url(../images/main-bg.png) repeat-y center center;
	border-top:1px #efebef solid;*/
	margin-bottom:5px;
}
#main-bottom {
	width:960px;
	height:10px;
	background:transparent url(../images/bottom-bg.png) no-repeat center center;
	clear:both;
}
#content {
    width:748px;   
    min-height:280px;
	padding:10px 31px 20px 31px;
	float:right;
	background:transparent url(../images/main-sub-bg.png) repeat-y center center;
}
/*
#index #content {
	width:898px;
	background:transparent url(../images/main-bg.png) repeat-y center center;
	float:none;
	padding:10px 31px 20px 31px;
}
*/
/*sidebar*/
#sidebar {
	width:150px;
	min-height:250px;
	float:left;
}
#block-menu-menu-useroptions {
	padding-bottom:10px;
	border-bottom:1px #c6beb5 solid;
}
#block-menu-menu-useroptions h3 {
	font-size:15px;
	font-weight:bold;
}
#block-menu-menu-useroptions ul {
	margin:6px 0 0 0;
	padding:0;
}
#block-menu-menu-useroptions ul li {margin:0 0 8px 0;}
#block-menu-menu-useroptions a {
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#block-menu-menu-useroptions a:hover {text-decoration:underline;}
/*side bar nav*/
    #subnav ul {
      margin-top: 2.5em;
      list-style: none;
      padding-bottom: 1em;}
      #subnav ul li {
        margin-bottom: 0.6em;
        line-height: 1.2em; }
        #subnav ul li ul {
          display: none;
          background: none; }
        #subnav ul li a,
		#sidebar-promos ul li a {
		  font-size:16px;
		  color:#000;
		  font-weight:bold;
          text-decoration: none;
		  color:#000;
		  }
		  #subnav ul li a span {font-size:16px;}
          #subnav ul li a:hover,
		  #sidebar-promos ul li a:hover {
            text-decoration: underline; }
		#sidebar-promos li h4 {
			font-size:14px;
		}
        #subnav ul li.nav-tours-by-interest {
          font-weight: bold;
          padding-top: 1.5em;
          margin-top: 1.5em;
          margin-bottom: 0; }
          #subnav ul li.nav-tours-by-interest a {
            font-weight: normal; }
          #subnav ul li.nav-tours-by-interest ul {
            margin-top: 0.6em; }
        #subnav ul li.nav-inspire-me {}
          #subnav ul li.nav-inspire-me span {
            display: none; }
          #subnav ul li.nav-inspire-me ul {
            margin-top: 0;
            padding-top: 2em;
            padding-bottom: 0.1em !important; }
           #subnav ul li.nav-inspire-me ul li a {
              padding-left: 22px; }
              #subnav ul li.nav-inspire-me ul li a span {
                display: inline; }
        #subnav ul li.nav-our-company {
          font-weight: bold; }
          #subnav ul li.nav-our-company a {
            font-weight: normal; }
          #subnav ul li.nav-our-company ul {
            margin-top: 0.6em; }
        #subnav ul li.nav-about-puerto-vallarta, #main #subnav ul li.nav-about-cabo {
          font-weight: bold;
          padding-top: 2em;
          margin-top: 0.8em; }
          #subnav ul li.nav-about-puerto-vallarta a,           #main #subnav ul li.nav-about-cabo a {
            font-weight: normal; }
          #subnav ul li.nav-about-puerto-vallarta ul,           #main #subnav ul li.nav-about-cabo ul {
            margin-top: 0.6em; }
        #subnav ul li.current a {
          font-weight: bold; }
        #subnav ul li.current ul {
          font-size: 90%;
          display: block;
          margin-left: 1em;
          margin-top: 0.6em;
          padding-bottom: 0; }
          #subnav ul li.current ul a {
            font-weight: normal; }
        #subnav ul li.child-current ul, #main #subnav ul li.child-current .child-current ul {
          font-size: 90%;
          display: block;
          margin-left: 1em;
          margin-top: 0.6em;
          padding-bottom: 0; }
        #subnav ul li.nav-folder ul {
          font-size: 100%;
          display: block;
          margin-left: 0;
          padding-bottom: 0em; }
         #subnav ul li.nav-folder ul ul {
            display: none; }
          #subnav ul li.nav-folder ul .current ul {
            font-size: 90%;
            display: block;
            margin-left: 1em;
            margin-top: 0.6em;
            padding-bottom: 0; }
    #subnav #sidebar-promos {
      margin-top: 2em; }
      #subnav #sidebar-promos img {
        margin-top: 5px; }


/*--------------------------------------------------*/

/*nodes*/
.field-field-premium-images {
	padding-bottom:10px;
	clear:both;
	border-bottom:1px solid #e7e3e7;
}
.field-field-featured-images .field-item,
.field-field-premium-images .field-item,
.field-field-basic-images .field-item,
.field-field-standard-images .field-item {
	float: left;
    height: auto;
    margin: 0 10px 8px 0;
    min-height: 205px;
    width: 150px;
}
.field-field-bedrooms {
	padding-top:6px;
	margin-top:8px;
	border-top:1px solid #e7e3e7;
	clear:both;
}
.field-field-month-rate {
	margin-bottom:16px;
	border-bottom:1px solid #e7e3e7;
	padding-bottom:8px;
}
/*views*/
#content .view-id-uc_products {
	margin-top:2px;
}
#content .view-id-uc_products .views-field-title span {
	font-size:14px;
	color:#009933;
	text-transform:uppercase;
	font-weight:bold;
}
#content .view-id-uc_products .views-field-sell-price span span {
	font-weight:bold;	
}
#content .view-id-uc_products .views-field-buyitnowbutton {margin-top:10px;clear:both;}
#content .view-id-uc_products .views-row {
	padding:16px;
	border-bottom:1px solid #b5b6b5;
}
#content .view-id-uc_products .views-row-last {border:none;}
#content .view-id-uc_products .view-footer {
	padding:16px;
	border-top:1px solid #b5b6b5;	
}
.view-search-page .views-row,
.view-listing-page .views-row
/*,.view-featured-rental-page .views-row,
.view-featured-page .views-row */
{
	height:180px;
	background:transparent url(../images/listings-bg.png) repeat-x left bottom;
	border:1px solid #b5b6b5;
	clear:both;
	margin:30px 0;
	position:relative;
}
.view-featured-rental-page .views-row,
.view-featured-page .views-row{
	border: 2px solid #162757;
	height:180px;
	width:746px;
	background:transparent url(../images/listings-bg.png) repeat-x left bottom;
	clear:both;
	margin:30px 0;
	position:relative;
}
.views-row.featured_rental,
.view-featured-page .views-row{
	border: 1px solid #162757;
	height:180px;
	background:transparent url(../images/listings-bg.png) repeat-x left bottom;
	clear:both;
	margin:30px 0;
	position:relative;
}

.view-search-page .views-field-field-featured-images-fid,
.view-search-page .views-field-field-premium-images-fid,
.view-search-page .views-field-field-standard-images-fid,
.view-search-page .views-field-field-basic-images-fid,

.view-featured-rental-page  .views-field-field-featured-images-fid,
.view-listing-page .views-field-field-premium-images-fid,
.view-listing-page .views-field-field-standard-images-fid,
.view-listing-page .views-field-field-basic-images-fid,
.view-featured-page .views-field-field-premium-images-fid,
.view-featured-page .views-field-field-standard-images-fid,
.view-featured-page .views-field-field-basic-images-fid {
	width:136px;
	height:180px;
	float:left;
}

.view-listing-page .views-field-title,
.view-listing-page .views-field-body,
.view-featured-page .views-field-title,
.view-featured-page .views-field-body {
	float:right;
	width:580px;
	padding-right:10px;
}

.view-search-page .views-field-title,
.view-featured-rental-page .views-field-title,
.view-featured-page .views-field-title{
}
.view-listing-page .views-field-title {}

.view-search-page .views-field-title h3 a,
.view-featured-rental-page  .views-field-title h3 a,
.view-listing-page .views-field-title h3 a,
.view-featured-page .views-field-title h3 a {
    color:#333;
	font-size:18px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

#content .views-field-body p {
	margin:0 0 10px;
}
.views-field-view-node {
	width:116px;
	height:31px;
	position:absolute;
	bottom:10px;
	right:10px;
}
.views-field-view-node a, .learn-more a, a.learn-more{
	display:block;
	text-indent:-9999px;
	width:116px;
	height:31px;

	background:transparent url(../images/learn-more.png) no-repeat center center;
}
.views-field-nothing a.learn-more{
	margin-top:20px;
}
.views-field-nothing a{
	display:block;
	float:left;
	margin-right:20px;
}
/*front page featured*/
#front-page-featured {
	clear:both;
	margin-top:10px;
	padding-top:4px;
	border-top:1px solid #e7e3e7
}
#front-page-featured .views-row {
	width:150px;
	height:150px;
	float:left;
	margin:0 10px 8px 0;
}
/*pager*/
#pager {
	height:30px;
	clear:both;
	padding-top:14px;
	margin:10px 0;
}
#pager ul {margin:0;}
#pager li {
    border:1px solid #fff;
    color:#fff;
    font-size:12px;
    margin:0;
}
#pager li a {
    color:#fe3b31;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}
#pager li a:hover {
    text-decoration:underline;
}

/*Messages*/
.js #messages-container {
  display: none;
}
#messages-container {
  position: absolute;
  width: 100%;
  z-index: 999;
}
#messages-container {
  position: absolute;
  width: 100%;
}
#messages {
  border: 12px solid #000;
  border-top: none;
  padding: 1em;
  margin: 0 auto;
  width: 300px;
  color:#5F5B47;
  font-size:13px;
  font-weight:bold;
  background-color:#F3F3E9;
  text-align: left;
  opacity: 0.95;
  filter: "alpha(opacity=95)";
  filter: alpha(opacity=95);
}
#messages div, #messages em {
  border: none !important;
  color:#5F5B47;
  font-size:13px;
  font-weight:bold;
}
#messages em {font-style:italic;}
#messages ul {
  margin:0;
  color:#B32E08;
  font-size:11px;
  list-style:none;
}
.messages a {
  font-weight: normal;
  color: #008EB8;
  font-size:13px;
}
a.message-close { 
  display: block; 
  text-align: right; 
  font-weight: bold;
  color: #008EB8;
  font-size:13px;
}
/*tabs*/
#tabs {
    background:transparent url(../images/divider-sm.png) no-repeat left bottom;
    padding-bottom:1px;	
    clear:both;
}
#tabs a {
    display:block;
    height:13px;
    width:auto;
    padding:8px 7px 9px 7px;
    color:#fff;
    text-shadow: 1px 2px 1px rgba(0,0,0,.4);
    font-size:11px;
	font-family:Arial, sans-serif;
	font-weight:bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
	border:none;
    background-color: #008EB8;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
}
#tabs .secondary a {
    display:block;
    height:11px;
    width:auto;
    padding:8px 7px 9px 7px;
    color:#fff;
    text-shadow: 1px 2px 1px rgba(0,0,0,.4);
    font-size:11px;
	font-family:Arial, sans-serif;
	font-weight:bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
	border:none;
    background-color: #008EB8;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	text-transform:capitalize;
}
#tabs a.active,
#tabs a:hover {
    background-color:#009933;
    border-bottom:none;
    padding-bottom:9px;
}
#tabs .tabs {
    height:30px;
    width:538px;
    list-style: none;
    margin:0;
    padding:0;
    clear:both;
}
#tabs .secondary {
	background:transparent url(../images/divider-sm.png) no-repeat left top;
    height:30px;
    width:538px;
    list-style: none;
    margin:0;
    padding:0;
    clear:both;
	border-bottom:none;
	clear: both;
	padding:10px 0;
}
#tabs .tabs li  {
    float: left;
    margin: 0 3px 0 0;
	line-height:normal;
	list-style:none;
}
#tabs .tabs {border:none;}
.tabs:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
/*main - content ends----------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*footer-----------------------------------------------------------------*/
#footer {
    width:940px;
    min-height:190px;
    margin:0 auto;
    clear:both; 
	background:transparent url(../images/footer-bg.png)center top repeat-x;
}
.footer-boxes {
	float:left;
}

.footer-boxes p {
	color:#333;
	font-size:11px;	
	clear:both;
}

.footer-boxes ul {
	list-style:none;
	clear:both;
}
.footer-boxes h5 {
	color:#333;
	font-weight:bold;
	font-size:11px;	
	text-transform:capitalize;
	clear:both;
}
.footer-boxes ul li {margin-bottom:4px;}
.footer-boxes ul a,
.footer-boxes ul p {
	color:#666;
	font-size:11px;
	text-decoration:none;
}

.footer-boxes ul a:hover {
	text-decoration:underline;
}
#footer-box-1 {
	width:335px;
	min-height:100px;
	border-right: 1px solid #E1DEDA;
	padding-top:8px;
}
#footer-box-1 .box-1-image {
	width:119px;
	height:90px;
	float:left;	
	margin-right:18px;
}
/*#footer-box-1 .image-link {
	width:119px;
	height:90px;
	float:left;
}*/
#footer-box-1 .box-1-text {
	width:188px;
	min-height:90px;
	float:left;	
	padding-right:8px;
}
#footer-box-1 h4 {
	/*width:180px;
	display:block;
	margin-bottom:4px;
	float:right;*/
	line-height:74%;
}
#footer-box-1 h4 a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	clear:both;
	text-transform:capitalize
}
#footer-box-1 h4 a:hover {text-decoration:underline;}
#footer-nav-1, #footer-nav-2 {
	width:180px;
	min-height:100px;
	border-right: 1px solid #E1DEDA;
	padding:10px;	
}
#footer-contact {
	width:180px;
	min-height:100px;
	padding:10px;	
}
#footer-contact ul {margin-bottom:10px;}
#footer-contact a {
	color:#187E98;
	font-size:11px;
	text-decoration:none;	
}
#footer-contact a:hover {text-decoration:underline;}
#footer-contact #twitter {
	display:block;
	width:76px;
	height:33px;
	background:transparent url(../images/twitter.png)center center no-repeat;
	text-indent:-9999px;
}

#footer-nav-main {
	width:940px;
	min-height:20px;
	clear:both;
	padding-top:34px;
	margin-bottom:5px;
}
#footer-nav-main ul,
#footer-nav-main li {
	list-style:none;
	margin:0;
	padding:0	
}
#footer-nav-main li {
	margin-right:5px;
	padding-right:5px;
	border-right:1px #c6beb5 solid;
	display:inline;
	float:left;
	color:#999;
	font-size:10px;
}
#footer-nav-main li.copyright p {
	color:#999;
	font-size:10px;
}
#footer-nav-main li.network-twitter {margin-top:-10px;}
#footer-nav-main li.network-twitter,
#footer-nav-main li.last {border-right:none;}
#footer-nav-main li a {
	color:#999;
	font-size:10px;
	text-decoration:none;
}
#footer-nav-main li a:hover {text-decoration:underline;}

#footer-nav-main .supplementary-text {
	clear:both;
	margin-top:70px;
}
#footer-nav-main .supplementary-text p {line-height:160%;}
#footer-nav-main .supplementary-text p,
#footer-nav-main .supplementary-text a {
	font-size:11px;
	color:#999;
}
#footer-nav-main .supplementary-text a {color:#666}
/*footer ends------------------------------------------------------------*/

/*-----------------------------------------------------------------------*/
.view-search-page .views-field-field-premium-images-fid,
.view-search-page .views-field-field-standard-images-fid,
.view-search-page .views-field-field-basic-images-fid,
.view-search-page .views-field-field-featured-images-fid,
.view-search-page .views-field-field-featured-images-fid,
.view-listing-page .views-field-field-premium-images-fid,
.view-listing-page .views-field-field-standard-images-fid,
.view-listing-page .views-field-field-basic-images-fid,
.views-field-field-featured-images-fid{
	width:136px;
	height:180px;
	float:left;
}
.view-search-page .views-field-title,
.view-listing-page .views-field-title,
.view-featured-rental-page  .views-field-title{
	float:right;
	width:600px;
	padding-right:10px;
}

.view-search-page .views-field-body,
.view-listing-page .views-field-body,
.view-featured-rental-page  .views-field-body,
.views-field-field-virtual-tour-link-url{
	float:left;
	width:400px;
	padding-right:10px;
}
.views-field-field-virtual-tour-link-url{
	height:30px;
}
.views-field-field-featured-rental-properties-value{
	  border-left: 1px dotted #B7B7B7;
    font-size: 85%;
    height: 130px;
    padding-left: 14px;
    right: 18px;
    top: 25px;
    width: 170px;
		float:right;
}
.views-field-field-featured-rental-properties-value ul,
.views-field-field-featured-rental-properties-value ul li,
.views-field-field-featured-rental-properties-value ol,
.views-field-field-featured-rental-properties-value ol li{
	margin:0 0 !important;
}
.view-search-page .views-field-view-node,
.view-listing-page  .views-field-view-node,
.view-featured-rental-page .views-field-view-node{
	width:116px;
	height:31px;
	position:relative;
	bottom:0;
	left:0;
	right:auto;
	float:left;
	width:400px;
	padding-right:10px;
}

.view-search-page .views-field-nothing,
.view-featured-rental-page .views-field-nothing {
	width:116px;
	position:relative;
	bottom:0;
	left:0;
	right:auto;
	float:left;
	width:400px;
	padding-right:10px;
}
#content #gallery ul,
#content #gallery ul li{
	list-style:none;
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.field-field-featured-images{

}

  #gallery {
    padding: 0 30px;
		margin:0 auto;
    
  }
#gallery .ad-nav,
#gallery .ad-nav *{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.clear-both{
	clear:both;
}
.print-link{
	margin-right:0;
	text-align:right;
}
.field-type-link{
	margin:10px 0;
}
h4.email-inquiry{
	padding-top:10px;
}

#content .view-header p{
	margin:0 0 5px 0;
	padding:0 0 0 0;
	font-size:17px;
}
img.img-small{
	
}

h2.page-title{
	height:26px;
}
.node h2.page-title{
	float:left;
	width:580px;
}
.print-link{
	float:right;
	width:160px;
	height:26px;
	padding-bottom:0;
}
#featured-rentals h2.page-title{
	height:auto;
}
#featured-rentals #content{
	padding-top:0;
}
.text-center{
	 text-align:center;
}
.link-image{
	margin-right:20px;
}
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}	
	
.field-type-text{
	width:50%;
	float:left;
	margin-top:10px;
}
.field-type-text.field-field-basic-description,
.field-type-text.field-field-bedrooms{
	width:100%;
}
.field-field-featured-rental-properties{
	border-top:1px solid #333333;
	width:100%;

	clear:both;
	padding-top:10px;
	margin-top:0;
	border-bottom:1px solid #333333;
}
.field-type-text .field-label{
    font-size: 22px;
    color: #009933;
    font-weight: normal;
    text-transform: uppercase;
}
.field-type-text .field-items .field-item{
	background:url(../images/leaf.gif) no-repeat;
	margin:5px 0 5px 0;
	padding-left:20px;
}

.field-field-featured-rental-properties  .field-items .field-item{
	background:none;
	padding:0 0;
}
.location-locations-header{
	border-top:1px solid #333333;
	
	padding-top:9px;
		width:100%;
		margin-top:10px;

	clear:both;
	float:left;
}
.location-locations-wrapper{
	clear:both;
}
#block-views--exp-search_page-page_1{
	/*background: url("../images/sidebar-bg-blue.png") repeat-x scroll left top #DDDDDD;
    border: 1px solid #D1D1D1;
	*/
    border-bottom: 1px solid #D1D1D1;
}
#block-views--exp-search_page-page_1 label{
	font-size:12px;
	font-weight:normal;
	
}
#edit-field-night-rate-value-max-wrapper, #edit-field-night-rate-value-min-wrapper{
	float:left;
}
#edit-field-night-rate-value-max-wrapper select,
#edit-field-night-rate-value-min-wrapper select{
	width:65px;
}
#edit-field-night-rate-value-max-wrapper{
	display:inline;
}
.views-exposed-widget label,
#edit-field-night-rate-value-max-wrapper label{
	display:inline;
}
#edit-field-bedrooms-value{
	width:116px;
}
.views-exposed-form .views-exposed-widget {
    float: left;
    padding: 0.5em 0 0 0;
}

.certified-rental{
	display:none;
}
.view-listing-page .views-row .virtual_tour_link_url{
	display:none;
}
.view-listing-page .views-row.featured_rental .virtual_tour_link_url{
	display:block;
}

.certified-rental.Certified.rental{
	display:block;
}
.bold{
	font-weight:bold;
}

#sidebar-promos ul li h4 a{
color: #009933 !important;
}