﻿.container .list-group-item .btn-group-vertical .addtocart-disabled{
    cursor: not-allowed;
}
#addtocart, .searchButton, .ui-button, .black {
    background-color: black!important;
    color: black;
}
a:hover {
    color: black !important;
}

.topheader, .footer {
    background: #F8F8F8 !important;
}
.logindiv ul li a:hover {
    border-bottom: 5px solid white !important;
}

.navbar-brand {
    padding: 0 !important;
}

#search {
    margin-right: 0 !important;
}

#searchStringInput {
    border:2px solid #594F4F !important;
    height:31px !important;
    height: 32px;
}

@media (max-width: 767px) { 
    #searchStringInput {
        margin-left:5px;
        margin-bottom: 0;
    }
}