.sellConsultationTableTd{
    width:50px;
}

.accordion1,
.accordion2 {
    text-align: center;
    line-height: 1.4;
    font-weight: 900;
    margin: 1.5em auto;
    padding: 10px 20px;
    color: #004680;
    background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0, #ffffff),  color-stop(1, #eeeeee)  );
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(bottom, #eeeeee 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(bottom, #eeeeee 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(bottom, #eeeeee 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #004680;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5),  inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5),  inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.5),  inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}

.accordion1 span,
.accordion2 span {
    font-size: 80%;
    color: #333;
    font-weight: 100;
}

.estateDetailArea{
    display: none;
}
.customerDetailArea{
    display: none;
}
.estateTypeTable td{
    white-space: nowrap;
}
.contactDd{
    font-size:120%;
}
