.PrestaAutoComplete3 .searchNode3{
    border: none;
    background-color: transparent;
}
.PrestaAutoComplete3.parentRequired {
    cursor: not-allowed;
}
.PrestaAutoComplete3 .shield {
    opacity: 0.6;
    margin-top: -4px;
    margin-left: -4px;
    position: absolute;
    background-color: #000;
    z-index: 2000;
    cursor: wait;
}
.PrestaAutoComplete3 .searchNode3:hover {
    border:none;
}
.PrestaAutoComplete3.emptyMessage .searchNode3 {
    color: #777;
    font-style: italic;
}
.PrestaAutoComplete3.parentRequired .searchNode3 {
    color: #DF4545;
    font-style: italic;
}
.PrestaAutoComplete3.waiting {
    background: url("../img/loader.gif") no-repeat scroll right center transparent;
}
.PrestaAutoComplete3 ul.searchResults {
    border: 1px solid #000;
    background-color: #dbe4eb;
    z-index: 1000;
    position: absolute;
    width: 450px;
    top: -1000px;
    left: -1000px;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #EFF6FF;
    overflow: hidden;
    text-align:left;
}
.PrestaAutoComplete3 ul.searchResults li {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1001;
    display: block;
}
.PrestaAutoComplete3 ul.searchResults li.add {
    cursor: pointer;
    font-weight: normal;
    color: #298F23;
    background: url("../img/add.png") no-repeat scroll 5px center #F3FFDF;
    padding: 2px 0 2px 25px;
    border-top: 1px dashed #298F23;
}
.PrestaAutoComplete3 ul.searchResults li.add.selected {
    background-color: #298F23;
    border-top: 1px dashed #EFF6FF;
    color: #fff;
}
.PrestaAutoComplete3 ul.searchResults li .match {
    font-weight: bold;
    background-color: #D1DFEF;
    display: inline-block;
}
.PrestaAutoComplete3 ul.searchResults li.selected .match {
    font-weight: bold;
    background-color: transparent;
}
.PrestaAutoComplete3 ul.searchResults li span.title {
    display: inline-block;
}
.PrestaAutoComplete3 ul.searchResults li span.text {
    overflow: hidden;
    margin-left: 3px;
    padding-left: 18px;
    color: #777;
    background: url("../img/separator.gif") no-repeat 5px center transparent;
    display: inline-block;
    vertical-align: bottom;
}



/** Actions sur choix */
.PrestaAutoComplete3 ul.searchResults li div.actions {
    float: right;
}
.PrestaAutoComplete3 ul.searchResults li.selected div.actions {
    height: 16px;
}
.PrestaAutoComplete3 ul.searchResults li div.actions span {
    display: none;
    width: 16px;
    height: 16px;
    background: no-repeat center center transparent;
    border: 1px solid #B2D6F7;
    border-top: 0;
    border-bottom: 0;
}
.PrestaAutoComplete3 ul.searchResults li.selected div.actions span {
    display: inline-block;
    vertical-align: bottom;
    height: 16px;
}
.PrestaAutoComplete3 ul.searchResults li.selected div.actions span.hover {
    border-color: #fff;
}
.PrestaAutoComplete3 ul.searchResults li div.actions span.action_detail {
    background-image: url("../img/magnifier.png");
}
.PrestaAutoComplete3 ul.searchResults li div.actions span.action_edit {
    background-image: url("../img/edit.png");
}
.PrestaAutoComplete3 ul.searchResults li div.actions span.action_attach {
    background-image: url("../img/attach.png");
}
.PrestaAutoComplete3 ul.searchResults li div.actions span.action_delete {
    background-image: url("../img/bin.png");
}



.PrestaAutoComplete3 ul.searchResults li.item {
    cursor: pointer;
    padding: 1px 0 1px 5px;
    white-space: nowrap;
    height: 16px;
}
.PrestaAutoComplete3 ul.searchResults li.item span {
    height: 16px;
    line-height: 16px;
}
.PrestaAutoComplete3 ul.searchResults li.item.selected {
    background-color: #B2D6F7;
    cursor: pointer;
    color: #000;
}
.PrestaAutoComplete3 ul.searchResults .info {
    background-color: #666;
    color: #eee;
    padding: 1px 5px;
}
.PrestaAutoComplete3 .message {
}
.PrestaAutoComplete3 .message.level_info {
    background: #EFF5FF url("../img/message_info.png") no-repeat scroll 5px center;
    padding: 4px 10px 4px 25px;
    color: #2B5BAF;
    font-weight: bold;
    border: 2px dashed #2B5BAF;
}
.PrestaAutoComplete3 .message.level_error {
    background: #fcc url("../img/message_failure.png") no-repeat scroll 5px center;
    padding: 4px 10px 4px 25px;
    color: #FF0F0F;
    font-weight: bold;
    border: 2px dashed #FF0F0F;
}
.PrestaAutoComplete3 {
    border: 1px solid #A5ACB2;
    background:#ffffff;
    margin: 3px;
    padding: 3px 0 0 3px;
    display: inline-block;
    vertical-align: bottom;
    width: 450px;
    cursor: text;
    z-index: 300;
}
.PrestaAutoComplete3 {
    *display:inline; /* IE 7 and below*/
}
.PrestaAutoComplete3 .clear {
    clear: both;
    display: none;
}
.PrestaAutoComplete3 ul.pfb-innerList li input {
    margin: 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}
.PrestaAutoComplete3.onCreateItem {border: none;}
.PrestaAutoComplete3.onCreateItem .searchNode3 {display: none;}
.PrestaAutoComplete3.full {border: none;}
.PrestaAutoComplete3.full .searchNode3 {display: none;}
.PrestaAutoComplete3.full_nbSelectedItems_1{
    border: none;
}
.PrestaAutoComplete3.full_nbSelectedItems_1 .searchNode3{
    display: none;
}
.PrestaAutoComplete3 ul.searchResults .tabItem, .PrestaAutoComplete3 ul.searchResults .caddiItem {
    display: none;
}

