﻿/* Nav drill trail for product page. */
.DrillTrail
{
    background-color: #eeeeee;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 10px;
    padding: 8px 50px 8px 8px;      /* padding-right brings bg color under the back link. */
    position: relative;             /* Reference for back link. */
    width: 570px;                   /* With the 8 and 50 above, takes it to 628px. */
}
.DrillBack
{
    position: absolute;
    left: 588px;
}
