.grey_white {
    background-color: #262528;
    color: #FFFFFF;
}

footer a {
    color: black !important;
}

footer a:hover {
    color: #FF9800 !important;
}

.white_text {
    color: #FFFFFF !important;
}

.selected_image_border {
    border: 1px solid #FF9800 !important;
}

.image_thumbnail {
    border: 1px solid #000000;
    width: 100px;
}

.list_sizes {
    border: 1px solid black;
}

.product_window a {
    text-decoration: none;
    color: black !important;
}

#small_cart a {
    text-decoration: none;
    color: black !important;

}

.productCategories {
    text-decoration: none;
    color: black;
}

.productCategories:hover {
    text-decoration: underline;
    color: black;
}

#small_cart {
    z-index: 999999999 !important;
}

.modal {
    z-index: 999999999 !important;
}


#small_cart a:hover {
    text-decoration: underline;
    /*color: #FF9800!important;*/
}

#cart_notification {
    font-size: 8pt;
}

ul.ui-autocomplete {
    z-index: 99999;
    max-height: 300px;
    overflow-y: scroll;;
}