#tbl_results{
    
    border-collapse: collapse;
    width: 900px;    
}

#tbl_vin{    
    border-collapse: collapse;
    width: 900px;
}

#tbl_tyres{
    
    margin-top: 40px;
    border-collapse: collapse;
    
}

#err_noResults{
    background-color: #FFE6E6;
    border: 1px dashed #FF3333;
    width: 450px;        
    margin-left: 225px;
    margin-bottom: 10px;
    padding: 5px
}

.res_head{
    display: inline-block;
    width: 200px;
    height: 64px;
    line-height: 64px;
    vertical-align: middle;    
    
}

.res_th_head{
    width: 300px;    
    background-color: #DDDDDD;
    padding: 5px;
}
.res_th_share{
    text-align: left;
}

.tbl_row{
        
    padding: 5px;    
    
}

.tbl_title{
    padding: 5px;
    border: 1px solid #DFDFDF;
    font-weight: bold;
    text-align: left;
}

.tbl_value{
    padding: 5px;
    border: 1px solid #DFDFDF;    
}


a{
    text-decoration: none;
}

#res_head{
    
    border: 1px solid #DFDFDF;
    
}

#head_label{
    
    width: 290px;    
    
}
#head_vis{
    
    width: 290px;
    text-align: center;
    font-size: 16pt
    
}

#head_print{
    width: 290px;
    text-align: right;
}

#res_btn_newSeach{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: Verdana;
    font-size: 12pt;
    vertical-align: middle;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #AACD4B;
    text-align: center;
    border: 1px solid #556626;
}

#res_btn_newSeach:hover{
    cursor: pointer;
    background-color: #BBD76F;
    font-weight: bold;
    border: 1px solid #889961;
}

#res_btn_print:hover{
    
    cursor: pointer;    
    opacity: 0.7;
    
}
