.rubric{
		clear:both;
		width:190px;
		border:1px solid #d4d4d4;
		border-radius:5px 5px;
		margin-bottom:5px;
		margin-left:20px;
		padding:10px;
		font-size:14px;
}	
.rubric_content{margin-left:0px;}
.rubric__title{	
	color: #0193de;
	text-align:center;
	
	
	margin-top:2px;
	margin-bottom:7px;
	}

.rubric__elem{
	text-align:left;
	border-top:1px dotted #d4d4d4;
	font-weight:500;

	padding-top:7px;
	padding-bottom:3px;
	padding-left:8px;
	line-height:18px;
	list-style:none;
	}
	
.rubric__elem span{
	cursor: pointer;
}

.rubric_more__elem{
	padding-bottom:4px;
	padding-left:0px;
	font-size:12px;
	list-style:none;	
	display: none;
	}
	
.rubric__elem_under{
	color: #333;
	
}

.active>a
{
	color: #0193de;
}

li .active a
{
	color: #0193de;
}



.rubric__elem_last{
	text-align:left;
	border-top:1px dotted #d4d4d4;
	font-weight:500;

	padding-top:7px;
	padding-bottom:3px;
	padding-left:8px;
	line-height:18px;
	list-style:none;
	}
	
.rubric__elem_last span{
	cursor: pointer;
}
.rubric_more__elem_show
{
	padding-bottom:4px;
	padding-left:0px;
	font-size:12px;
	list-style:none;	
}

.underline {
	border-bottom:1px dotted #d4d4d4;
	padding-bottom: 8px;
}