.ajax-search-result {
    background: white none repeat scroll 0 0;
    border: 1px solid #cecece;
    box-shadow: 2px 3px 10px -2px rgba(0, 0, 0, 0.2), -5px 0 20px -8px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color: #333;
    display: none;
    left: 0;
    padding: 5px 8px 10px;
    position: absolute;
    text-align: left;
    top: 29px;
    width: 400px;
    z-index: 200;
	list-style-type: none;
}

.ajax-search-result .title-page
{
	display:none;
}

.eAutoComplete_itemList {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    display: block;
    line-height: 17px;
    margin: 0;
    padding: 5px 8px;
    text-decoration: none;
	  cursor: default;
    overflow: hidden;
    white-space: nowrap;
}
.eAutoComplete_itemList a
{
	display:block;
	color:#000;
}


.eAutoComplete_itemList:hover, .eAutoComplete_itemList.mGray.mFocus {
    background-color: #e5ecf1;
    text-decoration: none;
}
  
.eAutoComplete_delimiter::before {
    margin-left: -50%;
}
.eAutoComplete_delimiter::before, .eAutoComplete_delimiter::after {
    background-color: #cecece;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.eAutoComplete_delimiter::after {
    left: 0.3em;
    margin-right: -50%;
}
.eAutoComplete_delimiter::before, .eAutoComplete_delimiter::after {
    background-color: #cecece;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.eAutoComplete_delimiter {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: gray;
    display: block;
    font-size: 10px;
    height: 14px;
    /*margin: -8px 0 -6px;*/
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
}

.eAutoComplete_titleItem {
    vertical-align: middle;
}

.eAutoComplete_imageItem .eAutoComplete_image {
    max-height: 60px;
}
.eAutoComplete_image {
    margin-right: 8px;
    max-width: 60px;
    vertical-align: middle;
    width: auto;
}

.eAutoComplete_itemList.mItem {
    box-sizing: border-box;
    display: table;
    width: 100%;
}
.eAutoComplete_itemInfo, .eAutoComplete_itemPrice {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.eAutoComplete_itemTitle, .eAutoComplete_itemCategory {
    display: block;
    white-space: normal;
    width: 100%;
}
.eAutoComplete_itemCategory {
    color: gray;
    font-size: 10px;
    line-height: 11px;
    margin: 5px 0;
    white-space: normal;
}
.eAutoComplete_itemPrice {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: auto;
}
.eAutoComplete_imageItem {
    display: table-cell;
    text-align: center;
    width: 60px;
}
.eAutoComplete_imageItem .eAutoComplete_image {
    max-height: 60px;
}
.eAutoComplete_price {
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
}
.bAutoComplete .bButton {
    position: relative;
    z-index: 60;
}
.bButton::before {
    left: auto;
    right: -7px;
}
.bButton::after, .bButton::before {
    background: #d80027 none repeat scroll 0 0;
    border-radius: 5px / 14px;
    content: "";
    display: block;
    height: 100%;
    left: -7px;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 10px;
}

.bButton.mMicro {
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    height: 19px;
    line-height: 17px;
    padding-left: 7px;
    padding-right: 7px;
}
.bAutoComplete .bButton {
    position: relative;
    z-index: 60;
}
.bButton, .bButton.mActive.mDisable {
    background: #d80027 ;
    box-shadow: none;
    color: #fff;
    overflow: hidden;
    text-shadow: 0 1px 1px #336b94;
}
.bButton {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}

.eAutoComplete_assistSection {
    color: gray;
}

.jsSectionList a
{
	display:inline-block;
}