/* Rob Mullins 7/12/18 */
.SideCategoryListWholesale { display: none; }
.SideCategoryListRetail    { display: none; }
/* #END */

/* Begin changes by Robert Mullins */

.Left .SideCategoryListWholesale { line-height:15px; }

.Left .BlockContent { padding-top:4px;  }

.Left { margin-top: 20px;  }

/* Div for left side category. Set to hidden, JS activates on specific pages */
.Left
{
    position:absolute;
    max-width:0px;
    border-right: .5px dashed #D4D9DC;
    visibility: hidden;
}
.Left .BlockContent
{
    line-height:13px;
}

/* Grey background for top nav links */
.PageMenu .inner
{
    background: none repeat scroll 0% 0% #575757;
}

/* White font for top nav links */
.PageMenu li a
{
    color: #fff;

}

/* Black font for drop-down top nav links */
.PageMenu li ul li a
{
    color: #000;
}

/* Side Category Font Color */
.Left a
{
    color: #575757; 
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

/* Side Category Hover Font Color */
.Left a:hover
{
    color:#539D1E;
}

/* Adjust placement of Newsletter box */
.main > .inner, .footer-main > .inner, .footer-links > .inner, .newsletter-subscription > .inner
{
    padding-left:0px;
}

/* Remove grey background from behind newsletter box */
#SideNewsletterBox1 h4
{
    background: none;
}

/* Adjust placement of Newsletter box */
#SideNewsletterBox1
{
    margin-top:100px;
}

/* Slight adjustment to text for newsletter */
#SideNewsletterBox1 h4
{
    margin-left:10px;
}

/* Adjusting placement of footer columns */
#HomeRecentBlogs.RecentNews
{
    margin-left:152px;
}

/* DO NOT EDIT -- Used with JS to display Side Category List */
.Left .SideCategoryListRetail
{
    display:none;
}

/* DO NOT EDIT -- Used with JS to display Side Category List */
.Left .SideCategoryListWholesale, .SideCategoryListEarringsSilver, .SideCategoryListEarringsGold, .SideCategoryListBracelets,
.SideCategoryListEarringsALL
{
    display:none;
}


/* Removing product ratings from category view */
.ProductList .ProductPriceRating
{
    visibility:hidden;
}

/* Removing compare feature */
.addto .compare
{
    display:none;
}

/* Remove border from Product Image on product page */
#ProductDetails .ProductThumbImage
{
    min-height: 350px;
    border: none;
}

/* Adjust size of font on product page
.ProductList .ProductDetails
{
    font-size:12px;
}

/* Removing border from product page thumbnail image */
#ProductDetails .ProductTinyImageList ul li
{
    border: none !important;
}

/* Centering home page banner image (6 icons) */
.Block.banner_home_page_top
{
  left:35px;
}

/* Adjusting category product icon title spacing */
.ProductList .pname
{
    line-height:25px;
}

.display span {  display:none;  }

.Block.banner_home_page_bottom { max-height: 185px; margin-bottom: -20px; }

#SideNewsletterBox1 { margin-top:0px !important; }

.productPage .ProductTabList { /* max-height:400px; */}

/* End changes by Robert Mullins */
