
table {
    width: 100%;
    border-top: 1px solid #dedede;
    text-align: center;
}

table,td{
    vertical-align: middle;
}

thead tr th {
    border-bottom: 2px solid #0b2c6c;
    border-left: 1px solid #dedede;
}

thead tr th p {
    padding: 10px;
    color: #0b2c6c;
    font-size: 16px;
    font-weight: bold;
}



tbody tr td {
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

tbody tr td p {
    padding: 10px;
    font-size: 16px;
    color: #333;
}

.table_model th{
	width: 20%;
}

.border_left_zero {
    border-left: 0 !important;
}

.border_bottom_zero {
    border-bottom: 0 !important;
}

.font_color p {
    color: #ed9335;
    font-weight: bold;
}

.table_model table,
.table_model table td {
    width: 100%;
    border-top: 0 !important;
}

.table_model_container>p {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}

.table_model_container>p span {
    padding-left: 20px;
    margin-right: 20px;
}

.table_model_container>p span.published {
    background: url(../images/published.png) left center no-repeat;
}

.table_model_container>p span.development {
    background: url(../images/development.png) left center no-repeat;
}
.table_model img{
    border: 0 !important;
}

.table_nvm {
    width: 100%;
    border-top: 1px solid #dedede;
    text-align: center;
}

.table_nvm thead tr th.accurate {
    width: 66%;
}

.table_nvm thead tr th.embed {
    width: 34%;
}

.accurate_b {
    width: 100%;
}

.accurate_b td {
    width: 50%;
}

tbody tr td p {
    padding: 10px;
    font-size: 16px;
    color: #333;
}

.accurate_b,
.accurate_c {
    border-top: 0 !important;
}

.accurate_c td {
    width: 100%;
}

.automotive th {
    width: 50%;
}

.margin_left_zero {
    margin-left: 0 !important;
}

.lot_list {
    width: 48%;
    background: #f9f9f9;
    margin-left: 4%;
    float: left;
}

.lot_list div.clearfix {
    padding: 30px;
}

.lot_list .left {
    width: 30px;
    height: 40px;
    background: url(../images/icon_09.png) center no-repeat;
    text-align: center;
    float: left;
    color: #fff;
    line-height: 40px;
}

.lot_list .left p {
    color: #fff;
    font-weight: normal;
    margin-top: 0;
}

.lot_list .right {
    width: 90%;
    float: right;
}

.lot_list .right p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.lot_list .right p.title {
	margin: 0;
    font-size: 20px;
    color: #0b2c6c;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
}
