
.DetailControl {
    background: #fff none repeat scroll 0 0;
    padding: 10px 0;
}
.DetailControl .Title{
    color: #444;
    font: bold 15px/1.5 Roboto;
    padding: 10px 0;
}
.DetailControl .Content {
    border: 1px solid #eee;
}
.DetailControl .Content .col1 {
    border-right: 1px solid #eee;
    color: #444;
    font: bold 14px Roboto;
    width: 145px;
    padding: 0;
}
.DetailControl .Content td {
    border-bottom: 1px solid #eee;
    border-collapse: collapse;
    border-spacing: 0;
    height: 28px;
    color: #444;
    font: 15px/1.5 Roboto;
    padding: 10px;
}
.DetailControl .Content tr:last-child td {
    border-bottom: medium none;
}
.DetailControl .Content tr td a {
    color: transparent;
    background: url(Images/taive.png) no-repeat;
    width: 100px;
    height: 30px;
    background-size: contain;
    display:inline-block;
}
