/*** EQUAL BOX HEIGHT ***/

body .osm-item-description-text {
	color: #26a6ff!important;
	overflow: hidden!important;
}





h1.osm-page-title {
	color: #11253d !important;
}

.osm-description-details {
	color: #26a6ff!important;
}

.osm-plan-property-label {
	color: #26a6ff!important;
}

.osm-plan-property-value {
	color: #26a6ff!important;
}



/*** PRICE ***/
body .osm-item-description-text h3 {
	color: #dfd7ce!important;
}

.osm-container .osm-item-heading-box {
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 4px 8px 4px;
    margin: 0;
    background: #449e1a url(../images/background.png) repeat-x 0 0!important;
    border: 1px solid #2a6310;
}

.osm-item-heading-box a:link {
	color: #fff !important;
	font-weight: bold;
}

.osm-container .osm-item-description {
    background: #11253d;
    border-radius: 0 0 7px 7px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #449e1a;
    border-left: 1px solid #449e1a;
    border-right: 1px solid #449e1a;
}






