.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: #e7e7e7;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 10px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
    /*height:105px; */
    border-bottom:#fff solid 1px;
}

.ac_loading {
    background: white url('../images/layout/indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #e7e7e7;
}


/* Row specific styles */

.ac_results li span {
    float:left;
    width:113px; height:105px;
    text-align:center;
    background:#fff;
}

/* Old list styles
.ac_results li ul {
    float:right;
    width:203px;
    padding:8px;
    }
    .ac_results li ul li {
        height:auto !important;
        line-height:14px;
        border:0;
        }
        .ac_results li ul li a {
            font-weight:bold; color:#28b4ef;
            }
            .ac_results li ul li a:hover {
                text-decoration:underline;
                }
        .ac_results li ul li.searchCena {
            text-align:right; color:#093461; font-size:11px; font-weight:bold;
            }
            .ac_results li ul li b {
                color:#093461;
                }*/



/* Izmjena 29.06.2010. ------------------------- */

.ac_results div {
    float:right;
    width:203px; height:92px;
    padding:8px;
    }
    .ac_results div p {
        height:auto !important;
        line-height:14px;
        border:0;
        }
        .ac_results div p a {
            font-weight:bold; color:#28b4ef;
            margin-bottom:5px;
            }
            .ac_results div p a:hover {
                text-decoration:underline;
                }
        .ac_results div p.searchCena {
            text-align:right; color:#093461; font-size:11px; font-weight:bold;
            }
            .ac_results div p b {
                color:#093461;
                }
                
/* Izmjena 29.06.2010. ------------------------- */



.ac_results li:hover,
.ac_over {
    background-color: #6f7881;
    color: white;
    }
    .ac_results li:hover a, .ac_results li:hover b,
    .ac_over a, .ac_over b {
        color:#fff;
        }
