@charset "utf-8";
/*--------------Список:------------------------*/
ol{ 
	counter-reset: li;  
	list-style: none;  
	*list-style: decimal; 
	font: 15px 'trebuchet MS', 'lucida sans'; 
	padding-left:20px;
	margin-bottom: 4em; 
	text-shadow: 0 1px 0 rgba(255,255,255,.5); 
} 

ol ol{ 
	margin: 0 0 0 2em;  
} 

.webanfarwol_ol a{ 
	padding-left:25px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	
	position: relative; 
	display: block; 
	/*padding: .4em .4em .4em 2em; */
	*padding: .4em; 
	margin: .5em 0; 
	background: #ddd; 
	color: #444; 
	text-decoration: none; 
	border-radius: .3em; 
	transition: all .3s ease-out; 
} 

.webanfarwol_ol a:hover{ 
	background: #eee; 
} 

.webanfarwol_ol a:hover:before{ 
	-webkit-backface-visibility:hidden;
	 transform: rotate(360deg); 
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari and Chrome */
    -o-transform: rotate(360deg); /* Opera */
    -moz-transform: rotate(360deg); /* Firefox */

} 

.webanfarwol_ol a:before{ 
	content: counter(li); 
	counter-increment: li; 
	position: absolute; 
	left: -1.3em; 
	top: 50%; 
	margin-top: -1.3em; 
	background: #87ceeb; 
	height: 2em; 
	width: 2em; 
	line-height: 2em; 
	border: .3em solid #fff; 
	text-align: center; 
	font-weight: bold; 
	border-radius: 2em; 
	transition: all .3s ease-out; 
}
/*---END------Список:------------------------*/

