/*----------------------------------------------------------------------
FOUNDATION FOR GRID VIEW (MOST GET OVERRIDDEN)
----------------------------------------------------------------------*/
.boxHolder {
    width: auto; height: 226px;
    max-width: 960px;
    padding: 0px;
    position: relative;
    white-space: nowrap;
    }
.boxHolder .boxes {
    top: 39px;
    text-align: center;
    width: 22%; height: auto;
    position: absolute;
    }
.boxHolder .left { left: 0px; }
.boxHolder .right { right: 0px; }
.boxHolder .center1 { left: 50%; margin-left: -24%; }
.boxHolder .center2 { right: 50%; margin-right: -24%; }

.boxHolder .boxTitle {
    font-size: 12pt; line-height: 12pt;
    color: #CCC; font-weight: bold;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.7);
    width: 100%; height: auto;
    position: absolute;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    }
.boxHolder .price {
    left: 0px;
    bottom: -25px;
    color: #999;
    }
.boxHolder .address {
    left: 0px;
    top: -29px;
    color: #ccc;
    }
.boxHolder .address span {
    color: #666;
    }
.boxHolder .status {
    left: 0px;
    bottom: -46px;
    color: #777;
    }
.boxHolder .boxImage {
    position: relative; z-index: 5;
    top: 0px;
    width: 100%; height: 150px;
    margin: 0 auto;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,1.0) inset, 0px 0px 0px 2px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,1.0) inset, 0px 0px 0px 2px rgba(255,255,255,0.2) inset;
	-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,1.0) inset, 0px 0px 0px 2px rgba(255,255,255,0.2) inset;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 120% 120%;
	-moz-background-size: 120% 120%;
    }
.boxHolder .frame {
    z-index: 20;
    margin-bottom: -150px;
    }
.boxHolder .listAgent {
    display: none;
    }

/* PREFERRED CLIENT SPECIFIC - START */
.boxHolder .pcs-buttons {
	display: none;
	}
.boxHolder.pcs-buttons {
	height: 226px;
	}
.boxHolder.pcs-buttons .price {
	top: 20px;
	bottom: auto;
	}
.boxHolder.pcs-buttons .pcs-buttons {
	display: block;
	width: 100%;
	left: 0px;
	bottom: -50px;
	color: #999;
	}
.boxHolder.pcs-buttons .pcs-buttons .compare-button,
.boxHolder.pcs-buttons .pcs-buttons .save-button {
	width: auto; height: auto;
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	cursor: pointer;
	}
.boxHolder.pcs-buttons .pcs-buttons .compare-button:hover,
.boxHolder.pcs-buttons .pcs-buttons .save-button:hover {
	color: #fff;
	text-shadow: 0px 0px 6px #FFF;
	}
.boxHolder.pcs-buttons .pcs-buttons .compare-button:active,
.boxHolder.pcs-buttons .pcs-buttons .save-button:active {
	color: #444;
	text-shadow: 0px 0px 6px #444;
	}
.boxHolder.pcs-buttons .boxImage {
	top: 40px;
	}
/* PREFERRED CLIENT SPECIFIC - END */