/* 
    Created on : 2014-4-21, 14:23:17
    Author     : neng
*/
.ui-helper-hidden-accessible { display:none; }
.ui-helper-hidden {
	display: none;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
        z-index: 1000;
        background:#fff;
        color: #333;
        border: 1px solid #ccc;
        padding-bottom: 5px;
}
/*.ui-autocomplete a{ color: #333;}*/
.is_keyword:hover,.is_store:hover,.is_brand:hover,.is_cata:hover{ background: #eeeeee}
.is_keyword,.is_store,.is_cata,.is_brand{
    line-height: 26px;
}
.is_brand dl{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.is_brand dl dt{
    display: block;
    float: left;
    width: 79px;
    height: 40px;
    overflow: hidden;
}
.is_brand dl dt img{
    height: 40px;
}

.is_brand dl dd{
    display: block;
    float: left;
    padding-left: 15px;
    font-size: 13px;
}
.is_brand dl dd span {
    float: left;
    color: #d00000;
}
.is_brand dl dd b {
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    background: url(/vendor/images/v30/share02.png) no-repeat -394px -29px;
}

.ui-menu-item{
    padding-left: 5px;
}
.is_store b{
    height: 24px;
    width: 30px;
    display: block;
    background: url(/vendor/images/v30/share02.png) no-repeat -358px -37px;
    float:left;
}
.is_flagship{
    border-bottom: 1px solid #c9c9c9;
}

.is_flagship dl{
    display: block;
    width:100%;
    height: 40px;
    line-height: 40px;
}
.is_flagship dl dt{
    display: block;
    float: left;
    width: 79px;
    height: 40px;
    overflow: hidden;
}
.is_flagship dl dd{
    display: block;
    float: left;
    padding-left: 15px;
    font-size: 13px;
    
}
.is_flagship dl dd span{
    float: left;
    color: #d00000;
}
.is_flagship dl dd span:hover{
    text-decoration: underline;
}
.is_flagship dl dd b{
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    background: url(/vendor/images/v30/share02.png) no-repeat -394px -29px;
}
.is_flagship dl dt img{
    height: 40px;
}
.s_key{
    color: #d00000;
}
.s_num{
    float: right;
    padding-right: 5px;
}