/*ProductSearch*/

.ProductSearch {
    float: right;
    margin: 0px 0px;
    padding: 0px 0px 0 0px;
    height: 44px;
    //width: 47%;
    width: 45%;
}
.tableProductSearch {
    width: 100%;
}
.ProductSearch label {
    font-size: 1.3em;
    display: none;
    color: #666; 
} 
.ProductSearch input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    border-radius: 0;
    float: left;
    font-size: 14px;
    margin:0;
    width: 100%;
}
.ProductSearch .Button {
    float: right;
    background: url('../img/search-icon.png') no-repeat center center #fff;
    cursor: pointer;
    height: 28px;
    padding: 2%;
    width: 28px;
    font-size: 12px;
    border: none;
    color: #666;
}
.ProductSearch .Button:hover {
    background-color: #fff;
}
.ProductSearch a {
    text-decoration: none;
    color: #a4b507;
}
.ProductSearch a:hover {
    text-decoration: underline;
} 
.ProductSearch p {
    font-size: 0.85em;
    margin: 5px 0 0 0;
    color: #a4b507;
    text-align: center;
}

.ProductSearch h1 {
    font-size: 13px;
    margin: 5px 0px;
    color: #666;
    text-align: center;
}

.marche-select select {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    border: 0 none;
    border-radius: 0;
    font-size: 14px;
    line-height: 1;
    padding: 5px;
    width: 120%;
    color: #666;
}

.marche-select {
    background: url("../img/search-row.png") no-repeat scroll right center #FFFFFF;
    height: 28px;
    overflow: hidden;
    width: 101%;
}

 .ui-autocomplete {
    background: #FFFFFF;
    box-shadow: 0 5px 10px #666666;
    -moz-box-shadow: 0 5px 10px #666666;
    -webkit-box-shadow: 0 5px 10px #666666;
    max-height: 100px;
    overflow-y: auto;
    position: absolute;
    overflow-x: hidden;
    padding: 5px;
    z-index: 10000001;
}

.ui-widget-content {
    
}

.ui-corner-all {
    color: #666;
    font-size: 14px;
}