
/* RS VIDEO HELP */

#rsVideoHelp
{
    width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
}


.rsVideoHelpCats
{
    width: 190px;
    float: left;
}

    .rsVideoHelpCats > h1
    {
        font-size: 21px;
        border-bottom: 1px solid #474747;
        color: #474747;
        padding-bottom: 8px;
        font-weight: normal;
        text-align: right;
    }

    .rsVideoHelpCats > ul
    {
        margin-top: 20px;
    }



        .rsVideoHelpCats > ul > li
        {
            padding: 6px 2px 6px 0px;
            font-size: 13px;
            list-style: none;
            text-align: right;
        }

            .rsVideoHelpCats > ul > li:hover
            {
                background: #555;
                color: #FFF !important;
                /*padding-right: 5px;*/
                cursor: pointer;
                box-shadow: 0px 0px 4px #777;
                border-radius: 2px;
            }



.rsVideoHelpVids > h1
{
    font-size: 21px;
    border-bottom: 1px solid #474747;
    color: #474747;
    padding-bottom: 8px;
    margin-bottom: 30px;
    font-weight: normal;
}



.rsVideoHelpVids
{
    float: left;
    margin-left: 50px;
    width: 660px;
}

    .rsVideoHelpVids > div
    {
        width: 143px;
        height: 125px;
        border-radius: 2px;
        float: left;
        margin-right: 1px;
        margin-bottom: 1px;
        padding: 10px;
        background-image: url(/img1/videohelp/video_icon.png);
        background-repeat: no-repeat;
        background-position: bottom right;
    }



    .rsVideoHelpVids span
    {
        font-size: 11px;
        color: #FFF;
    }

    .rsVideoHelpVids h3
    {
        font-size: 17px;
        color: #FFF;
        margin-top: 10px;
        font-weight: normal;
    }




    .rsVideoHelpVids > div
    {
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .rsVideoHelpVids > div:hover
        {
            background-color: #333333 !important;
            background-image: url(/img1/videohelp/video_icon_white.png);
            background-repeat: no-repeat;
            -ms-transform: scale(1.3,1.3);
            transform: scale(1.3,1.3);
            cursor: pointer;
        }

#rsVideoBg
{
    background: none;
    transform: none;
    width: 635px;
    height: 400px;
}

.CurrentCategoy {
    background-color: white;
    /*padding-right: 10px !important;*/
}