/* BEGIN: Wrapper for Product Descriptions that style the bullet lists and links */

.productdescription ul {
    line-height: 1.75;
    font-weight: bold;
}

.productdescription ul a {
    text-decoration: underline;
}

.productdescription ul a:hover {
    color: #999999;
}

/* END: Wrapper for Product Descriptions that style the bullet lists and links */

/* BEGIN: This pushes down the "Sign In" button on the default (home) page to hide it after customers have logged in. (Could be done with Java, but don't know Java).  */

#HomeFeaturedProducts {
    margin-bottom: 9999px;
}
/* END: This pushes down the "Sign In" button on the default (home) page to hide it after customers have logged in. (Could be done with Java, but don't know Java).  */

