.treeview{    border: 1px solid #ccc;}
.treeview, .treeview ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.treeview .hitarea {
	height: 25px;
	width: 16px;
	float: left;
	cursor: pointer;
}
.treeview .open-hitarea {background: url(../images/arrow_c.png) 5px 16px no-repeat;}

/* fix for IE6 */
* html .hitarea {display: inline;float:none;}

.treeview li {
	margin: 0;
	line-height: 40px;
	
	background: url(../images/arrow_c.png) 5px 16px no-repeat;
	overflow: hidden;
}
.treeview li a{font-size:14px;text-decoration:none;display: block;border-bottom: 1px solid #e6e6e6;
    padding-left: 18px;    font-family: arial;}
.treeview li a.hover{color:#f37621;}
.treeview li a.hover:hover{color:#f37621;}

.treeview a.selected {font-weight: bold;}
.onefast{background: url(../images/arrow_c.png) 5px 16px no-repeat;padding-left:16px;}
li.treeone{background: url(../images/arrow_c.png) 15px 16px no-repeat;padding-left:25px;}
li.treetow{background: url(../images/arrow_c.png) 25px 16px no-repeat;padding-left:35px;}
li.treefour{background: url(../images/arrow_c.png) 35px 16px no-repeat;padding-left:45px;}
li.treefive{background: url(../images/arrow_c.png) 45px 16px no-repeat;padding-left:55px;}
li.six{background: url(../images/arrow_c.png) 55px 16px no-repeat;padding-left:65px;}

.treeview li.collapsable, .treeview li.expandable {background-image: none;padding:0px;}
.treeview .collapsable-hitarea {background: url(../images/arrow_b.png) 5px 16px no-repeat;}
.treeview .expandable-hitarea {background: url(../images/arrow_a.png) 5px 16px no-repeat;}
.treeview .-hitarea,.treeview .last-hitarea {background: url(../images/arrow_c.png) 5px 16px  no-repeat;}

.treeone .hitarea{margin-left: 10px;}
.treetow .hitarea{margin-left: 20px;}
.treefour .hitarea{margin-left: 30px;}
.treefive .hitarea{margin-left: 40px;}
.six .hitarea{margin-left: 50px;}
.left-content .widget-title {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    padding: .7143em 1.0714em;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
}
.left-content{
border: 1px solid #ddd;
    border-radius: 7px;
    background: #fbfbfb;
    margin-bottom: 1.0714em;}
.treeview{ margin-top: 0 !important;font-size: .9286em;
    border-bottom: 1px solid #ededed;
    margin-top: -8px;
    margin-bottom: 0;
    padding: .7143em 1.0714em;
    border-width: 0;
    margin: 0;}
.single-property-sidebar li {
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }
    .recent-img {
        margin-right: 10px;
        width: 80px;
        float: left;
    }
    .recent-text {
        vertical-align: middle;
        overflow: hidden;
    }
    .recent-text h4 {
        color: #333;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 4px;
        letter-spacing: 0;
    }
.recent-text p{ font-size: 12px; line-height: 20px}
.single-property-sidebar ul{ padding: 0 10px;}
.product-img-wrap img{   -webkit-transition: opacity .3s ease-in-out 0s;
    -moz-transition: opacity .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s
   }
.img1{position: relative;
    opacity: 1;  
   }
.img2{position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
   }
.product-img-wrap:hover .img1{ opacity: 0;
   }
.product-img-wrap:hover .img2{ opacity: 1;
  }