@font-face {
	font-family: symbol;
	src: url(symbol.ttf);
}
#sll {
	width: 532px;
	float: left;
}

#sll .sllBlock > div {
	padding: 10px 10px 6px 4px;
	width: 210px;
	margin: 25px 8px 15px 22px;
	background-color: #ddd;
	border-left: 4px #da0d14 solid;
}


#sll div.title {
	float:none;
	border: 0;
	padding: 0;
	display: inline;
	position: relative;
	top: -10px;
}
#sll .title p {
	display: inline;
	margin: 0;
}
#sll .title img {
	position: relative;
	top: -75px;
	left: 160px;
}
#sll h2 {
	font-size: 15px;
	max-width: 170px;
	line-height: 16px;
	font-weight: 500;
	padding: 5px 20px 8px 0px;
	border-bottom: 2px #fff solid;
	margin: 0 5px 0 10px;
	color: #da0d14;
	text-align: left;
}
#sll ul {
	width: 200px;
	/*height: 225px;*/
	margin-top: -55px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	margin-bottom: 10px;
}
#sll li {
	font-size: 13px;
	/*margin: 3px 10px 0 36px;*/
	text-align: left;
	color: #333;
	font-weight: 400;
	margin: 0 0 5px 0px;
	padding-left: 20px;
	position: relative;
}
#sll a {
	color: #333;
}

#sll li:before {
	content: '1';
	font-family: symbol;
	font-size:13px;
	margin-right: -9px;
	position: absolute;
	top: 3px;
	left: 32px;
}

#sll p {
	font-family: 'Roboto condensed', sans-serif;
	font-size: 14px;
}
#sll p a {
	color: #da0d14;
}

#sll p.head_box .title {
	color: #da0d14;
	padding-bottom: 4px;
	border-bottom: 2px #fff solid;
	font-size: 15px;
	margin-bottom: 4px;
	display: none;
	
}

.sllBlock {
	float: left;
	display: flex;
	flex-wrap: wrap;
	width: 532px;
	background-color: #aaa;
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px 0;
	overflow: hidden;
	font-family: 'Roboto condensed', sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
}
