.am_search_popup{
    
    position: absolute;
    right: -30px;
    width: 315px;
    margin-top: 10px;
    text-align: left;
    z-index: 1000;
    max-width: none;
}

.am_search_popup_triangle {
    height: 20px;
    width: 20px;
    margin-top: 8px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -20px;
}

.am_search_popup_inner{
    overflow: hidden;
}


.am_search_popup div.am_element{
    float: none;
    width: 100%;
    color: black;
    border-bottom: 1px solid #a5a5a5;
    background-color: #fff;
}

.am_search_popup div.am_element > div{
    padding: 10px;
    float: none;
}

.am_image>img{
    width: 90px;
    height: 90px;
    border: 1px solid #bec4c8;
}

.am_search_popup label{float:left; margin-right: 10px;}
.am_search_popup .price-box{
    margin:0;
}

.am_search_popup .regular-price .price,
.am_search_popup .am_title{
    font-weight: normal;
    font-size: 12px;
    float: none;
}

.am_search_popup .am_title{
    font-weight: bold;
}


.am_search_popup .am_image{
    display: table-cell;
    padding-right: 10px;
    width: 90px;
    height: 90px;
}

.am_search_popup .am_right{
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    border-left: 1px solid #adb5b9;
}

.am_search_popup a{
    text-decoration: none;
}

.form-search #search.loading {
    background-image: url(../../images/amxsearch_loader.gif); 
    background-position: 95% center; 
    background-repeat: no-repeat;
} 

.am_search_popup .ratings{
    margin: 0px;
    margin-bottom: 3px;
}



.am_search_popup .rating-box{
    background: url(../../images/am_xsearch_bkg_rating.png) 0 0 repeat-x;
}

.am_search_popup .rating {
    background: url(../../images/am_xsearch_bkg_rating.png) 0 100% repeat-x;
}

.am_search_popup div.am_element:hover .rating-box{
   background: url(../../images/am_xsearch_bkg_rating_white.png) 0 0% repeat-x;
}

.am_search_popup div.am_element:hover .rating{
   background: url(../../images/am_xsearch_bkg_rating_white.png) 0 100% repeat-x;
}

.am_search_popup .am_title{
    font-weight: bold;
    padding-bottom: 3px;
}

.am_search_popup div.am_element{
    font-size: 10px;
}

.am_search_popup .regular-price .price{
    font-style: italic;
    font-weight: bold;

}

#am_search_container{
    position: relative;
    clear: both;
    z-index: 40000;
    top: 65px;
    right: 53px;
}

.am_search_popup .more_results{
    background: #FFF;
    text-align: center;
    padding: 3px;
    font-weight: bold;
}

.amhighlight{
    background: none !important;
    text-decoration: underline;
}