.ContentCustomerFeatureCell > table > tbody > tr:nth-child(1) {
    display: none;
}

#GroupingWrapper {
    font-size: 0px;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
}

.P21SystemBody,
.Content {
    max-width: none;
}
/****************************
       PAGE TITLE
*****************************/
.GroupingHeader {
    background-image: url('/customer/boloin/images/Groupings/RecreationalTitle.jpg');
    background-repeat: no-repeat;
    height: 350px;
    position: relative;
    background-position: right;
    border-bottom: 10px solid #0165a0;
}

    /*** COMMERCIAL-SPECIFIC TITLE ***/
    .GroupingHeader.CommercialSection {
        background-image: url('/customer/boloin/images/Groupings/CommercialTitle.jpg');
    }

    /*** PARTS/ACCESSORIES-SPECIFIC TITLE ***/
    .GroupingHeader.PartsSection {
        background-image: url('/customer/boloin/images/Groupings/PartsAccTitle.jpg');
        background-size: cover;
    }

.GroupingTitle {
    width: 545px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 60px;
    text-align: center;
    border-top: 7px solid #fff;
    padding: 10px 0px;
    border-bottom: 7px solid #fff;
}

    .GroupingTitle h1 {
        line-height: normal;
        color: white;
        font-weight: bold;
        margin: 0;
        padding: 0;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
        font-size: 50px;
        font-family: 'RobotoBold', sans-serif;
    }

/****************************
       LEFT SIDE NAV
*****************************/

#LeftSideNav {
    width: 31%;
    float: left;
    padding-right: 15px;
    max-width: 315px;
    margin-right: 15px;
    border-right: 1px solid #e8e8e8;
    min-height: 750px;
}

    #LeftSideNav li {
        list-style-type: none;
        font-size: 14px;
    }

    #LeftSideNav ul {
        padding-left: 20px;
    }

.FirstLevelGrouping > li {
    margin-bottom: 20px;
}

    .FirstLevelGrouping > li > a {
        background-color: #000;
        color: #fff;
        display: block;
        line-height: 30px;
        padding-left: 10px;
        margin-bottom: 10px;
        text-decoration: none !important;
    }

        .FirstLevelGrouping > li > a:hover {
            font-weight: bold;
        }

.SecondLevelGrouping > li {
    margin-bottom: 10px;
}

    .SecondLevelGrouping > li > a {
        font-weight: bold;
        display: block;
    }

.ThirdLevelGrouping > li > a {
    margin-bottom: 7px;
    display: block;
    line-height: normal;
}

.ContactUsButton {
    margin-left: 20px !important;
}

#MobileGroupingMenu {
    display: none;
}

/****************************
     LEVEL 1 BODY CONTENT
*****************************/
#RightSideContent {
    font-size: 14px;
}

#TitleAndDesc h2 {
    font-size: 30px;
    color: #012862;
    font-family: 'RobotoBold', sans-serif;
    padding-right: 10px;
    line-height: normal;
}

#TitleAndDesc p {
    font-size: 14px;
    padding-right: 10px;
}

#BrandsWrapper {
    font-size: 0px;
}

.Brand {
    margin-bottom: 30px;
}

    .Brand img {
        display: inline-block;
        max-width: 150px;
        margin-right: 20px;
    }

.BrandContent {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    width: 42%;
}

.BrandTitle {
    font-size: 20px;
    font-family: 'RobotoBold', sans-serif;
    margin-bottom: 5px;
    font-weight: bold;
}

.BrandDesc {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

.BrandContent a {
    font-weight: bold;
    color: #012862;
    font-size: 14px;
}


/****************************
     LEVEL 2 BODY CONTENT
*****************************/

#GroupingWrapper {
    font-size: 0px;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
}

    #GroupingWrapper #RightSideContent {
        font-size: 16px;
        overflow: hidden;
    }

    #GroupingWrapper #TitleAndDesc {
        width: 73%;
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
    }

#BrandLogoWrap {
    display: inline-block;
    max-width: 200px;
    padding-top: 30px;
    width: 22%;
}

    #BrandLogoWrap img {
        width: 100%;
    }

#ItemsWrapper {
    margin-top: 40px;
}

#ItemsTable {
    display: table;
    width: 100%;
}

.ItemsTR {
    display: table-row;
}

.ItemsHeaderTR {
    background-color: #0165a0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.ItemsTD {
    display: table-cell;
    text-align: center;
    line-height: 30px;
}

.ItemsLineTR > .ItemsTD {
    border-bottom: 1px solid #000;
}

.ModelNo a {
    font-weight: bold;
    color: #0165a0;
}


/****************************
         ITEMS PAGE
*****************************/

#TitleAndDetails {
    padding-left: 10px;
    box-sizing: border-box;
    width: 66%;
    display: inline-block;
}

    #TitleAndDetails h2 {
        font-size: 30px;
        color: #012862;
        font-family: 'RobotoBold', sans-serif;
        padding-right: 10px;
        line-height: normal;
    }

    #TitleAndDetails p {
        font-size: 14px;
        padding-right: 10px;
    }

#ItemDetailTable {
    display: table;
    width: 100%;
}

#ItemImageWrap {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

    #ItemImageWrap img {
        max-width: 200px;
    }

    #ItemImageWrap a {
        display: block;
        margin-top: 10px;
    }

.ItemDetailTR {
    display: table-row;
}

.ItemDetailTD {
    display: table-cell;
}

.ItemDetailTR .ItemDetailTD {
    padding: 5px;
    border-bottom: 1px solid #8e8e8e;
}

    .ItemDetailTR .ItemDetailTD:nth-child(1) {
        color: #012862;
    }
