﻿@font-face
{
    /*300*/
    font-family: 'MuseoSlab300';
    src: url('../../Fonts/Heinz/Museo300-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSlab500';
    src: url('Fonts/Museo_Slab_500_2-webfont.eot');
    src: url('Fonts/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/Museo_Slab_500_2-webfont.woff') format('woff'),
         url('Fonts/Museo_Slab_500_2-webfont.ttf') format('truetype'),
         url('Fonts/Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face
{
    /* 700 */
    font-family: 'MuseoSlab700';
    src: url('../../Fonts/Heinz/2029C0_2_0.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Heinz/2029C0_2_0.woff') format('woff'), url('../../Fonts/Heinz/2029C0_2_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    /* 900 */
    font-family: 'MuseoSlab900';
    src: url('../../Fonts/Heinz/2029C0_1_0.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Heinz/2029C0_1_0.woff') format('woff'), url('../../Fonts/Heinz/2029C0_1_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    /* ITALIC 500 */
    font-family: 'MuseoSlabIt500';
    src: url('../../Fonts/Heinz/2029C0_4_0.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Heinz/2029C0_4_0.woff') format('woff'), url('../../Fonts/Heinz/2029C0_4_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    /* ITALIC 700 */
    font-family: 'MuseoSlabIt700';
    src: url('../../Fonts/Heinz/2029C0_3_0.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Heinz/2029C0_3_0.woff') format('woff'), url('../../Fonts/Heinz/2029C0_3_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Lobster';
    src: url('../../Fonts/Heinz/Lobster_1.3-webfont.eot');
    src: url('../../Fonts/Heinz/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Heinz/Lobster_1.3-webfont.woff') format('woff'), url('../../Fonts/Heinz/Lobster_1.3-webfont.ttf') format('truetype'), url('../../Fonts/Heinz/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Lobster14';
    src: url('../../Fonts/Heinz/Lobster 1.4.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*************/
/*PAGE LAYOUT*/
/*************/

body
{
    color: #543F24;
    font-family: 'MuseoSlab500', serif;
    font-size: 11px;
    line-height: 1.5;
    background-color: #ffffff;
}

#ContentWrapper
{
    /*width: 1020px;*/
    width: 980px; /*ORIGINAL WIDTH*/
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

#ContentFooter
{
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.FooterLinkL
{
    width: 400px;
    margin-right: 20px;
    text-align: right;
    float: left;
}

.FooterLinkR
{
    width: 400px;
    margin-left: 20px;
    text-align: left;
    float: right;
}

a.linkFooter:link, a.linkFooter:active, a.linkFooter:visited
{
    font-family: 'MuseoSlab500';
    font-size: 12px;
    color: #ec1c23;
    font-weight: bold;
    text-decoration: none;
}

a.linkFooter:hover
{
    color: #ec1c23;
    text-decoration: underline;
}

.clear
{
    clear: both;
}

.clearRight
{
    clear: right;
}

.clearLeft
{
    clear: left;
}

.button
{
    height: 35px;
    padding: 0 15px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #a30f0f;
    border: solid 1px #a30f0f;
    color: #ffffff;
    font-family: 'MuseoSlab500';
}
/***************/
/*HEADER LAYOUT*/
/***************/

#headerWrapper
{
    margin-bottom: 15px;
}

#HeadContainer
{
    height: 72px;
    float: left;
}

#TopContainer
{
    float: right;
    padding: 0;
    margin: 0;
}

#Search
{
    margin: 0;
    padding: 0 12px;
    float: right;
}

.searchText
{
    height: 23px;
    width: 160px;
    margin-right: 2px;
    padding-left: 6px;
    border: solid 1px #A28A6A;
    font-family: 'MuseoSlab500';
    font-size: 11px;
    line-height: 25px;
    vertical-align: top;
}
/****************/
/*  NAVIGATION  */
/****************/

#Navigation
{
    padding-left: 15px;
    height: 50px;
    width: 800px;
}

    #Navigation .navtop
    {
        height: 20px;
        border-bottom: solid 1px #543f24;
    }

        #Navigation .navtop .tLeft
        {
            float: left;
            margin-right: 30px;
        }

    #Navigation .navbottom
    {
        height: 25px;
    }

        #Navigation .navbottom .bLeft
        {
            float: left;
            margin-right: 30px;
            padding-top: 4px;
        }

        #Navigation .navbottom .bRight
        {
            float: right;
            margin-right: 30px;
            padding-top: 4px;
        }

a.LeftItem:link, a.LeftItem:active, a.LeftItem:visited
{
    font-family: 'MuseoSlab700';
    font-size: 13px;
    color: #543f24;
    text-decoration: none;
}

a.BLeftItem:link, a.BLeftItem:active, a.BLeftItem:visited
{
    font-family: 'MuseoSlab700';
    font-size: 13px;
    color: #543f24;
    text-decoration: none;
}

a.bRightItem:link, a.bRightItem:active, a.bRightItem:visited
{
    font-family: 'MuseoSlab700';
    font-size: 13px;
    color: #543f24;
    text-decoration: none;
}

a.LeftItem:hover
{
    color: #E41529;
    text-decoration: underline;
}

a.BLeftItem:hover
{
    color: #E41529;
    text-decoration: underline;
}

a.bRightItem:hover
{
    color: #E41529;
    text-decoration: underline;
}

/*a.NewsLink:link, a.NewsLink:active, a.NewsLink:visited
{
    font-family: 'MuseoSlab700';
    font-size: 12px;
    color: #543f24;
    text-decoration: none;
}

a.NewsLink:hover
{
    color: #E41529;
    text-decoration: underline;
}*/

.SearchBarHolder
{
    height: 23px;
}

.SearchBarText
{
    height: 23px;
}

.SearchBarButton
{
    height: 23px;
    background-color: #E41529;
}

.SearchBarNewsLetter
{
    padding-right: 15px;
    height: 23px;
}
/***************/
/*BODY  CONTENT*/
/***************/

.innerContainer
{
    margin: 0;
    padding: 0;
    /*background-image: url('../../Images/Heinz/FullInnerBodyBackground.jpg');
    background-repeat: no-repeat;*/
    /*height: 750px;*/
}

.innerTopContainer
{
    margin-bottom: 28px;
    height: 275px;
    background-image: url('../../Images/Heinz/BannerHeader.jpg');
    background-repeat: no-repeat;
    padding: 0;
}

.innerMiddleContainer
{
    margin: 0;
    padding: 0;
}

.InnerBottomContainer
{
    margin: 0;
    padding: 0;
}

.leftMain
{
    width: 721px;
    min-height: 745px;
    margin: 0;
    padding: 0;
    float: left;
    /*border: solid 1px #543f24;*/
}

.rebSetLeft
{
    width: 0;
    margin: 0;
    padding: 0;
    float: left;
}

.rebSetRight
{
    width: 0;
    margin: 0;
    padding: 0;
    float: left;
}

.InnerHeader
{
    /*height: 40px;
    line-height: 36px;
    text-align: center;*/
    margin: 0;
    padding: 0;
}

.innerHeadSpacing
{
    height: 40px;
    line-height: 36px;
}

.innerFooterSpacing
{
    height: 70px;
}

.InnerSubHeader
{
    height: 60px;
    border: solid 1px #DAD6D0;
    background-color: #F7F5F3;
    padding-left: 40px;
    padding-top: 30px;
}

.innerMain
{
    padding: 0;
    margin: 0;
    height: 100%;
}
/*************/
/*	REG PAGE */
/*************/

.UCUserRegpnlTop
{
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.UCUserRegpnlLeft
{
    float: left;
    width: 215px;
}

.UCUserRegsectionTop
{
    height: 320px;
    background-image: url('../../Images/Heinz/RegPnlLeft_New.jpg');
    background-repeat: no-repeat;
}

.UCUserRegsectionBot
{
    height: 76px;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
}

.UCUserRegpnlNewsLetter
{
    width: 200px;
}

.UCUserRegSectionCommit
{
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    clear: both;
}

.UCUserRegpnlRight
{
    float: right;
    padding-right: 15px;
}

.UCUserpnl
{
    padding-top: 25px;
    /*padding-left: 170px;
    padding-right: 170px;*/
    padding-bottom: 14px;
    /*text-align: center;*/
}

.regTextLeft
{
    width: 138px;
    margin-bottom: 10px;
    float: left;
}

.regTextRight
{
    margin-bottom: 10px;
    float: right;
}

.rightMain
{
    width: 242px;
    float: right;
    padding: 0;
    margin: 0;
}

.SideBarMainTop
{
    background-image: url('../../Images/Heinz/HeinzBarTop.png');
    background-repeat: no-repeat;
    width: 242px;
    height: 3px;
    padding: 0;
    margin: 0;
}

.SideBarInner
{
    background-image: url('../../Images/Heinz/HeinzBarMiddle.png');
    background-repeat: repeat-y;
    position: relative;
    width: 242px;
    padding: 0;
    margin: 0;
    min-height: 300px;
}

.SideBarMainBottom
{
    background-image: url('../../Images/Heinz/HeinzBarBottom.png');
    background-repeat: no-repeat;
    width: 242px;
    height: 48px;
    padding: 0;
    margin: 0;
}

.RebSideBarMainBottom
{
    /*width: 254px;
    height: 20px;*/
    padding: 0;
    margin: 0;
}

.RegSideBarMainBottom
{
    /*width: 242px;
    height: 20px;*/
    padding: 0;
    margin: 0;
}

.UserSideBarMainBottom
{
    /*width: 254px;
    height: 20px;*/
    padding: 0;
    margin: 0;
}

.SideBarTopWelcome
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

    .SideBarTopWelcome .Title
    {
        font-family: 'Lobster';
        font-size: 22px;
        font-weight: normal;
        color: #ffffff;
        text-align: left;
        padding: 15px 10px 15px 10px;
    }

    .SideBarTopWelcome .Instructions
    {
        color: #ffffff;
        font-size: 10pt;
        font-weight: normal;
        font-family: 'MuseoSlab500';
    }

    .SideBarTopWelcome a:link,
    .SideBarTopWelcome a:active,
    .SideBarTopWelcome a:visited
    {
        color: #ffffff;
    }

.UserSideBarTopWelcome
{
    /*padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;*/
    padding: 0;
    margin: 0;
}

.SideBarbottomWelcome
{
    /*padding-left: 40px;
    padding-right: 40px;*/
    margin: 0;
    padding: 0;
}

#RegFormErrors
{
    /*height: 75px;*/
    padding: 10px;
}

    #RegFormErrors ul
    {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        #RegFormErrors ul li
        {
            display: inline;
            padding: 10px;
            color: #E41529;
            font-family: 'MuseoSlab500';
        }

.registration
{
    /*padding-left: 40px;
    padding-right: 40px;*/
    margin: 0;
    padding: 0;
}

.RegRegistration
{
    padding-left: 40px;
    padding-right: 40px;
    height: 270px;
}

.UserPageregistration
{
    padding-left: 40px;
    padding-right: 40px;
    height: 205px;
}

.reg-wide-input
{
    width: 300px;
}

.reg-input
{
    width: 175px;
}

.reg-short-input
{
    width: 100px;
}

.reg-short-ddl
{
    width: 193px;
    height: 24px;
}

.reg-long-ddl
{
    width: 305px;
    height: 24px;
}

.regLeft
{
    float: left;
    text-align: right;
    margin-bottom: 10px;
}

.regRight
{
    float: right;
    text-align: left;
    margin-bottom: 10px;
}

.register
{
    /*LINK*/
    position: absolute;
    top: 45px;
    left: 55px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    font-family: 'MuseoSlab500';
}

.reg
{
    margin-bottom: 10px;
    margin-top: 10px;
}

.log
{
    margin-bottom: 10px;
}

.logBottom
{
    padding-bottom: 10px;
}

.loginLabel
{
    color: #a30f0f;
    /*background-color: #a30f0f;*/
    font-size: 10px;
    font-weight: normal;
    font-family: 'MuseoSlab500';
}

.LoginBtn
{
    padding-top: 5px;
    margin-bottom: 10px;
}

#Register
{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 120px;
}

/***************/
/*   TEXTUAL   */
/***************/

.RedTitle
{
    font-family: 'MuseoSlab700';
    font-size: 16px;
    font-weight: bold;
    color: #E41529;
    text-align: center;
}

.BlkTitle
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.textual
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #4f4f4f;
}

.RegTitle
{
    font-family: 'Lobster';
    font-size: 18px;
    font-weight: bold;
    color: #E41529;
    text-align: center;
}

.InputFontSettings
{
    font-family: 'MuseoSlab300';
}

.UserRebateText
{
    font-size: 14px;
    line-height: 32px;
    font-family: 'MuseoSlab300';
    margin: 0;
    padding: 0;
    /*margin-bottom: 28px;*/
}

.UserRebateTextHeader
{
    font-size: 24px;
    font-family: 'Lobster';
    color: #ec1c22;
}

.UserRebateTextLower
{
    font-size: 24px;
    font-family: 'Lobster';
    color: #ec1c22;
}
/***************/
/*REBATE SEARCH*/
/***************/

.SearchLeft
{
    float: left;
    margin-right: 35px;
}

.SearchGo
{
    height: 28px;
    padding-top: 2px;
    background-color: #ec1c22;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    /*-webkit-appearance:none;*/
    float: left;
}

.searchOperationType
{
    width: 190px;
    height: 30px;
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid #dddddd;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    /*-webkit-appearance:none;*/
    padding: 2px;
}

.searchProductCategory
{
    width: 190px;
    height: 30px;
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid #dddddd;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    /*-webkit-appearance:none;*/
    padding: 2px;
}

.searchRbtCode
{
    width: 120px;
    height: 30px;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #dddddd;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    /*-webkit-appearance:none;*/
}

.searchBrand
{
    display: none;
}
/***************/
/*    LOGIN    */
/***************/
#login
{
    height: 150px;
    position: relative;
}

    #login .regRight
    {
        float: none;
        text-align: center;
    }

.lblLogin
{
    color: #333131;
    font-size: 9px;
    font-family: Arial;
}

#UsernameLabel, #PasswordLabel
{
    display: none;
}

#LoginError
{
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 3px;
}

#UsernameHolder
{
    position: absolute;
    top: 30px;
    width: 100%;
}

#PasswordHolder
{
    position: absolute;
    top: 70px;
    width: 100%;
}

.LoginInputText
{
    width: 200px;
    height: 22px;
    padding-left: 6px;
    border: 1px solid #dddddd;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#fPassword
{
    position: absolute;
    top: 105px;
    left: 40px;
}

.LoginButton
{
    position: absolute;
    top: 105px;
    left: 137px;
    width: 75px;
    height: 35px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #a30f0f;
    border: solid 1px #a30f0f;
    color: #ffffff;
    font-family: 'MuseoSlab500';
}

.RegisterButton
{
    /*position: absolute;
    top: 1050px;
    left: 675px;*/
    width: 75px;
    height: 35px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #a30f0f;
    border: solid 1px #a30f0f;
    color: #ffffff;
    font-family: 'MuseoSlab500';
}

.PasswordButton
{
    height: 35px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #a30f0f;
    border: solid 1px #a30f0f;
    color: #ffffff;
    font-family: 'MuseoSlab500';
}

#LoginHeader
{
    display: none;
}

/****************/
/* REBATE SETUP */
/****************/
.RebMainInner
{
    width: 957px;
    margin: 10px;
}

.RebContentWrapper
{
    width: 980px;
    border: solid 1px #543f24;
}

.rebateButton
{
    height: 35px;
    background-color: #a30f0f;
    border: solid 1px #a30f0f;
    color: #ffffff;
    font-family: 'MuseoSlab500';
    padding: 0 15px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.rebateUploadButton
{
    padding: 10px 10px 10px 10px;
}

.rebateLink
{
    color: #E41529 !important;
    font-family: 'MuseoSlab500' !important;
}
/***************/
/* REBATE PAGE */
/***************/

.RebInnerPanel
{
    /*padding-left: 18px;
    padding-right: 18px;*/
    padding: 0;
    margin: 0;
}

.RebInnerPanelDescription
{
    height: 35px;
    padding-top: 2px;
    padding-bottom: 15px;
}

.RebRebateContainer
{
    /*width: 715px;*/
    /*height: 565px;*/ /*Originally was no value here*/
    padding: 0;
    margin-bottom: 15px;
}

.RebBoxLeft
{
    width: 218px;
    height: 228px;
    margin: 10px;
    border: solid 1px;
    float: left;
}

.RebBoxRight
{
    width: 218px;
    height: 228px;
    margin: 10px;
    border: solid 1px;
    float: right;
}

.fRebPtext
{
    font-family: 'Lobster';
    color: #E41529;
    font-size: 18px;
    font-weight: normal;
}

.RebDLtext
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #E41529;
}

.downloadForm
{
    position: absolute;
    top: 350px;
    /*padding-left: 16px;*/
    /*padding-right: 16px;*/
    text-align: center;
}

.RebDownloadForm
{
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 148px;
}

.RegDownloadForm
{
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 100px;
    padding-bottom: 100px;
}

.rebateLeftMain
{
    margin: 0;
    padding: 0;
}

.rebateRightMain
{
    margin: 0;
    padding: 0;
}
/****************/
/* USER PROFILE */
/****************/

.UCUserProfpnlTop
{
    /*height: 11px;*/
    line-height: 22px;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.UCUserProfpnlTopUnder
{
    /*border-bottom: 1px solid #E41529;*/
    width: 730px;
    float: right;
    display: none;
}

hr
{
    width: 90%;
    display: block;
    border: 0;
    border-top: 1px solid #E41529;
    margin: 6px 0;
    padding: 0;
}

.ProfilText
{
    font-size: 11px;
    /*text-indent: 6px;*/
    font-family: 'MuseoSlab500';
}

.profTextLeft
{
    /*width: 138px;*/
    margin-bottom: 10px;
    float: left;
}

.profTextRight
{
    margin-bottom: 10px;
    float: right;
}

.updateButton
{
    height: 25px;
    background-color: #d3d3d3;
    border: solid 1px #535353;
    color: #E41529;
    font-family: 'MuseoSlab500';
}

.profContainer
{
    padding: 0;
    height: 620px;
}
/****************/
/* STATUS ERROR */
/****************/

.StatPlacementDiv
{
    padding: 6px;
    height: 535px;
}

.StatBtmThing
{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.StatText
{
    font-size: 12px;
    font-family: 'MuseoSlab500';
}

.StatHeadDiv
{
    line-height: 22px;
    width: 600px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #E41529;
    text-align: center;
}

.StatTableHolder
{
    width: 600px;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
}

.StatTextSideBar
{
    font-family: 'MuseoSlab500';
    font-size: 12px;
}

.StatTextSideBarA
{
    font-family: 'MuseoSlab500';
    font-size: 12px;
    color: #543F24;
}

.StatErrorText
{
    font-family: 'MuseoSlab500';
    font-size: 12px;
    color: #E41529;
}

.StatCorrectText
{
    font-family: 'MuseoSlab500';
    font-size: 12px;
    color: #00851c;
}

.loginTopHolder
{
    height: 45px;
    margin-top: 20px;
    background-image: url('../../Images/Heinz/LoginLabel.jpg');
    background-repeat: no-repeat;
}

/****************/
/* REBATE GRID  */
/****************/

#rebateGrid
{
    /*width: 715px;*/
    height: 100%;
    padding: 0;
    margin: 0;
}

.RebateThumbnail
{
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    border: 0;
}

.EventInfo
{
    text-align: left;
    padding: 5px;
    float: left;
    height: 130px;
    width: 335px;
}

    .EventInfo:hover
    {
        background-color: #ec1c23;
        color: #ffffff;
    }

.RebateInfoTextHeader
{
    font-family: 'MuseoSlab700';
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding-bottom: 3px;
    background-color: transparent;
    width: 300px;
}

.RebateInfoText
{
    font-family: 'MuseoSlab500';
    font-size: 12px;
    line-height: 24px;
    display: block;
    text-align: center;
    padding-bottom: 3px;
    background-color: transparent;
    width: 300px;
}


/******************/
/* DROP DOWN MENU */
/******************/

ul.dropdown-menu
{
    position: relative;
    list-style-type: none;
    left: -48px;
    top: -13px;
}
    ul.dropdown-menu li
    {
        font-family: 'MuseoSlab700';
        font-size: 13px;
        font-weight: normal;
        margin-right: 20px;
        float: left;
        zoom: 1;
        background: transparent;
    }
    ul.dropdown-menu a:hover
    {
        color: #ec1c23;
    }
    ul.dropdown-menu a:active
    {
        color: #ec1c23;
        color: rgba(236, 28, 35, 1);
    }
    ul.dropdown-menu li a
    {
        display: block;
        padding: 4px 8px;
        /*border-right: 1px solid #333;*/
        color: #543f24;
        text-decoration: none;
    }
    ul.dropdown-menu li:last-child a
    {
        border-right: none;
    }
    ul.dropdown-menu li.hover,
    ul.dropdown-menu li:hover
    {
        /*background-color: #ec1c23;
        background-color: rgba(236, 28, 35, .75);*/
        color: #ec1c23;
        text-decoration: underline;
        position: relative;
    }
        ul.dropdown-menu li.hover a
        {
            color: #ffffff;
        }
    ul.dropdown-menu ul
    {
        width: 220px;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: -15px;
    }
        ul.dropdown-menu ul li
        {
            font-weight: normal;
            background-color: #f6f6f6;
            background-color: rgba(246, 246, 246, .75);
            /*color: #000;*/
            border-bottom: 1px solid #ccc;
            float: none;
            display: inline-block;
            width: 100%;
        }
            ul.dropdown-menu ul li a
            {
                border-right: none;
                width: 100%;
                display: inline-block;
                text-decoration: none;
            }
                ul.dropdown-menu ul li a:hover
                {
                    text-decoration: underline;
                }
        ul.dropdown-menu ul ul
        {
            left: 82%;
            top: 0;
        }
    ul.dropdown-menu li:hover > ul
    {
        visibility: visible;
    }

#RebateSetupBrandOutter {
    display: none;
}

/* Budget Dashboard & Edit */
#ShowBudgetLink {
    background-image: url('/Images/budget.png');
    cursor: pointer;
    width: 90px;
    height: 30px;
}

#ShowBudgetHolder {
    width: 90px;
    height: 30px;
    /*position: absolute;*/
    float: right;
}

#BudgetDashboard {
    text-align: center;
}

#BudgetDashboardTableHolder {
    border: 1px solid;
    border-radius: 10px;
}

#BudgetDashboardTable {
    width: 100%;
}

#BudgetDashboardTable th{
    text-align: left;
    white-space: nowrap;
    padding: 8px;
    border-bottom: 1px solid;
}

#BudgetDashboardTable td {
    text-align: left;
    padding: 8px;
}

#EditBudgetTable {
    margin-left: auto;
    margin-right: auto;
}

#EditBudgetTable th{
    white-space: nowrap;
    padding: 4px;
}

#EditBudgetTable td {
    padding: 4px;
}

#EditBudgetMessage {
    font-weight:bold;
    padding: 10px;
}

#BudgetEditLinkHolder {
    font-weight:bold;
    padding: 10px;
}

#ShowBudgetForHolder {
    padding: 5px;
}

.ui-accordion .ui-accordion-header-active {
    background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%);
    border: 1px solid #B6B6B6 !important;
    background-position: 0 0;
}

#DownloadLimitEmailHolder {
    display: block;
}

#ShowAdditionLocationsLink {
    font-family: 'MuseoSlab500';
    font-size: 12px;
    color: #ec1c23;
    font-weight: bold;
    text-decoration: none;
}