/* Home*/

@media all and (min-width: 0) {
    .CurrentIssueControl .Content .Button .button {
        color: white;
        width: 145px;
        background-color: #C02B2D;
        border: solid 1px black;
        text-transform: uppercase;
    }

    .CurrentIssueControl .Title {
        border: none !important;
        font-size: 22px;
        font-weight: bold;
    }

    .FeaturedItem .Title {
        border: none !important;
    }

    .Shopping {
        padding: 3px;
        margin-top: 10px;
        width: 99%;
    }

        .Shopping .ShoppingTitle {
            font-size: 24px;
            font-weight: bold;
        }

            .Shopping .ShoppingTitle a {
                text-decoration: none;
                color: black;
                font-size: 24px;
                font-weight: bold;
                padding: 3px;
            }



    .FeaturedVideoControl .Description h3 {
        font-size: 18px;
    }

    .RightColumn .Shopping .top-books .row .top-books-item {
        border-bottom: dashed 1px #e3dfd0;
        padding: 10px 0 5px 0;
    }

        .RightColumn .Shopping .top-books .row .top-books-item .top-books-title a {
            font-weight: bold;
            text-decoration: none;
        }

        .RightColumn .Shopping .top-books .row .top-books-item .top-books-content {
            padding: 8px 0;
            float: left;
        }

            .RightColumn .Shopping .top-books .row .top-books-item .top-books-content .leftFloat {
            }

        .RightColumn .Shopping .top-books .row .top-books-item .description {
        }

            .RightColumn .Shopping .top-books .row .top-books-item .description .top-books-pitch {
            }

                .RightColumn .Shopping .top-books .row .top-books-item .description .top-books-pitch ul {
                    margin-left: 75px;
                }

        .RightColumn .Shopping .top-books .row .top-books-item .contentBtn {
            float: left;
            padding: 0 3px;
            font-weight: bold;
        }

            .RightColumn .Shopping .top-books .row .top-books-item .contentBtn .end {
            }

        .RightColumn .Shopping .top-books .row .top-books-item .top-books-price {
            padding: 0 3px;
            text-align: right;
            font-weight: bold;
        }

    .HomeSubLayout .LeftColumn .RowOneColumnOne .EmptyContainerControl .Title {
        margin: 5px;
        font-size: 22px;
        font-weight: bold;
    }

    .BlogLatestControl .Title {
        font-size: 24px;
    }

        .BlogLatestControl .Title a {
            font-size: 24px;
        }

    .BlogLatestControl .Blogs .BlogList h3 {
        font-size: 20px;
    }

        .BlogLatestControl .Blogs .BlogList h3 a {
            font-size: 20px;
        }

    .CommunityControl .CommunityTitle {
        padding: 8px 8px;
        font-size: 24px;
        font-weight: bold;
    }
}


