#breadcrumb {
    display: block;
    font-size: 12px;
    margin: 10px auto;
    position: relative;
}
#breadcrumb .with-slim-banner {
    float: left;
}
.breadcrumb-new {
    border-left: 1px solid #c3c3c3;
}
.breadcrumb-new a:hover{text-decoration: none !important;}
.breadcrumb-new > li {
    float: left;
    height: 30px;
    margin-left: -20px;
    padding-right: 3px;
    position: relative;
}
.breadcrumb-new > li a {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    padding: 0 8px 0 12px;
	max-width: 360px;
	overflow: hidden;
}
.breadcrumb-new > li dt > a {
    padding: 0 12px 0 29px;
    white-space: nowrap;
}
.breadcrumb-new > li dt > a:hover {
    text-decoration: none;
}
.breadcrumb-new > li dt > a em {
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 4px;
    display: inline-block;
    margin: -3px 2px;
}
.breadcrumb-new > li dd {
    display: none;
    position: absolute;
}
.breadcrumb-new > li dd a {
    background: transparent none repeat scroll 0 center;
    display: block;
    height: auto;
    line-height: 14px;
    overflow: hidden;
    padding: 4px 10px 4px 15px;
    word-wrap: break-word;
}
.breadcrumb-new > li dd a::after {
    background: transparent none repeat scroll 0 center;
}
.breadcrumb-new > li dd a:hover {
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
}
.breadcrumb-new > li dl {
    position: relative;
    z-index: 30;
}
.breadcrumb-new > li dl.over dt {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-color: #999 #999 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 1px 1px 0;
    height: 27px;
    left: 18px;
    position: absolute;
    z-index: 1;
}
.breadcrumb-new > li dl.over dt > a {
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
}
.breadcrumb-new > li dl.over dt > a::after {
    content: none;
}
.breadcrumb-new > li dl.over dt > a:hover {
    color: #333;
}
.breadcrumb-new > li dl.over dd {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0 3px 3px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    display: block;
    left: 18px;
    padding: 5px 0;
    top: 27px;
}
.breadcrumb-new > li dl.empty dt > a {
    background: transparent none repeat scroll 0 center;
    padding-right: 15px;
}
.breadcrumb-new > .no-child:hover dt a {
    color: #333;
}
.breadcrumb-new > .no-child.current:hover dt a {
    color: #fff;
}
.breadcrumb-new > .current dt a {
    color: #fff;
    font-weight: bold;
}
.breadcrumb-new > .current dt a em {
    border-color: #fff transparent transparent;
}
.breadcrumb-new > .current dt a:hover {
    color: #fff;
}
.breadcrumb-new > .current .current-hover dt a {
    color: #333;
}
.breadcrumb-new > .current .current-hover dt em {
    border-color: #333 transparent transparent;
}
.breadcrumb-new > .current .current-hover dd {
    color: #fff;
}
.breadcrumb-new > .curr-category {
    padding: 0 10px 0 15px;
}
.breadcrumb-new > .curr-category a {
    color: #fff;
    font-weight: bold;
}
.breadcrumb-new > .curr-category a:hover {
    text-decoration: none;
}
.breadcrumb-new > .home {
    margin-left: 0;
}
.breadcrumb-new > .home a {
    margin: 7px 0 0 7px;
    padding-left: 4px;
}
.breadcrumb-new > .home .icon-home {
    background: transparent url("../images/breadcrumb.png") no-repeat scroll 1px 0;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}
.breadcrumb-new > .home .litb-icon-home-icon {
    height: 16px;
    width: 16px;
}
.breadcrumb-new > li {
    background-image: url("../images/icon_b.png");
    background-repeat: no-repeat;
}
.breadcrumb-new > li {
    background-position: right -200px;
}
.breadcrumb-new > .no-child:hover {
    background-position: right -284px;
}
.breadcrumb-new > .current {
    background-position: right -242px;
}
.breadcrumb-new > .current:hover {
    background-position: right -242px;
}
.breadcrumb-new > .current>a{color: #fff; font-weight: bold;}
.breadcrumb-new > .home:hover {
    background-position: right -242px;
}
.litb-icon-home-icon {
    background: transparent url("../images/arrow_b.png") no-repeat scroll -5px -379px !important;
    height: 16px;
    width: 20px;
}
.breadcrumb-new > .nolist {
    padding: 0 10px 0 25px;
}