#order_sale{
	width: 100%;
    padding: 0px;
    margin: 0px;
    background: white;
}
#order_sale h4{
	font-size: 13px;
    font-weight: normal;
    background: #e7e7e7;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    line-height: 37px;
    text-align: center;
    height: 37px;
}

#sale_father{
	background: #FFF;
    overflow: hidden;
    height: 300px;
    padding: 10px;
}

#order_sale p{
	padding-bottom: 15px;
}