﻿#dfsicon {
    background-image: url('../i/datascan_sm_image.gif');
    height: 70px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
#rpt-nav {
    width: 130px;
    font-size: 16px;
    color: #333;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
#rpt-nav li {
    margin: 0;
    padding: 2px 0;
}
#rpt-nav li a {
    display: block;
    font-weight: bold;
    padding: 5px 8px;
    color: #0085CF;
    text-decoration: none;
    width: 100%;
}
html > body #rpt-nav li a {
    width: auto;
}
#rpt-nav li a:hover, #rpt-nav li a.current {
    background-color: #28B4FF;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.rpt-panels div h1 {
    font-size: 17px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.rpt-panels h4 {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    padding: 3px 2px;
    margin-top: 0;
}
.rpt-panels p {
    font-size: 13px;
    padding: 0 2px;
    margin-bottom: 15px;
}
.notice ul {
    list-style-type: none;
}
.notice ul li {
    background-image: url(../i/info.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 3px 20px;
}
#GeneralContent .left-column {
    width: 165px;
    padding: 0;
}
#GeneralContent .right-column {
    padding: 0;
    width: 480px;
    float: left;
}
ul.inspection-pic {
    width: 650px !important;
}
#tire-tread, #tire-tread td {
    border: none;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}
#tire-tread {
    background: #FFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
#tire-tread td {
    font-size: 100%;
    padding: 0.5em 1em;
    background-color: #FFF;
    color: #EB7F00;
    font-weight: bold;
}
td.cap {
    font-size: 17px !important;
    color: #666 !important;
}
#tire-tread tr {
    border-bottom: 1px solid #ccc;
}
.inspection-content {
    background-color: #FFFFFF;
    border-color: #D9D9D9;
    border-style: none solid solid;
    border-width: 1px;
    color: #666666;
    font-size: 15px;
    min-height: 270px;
    padding: 15px;
}
.inspection-content h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11 {
    color: #666;
    font-weight: bold;
}
.inspection-content h1 {
    font-size: 20px;
}
.inspection-content h2 {
    font-size: 18px;
}
.inspection-content h3 {
    font-size: 15px;
}
.top-info {
    margin: 0 0 15px;
    border: 1px solid #D9D9D9;
    padding: 1px;
}
.top-info-content {
    background: none repeat scroll 0 0 #EFF3F9;
    padding: 10px;
}
#info-sum-up{
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
}
#info-sum-up ul {
}
#info-sum-up ul li {
    float: left;
    width: 260px;
    font-size:14px;
}
#info-sum-up ul li span {
    font-weight: bold;
    margin-right:5px;
}
#info-sum-under{
    padding-top:5px;
}
#info-sum-under ul li{
    float: left;
    width: 260px;
    font-size:12px;
}
#info-sum-under ul li span {
    font-weight: bold;
    margin-right:5px;
}
li a.passed, li a.warning{
    padding-left: 30px !important;
}
li a.passed {
    background-image: url(../i/accept_16.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
li a.warning {
    background-image: url(../i/warning_16.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
.glr-img{margin-top:10px;}
