
.UIProtalList li a {
    display: inline-block;
    white-space: nowrap;
}
.UIProtalList li span {
    display: inline-block;
    white-space: nowrap;
}
.UIProtalList .ul-tab li.NormalTab {
}
.UIProtalList {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
}
.UIProtalList .header-title {
    background: #c72a1c  none repeat scroll 0 0;
 display: none;
    height: 28px;
}
.UIProtalList .header-title .title {
    color: #fff;
     display: none;
    font: bold 10pt/28px arial;
    padding-left: 15px;
    text-transform: uppercase;
}
.UIProtalList .ul-tab {
    height: 27px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
   
}
.UIProtalList .ul-tab li {
    cursor: pointer;
    float: left;
    height: 24px;
    margin: 0;
    padding: 0;
    transition: all 0.8s ease 0.2s;
}
.UIProtalList .ul-tab li.ActiveTab {
    background: rgba(0, 0, 0, 0) url("images/bar.png") no-repeat scroll right bottom;
    height: 27px;
    width: 270px;
}
.UIProtalList .ul-tab .ActiveTab .text {
    color: #2c30ab;
    font: bold 10pt/29px arial;
    padding-left: 15px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
}
.UIProtalList .ul-tab li.NormalTab:hover {
    background: rgba(0, 0, 0, 0) url("images/menutop.jpg") repeat-x scroll 0 0;
}
.UIProtalList .ul-tab li.NormalTab:hover .text {
    color: #fff;
}
.UIProtalList .ul-tab .NormalTab .text {
    border-right: 1px solid #ddd;
    color: #333;
    display: inline-block;
    font: bold 10pt / 29px arial;
    padding: 0 20px;
    text-transform: uppercase;
}
.UIProtalList .lvwContent {
    margin: 0;
    padding: 10px;
}
.UIProtalList .lvwContent .a-item:hover {
    color: #b82805;
    font: 10pt arial;
}
.UIProtalList table {
    width:100%;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item a {
    color: #333;
    font: 14px/1.6 arial;
    margin-left: 10px;

}
.UIProtalList .lvwContent .tb-content .tr-row .td-item {
    padding: 2px 0;
    width: 33%;
    position: relative;
}
.UIProtalList .lvwContent .tb-content .tr-row .td-item img {
    width: 22px;
    height: 22px;
  display: none;
    //display: inline-block;
}