html{
    background-color: #fff;
    /*height: 100%;*/
    background: #fff url('../im/bg_body_ie.gif') 0 9em repeat-x;
}
.b-taglist{
    margin-top: -4px;
}
.b-mainmenu .item-link-wrap{
    cursor: pointer;
}
.l-round{
    border: none;
}
.l-round .cn{
    position:absolute;
    width:20px;
    height:20px;
    left:-10px;
    top:-10px;
    background:url('b/b-round-gr-wht-bg.gif');
}
.l-round .cn.tr,
.l-round .cn.br{
    margin-left: 100%;
}
.l-round .cn.bl,
.l-round .cn.br{
    top: auto;
}
.l-round .cn.tl,
.l-round .cn.bl{
    width: 100%;
}
.l-round .l-round-content{
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-top: none;
    border-bottom: none;
}

.l-round.blue{
    margin: 0 0 10px;
    background: none;
}
.l-round.blue .l-round-content{
    padding: 0 20px;
    border-left: none;
    border-right: none;
    background: #e8eff2;
}
.l-round.blue .cn{
    background:url('b/b-round-blue-bg.gif');
}
.l-round.dblue{
    margin: 0 0 10px;
    background-color: transparent;
}
.l-round.dblue .l-round-content{
    padding: 0px 10px;
    border-left: none;
    border-right: none;
    background: #dbe5eb;
}
.l-round.dblue .cn{
    background:url('b/b-round-dblue-bg.gif');
}
.l-round.white{
    margin: 0;
    background-color: transparent;
}
.l-round.white .l-round-content{
    padding: 5px 10px;
    border-left: none;
    border-right: none;
    background: #fff;
}
.l-round.white .cn{
    background:url('b/b-round-white-bg.gif');
}

.b-taglist .cn{
    width: 10px;
    height: 10px;
    position: absolute;
/*    background-image: url("b-round-yellow-bg.gif");*/
    background-image: url("b/b-round-altblue-bg.gif");
}
.b-taglist .cn.bl{
    top: auto;
    left: 0px;
    margin-top: -10px;
    background-position: -10px 0px;
}
.b-taglist .cn.br{
    top: auto;
    left: 100%;
    margin-top: -10px;
    margin-left: -10px;
    background-position: 0px 0px;
}
.b-taglist .cn.tl{
    top: 0;
    left: 0px;
    margin-top: 0px;
    background-position: -10px -10px;
}
.b-taglist .cn.tr{
    top: 0;
    left: -10px;
    margin-left: 100%;
    background-position: 0px -10px;
}

.b-company-rating .b-company-rating-list .item .cn{
    position:absolute;
    width:10px;
    height:10px;
    left:0px;
    top:0px;
    background:url('b/b-company-rating-list-item-cn.gif');
    overflow: hidden;
    z-index: 999;
}
.b-company-rating .b-company-rating-list .item .cn.tl{
    background-position: 10px 10px;
}
.b-company-rating .b-company-rating-list .item .cn.tr{
    margin-left: 100%;
    left:-10px;
    background-position: 0px 10px;
}
.b-company-rating .b-company-rating-list .item .cn{
    position:absolute;
    width:10px;
    height:10px;
    left:0px;
    top:0px;
    background:url('b/b-company-rating-list-item-cn.gif');
    overflow: hidden;
    z-index: 999;
}
.b-company-rating .b-company-rating-list .item .cn.tl{
    background-position: 10px 10px;
}
.b-company-rating .b-company-rating-list .item .cn.tr{
    margin-left: 100%;
    left:-10px;
    background-position: 0px 10px;
}

.b-searchbar .b-searchbar-form-wrap .cn.tr{
    height: 10px;
    width: 10px;
    top: 0;
    left: 100%;
    position: absolute;
    margin-left: -10px;
    background-image: url("b/b-searchbar-corners-bg.gif");
    background-position: 0px -10px;
}
.b-searchbar .b-searchbar-form-wrap .cn.bl{
    height: 10px;
    width: 10px;
    top: auto;
    left: 0;
    position: absolute;
    margin-top: -10px;
    margin-left: 0px;
    background-image: url("b/b-searchbar-corners-bg.gif");
    background-position: -10px 0px;
}
.b-searchbar .b-searchbar-form-wrap .cn.br{
    height: 10px;
    width: 10px;
    top: auto;
    left: 100%;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    background-image: url("b/b-searchbar-corners-bg.gif");
    background-position: 0px 0px;
}