/* тире с списке */
div.tire ul, ol
{
	padding:0;
	margin:0 0 0 40px;
}

.tire ul{
	list-style-type:none;
	//list-style-image:url('/i/li.gif');
}
.tire ul li{
	padding:0;
	behavior: expression(
		( !this.before && parentNode && parentNode.tagName == 'ul' )
		?
		( this.before = true )
			& ( parentNode.style.listStyleImage = 'none' )
				& (
					( this.firstChild && this.firstChild.firstChild )
					?
						( this.firstChild.style.marginTop = '-1.2em' )
						& ( this.firstChild.style.position = 'relative' )
						: ''
					)
				& ( eNOBR = document.createElement( '<nobr style="position:relative;display:block;width:1.25em;left:-1.25em;margin:0 -1.25em -1.5em 0;" />' ) )
				& ( eNOBR.innerHTML = '&mdash;&nbsp;' )
				& ( this.insertBefore( eNOBR, this.firstChild ) )
				: ''
		);
}
.tire ul>li:before{
	content: '\2014\a0';
	float: left;
	margin-left: -1.25em;
}
.tire ul>li>*:first-child:-moz-first-node{
	margin-top: -1.2em;
}
.tire ul>li>*{
	text-indent: 0;
}