#propinfo {
}

#propmap {
	width:350px;
	height:350px;
	border: 1px solid black;
	margin-top:0;
	margin-bottom: 0;
}

#mapright {
	width: 350px;
	float: left;
	margin-top: 0;
}

#propcollateral {
	float:right;
	width:350px;
	text-wrap: normal;
	margin-left: 15px;
}

#propcollateral #galleria {
	margin-bottom: 1em;
}

#propcollateral p:first-of-type {
	margin-top: 0;
}

#propcollateral a {
    text-decoration: none;
    /*
	xpadding-left: 0.4em;
    xpadding-right: 0.4em;
	*/
}

#propcollateral p#getdirections {
    width: 350px;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
	padding-right: 2px;
    margin-top: 0;
    background-color: #e4effc;
}

#propcollateral a:hover {
    background-color: #003471;
    color: white;
}

#propamenities {
/*    margin-bottom: 10px;
    margin-right: 30px;*/
/*    float:left;
    width:300px;*/
    /* height: fit-content; */
}

#propamenities dl {
}

#propamenities dt {
    display: list-item;
    list-style-type: disc;
    margin-left: 2em;	/* room for the disc */
}

/* kludge to hide amenities links */
#propamenities a {
	display: none;
}

/* This rule is read by Galleria to define the gallery height: */
#galleria{
    width: 350px;
    height: 365px;
    background: #e4effc;
}

/* This rule is read by Galleria to define the gallery height: */
#areagalleria {
    width: 500px;
    height: 365px;
    background: white;
	margin: 0 auto;			/* center */
}

/* new 2016 */
p#propinfolabel {
	font-weight: 600;
	margin-top: 0;
}

section#propdetails {
	float: left;
	max-width: 360px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0.5em;
	white-space: nowrap;
}

section#propdetails > div.propdetailitem {
	display: inline-block;
	text-align: center;
	padding: 0 4px;
	font-size: 80%;
	color: darkgray;
	min-width: 75px;
}

section#propdetails > div > img {
	display: block;
	margin: 0 auto;
}

#propinfo.clipped {
	max-height: 350px;
	overflow-y: hidden;
	position: relative;
}

#propinfo.clipped:after{
    background-image: linear-gradient( to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    position: absolute;
    bottom: 0;
	width: 100%;
    height: 3em;
    content: '';
}

.more {
	font-weight: 600;
	font-size: 80%;
}


/*
    Created on : 19/05/2014, 11:53:28 AM
    Author     : larry
*/

/* plan your stay */
.sectionhead {
    width: 100%;
    text-align: center;
}

#enhancedlistings,
#elist,
#mustsee {
    /* height: 215px; */
	min-height: 238px;	/* so it does not bounce on short listings */
    width: 100%;	 /* 680px; */
    padding-top: 5px;
    padding-bottom:5px;
    text-align: center;
	margin-bottom: 10px;
}

#enhancedlistings,
#elist {
    border-bottom: 1px solid #CCC;
}

script + #elist {
	border-top: 1px solid #CCC;
}

/* kludge for both */
#enhancedlistings {
	margin-bottom: 0;
}

.verticalenhancedlisting {
	float: left;
	width: 220px;
	height: auto;
	padding-right: 20px;
}

.verticalenhancedlisting:first-of-type {
	padding-left: 10px;
}

.verticalenhancedlisting:last-of-type {
	padding-right: 0;
}

/* kludge until we can make the list longer via CSS */
#elist {
	overflow: hidden;
}

div.vertfeature {
 visibility: visible;
 line-height: 1.5em;
 font-size: 0.775em;		/* odd to match what we used to get from DFP */
 font-family: 'Open-Sans', sans-serif;
 text-align: left;
}

div.vertfeature p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
}

div.vertfeature a {
 text-decoration: none;
 font-weight: 700;
 color: #063A7D;
 text-transform: uppercase;
}

