/*auto search container */

.ac_results {
    padding: 0px;
    box-shadow: 1px 3px 3px #CCCCCC;
    background-color: white;
	overflow:auto !important;
	overflow-x:hidden !important;
    overflow-y:scroll !important;
    z-index: 99999;
    margin-left: -109px;
	max-height:420px;
}

.ac_results > ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
	overflow-y:hidden !important;
	max-height:99999px !important;
}

.ac_results li {
    margin: 2px;
    cursor: default !important;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    height: auto;
    /*border: 1px solid #ccc;*/
    line-height: 16px;
}

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

.ac_odd {
    /*background-color: #eee;*/
}

.ac_over {
    /*background-color: #0A246A;
    color: white;*/
}
.search_item {
    width: 100%;
    height: 50px;
    /*padding: 2px 0 0 5px;*/
    position: relative;

}
.dmessage {
    padding: 8px;
}
.dmessage h3 {
    margin-bottom: 1px;
}
.dmessage a {
    font-weight: bold;
    text-decoration: underline;
}
.dmessage b {
    font-weight: bold;
}

.search_item .left{
    float:left;
    width:145px;
	padding-left:5px;
    padding-top: 29px;
}

.search_item .right{
    width:60px;
    margin-right:10px;
    float:left;	
    text-align: right;
}

.search_item .overlay{
    position:absolute;
    margin-top:-99999px;
}

/* rollover overlay */
.search_item:hover .overlay{
    margin-top:0px;	
    left:0;
    top:0;
}

.search_item .overlay ul li{
    float:left;	
    width:auto;
    margin: 0;
    padding-left:1px;
}

.search_item .overlay ul li:first-child{
    padding-left:0;
}

.search_item .overlay ul li a{
    background:url(/images/bg-rollover.png);
    color:#ffffff;
    padding:17px 12px;
    display:block;
    font-size:16px;
}

.search_item .overlay ul li a.add{
	padding-right: 17px;
}

.search_item .overlay ul li a.view{
	padding: 17px 14px;
}