/* -------- listings table -------- */
.listings {
width: 90%;
margin: 15px auto;
margin-bottom: 25px;
padding: 5px 15px;
color: #333;
}

/* This handles border options */
.listings {
border: 1px solid #ccc;
border-collapse: collapse;
}
  
.listings caption {
font-size: 115%;
color: #3a4278;
padding-bottom: 15px;
}
  
.listings th {
font-weight: bold;
font-size: 95%;
padding: 3px;
border-bottom: 1px solid #666666;
text-align: center;
background: #dbdbdb url(/images/backgrounds/navbar_r.gif) repeat-x;
}

th#dealer {
text-align: left;
padding-left: 30px;
}

.listings th a, .listings th a:link, .listings th a:visited, .listings th a:hover {
text-decoration: none;
}

.listings th a:hover {
text-decoration: underline;
}

.listings td {
padding: 8px;
font-size: 95%;
font-weight: normal;
text-align: left;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.listings td.topic {
font-size: 95%;
}

.listings td.last {
border-right: none;
}

.listings td.cell_center {
text-align: center;
}

.listings tr {
background-color: none;
}

.listings tr.shaded {
background-color: #edf3fe;
}

.listings td a, .listings td a:link, .listings td a:visited {
color: #304b9f;
text-decoration: none;
}

.listings td a:hover {
color: #304b9f;
text-decoration: underline;
}