
.drivers_table {

	font-family: Tahoma;
	font-size: 12px;
	
	width: 100%;
	border-collapse: collapse;
}

.drivers_table th, .drivers_table td {
	text-align: left;
	color: #696969;
}

.drivers_table th {
	padding: 10px 10px 10px 10px;
}

.drivers_table td {
	background: transparent url('../i/dot.jpg') repeat-y top right; 
	padding: 8px 10px 8px 10px;
}

.drivers_table th {
	font-weight: normal;
	background: #ededed url('../i/drv_top_slidebar.png') repeat-y top right;
}

.drivers_table .drv_path {
	text-align: middle;
}

.drivers_table .last td, .drivers_table .single td {
	border-bottom: 1px solid #000000;
}

.drivers_table .first td {
	
}

.drivers_table .last td {
	padding-top: 2px;
}

.drivers_table .second {
	border-top: 1px solid #efefef;
}

.drivers_table .second td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.last_td {
	background-image: none !important;
}

.drivers_table td a:hover {
	text-decoration: none;
	color: #ff811c;
}

.drivers_table td.first_row {
	border-left: 1px solid #efefef;
}

.drivers_table td.description {
	border-top: 1px solid #efefef;
}