/* All Mobile */
@media all and (min-width : 0px) and (max-width: 984px) {

    .FeaturedRotatorControl .FeaturedContent .Button .button {
        border: none;
        background-image: url( '/~/media/Images/GRT/Editorial/Control/FeaturedRotator/blank_button' );
        height: 27px;
        width: 27px;
    }

    .FeaturedRotatorControl .FeaturedImage {
        padding-bottom: 5px;
    }

    .FeaturedRotatorControl .FeaturedItem h2 {
        font-size: 20px;
        background-color: white;
        color: #004276;
    }

    .FeaturedRotatorControl .Button {
        padding-top: 10px;
    }

    .BlogLatestC1Control .BlogLatestControl .Blogs .BlogImage img {
        float: left;
        max-width: 45%;
        clear: both;
        padding: 5px;
    }

    .BlogLatestC1Control .BlogLatestControl .Blogs .BlogList {
        float: left;
        max-width: 65%;
    }


        .BlogLatestC1Control .BlogLatestControl .Blogs .BlogList ul li a {
            text-decoration: underline;
        }

    .CurrentIssueControl ul {
        list-style: none;
        margin: 5px;
    }

        .CurrentIssueControl ul li a {
            text-decoration: underline;
            line-height: 26px;
        }

    .CurrentIssueControl .Image {
        float: left;
    }

    .CurrentIssueControl .Content {
        float: left;
        padding: 10px;
        width: 75%;
    }

    .RecipesFeaturedControl {
        display: inline-block;
        border-bottom: solid 1px #C02B2D;
    }

        .RecipesFeaturedControl a {
            text-decoration: underline;
        }

        .RecipesFeaturedControl .Title {
            border-top-width: 1px;
            border-top-style: solid;
            border-top-color: #c02b2d;
            padding-top: 8px;
            font-size: 24px;
            font-weight: bold;
        }


    .RightColumn {
        background: white;
        border-top: 1px solid #c02b2d;
    }

    .BlogLatestControl .Title {
        font-weight: bold;
        font-size: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #c02b2d;
    }

    .Shopping .ShoppingTitle {
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: white;
        font-size: 24px;
        font-weight: bold;
        width: 99%;
        display: inline-block;
        color: black;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #c02b2d;
    }

    .top-books-title {
        padding: 10px 0 8px 0;
    }

    .description .top-books-pitch p {
        float: left;
        max-width: 65%;
        padding: 0 3px 10px 0;
    }

    .RowOneColumnOne .EmptyContainerControl {
        border-top: 1px solid #c02b2d;
    }

    .RowFourColumnTwo .EmptyContainerControl {
        padding: 5px 0;
    }

    .EmptyContainerControl a {
        text-decoration: underline;
    }

    .FeaturedVideoC1Control .FeaturedVideoControl .Title {
        font-size: 24px;
        font-weight: bold;
        width: 99%;
        display: inline-block;
    }

    div.CommentList div.Title {
        background-color: white;
        font-size: medium;
    }

    div.Community .CommentList .Title a {
        background-color: white;
    }

    div.ArticleToolsControl > div.ContentToolsControl {
        display: none;
    }

    .HomeSubLayout {
    }

    .FeaturedRotatorControl .FeaturedContent {
        padding-bottom: 10px;
    }

    .CommunityComments {
        overflow-y: scroll;
        overflow-x: hidden;
        margin-bottom: 10px;
        max-height: 340px;
    }

    .CommunityControl .CommunityTitle {
        color: black;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
    }
}

@media all and (max-width : 320px) {
    .MobilePortrait {
        display: block;
    }

    .FeaturedRotatorControl .FeaturedImage {
        text-align: center;
        margin: 0 auto;
    }

        .FeaturedRotatorControl .FeaturedImage img {
            max-width: 250px;
            text-align: center;
            padding: 5px;
        }

    .FeaturedRotatorControl .FeaturedItem h2 {
        font-size: 20px;
        background-color: white;
        color: #004276;
        padding: 0;
        margin: 0;
    }

    .CurrentIssueControl .LeftList {
        display: inline-block;
        width: 99%;
    }

    .CurrentIssueControl .RightList {
        display: inline-block;
        width: 99%;
    }

    .TopRightSection {
        display: inline-block;
        width: 99%;
        padding: 5px;
        border-top: solid 1px #C02B2D;
    }

    .VideoContainer iframe {
        width: 95%;
    }

    .BlogLatestControl .Blogs .BlogList h3 {
        padding: 3px;
        margin: 0;
    }

    .BlogLatestControl .Blogs .BlogList ul {
        margin: 0;
        padding: 2px;
    }

    .RecipesFeaturedControl .Item {
        display: inline-block;
        width: 99%;
    }

        .RecipesFeaturedControl .Item img {
            float: left;
            padding: 3px;
        }

    .RecipesFeaturedControl .RightArrow {
        display: none;
    }

    .RecipesFeaturedControl .LeftArrow {
        display: none;
    }
}

/* Mobile Wide Screen */
@media all and (min-width : 321px) and (max-width : 480px) {
    .MobileLandscape {
        display: block;
    }

    .FeaturedRotatorControl .FeaturedImage {
        text-align: center;
        margin: 0 auto;
    }


        .FeaturedRotatorControl .FeaturedImage img {
            max-width: 250px;
            text-align: center;
            padding: 5px;
        }

    .FeaturedRotatorControl .FeaturedItem h2 {
        font-size: 20px;
        background-color: white;
        color: #004276;
        padding: 0;
        margin: 0;
    }

    .CurrentIssueControl .LeftList {
        display: inline-block;
        width: 99%;
    }

    .CurrentIssueControl .RightList {
        display: inline-block;
        width: 99%;
    }

    .TopRightSection {
        display: inline-block;
        width: 99%;
        padding: 5px;
        border-top: solid 1px #C02B2D;
    }

    .VideoContainer iframe {
        width: 95%;
    }

    .BlogLatestControl .Blogs .BlogList h3 {
        padding: 3px;
        margin: 0;
    }

    .BlogLatestControl .Blogs .BlogList ul {
        margin: 0;
        padding: 2px;
    }

    .RecipesFeaturedControl .Item {
        display: inline-block;
        width: 99%;
    }

        .RecipesFeaturedControl .Item img {
            float: left;
            padding: 3px;
        }

    .RecipesFeaturedControl .RightArrow {
        display: none;
    }

    .RecipesFeaturedControl .LeftArrow {
        display: none;
    }
}


