/*
0-60 MPH CSS
---------------------------------------------------------------------------------------------------- */

.Times_Table_Heading{
color: #FFF;
background-color: #AA0000;
}

.Times_Table_Heading th{
box-shadow: 2px 4px 6px #666;
}

#Car_Times th{
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 0px 4px 6px;
}

#Car_Times td{
border-top: 1px solid #ddd;
padding: 10px 4px 6px 4px;
line-height: 16px;
}

#Car_Times tr.odd{
background-color: #DDD;
}

.Times_Table_Heading th:hover{
color: #000;
background-color: #FFDF00;
cursor: pointer;
transition: all 0.2s ease-in-out;
}

.Times_Table_Heading td{
word-wrap: break-word;
}

#Car_Times{
margin-bottom: 12px;
}

#table_header_year{
border-radius: 4px 0 0 4px;
}

#table_header_miles{
border-radius: 0 4px 4px 0;
}

#listwrap {
      overflow: hidden;
    }
.specDetails{
      font-size: 11px;

    }
.listmakebox {
      width: 25%;
      padding-bottom: 28%;
      color: #000;
      position: relative;
      float: left;
    }
.listboxinner {
      position: absolute;
      left: 1px;
      right: 1px;
      top: 1px;
      bottom: 1px;
      text-align: center;
      //background: #CCC;
      padding: 10px;
    }
.listboxinner img{
	display: block;
	margin: 0 auto;
      
    }
#more_cars {
display: block;
    background-color: #a00;
    color: #FFF;
    padding: 8px;
    border-radius: 4px;
    margin-top: 12px;
}
#tt_more_cars {
float: left;
width: 30%;
text-align: center;
border-radius: 8px;
background-color: #F5F5F5;
margin: 8px;
border: solid 2px #f70016;
}

#tt_more_img {
margin-top: 10px;
height: 120px;
overflow: hidden;
}