@charset "UTF-8";

/*
 Contents Title [
----------------------------------------------------------- */

#contentsTitle h2{
 height:36px;
	background-image:url(../img/ttl_contents.gif);
	background-repeat:no-repeat;
	text-indent: -10000px;
	font-size: 1px;
	text-decoration: none;
}



/*
 Dealership Table
----------------------------------------------------------- */

#tblDealership {
    padding: 5px 0px 35px 0px;
}

#tblDealership table {
    table-layout: fixed;
    border-collapse: collapse;
    empty-cells: show;
}

div.thDealership {
    padding: 6px 3px;
    vertical-align: middle;
    font-weight: normal;
    color: #FFF;
    background-color: #666;
}

#tblDealership td {
    padding: 4px 6px 4px 3px;
    line-height: 1em;
    vertical-align: top;
    color: #000;
    background-color: #FFFFF0;
}

td.tdBdr {
    padding: 0px !important;
    height: 13px;
    background-image: url(../img/bdr_ccc.gif);
    background-position: 0px 7px;
    background-repeat: repeat-x;
}

td.tdSpc {
    padding: 0px !important;
    height: 6px;
}

.col1 { width: 110px; }
.col2 { width: 170px; }
.col3 { width: 295px; }
.col4 { width: 215px; }
.col5 { width: 110px; }

/*
.col1 { width: 115px; }
.col2 { width: 155px; }
.col3 { width: 330px; }
.col4 { width: 205px; }
.col5 { width: 95px; }
*/


.colRegion,
.colName {
    font-weight: bold;
}

