/** Your theme modifications here **/

.sidemenu-categories {
    overflow: auto !important;
    height: 750px !important;
}


.activosub > a,
.activosub > a:hover,
.activosub > a:focus {
    color: #ffffff !important;
    background-color: #fea04d !important;
}

.sidemenu-brands {
    overflow: auto !important;
    height: 400px !important;
}


.featuredIMG {
    height: 450px !important;
}

.listingIMG {
    height: 300px !important;
    max-height: 300px !important;
    text-align: center !important;
}

.mainImageDetails {
    width: 100% !important;
}

.ProductText {
    height: 300px !important;
}

.PossibleLikedText {
    height: 150px !important;
}

.textBold {
    font-weight: bolder;
}


.mydatagrid {
    border: solid 2px black !important;
}

.buttonBig {
    width: 70px !important;
    text-align:center !important;

}

.header {
    background-color: #646464;
    font-family: Arial;
    color: White;
    border: none 0px transparent;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
}

.rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: left;
    vertical-align: middle;
    border: none 0px transparent;
}

    .rows:hover {
        background-color: #ff8000;
        font-family: Arial;
        color: black;
        text-align: left;
    }

.selectedrow {
    background-color: #ff8000;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.mydatagrid a /** FOR THE PAGING ICONS  **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

    .mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/ {
        background-color: #000;
        color: #fff;
    }

.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.pager {
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

.mydatagrid td {
    padding: 5px;
}

.mydatagrid th {
    padding: 5px;
}
