.lm{
	display: block;
  padding: 5px 5px;
	margin: 0px;
}
.lm *{
	margin: 0px;
  padding: 0px;
  font-family: arial, sans-serif;
  color: #313131;
  font-size: 12px;
 	line-height: 16px;
	background-color: #FFF;
}
.lm h3{
	display:block;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	color:#A00302;
	text-align:left;
	background: transparent;
}
.lm h4{
	display:block;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	color:#D62019;
	text-align:left;
}
.lm h5{
	display:block;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	font-style: normal;
	padding: 2px 5px 2px 5px;
	color:#000;
	text-align:left;
}
.lm p{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	text-align: left;
}
.lm a{
	color: #EA2016;
	font-size: 12px; 
	background: url(../../images/ico_arrow.gif) no-repeat left center;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 7px;
	text-decoration:underline;
}
.lm a:hover{
	color: #BB180F;	
  text-decoration:underline;
}
.lm a:focus{
	outline: none;
}
.lm img{
	float: left;
	margin: 0px;
	padding: 2px 4px 2px 0px;
	border: none;
}
.lm ul, ol{
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 6px;
	list-style: none;
	text-decoration: none;
}
.lm ul li{
 	padding: 1px 0px 2px 15px;
	background-image: url(../../images/sipka.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.lm ul li a{
 	background: none;
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.lm ol li{
 	margin: 0px 0px 0px 30px;
	padding: 2px 0px 2px 0px;
	list-style-type: decimal;
	list-style-position: outside;
}

