#facebox h3 {
	color: black;
	text-transform: uppercase;
}

table.avail {
	margin: 10px auto;
	width: 100%;
	border-collapse: collapse;
}

table.avail thead {
	margin: 0px auto 5px auto;
	border-bottom: 2px solid black;
}

.col-honda, .col-harley, .col-victory, .col-kawasaki, .col-triumph {
	width: 30%;
}

.col-harley, .col-victory, .col-triumph {
	border-left: 1px solid black;
}

.col-honda, .col-harley, .col-kawasaki {
	border-right: 1px solid black;
}

table.avail tbody {
	color: #ddd;
}

table.avail td {
	padding: 1px 2px 1px 2px;
}

table.avail td.yes {
	color: black;
}

/* front & rear wheel upgrade tables only */
table#avail-front-wheel-upgrades th, table#avail-rear-wheel-upgrades1 th, table#avail-rear-wheel-upgrades2 th {
	text-align: center;
}
.col-centerline, .col-roadhawk, .col-torquethrust, .col-241, .col-wire, .col-outlaw {
	width: 33%;
}

.col-centerline, .col-roadhawk, .col-241, .col-wire {
	border-right: 1px solid black;
}

.col-roadhawk, .col-torquethrust, .col-wire, .col-outlaw {
	border-left: 1px solid black;
}