div.vertfeature img {
 border: 0;
}

div.vertfeature img.bigpic {
 border: 1px solid black;
 width: 214px;
 height: 107px;
 /* margin-bottom: 0.5em; */
}

div.vertfeature .AdTitle {
 font-weight: 700;
 text-transform: uppercase;
}

div.vertfeature a.telno {
 text-decoration: none;
 font-weight: normal;
 color: black;
}

div#ibPOI a.soc,
div.vertfeature a.soc {
 text-decoration: none;
 font-weight: normal;
 color: black;
 float: right;
 position: relative;
 padding-right: 4px;
 bottom: 4px;
 /* raise the icons off the floor for windows browsers that have a slightly
  * slightly taller concept of font-size using em's
  */
}

div.vertfeature a.soc.first {
 padding-right: 0;
}

.enhbutton {
	display: block;
	cursor: pointer;
	visibility:hidden;
	font-weight: normal;
}

.enhbtntxt {
	position: relative;
    top: -0.13em;
    text-transform: uppercase;
    font-size: 80%;
}

#elisthead {
	border-top: 1px solid #CCC;
	padding-top: 0.25em;
	padding-bottom: 0.5em;
}

#enhpageleft {
	float: left;
}

#enhpagecenter {
	text-transform: uppercase;
}

#enhpageright {
	float: right;
}

/* query form */
#searchlistings {
	width: 100%;
	background-color: #0092CD;
	height: 40px;
}

#searchlistings > span {
	display: inline-block;
	margin: 8px;
	height: 24px;
	background-color: white;
	border-radius: 3px;
	vertical-align: middle;
}

#searchlistings > span > label {
	vertical-align: middle;
}

#searchlistings > span > label > img {
	height: 20px;
	width: 20px;
	margin: 2px;
}

#searchlistings input[type="text"] {
	border: 0;
	vertical-align: text-top;
}

span#spsearcharea {
	width: 250px;
}

span#spsearchkeys {
	width: 275px;
}

span#spsearchkeys:first-child {
	margin-left: 275px;
}

span#spsearchbttn {
	width: 100px;
	float: right;
}

#areasearch {
	width: 220px;
	position: relative;
	top: -3px;
}

select#areasearch {
	top: -6px;
	border: 0;
	background-color: transparent;
}

body.mobile #areasearch {
	width: 210px;
}

#keysearch {
	width: 240px;
	position: relative;
	top: -3px;
}

button#searchgo {
	width: 100px;
	height: 24px;
	background-color: white;
	border: 0;
	border-radius: 3px;
	color: grey;
}

/* result listing */
#searchspinner {
	padding-left: 80px;
	padding-top: 20px;
	height: 80px;
	position: absolute;
	z-index: 101;
}

#nosearchresults {
	display: none;
}

/* removed 2017-Mar */
/*
#placeresults {
	margin-bottom: 1.0em;
}
*/

body.mobile .verticalenhancedlisting:first-of-type {
	padding-left: 5px;
}

/* listings and map stuff here */
#pyslist {
	position: relative;
	float:left;
	margin-right: 0;
	width:269px;
	min-height: 450px;					/* change 2017-Mar */
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #ccc;
}

body.mobile #pyslist {
	width: 259px;
}

#pyslist > section#searchresults {
	min-height: 393px;					/* change 2017-Mar */
	/*overflow-y: scroll;*/
	padding: 5px;
	/*position: relative;*/
}

#placeresults dt {
	/*border-top: 1px solid lightgray;*/
	/*margin-top: 0.25em;*/
	margin-left: 2em;
	text-indent: -2em;
	padding-top: 3px;
}

#pyslist dd {
	font-size: 0.8em;
	margin-left: 2em;
	padding-bottom: 3px;
	border-bottom: 1px solid lightgrey;
}

#pyslist dd:last-of-type {
	border-bottom: 0;
}

