img.propertyMain {
	padding: 6px;
	background-color: #FFF;
	-moz-box-shadow: 3px 3px 6px #BBB;
 	-webkit-box-shadow: 3px 3px 6px #BBB;
 	box-shadow: 3px 3px 3px #BBB;
}

#propertySummary {
	padding-left: 20px;
}

.thumbTable {
	margin-bottom: 10px;
}

.rightImage {
	margin: 0px 0px 20px 20px;
}

.detailTable td {
	padding-bottom: 4px;
	padding-right: 10px;
}

.priceContainer {
	max-height: 220px;
	overflow: auto;
	margin-bottom: 15px;
}

table.pricing {
	width: 100%;
	border-collapse: collapse;
	background-color: rgba(255,255,255,0.3);
}

table.pricing th {
	padding: 8px;
	background: rgba(60, 60, 60, 0.6);
	color: #FFF;
}

table.pricing tr {
	vertical-align: top;
	border-bottom: solid 1px #DDD;
}

table.pricing td {
	padding: 8px;
}

/* ----- Check Availability Button ----- */

a.checkAvail {
 display: block;
 width: 180px;
 height: 25px;
 background: url(../images/ChkAvailBtn.png) 0px 0px no-repeat;
 cursor: pointer;
 padding: 19px 0px 0px 80px;
 font-size: inherit;
 font-weight: bold;
 letter-spacing: .05em;
 color: #605941;
 text-decoration: none;
 margin-bottom: 5px;
}

a.checkAvail:hover {
 background: url(../images/ChkAvailBtn.png) -260px 0px no-repeat;
}

a.checkAvail:visited {
 color: #605941;
 text-decoration: none;
}

a.checkAvail:visited:hover {
 background: url(../images/ChkAvailBtn.png) -260px 0px no-repeat;
}

/* ----- END Check Availability Button ----- */

/* ----- Tell a Friend Button ----- */

a.tellFriend {
 display: block;
 width: 180px;
 height: 24px;
 background: url(../images/tellFriendBtn.png) 0px 0px no-repeat;
 cursor: pointer;
 padding: 6px 0px 0px 80px;
 font-size: inherit;
 font-weight: bold;
 letter-spacing: .05em;
 color: #605941;
 text-decoration: none;
}

a.tellFriend:hover {
 background: url(../images/tellFriendBtn.png) -260px 0px no-repeat;
}

a.tellFriend:visited {
 color: #605941;
 text-decoration: none;
}

a.tellFriend:visited:hover {
 background: url(../images/tellFriendBtn.png) -260px 0px no-repeat;
}

/* ----- END Tell a Friend Button ----- */

.rightContainer {
	float: right;
	margin-bottom: 10px;
}

