.related-fam-list{
	line-height: 18px;
	line-height: 1.5rem;
}

.title_link {
    font-weight: bold;
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
}

.title_link.active {
    color: @color-green-link-hover ;
    text-decoration: underline ;
}

.half-width {float:left; width:49.9%; }

.related-fam-list {padding-right:5px;}

table.edition_table {
    background: transparent url(../../docroot/images/background/bg_edition_table_head.gif) repeat-x top left;
}

table.edition_table {
    width: 100%;
    border-spacing: 0;
    font-size: 11px !important;
    font-size:.9rem !important;
    border-collapse: collapse;
}

table.edition_table tr.hover {
    background-color: #F3F8F1;
    cursor: pointer;
}

table.edition_table thead tr.hover {
	background-color: transparent;
	}

table.edition_table thead {
    border-bottom: 1px solid #E6E6E6;
}

table.edition_table tbody td{
    border-bottom: 1px solid #E6E6E6;
    padding: 3px 6px;
}

table.edition_table td img {
    margin-left: 16px;
}

table.edition_table th {
    padding: 16px 24px 6px 6px;
    text-align: left;
    cursor: pointer;
    font-size: 12px;
}

table.edition_table th p {
    line-height: 13px;
    border: 0 !important;
}

table.edition_table th .sorting {
    float: right;
    width: 15px;
    padding-top: 2px;
}


table.edition_table thead td {
    padding-bottom: 10px;
    text-align: left;
}