/** BOX1 (FULL WIDTH) */

.box1 {
        position: relative;
        padding: 20px 0 0 0;
        background: url(../images/bg-box1-top.png) no-repeat left top;
}

.box1-left {
        float: left;
        width: 610px;
}

.box1-right {
        float: right;
        width: 310px;
}

.box1-con {
        padding: 0 18px;
        background: #fff;
        border-right: 1px solid #e3ede1;
        border-left: 1px solid #e3ede1;
}

.box1-con h2 {
        margin: 0 0 20px 0;
        padding: 5px 0 0 0;
        font-size: 18px;
        letter-spacing: 1px;
        text-transform: uppercase;
}

.box1-bot {
        height: 20px;
        background: url(../images/bg-box1-bot.png) no-repeat left bottom;
        clear: both;
}

/** BOX2 (1/3 WIDTH) */

.box2 {
        position: relative;
        width: 320px;
        padding: 0 0 0 0;
/*         background: url(../images/bg-box2-top.png) no-repeat left top; */
}

.box2-con {
        padding: 20px;
        background: #fff!important;
        border: 1px solid #e6e6e6;
}

.box2-con img {
        margin: 0 0 10px 0;
}

.box2-con h2 {
        margin: 0 0 10px 0;
        font-size: 14px;
}

.box2-bot {
        height: 1px;
/*         background: url(../images/bg-box2-bot.png) no-repeat left bottom; */
        clear: both;
}

/** BOX2 (2/3 WIDTH) */

.box3 {
        position: relative;
        width: 660px;
        margin: 0 0 20px 0;
        padding: 0 0 0 0;
/*         background: url(../images/bg-box3-top.png) no-repeat left top; */
}

.box3-con,
.box3-con2 {
        padding: 18px;
        background: #fff;
        border: 1px solid #e6e6e6;
}

.box3-con img {
        margin: 0 0 10px 0;
        /* padding-top:20px; */
}

/*
.box3-con2 img {
        margin: 0;
        padding: 1em;
        background-color: #f5f5f5;
        border: 1px solid fuchsia;
}
*/

.box3-con2 img.alignright {float:right; margin:0 0 1em 1em;}
.box3-con2 img.alignleft {float:left; margin:0 1em 1em 0;}
.box3-con2 img.aligncenter {display: block; margin-left: auto; margin-right: auto;}


.box3-con h2,
.box3-con2 h2 {
        margin: 0 0 10px 0;
        font-size: 14px;
}

.box3-con2 p {
        margin: 0 0 0.75em 0;
        padding-top: 0;
}
.box3-bot {
        height: 1px;
/*         background: url(../images/bg-box3-bot.png) no-repeat left bottom; */
}


.clear {
        height: 0px;
        clear: both;
}

.clearfix:after {
    	content: " ";
    	display: block;
    	clear: both;
    	visibility: hidden;
    	line-height: 0;
    	height: 0;
}

.clearfix {
    	display: inline-block;
}

html[xmlns] .clearfix {
    	display: block;
}

* html .clearfix {
    	height: 1%;
}


.details-listing {
        margin: 0 0 10px 0;
}

.price-listing {
        display: block;
        float: right;
        width: auto;
        font-weight: bold;
        color: #666;
}

.location-listing {
        display: block;
        float: left;
        width: auto;
}

.listing {
        display: inline;
        float: left;
        width: 320px;
        margin: 0 20px 40px 0;
}

.alt {
        margin-right: 0px;
        clear: none;
}


.btn {
        display: block;
        float: left;
        width: auto;
        height: 30px;
        line-height: 30px;
        margin: 0px;
        padding: 0 0 0 20px;
        color: #fff;
        background: transparent url(../images/bg-btn.png) no-repeat left top;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        clear: both;
}

.btn span {
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 0;
        background: url(../images/bg-btn-right.png) no-repeat right top;
}

.listing .the-more {
        margin-bottom: 0px;
}

h3.title-listing {
        margin: 0 0 10px 0px;
}

h3.title-listing a {
        text-decoration: none;
}


.price {
        float: right;
        width: auto;
        line-height: normal;
        font-size: 24px;
        font-weight: bold;
        text-align: right;
        color: #666;
}

.address, .details {
        float: left;
        width: 310px;
        margin: 0px;
        padding-bottom: 20px;

}

.address dt, .details dt {
        float: left;
        width: 100px;
        padding: 0 0 0px 20px;
        background: url(../images/bg-dd-details.png) no-repeat left center;
        font-weight: bold;
        clear: both;
        line-height: 150%;
}

.address dd, .details dd {
        font-style: italic;
		line-height: 150%;

}

.description .box3-con {
        padding-top: 20px;
        padding-bottom: 1px;
}

