﻿/* Nav drill and filter trails for ProductClass4 layout. */

.DrillTrail
{
    background-color: #eeeeee;
    font-size: 11px;
    line-height: 14px;
    margin-top: 1px;                /* Reduced margins for new design. */
    margin-bottom: 1px;
    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 (center section for 800px limit) */
}
.DrillClear
{
    margin-left: 10px;
}
.DrillBack
{
    position: absolute;
    left: 590px;
}

div.FilterTrail
{
    background-color: #eeeeee;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
    font-size: 12px;
    padding: 2px 8px 2px 8px;
    width: 610px;                   /* With the 8 and 8 and borders above, takes it to 628px (center section for 800px limit) */
}
span.FilterTrailLabel
{
    color: #ff9900;
    font-weight: bold;
    margin-right: 15px;
}
span.FilterTrailText
{
    font-size: 11px;
}
div.FilterTrail img
{
    vertical-align: middle;
}
a.FilterRemove
{
    margin-right: 8px;
    position: relative;
    top: 4px;
}
div.FilterTrailR
{
    float: right;
    padding-top: 6px;
}
div.FilterTrailOther
{
    padding-bottom: 4px;
    padding-left: 6px;
}