.unbxd-as-wrapper {
    border: 1px solid #dedede;
    border-top: 0;
    background-color: #fff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 13px;
}

   .unbxd-as-wrapper ul {
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
    }

.unbxd-as-extra-left:after, .unbxd-as-extra-right:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibilty: hidden;
}

.unbxd-as-extra-left .unbxd-as-maincontent {
    float: right;
}

.unbxd-as-extra-right .unbxd-as-maincontent {
    float: left;
}

.unbxd-as-extra-left .unbxd-as-sidecontent {
    float: left;
    border-right: 1px solid #dedede;
}

.unbxd-as-extra-right .unbxd-as-sidecontent {
    float: right;
    border-left: 1px solid #dedede;
}

.unbxd-as-sidecontent + .unbxd-as-maincontent {
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    margin-right: -1px;
    margin-left: -1px;
}

.unbxd-as-wrapper ul li {
    padding: 4px 9px;
    background-color: #fff;
    cursor: pointer;
}
/*
    UNBXD CHNAGES #8b1a1a

*/
    .unbxd-as-wrapper ul li.unbxd-as-insuggestion {
        padding-left: 25px;
        color: #ff8400;
    }

    .unbxd-as-wrapper ul li.unbxd-as-popular-product:after, .unbxd-as-wrapper ul li.unbxd-as-popular-product .unbxd-as-popular-product-info:after, .unbxd-as-wrapper ul li.unbxd-as-popular-product .unbxd-as-popular-product-cart:after, .unbxd-as-popular-product-quantity-container:after {
        clear: both;
        content: ".";
        display: block;
        font-size: 0;
        height: 0;
        visibilty: hidden;
    }

    .unbxd-as-wrapper ul li .unbxd-as-popular-product-image-container {
        max-width: 40px;
        max-height: 40px;
        float: left;
        margin-right: 5px;
        padding:1px;
        border: 1px #f0f0f0 solid;
    }

        .unbxd-as-wrapper ul li .unbxd-as-popular-product-image-container:empty {
            margin-right: 0;
        }

        .unbxd-as-wrapper ul li .unbxd-as-popular-product-image-container img {
            max-width: 40px;
            max-height: 40px;
            margin: 0 auto;
            display: block;
        }

    .unbxd-as-wrapper ul li .unbxd-as-popular-product-name {
        padding: 0 0 0 65px;
    }

    .unbxd-as-wrapper ul li.unbxd-as-popular-product .unbxd-as-popular-product-cart {
        line-height: 15px;
        margin-top: 5px;
    }

    .unbxd-as-wrapper ul li .unbxd-as-popular-product-price, .unbxd-as-wrapper ul li .unbxd-as-popular-product-quantity, .unbxd-as-wrapper ul li .unbxd-as-popular-product-cart-action {
        float: right;
        display:none;
    }

    .unbxd-as-wrapper ul li .unbxd-as-popular-product-price {
        padding: 4px;
        line-height: 15px;
    }

    .unbxd-as-wrapper ul li .unbxd-as-popular-product-quantity .unbxd-as-popular-product-quantity-container {
        border: 1px solid #dedede;
        border-radius: 3px;
        margin: 0 15px;
    }

        .unbxd-as-wrapper ul li .unbxd-as-popular-product-quantity .unbxd-as-popular-product-quantity-container > span {
            display: inline-block;
            padding: 3px 4px;
        }

        .unbxd-as-wrapper ul li .unbxd-as-popular-product-quantity .unbxd-as-popular-product-quantity-container > input {
            display: inline-block;
            border: 0 none;
            border-left: 1px solid #dedede;
            width: 25px;
            line-height: 16px;
            padding: 3px;
        }

.unbxd-as-popular-product-cart-button {
    display: inline-block;
    background-color: #ff8400;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    outline: 0;
    border: medium none;
}

    .unbxd-as-popular-product-cart-button:hover, .unbxd-as-popular-product-cart-button:active {
        background-color: #ff9c32;
    }

.unbxd-as-popular-product-inlinecart {
    display: table-row;
}

.unbxd-as-wrapper ul li .unbxd-as-popular-product-inlinecart > div {
    display: table-cell;
    float: none;
    padding: 0;
    vertical-align: middle;
}

.unbxd-as-popular-product-inlinecart .unbxd-as-popular-product-image-container {
    max-height: 30px;
    max-width: 30px;
}

.unbxd-as-popular-product-inlinecart .unbxd-as-popular-product-name p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.unbxd-as-wrapper ul li .unbxd-as-popular-product-inlinecart .unbxd-as-popular-product-image-container img {
    max-height: 30px;
    max-width: 30px;
    margin-right: 5px;
}

.unbxd-as-popular-product-inlinecart .unbxd-as-popular-product-quantity {
    width: 75px;
}

.unbxd-as-wrapper ul li .unbxd-as-popular-product-inlinecart .unbxd-as-popular-product-quantity .unbxd-as-popular-product-quantity-container {
    margin: 0 5px;
}

.unbxd-as-popular-product-inlinecart .unbxd-as-popular-product-cart-action {
    width: 88px;
    text-align: right;
}

.unbxd-as-wrapper ul li:hover {
    background-color: #fafafa;
    cursor: pointer;
}

.unbxd-as-wrapper ul li.unbxd-ac-selected {
    cursor: pointer;
    background-color: #fafafa;
}

.unbxd-as-wrapper ul li.unbxd-as-popular-product-grid {
    display: inline-block;
    float: left;
}

    .unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-image-container {
        max-width: 100px;
        max-height: 100px;
        float: none;
    }

        .unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-image-container img {
            max-width: 100px;
            max-height: 100px;
        }

    .unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-name {
        padding: 0;
        overflow: hidden;
        height: 15px;
        width: 110px;
        text-align: center;
    }

    .unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-price, .unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-quantity, .unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-cart-action {
        float: none;
        text-align: center;
    }

.unbxd-as-wrapper {
    z-index: 100 !important;
}

input.SearchBox {
    text-align: center !important;
}

.unbxd-as-keysuggestion.unbxd-ac-selected {
    background-color: #f0f0f0 !important;
}

.unbxd-as-popular-product.unbxd-ac-selected {
    background-color: #f0f0f0 !important;
}

.unbxd-as-keysuggestion:hover {
    background-color: #f0f0f0 !important;
}

.unbxd-as-popular-product:hover {
    background-color: #f0f0f0 !important;
}

.unbxd-as-popular-product-price {
    color: #973030 !important;
}

li.unbxd-as-popular-product {
    border-bottom: 0 solid beige !important;
}

.unbxd-as-wrapper ul li {
    font: normal 10pt Verdana;
}

.unbxd-as-wrapper {
    /*box-shadow: 0 3px 10px rgba(221,221,221,0.38),-10px 8px 13px rgba(221,221,221,0.38),10px 8px 22px rgba(221,221,221,0.38);*/
    border: 1px #F0F0F0 solid;
}

    .unbxd-as-wrapper ul li.unbxd-as-header, .unbxd-as-wrapper ul li.unbxd-as-header:hover {
        /*background-color: Maroon; */
       /*  background-color: #8b1a1a;    */ 
        color: #333;
        /*text-decoration:underline;*/
        font-weight:bolder;
        font-size:14px;
        cursor: default;
        border-bottom: 2px solid #333 !important;

    }  

