.mainSection {
    width: 837px;
    height: 100px;
    height: auto;
    border: 1px solid #cc0000;
    border-top-color: #ffaa00;
}

#salesOffersSection {
    width: 837;
    height: 100px;
    height: auto;
    margin-top: 10px;
}

.tabLine {
    width: 837px;
    height: 3px;
    background-color: #ffaa00;
    margin-top: -1px;
    border: 1px solid #ffaa00;
}

.headerButtons {
    margin: 10px 0 0 0;
    height: 28px;
    width: 230px;
    cursor: pointer;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ffaa00;
    color: #000000;
}

.headerButtons:hover, .headerButtons:active, .headerButtons:focus {
    background-color: #ffaa00 !important;
    color: #ffffff !important;
    outline: none !important;
}

#mainPaginatorSection {
    height: 40px;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.page_btn {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #000000;
    padding: 5px 10px 5px 10px;
    height: 26px;
}

.page_btn:hover {
    color: #ffffff !important;
    background-color: #ffaa00 !important;
}

#pageNumberSection {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 40px 10px;
    display: block;
}

#pageNumber_lbl {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}

#displayOnPage_dd {
    height: 22px;
    width: 70px;
    border: 1px solid gray;
    margin-right: 15px;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
}

.itemOnPageSection {
    clear: both;
    display: inline-block;
    vertical-align: middle;
}

.goToPageSection {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#displayItemsTitle_lbl, #goToPage_lbl {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

#goToPage_tb {
    border: 1px solid gray;
    padding: 3px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
}

#goToPage_btn {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #000000;
    height: 23px;
    width: 70px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

#goToPage_btn:hover {
    background-color: #e4edfe !important;
    outline: none !important;
}

.newTitle {
    display: inline-block;
    background: lime;
    color: red;
    padding: 1px 7px 1px 7px;
    border: 1px solid #000000;
    margin: 5px 0 0 -25px;
    font-weight: bold;
    vertical-align: top;
}

#noOffersText {
    display: block;
    text-align: center;
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

#continentTitle{
    display: block;
    margin: 10px 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #cc0000;
    border-bottom: 2px solid #cc0000;
    width: 500px;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 5px;
}

#soBa_btn{
    width: 320px !important;
}

.debugTitle{
    margin-bottom: 10px !important;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 10px;
    color: #cc0000;
}