@media all and (min-width: 480px) and (max-width: 550px) {

    .FeaturedRotatorControl .FeaturedContent {
        width: 170px;
    }

    .FeaturedRotatorControl .FeaturedImage img {
        max-width: 250px;
        float: left;
        padding: 5px;
    }

    .RecipesFeaturedControl .Item img {
        width: 80px;
        height: 80px;
    }

    .RecipesFeaturedControl .Item {
        float: left;
    }

        .RecipesFeaturedControl .Item div {
            width: 90px;
        }
}

@media all and (min-width: 551px) and (max-width: 600px) {
    .FeaturedRotatorControl .FeaturedContent {
        width: 200px;
    }

    .FeaturedRotatorControl .FeaturedImage img {
        max-width: 300px;
        float: left;
        padding: 5px;
    }

    .RecipesFeaturedControl .Item img {
        width: 100px;
        height: 100px;
    }

    .RecipesFeaturedControl .Item {
        float: left;
        padding-right: 5px;
    }

        .RecipesFeaturedControl .Item div {
            width: 100px;
        }
}


/* Tablet */
@media all and (min-width : 481px) and (max-width : 600px) {
    .SmallTabletPortrait {
        display: block;
    }

    .FeaturedRotatorControl .FeaturedImage {
        float: left;
    }

    .FeaturedRotatorControl .FeaturedContent {
        float: left;
        padding: 5px;
    }

    .CurrentIssueControl .RightList {
        float: left;
    }

    .CurrentIssueControl .LeftList {
        float: left;
    }

    .TopRightSection {
        display: inline-block;
        width: 99%;
        padding: 5px;
        border-top: solid 1px #C02B2D;
    }

    .RecipesFeaturedControl .LeftArrow {
        float: left;
        padding-top: 40px;
    }

    .RecipesFeaturedControl .Item a {
        text-decoration: none;
    }

    .RecipesFeaturedControl .RightArrow {
        float: left;
        padding-top: 40px;
    }
}

/* Tablet Wide Screen */
@media all and (min-width : 601px) and (max-width: 768px) {
    .SmallTabletLandscape {
        display: block;
    }

    .FeaturedRotatorControl .FeaturedImage img {
        max-width: 315px;
        padding: 5px;
    }

    .FeaturedRotatorControl .FeaturedImage {
        float: left;
    }

    .FeaturedRotatorControl .FeaturedContent {
        width: 250px;
        float: left;
        padding: 5px;
    }

    .CurrentIssueControl .RightList {
        float: left;
    }

    .CurrentIssueControl .LeftList {
        float: left;
    }

    .TopRightSection {
        display: inline-block;
        width: 99%;
        padding: 5px;
        border-top: solid 1px #C02B2D;
    }

    .RecipesFeaturedControl .LeftArrow {
        float: left;
        padding-top: 40px;
    }

    .RecipesFeaturedControl .Item {
        float: left;
        padding-right: 5px;
    }

        .RecipesFeaturedControl .Item a {
            text-decoration: none;
        }

        .RecipesFeaturedControl .Item div {
            width: 100px;
        }

        .RecipesFeaturedControl .Item img {
            width: 100px;
            height: 100px;
        }

    .RecipesFeaturedControl .RightArrow {
        float: left;
        padding-top: 40px;
    }
}

