

/* QQ style */
#QQdiv
{
    float: left;
    width: 138px;
    z-index: 10001;
}
.info
{
    height:592px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    background: url(/image/bgqq.png) no-repeat;
    padding-top: 5px;
}
.Obtn
{
    margin-top: 54px;
    width: 33px;
    background: url(/image/img3-5_0.png) no-repeat;
    float: left;
    height: 135px;
    margin-left: 0px;
}
* HTML .Obtn
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/image/img3-5_0.png",sizingMethod='crop');
    width: 33px;
    background-color: transparent;
    float: left;
    height: 135px;
}
* + HTML .Obtn
{
    margin-top: 54px;
    width: 33px;
    background: url(/image/img3-5_0.png) no-repeat;
    float: left;
    height: 135px;
    margin-left: 0px;
    z-index: 888;
}

#QQdiv A
{
    text-decoration: none;
}
#QQdiv A:hover
{
    text-decoration: none;
}



/* scrollUp Image style */
#scrollUp
{
    bottom: 20px;
    right: 20px;
    height: 38px; /* Height of image */
    width: 38px; /* Width of image */
    background: url(/images/top.png) no-repeat;
}
/* AutoComplete style */
.ac_results
{
    padding: 0px;
    border: 2px solid #ec8b00;
    border-top: none;
    background-color: white;
    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;
    padding: 2px 5px;
    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: 12px; /*  	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;
}

.ac_loading
{
    background: white url('/image/indicator.gif') right center no-repeat;
}

.ac_odd
{
    background-color: #eee;
}

.ac_over
{
    background-color: #0A246A;
    color: white;
}

