#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%;
}

