﻿/* autocomplete with sayt using jQuery UI V12 */

/* fonts */
.ui-menu-item, .ea-sug-product-name, .ea-sug-product-price, .ea-sug-nav-value { font-family:'Helvetica', Arial, sans-serif; font-size:14px; }

.ea-sug-wrapper {
    position:fixed; 
    background:#fff;
    -moz-box-shadow:    0 5px 20px 3px #666;
    -webkit-box-shadow: 0 5px 20px 3px #666;
    box-shadow:         0 5px 20px 3px #666;

}


/* product section */
.ea-sug-product-picture { border: 0; text-align: center ; vertical-align: top; }
img.ea-sug-product-image {  border: 0;  width: 80px; text-align: center; cursor:pointer; }
.ea-sug-product-name {  border: 0; text-align: center }
.ea-sug-product-name.ui-state-hover {font-weight: normal; background: #fff; border:none; color:#000 ; margin:0; }


.ea-sug-section { border: none;background: white; float:left;width:100%;overflow-x:hidden; line-height: normal;}
.ea-sug-sec-heading { background:white; }
.ea-sug-section-vertical-space {border-top: 1px solid #000;}
/* hide the product separator, since we are doing 2 column and not table rows*/
.ea-sug-product-separator { border:none;}

/*override the bold on the product name*/
.ea-sug-product-name, .ea-sug-product-price { font-weight: normal; }

/*********
    fix the modals
*/
.ui-dialog.modal-quickshop, .ui-dialog.modal-login, .ui-dialog.modal-wl{
    background: #fff;
    border-bottom-color: rgb(29, 29, 29);
    border-radius: 0;
    color: #1d1d1d;
    min-height: 440px;
    min-width: 600px;
}
.ui-dialog.modal-login {
    min-width: 700px;
    padding: 10px;
}
.ui-dialog.modal-wl{
    min-height: 256px;
    min-width: 600px;
    padding: 10px;
}
.ui-dialog.snapshot{
    background: #fff;
    border-bottom-color: rgb(29, 29, 29);
    border-radius: 0;
    color: #1d1d1d;
    max-width: 320px !important;
    min-width: 320px !important;
    padding: 20px;
    width: 320px !important;
}
.ui-widget-content .btn-link.blue{
    color: #fff;
}
.ui-dialog-content.modal-wrap{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 19.5px;
    min-height: 440px;
    overflow: visible;
    padding: 0;
    position: absolute;
    width: 600px;
}
.ui-dialog.snapshot .ui-dialog-content {
    height: auto !important;
    min-width: 320px;
    overflow: visible;
    padding: 0;
}
.ui-dialog.modal-login .ui-dialog-content.modal-wrap .modal-inner {
    margin: 10px 0;
}
.ui-dialog.modal-login .ui-dialog-content.modal-wrap .modal-close{
    top: 10px;
    right: 10px;
}
.ui-dialog-content.modal-wrap .qs-price{
    line-height: 1.5;
}
.modal-login .ui-dialog-content.modal-wrap{
    margin: 0 auto;
    min-height: 0;
    position: relative;
    left: 0 !important;
    top: 0 !important;
}