.bigicon{
    width: 150px;
   float:left;
    clear:left;

}

.desc{
    clear:both;
    text-align:left;
    color: #32434e;
}
.icon_sm{
    width: 70px;
    height: 70px;
    float:left;
    text-align:center;
    margin: 10px;

}

.photo_line{
    overflow:hidden;
    width: 560px;
    margin:10px;
    height: 70px;
    border-bottom: 1px solid #dcdcdc;
}
    #content #upload .photo_line .photo{
        height: 40px;
        float:left;
        min-width: 50px;
        margin:10px 3px;
    }
#upload{
    
}

.photo{
}
.info{
    float:left;
    width: 100%;
    margin: 10px 0;
}


.past_orders{
    height: 300px;
    ma33rgin: 40px 0;
}

.past_orders .item{
    clear:both;
    margin: 10px 0;
    float:left;
    width: 100%;

}
    #content #upload .past_orders .img{
        display:inline;
        width: 70px;
    }
.past_orders .item:hover{
    background:#f1f1f1;
}
.past_orders .item:hover .order_photos{
	background: #fff;
}
.order_icon{
    width: 70px;
    float:left;
    padding: 0 0 0 13px;
}
.order_name{
    width: 220px;
    float:left;
    padding:8px 0 0;
    cursor: pointer;
}
.order_time{
    width: 150px;
    float:left;
    padding:8px 0 0;
}
.order_price{
    width: 70px;
    float:left;
    padding:8px 0 0;
}
.order_status{
    width: 130px;
    float:left;
    padding:8px 0 0;
    text-align: left;
}
 .item .order_photos{
    float:left;
    width: 100%;
    display: none;
    /*height: 140px;*/
    height: 0;
    overflow: auto;
    margin: 5px 0;
    border-top: 1px solid #dcdcdc;
}
    #content #upload .sm{
        height:40px; width: 50px;
        min-width: 40px;
    }
.item, .item *{
    margin: 5px;
}