.resource-formats {
    float: right;
    display: inline;
    margin: 0;
    padding: 8px 1px 0 10px;
    height: 27px;
    overflow: hidden;
    line-height: 15px;

}
.resource-formats ul {
    position: relative;
    float: left;
    right: -12px;
    overflow: hidden;
    height: 27px;
    margin: 0 0 0 -16px;
    padding: 0;
    line-height: 15px;
}

#selection {
    width: 100%;
    clear: both;
    margin: 0 0 5px;
    overflow: hidden;
    border-bottom: 1px solid #aaa;
}
    #selection .nav-tabs {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        
    }
.resource-formats ul li {
    float: left;
    display: inline;
    list-style: none;
    margin: 0 10px 0 -1px;
    padding: 0;
    border-left: 1px solid #666;
    font-size:13px;
}
/*数据类型标签*/
.fixed span{
	float:right;
	font-size:11px;
}
/**/
.toOneLine{
	padding-bottom:10px;
}
/*回车样式*/
.sp{
    background-image: url(../images/lodview-sprite.png);
    background-size: 1000px 600px;
}
/*省略号分割样式*/
.derivedTitle tt{
	margin: 5px 0 0 2px;
    background-position: -45px -20px;
    width: 11px;
    display: inline-block;
    height: 10px;
}
.derivedTitle{
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-repeat: no-repeat;
}