/*Added per case 2265359 TP 11.04.2015*/
.Content .ProductList .ProductDetails {
    margin: 15px 0 11px 0;
    text-align: center;
}
/*End edit*/
/*Added per case 2247934 TP 10.27.2015*/
#SideNewProducts {
    display: none;
}
#NewBillingAddress > div.Clear.PL20.AddBillingAddress > div > div > p > input{
    width: 100%
}
/*End edit*/
/* code added to resolve case ID 01937967 per BRMiller - centering pages / category menu */
.flexCont {
    display: inline-flex !important;
    flex-wrap: wrap!important;
    justify-content: center !important;
    width: 100% !important;
}

.at4-icon {
    border-radius: 20px;
    padding:2px;
}
.AddThisButtonBox {
    float: left !important;
    margin: 10px 0 0 !important;
}
#SideCategoryList li ul, #SideCategoryList .sf-menu li ul {
    top: 45px;
}
#SideCategoryList ul.category-list > li {
    margin: 0 4px;
    transition: background-color 250ms ease-out; 
    -webkit-transition: background-color  250ms ease-out;
    -moz-transition: background-color  250ms ease-out;
    -ms-transition:background-color  250ms ease-out;
    -o-transition: background-color  250ms ease-out;
}
#SideCategoryList ul.category-list > li:hover {
    background-color: #000000;
}

.RetailPrice span {
font-size: 16px;
}

.ProductList li .ProductActionAdd a, #HomeFeaturedProducts .ProductActionAdd a {
    background-color: #0EBBB7 !important;
    color: #ffffff;
}

#SideCategoryList .SideCategoryListClassic li a {
    font-size: 14px !important;
/*    color: black !important;*/
    
}

#HeaderLower #SideCategoryList .SideCategoryListClassic li a {
        margin: 15px 7px;
    font-size: 16px !important;
}

#Header #SideCategoryList li > .custom-ul li > a {
    font-size: 14px !important;
}

#TopMenu li a {
    color: black !important;
}

/*Added by BC STAFF Case 02236401 CP*/
.ProductPriceWrap .RetailPrice {
    font-size: 16px;
}
/*End Case 02236401*/
/* Ninja'd by Brittani Case: 02247934 on 10/29/15 */
#FormField_13 {
    width: 80px !important;
}

#FooterUpper .CategoryList ul.sf-menu > li > a {
    font-size: 0;
}

#FooterUpper .CategoryList ul.sf-menu > li > ul {
    display: block !important;
    visibility: inherit !important;
    position: relative !important;
    top: 0 !important;
    padding-top: 0px !important;
    
/* end edit */

#HeaderLower li ul {
    width: 600px;
}

#HeaderLower li ul li {
    float: left !important;
    width: 250px;
}




