.right-fault-content td,.right-fault-content th{
    vertical-align: middle;
    display: table-cell;
    padding: 5px 15px;
    border: 1px solid #DDD;
}

.repair-conter{
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.repair-left{                
    width: 26%;
    float: left;
}
.repair-left-ul{
}
.repair-left-ul li{
    margin: 0 auto;
    margin-bottom:10px; 
    width:100%;
}

/*notes*/
.repair-link li{
    margin-bottom:8px;
    width: 243px;
    border-radius: 8px;
    border: 1px #FFF solid;
}
.repair-link li:hover{
    border: 1px #aaa solid;    
}
.repair-link li a {
    display: block;
    margin: auto;
    text-align: center;
    padding-left: 15px;
    vertical-align: middle;
    line-height: 51px;
    font-size: 1.2em;
    color: #222233;
}

/*repair-brands,repair-failure*/
.repair-brands,.repair-failure{
}
.repair-brands-heade,.repair-failure-heade{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    background: url(/assets/img/oruuvpscps.jpg) repeat-x;
}
.repair-brands-list,.repair-failure-list{
    background-color: #fff;
    overflow: hidden;
    border-right: 1px #87CEEB solid;
    border-bottom: 1px #87CEEB solid;
}
.repair-brands-list li,.repair-failure-list li{
    float: left;
    width: 50%;
    margin:1px auto;
    font-size: 0.85em;
    white-space: nowrap;
}
.repair-brands-list li a,.repair-failure-list li a{
    display: block;
    color: #535;
    width: 100%;
    padding: 5px 0 5px 0;
}
.repair-brands-list li a:hover,.repair-failure-list li a:hover{
    background-color:#f0f1f0;
}
.repair-right{
    position: relative;
    float:right;
    width: 72%;
    padding-left: 5px;
    padding-right: 10px;    
    overflow: hidden;
}

.right-fault-content{
    clear: both;
}
.right-fault-content img,article .article img{
    border:0 solid;
    display: inline;
}
.right-fault-content table, .right-fault-content table td,
article .article table, article .article table td{
    margin: auto;
}
.right-fault-content table td, article .article table td{
    padding: auto;
}

.man-add-symptom-li{
    clear: both;
    margin-top: 10px;
    width: 100%;
    height: 30px;
    border: 1px #a0e0f0 solid;
}
.man-add-symptom-li a{
    display: block;
    width: 100%;
    text-align: center;
    color: #212121;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-weight: 700;
}
.man-add-symptom-li a:hover{
    background-color: #00ffff;
    color:#0000ff;
    border: 1px #f0f0f0;
}