/* Tablet Wide Screen */
@media all and (min-width : 769px) and (max-width: 984px) {
    .TabletLandscape {
        display: block;
    }

    .FeaturedRotatorControl .FeaturedImage img {
        max-width: 315px;
        padding: 5px;
    }

    .FeaturedRotatorControl .FeaturedImage {
        float: left;
    }

    .FeaturedRotatorControl .FeaturedContent {
        width: 400px;
        float: left;
        padding: 5px;
    }



    .TopRightSection {
        display: inline-block;
        width: 99%;
        padding: 5px;
        border-top: solid 1px #C02B2D;
    }

    .CurrentIssueControl .RightList {
        float: left;
    }

    .CurrentIssueControl .LeftList {
        float: left;
    }

    .CurrentIssueControl .Content .Link ul li {
        color: #004276;
        padding-bottom: 8px;
    }

    .CurrentIssueControl .LeftList ul li {
        color: #004276;
        padding-bottom: 8px;
    }

    .CurrentIssueControl .RightList ul li {
        color: #004276;
        padding-bottom: 8px;
    }

    .RecipesFeaturedControl .LeftArrow {
        float: left;
        padding-top: 40px;
    }

    .RecipesFeaturedControl .Item {
        float: left;
        padding-right: 5px;
    }

        .RecipesFeaturedControl .Item a {
            text-decoration: none;
        }

        .RecipesFeaturedControl .Item div {
            width: 125px;
        }

    .RecipesFeaturedControl .RightArrow {
        float: left;
        padding-top: 40px;
    }
}



