
.sidebarContainer {
    width:328px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    float:left;
}

.sidebarBox {
    padding: 10px 0 5px  0;
    margin: 0 auto;
    width: 308px;
}

.sidebarAdBox {
    padding: 10px 0;
    margin: 0 auto;
    width: 300px;
}

.sidebarAdEmbed {
    padding: 5px 0;
    margin: 0 auto;
    width: 310px;
}

.sidebarBoxNoMargin {
    margin:0;
    padding:0;
}

.sidebarBoxLine {
    height:1px;
    width:100%;
    border-bottom: 1px solid #cccccc;
}

.sidebarBets {
    background-image: url(../images/betsBackground.png);
    background-repeat: no-repeat;
    text-align:center;
    width:300px;
    height:105px;
}

.newsLetterImageWrap {
    width:100%;
    text-align: center;
    margin-bottom:10px;
}

.newsLetterImage {
    width:300px;
    margin: 0 auto;
}

.signupForNewsletter {
    margin-bottom:10px;
}

.betsText {
    margin-top:10px;
    margin-bottom:15px;
}

.betsText a{
    text-decoration: none;
    color: #005bf0;
}

#sidebarMainVideo {
    margin-top:10px;
}

#sidebarMainText {
    text-align:center;
    margin-bottom:5px;
}

.sidebarVideoWrapper {
    width:130px;
    margin-right:10px;
    float:left;
}

.sidebarVideoThumb {
    width:135px;
    cursor:pointer;
    border: 2px solid #ffffff;
}

.sidebarVideoThumb:hover {
    border: 2px solid #005bf0;
}

.sidebarVideo {
    margin-left:13px;
}

.sidebarThumbText {
    width:125px;
    min-height:39px;
    max-height:39px;
    overflow:hidden;
    font-size:11px;
    line-height:13px;
    margin-bottom:5px;
    cursor:pointer;
}

.sidebarThumbText:hover {
    text-decoration: underline;
    color: #005bf0;
}

.sidebarLiveLeft {
    width:50px;
    margin-top:10px;
    float:left;
}

.sidebarLiveRight {
    width:250px;
    margin-top:10px;
    float:left;
}

.sidebarLiveLine {
    height:5px;
    width:250px;
    border-bottom: 1px solid #cccccc;
}

.sidebarLivePic {
    width:30px;
    height:30px;
    border-radius:15px;
    overflow:hidden;
    float:left;
}

.sidebarLiveText {
    text-decoration:none;
    color: #000000;
    cursor:pointer;
}

.sidebarLiveText:hover {
    text-decoration:none;
    color: #005bf0;
    cursor:pointer;
}

.sidebarAuthorText {
    font-size:11px;
    color:#696969;
}

.sidebarLiveBottomText {
    margin-top:10px;
    margin-bottom:10px;
    margin-left:50px;
}

.sidebarLiveBottomText a{
    text-decoration:underline;
    color: #000000;
    cursor:pointer;
}

.sidebarLiveBottomText a:hover{
    color:#005bf0;
}

.sidebarProductBanner {
    width:300px;
}

.sidebarProductLink {
    background: #f4f6fa;
    float: left;
    height: 50px;
    width: 152px;
    border: 1px solid #ccc;
}

.sidebarProductLink a {
    background: #f4f6fa;
    font-size: 14px;
    line-height: 18px;
    color: #0066cc;
    padding: 8px 12px;
    display: inline-block;
    text-align: center;
    height:34px;
    width:128px;
}

.sidebarProductLink a:hover {
    color: #005bf0;
    background: #e1e6ef;
}

.sidebarTournamentBox {
    margin-bottom:10px;
}

.sidebarTournamentLeft {
   float:left;
    width:50px;
}

.sidebarTournamentText {
    float:left;
    width:180px;
    font-size:9px;
    font-weight:600;
}

.sidebarTournamentRight {
    float:left;
    margin-left:5px;
}

.sidebarTournamentImage {
    width:40px;
}

.sidebarTournamentLine {
    height:5px;
    width:310px;
    border-bottom: 1px solid #cccccc;
}

.sidebarPP {
    float:left;
    width:150px;
    font-weight: 600;
    margin-bottom:5px;
}

.sidebarPPItem {
    text-align:center;
    font-weight:400;
    font-size:10px;
    float:left;
    width:40px;
    color:#000000;
}

.sidebarPPFinal {
    color: #6a3;
}

.sidebarPPEarly {
    color: #ec1c24;
}

.sidebarPPDay {
    font-weight:600;
    font-size:12px;
    line-height:20px;
    cursor:pointer;
    height:20px;
    width:20px;
    margin-left:10px;
    color:#000000;
    border-radius: 50%;
}

.sidebarPPDay:hover {
    background-color: #0000EE;
    color:#ffffff;
}

.sidebarPPLine {
    height:5px;
    width:120px;
    border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 979px) {

    #tournamentMobileWrapper {
        margin-top:10px;
    }
    .sidebarTournamentBox {
        margin-left:10px;
        margin-right:0;
        margin-bottom:10px;
        width:90%;
    }

    .sidebarTournamentLeft {
        width:20%;
    }

    .sidebarTournamentRight {
        float:right;
    }

    .sidebarTournamentText {
        width:50%;
    }

    .sidebarTournamentImage {
        width:60px;
    }

    .sidebarTournamentLine {
        width:100%;
    }

    .sidebarProductLink {
        width: 148px;
    }

    .sidebarProductLink a {
        width: 124px;
    }

    .trackSelectWrapper {
        margin-left:10px;
    }

    #videoMobileWrapper {
        margin-top:10px;
        margin-left:15px;
    }

    .mobileVideoWrapper {
        width:130px;
        margin-right:10px;
        float:left;
    }

    #mobileMainText {
        width:300px;
    }

    .mobileVideoThumb {
        width:125px;
        cursor:pointer;
    }

    .mobileThumbText {
        width:125px;
        height:39px;
        overflow:hidden;
        font-size:11px;
        line-height:13px;
        margin-bottom:5px;
        cursor:pointer;
    }

    .mobileThumbText:hover {
        text-decoration: underline;
        color: #0000EE;
    }

}

