table
{
	width: 100%;
	font-size: 13px;
}
table td
{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

/*specs tables*/
.tableGrid td:first-child
{
	width: 90px;
}
.tableGrid td:nth-child(2)
{
	width: 90px;
}
.tableGrid td:nth-child(4)
{
	width: 145px;
}
.tableGrid td:last-child
{
	width: 180px;
}

table small
{
	display: block;
	font-size: 11px;
}

.noUnderline a
{
	text-decoration: none;
}

table.noUnderline td
{
	border: 0;
}
.charts tr td:first-child
{
	width: 150px;
}
.charts tr td:last-child
{
	width: auto;
}
#gallery td
{
	border:none;
}

.tableHeading td:first-child
{
	width: 90%;
}
.tableHeading td:last-child
{
	width: 10%;
}

.fleet td
{
	vertical-align: bottom;
}