.navitems a
{
border: #ddd solid 1px;
color: #ff7640 !important;
}

.navitems a:hover
{
color: white !important;
background: #f99d9d !important; 
}

.navitems .selecteddirectory
{
color:#eee !important;
}

.tooltips_content_wrap .tooltips_list span,
.tooltips_directory .tooltips_list .tooltips_table_title a
{
color:#fc3f4d;
}
/*
.tooltips_content_wrap .tooltips_list
{
	padding:1rem;
}
*/

.tooltips_table
{
display: table-row;	
}

.tooltips_directory
{

}

.tooltips_table span
{
color: #1880d0;
}
.tooltiplist_count {
color: #00af64;
}


/*---
css for tables
---*/
.tooltips_table_items
{
	color: #333;
    display:table;
/* !!! 13.7.6 old border-bottom: 1px solid #eee; */    
}	


.tooltips_table_title
{
	color: #666;
	width:40%;
	display: table-cell;
    background-color: #fafafa;
    border: 1px solid #e9e9e9;
}

.tooltips_table_content
{
	color: #666;
    display: table-cell;
    width:60%;
    background-color: #f6f6f6;
    border: 1px solid #e9e9e9;
}

.tooltips_list {
	border: 1px solid #d8d8d8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;	
    margin-bottom: 2px;
    background: #f6f6f6;
}