#pyslist a, #enhitems a {
    text-decoration: none;
	/*text-transform: uppercase;*/
}

#pyslist a:hover,
#enhitems a:hover {
    background-color: #003471;
    color: white;
	cursor: pointer;
}

.placeresultname {
	font-weight: 600;
}


#pyslist > section#searchfooter {
	border-top: 1px solid #ccc;
	font-size: 85%;
	/*height: 36px;*/
	width:calc(100% - 20px);
	text-align: right;
	padding: 5px 10px;
/*	position: absolute;
	bottom: 0;*/
}

#searchfooter a {
    padding-left: 5px;
    padding-right: 5px;
	border: 1px solid green;
	border-radius: 3px;
}

#searchcredit {
	font-size: 0.65em;
	font-style: italic;
	text-align: center;
	float: left;
	display: inline-block;
}



#pysmap {
	float: left;
	width: 458px;
	height: 450px;
	min-height:450px;
	border: 0;
	margin-bottom:10px;
	position: relative;
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
}

body.mobile #pysmap {
	width: 448px;
}

/*
#pyslist p,
#pysmapdiv p {
	margin-top: 0;
	margin-bottom: 5px;
}

#pyslist a {
    color: inherit;
    padding-left: 5px;
    padding-right: 5px;
}

#pyslist #searchcredit {
	font-size: 0.65em;
	font-style: italic;
	text-align: center;
}

#pyslist a, #enhitems a {
    text-decoration: none;
	text-transform: uppercase;
}

#pyslist a:hover,
#enhitems a:hover {
    background-color: #003471;
    color: white;
	cursor: pointer;
}
#enhitems a.nohover:hover {
	background-color: initial;
	color: initial;
}

*/

/* enhancment to google info window styles */
.gm-style-iw {
	white-space: nowrap;
}

#pysmapdiv fieldset {
	margin: 0;
	border: 1px solid black;
	/*border-bottom: none; */
}

#pysmap p {
	position: relative;
	top: auto;
	width: auto;
	text-align: left;
	white-space: normal;
	font-style: italic;
}

#enhitems a {
    color: inherit;
	padding: 0;
}

#enhitems p {
	margin: 0;
}

/* map infowindow styles */
.ibPOI {
	overflow: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
}

.ibPOIName {
	display: block;
	font-weight: 700;
}

.ibPOIDesc {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 0.5em;
}

.ibPOIAddress {
	display: block;
	font-size: 0.9em;
}

.ibPOIPhone,
.ibPOIWeb {
	display: block;
	font-size: 0.9em;
	margin-top: 0.25em;
}

.ibPOIPhone a,
.ibPOIWeb a {
	overflow-style: move;
}

#pyslist p,
#pysmapdiv p {
	margin-top: 0;
	margin-bottom: 5px;
}

.placeresultname {
	font-weight: 600;
}

/* enhancment to google info window styles */
.gm-style-iw {
	white-space: nowrap;
}

#pysmapdiv fieldset {
	margin: 0;
	border: 1px solid black;
	border-bottom: none;
}

#searchtitle {
	text-transform: uppercase;
}




#enhitems a {
    color: inherit;
	padding: 0;
}

#enhitems p {
	margin: 0;
}

.pysPreviewMap {
	float:left;
	width: 398px;
	height:448px;
	border: 1px solid black;
	margin-bottom:10px;
	position: relative;
}

/* map infowindow styles */
#ibPOI {
	overflow: visible;
	line-height: normal;
	margin: 0;
	padding: 0;
}

#ibPOIName {
	display: block;
	font-weight: 700;
}

.ibPOIDesc {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 0.5em;
}

#ibPOIAddress {
	display: block;
	font-size: 0.9em;
}

.ibPOIPhone,
.ibPOIWeb {
	display: block;
	font-size: 0.9em;
	margin-top: 0.25em;
}

.ibPOIPhone a,
.ibPOIWeb a {
	overflow-style: move;
}