/* Desktop */
@media all and (min-width: 985px) {

    .HomeSubLayout .ContentDividerHorizontal {
        border-top: solid 1px #C02B2D;
        width: 960px;
        margin: 5px 10px;
    }

    .HomeSubLayout .TopSection .ContentDividerVertical {
        background-color: #C02B2D;
        width: 1px;
        height: 340px;
        float: left;
        margin: 10px 0;
    }

    .HomeSubLayout .LeftColumn .ContentDividerVertical {
        background-color: #C02B2D;
        width: 1px;
        height: 500px;
        float: left;
        margin: 5px 0;
    }

    .HomeSubLayout .ContentDividerHorizontalLeft {
        width: 630px;
        margin: 5px 10px;
        border-top: solid 1px #C02B2D;
    }

    .HomeSubLayout .TopSection {
        margin: 5px;
        height: 358px;
    }

        .HomeSubLayout .TopSection .TopRightSection {
            margin: 5px;
            width: 305px;
            height: 325px;
            float: left;
        }

    .HomeSubLayout .LeftColumn {
        margin: 5px;
        float: left;
        width: 645px;
        border-right: solid 1px #C02B2D;
    }

    .HomeSubLayout .RightColumn {
        margin: 5px;
        float: left;
        width: 315px;
    }

    /*  ===========  HOME Advertisements  ==================  */

    .HomeSubLayout .LeaderboardAdvertisement {
        text-align: center;
    }

    .NewsletterAdvertisement {
        margin: 5px;
        width: 305px;
        font-size: 12px;
        border-top: solid 1px black;
        padding-top: 5px;
    }

        .NewsletterAdvertisement p {
            font-size: 12px;
        }

        .NewsletterAdvertisement .AdvertisementControl {
        }

    .HomeSubLayout .RightColumn .JumboTopAdvertisement {
        border-bottom: solid 1px black;
        margin: 20px 5px 5px 5px;
        height: 310px;
        width: 300px;
    }

        .HomeSubLayout .RightColumn .JumboTopAdvertisement .Title a {
            text-decoration: none;
            color: Black;
        }

        .HomeSubLayout .RightColumn .JumboTopAdvertisement .Title h2 {
            font-weight: normal;
            font-size: 18px;
        }

            .HomeSubLayout .RightColumn .JumboTopAdvertisement .Title h2 strong {
                font-weight: bolder;
            }

    .HomeSubLayout .RightColumn .JumboBottomAdvertisement {
        margin: 5px;
        width: 300px;
    }

    /*  ===========  HOME CONTROLS ==================  */

    .HomeSubLayout .TopSection .TopColumnOne {
        width: 644px;
        height: 325px;
        float: left;
    }

    .FeaturedRotatorControl {
        margin: 5px;
    }

        .FeaturedRotatorControl .FeaturedImage img {
            width: 315px;
            float: left;
        }

        .FeaturedRotatorControl .FeaturedContent {
            width: 285px;
            height: 315px;
            float: left;
            margin-left: 10px;
        }

            .FeaturedRotatorControl .FeaturedContent .FeaturedItem {
                height: 275px;
            }

                .FeaturedRotatorControl .FeaturedContent .FeaturedItem a {
                    text-decoration: none;
                }

                .FeaturedRotatorControl .FeaturedContent .FeaturedItem .Title {
                    font-size: 22px !important;
                    font-weight: bold;
                    color: #004276;
                }


    .HomeSubLayout .TopSection .TopColumnOne .FeaturedRotatorControl .FeaturedContent .Button {
        height: 40px;
        float: right;
    }

    .FeaturedRotatorControl .FeaturedContent .Button .button {
        border: none;
        background-image: url( '/~/media/Images/GRT/Editorial/Control/FeaturedRotator/blank_button' );
        height: 27px;
        width: 27px;
    }

    .HomeSubLayout .TopSection .TopRightSection .TopRowOne {
        width: 295px;
        min-height: 212px;
    }

    .CurrentIssueControl {
        padding-left: 5px;
        min-height: 215px;
        width: 315px;
        padding-bottom: 5px;
    }

    .HomeSubLayout .TopSection .TopRightSection .TopRowOne .CurrentIssueControl .Image {
        float: left;
    }

    .CurrentIssueControl .Content {
        float: left;
        width: 202px;
        padding-bottom: 10px;
    }

        .CurrentIssueControl .Content .Title {
            padding: 0;
            margin: 0 0 0 5px;
        }

        .CurrentIssueControl .Content .Link {
            margin: 0px;
            padding: 0px;
        }

            .CurrentIssueControl .Content .Link ul {
                padding: 0;
                margin: 0 0 0 35px;
            }

                .CurrentIssueControl .Content .Link ul li {
                    padding-bottom: 5px;
                }

                    .CurrentIssueControl .Content .Link ul li a {
                        text-decoration: underline;
                        color: #004276;
                    }

        .CurrentIssueControl .Content .Button {
            margin-left: 35px;
        }



    .CurrentIssueControl .LeftList {
        float: left;
        width: 99px;
        padding-left: 15px;
    }

        .CurrentIssueControl .LeftList a {
            color: #004276;
            text-decoration: none;
        }

        .CurrentIssueControl .LeftList ul {
            padding: 0;
            margin: 0;
        }

    .CurrentIssueControl .RightList {
        float: left;
        width: 200px;
    }

        .CurrentIssueControl .RightList a {
            color: #004276;
            text-decoration: none;
        }

        .CurrentIssueControl .RightList ul {
            padding: 0;
            margin: 0;
        }

    .HomeSubLayout .LeftColumn .RowOneColumnOne {
        float: left;
        width: 320px;
    }

        .HomeSubLayout .LeftColumn .RowOneColumnOne .EmptyContainerControl {
            margin: 5px;
            width: 300px;
        }



    .HomeSubLayout .LeftColumn .RowOneColumnTwo {
        float: left;
        width: 320px;
    }

    .BlogLatestControl {
        margin: 5px 5px 5px 10px;
        width: 310px;
        height: 420px;
    }

        .BlogLatestControl .Title {
            margin: 5px;
            font-size: 22px;
            font-weight: bold;
            padding-bottom: 5px;
        }

            .BlogLatestControl .Title a {
                text-decoration: none;
                color: Black;
                font-size: 22px;
                font-weight: bold;
            }

        .BlogLatestControl .Blogs {
            height: 80px;
            padding-bottom: 12px;
        }

            .BlogLatestControl .Blogs .BlogImage {
                float: left;
            }

                .BlogLatestControl .Blogs .BlogImage img {
                    width: 64px;
                }

            .BlogLatestControl .Blogs .BlogList {
                width: 240px;
                float: left;
                padding-bottom: 10px;
                 min-height: 80px;
            }

                .BlogLatestControl .Blogs .BlogList h3 {
                    margin: 0 0 0 8px;
                    font-size: 18px;
                }

                    .BlogLatestControl .Blogs .BlogList h3 a {
                        color: Black;
                        text-decoration: none;
                        font-size: 18px;
                    }

                .BlogLatestControl .Blogs .BlogList ul {
                    margin: 0 0 0 30px;
                    padding: 0;
                }


    .HomeSubLayout .LeftColumn .RowOneColumnTwo .BlogLatestControl .Blogs .BlogList ul li a {
        color: #004276;
        text-decoration: none;
    }

    .HomeSubLayout .LeftColumn .RowTwo {
        width: 645px;
    }

    .RecipesFeaturedControl {
        border-top: solid 1px #C02B2D;
        border-bottom: solid 1px #C02B2D;
        width: 640px;
        height: 240px;
        margin-bottom: 15px;
        padding-bottom: 8px;
    }

        .RecipesFeaturedControl .Title {
            margin: 5px;
            font-size: 22px;
            font-weight: bold;
        }

        .RecipesFeaturedControl .LeftArrow {
            float: left;
            padding-top: 40px;
        }

        .RecipesFeaturedControl .Item {
            float: left;
            padding-right: 5px;
        }

            .RecipesFeaturedControl .Item a {
                text-decoration: none;
            }

            .RecipesFeaturedControl .Item div {
                width: 125px;
            }

        .RecipesFeaturedControl .RightArrow {
            float: left;
            padding-top: 40px;
        }


    .HomeSubLayout .LeftColumn .RowThreeColumnOne {
        float: left;
        width: 315px;
        padding-right: 5px;
    }

        .HomeSubLayout .LeftColumn .RowThreeColumnOne .most-popular-back {
            margin: 5px;
            width: 310px;
        }

            .HomeSubLayout .LeftColumn .RowThreeColumnOne .most-popular-back .Title {
                margin-bottom: 4px;
                font-size: 22px;
                font-weight: bold;
            }

        .HomeSubLayout .LeftColumn .RowThreeColumnOne .most-popular-body {
            margin-left: 2px;
            width: 297px;
            background-color: White;
        }

            .HomeSubLayout .LeftColumn .RowThreeColumnOne .most-popular-body a {
                text-decoration: none;
                font-weight: bold;
            }

            .HomeSubLayout .LeftColumn .RowThreeColumnOne .most-popular-body .most-popular-visited {
                background-color: #E8E8E8;
            }

            .HomeSubLayout .LeftColumn .RowThreeColumnOne .most-popular-body .most-popular-emailed {
                background-color: #E8E8E8;
            }

            .HomeSubLayout .LeftColumn .RowThreeColumnOne .most-popular-body .most-popular-discussed {
                background-color: #E8E8E8;
            }

    .HomeSubLayout .LeftColumn .RowThreeColumnTwo {
        float: left;
        width: 320px;
        border-left: solid 1px #C02B2D;
    }

    .FeaturedVideoControl {
        margin: 10px;
        width: 320px;
    }

        .FeaturedVideoControl .Title {
            margin: 5px;
            font-size: 22px;
            font-weight: bold;
        }

        .FeaturedVideoControl .Description {
            width: 300px;
            padding-left: 5px;
        }

            .FeaturedVideoControl .Description h3 {
                font-size: 18px;
            }

    .HomeSubLayout .RightColumn .RowOne {
        border-bottom: solid 1px #C02B2D;
        float: left;
        width: 318px;
        height: 523px;
    }

        .HomeSubLayout .RightColumn .RowOne .CommunityControl {
            margin: 5px;
            border: solid 1px #b0b0b0;
            padding: 5px;
        }

            .HomeSubLayout .RightColumn .RowOne .CommunityControl .CommunityTitle {
                color: black;
                font-size: 22px;
                font-weight: bold;
                text-align: center;
            }

        .HomeSubLayout .RightColumn .RowOne .Avatar {
            float: left;
            height: 45px;
            width: 45px;
            padding: 10px;
        }

        .HomeSubLayout .RightColumn .RowOne .CommentList {
            min-height: 65px;
            width: 280px;
            padding-top: 5px;
        }

            .HomeSubLayout .RightColumn .RowOne .CommentList a {
                font-weight: bold;
            }

        .HomeSubLayout .RightColumn .RowOne .DateCreated {
            text-align: right;
            padding-top: 5px;
            width: 280px;
        }

        .HomeSubLayout .RightColumn .RowOne .Community {
            border-bottom: solid 1px #b0b0b0;
            width: 290px;
            color: #5D5D5D;
        }

        .HomeSubLayout .RightColumn .RowOne .CommunityComments {
            overflow-y: scroll;
            overflow-x: hidden;
            margin-bottom: 10px;
            max-height: 340px;
            width: 300px;
        }


    .HomeSubLayout .LeftColumn .RowFourColumnOne {
        float: left;
        width: 310px;
        padding: 5px;
    }

    .HomeSubLayout .LeftColumn .RowFourColumnTwo {
        float: left;
        width: 300px;
        padding: 6px 6px 6px 3px;
        min-height: 250px;
        border-left: solid 1px #C02B2D;
    }

    .HomeSubLayout .RightColumn .RowThree {
        float: left;
        width: 318px;
    }

    .HomeSubLayout .RightColumn .RowFour {
        float: left;
        width: 318px;
    }

    /*Shopping Control*/
    .Shopping {
        width: 319px;
    }
}
