.catalog {
margin-top:-17px;
position:relative;
}
.catalog li {
list-style-type:none;
padding-top:20px;
height:1%;
float:none;
white-space:nowrap;
}
.catalog li a {
color:#0f5687;
font-size:120%;
font-weight:bold;
text-decoration:underline;
white-space:nowrap;
}
    .catalog ul {
	margin-left:6px;
	clear:both;
	margin-bottom:0px;
	}
	.catalog li li {
	float:none;
	margin-right:6px;
	padding-top:3px;
	clear:both;
	}
    .catalog li li a {
	display:block;
	background:url(../im/bullet.gif) left center no-repeat;
	padding-left:14px;
	font-size:0.89em;
	float:left;
	clear:both;
	font-weight:normal;
	text-decoration:underline;
	}
	.catalog li li a:hover {
	color:#df0404;
	}
		.catalog li ul li ul {
		margin-left:20px;
		margin-bottom:0px;
		margin-top:0px;
		height:1%;
		}
		.catalog li ul li ul li {
		padding:4px 12px 0 6px;
		float:left;
		height:1%;
		clear:none;
		background:url(../im/spacer.gif) right 0.5em no-repeat;
		}
		.catalog li ul li ul li.last {
		background:none;
		}
		.catalog li ul li ul li a {
		color:#0f5687;
		/*text-transform:uppercase;*/
		background:none;
		padding:0px;
		font-size:0.85em;
		font-weight:normal;
		}
dl.catalog_item {
				width:100%;
				clear:both;
				padding-bottom:20px;
				border-bottom:1px solid #c0c5c7;
				margin-bottom:15px;
				}
dl.catalog_item a {
color:#0f5687;
}
dl.catalog_item dt {
background:url(../im/bullet.gif) left center no-repeat;
padding-left:14px;
}
dl.catalog_item dt a {
color:#0f5687;
font-size:1.29em;
}
dl.catalog_item dd {
float:left;
margin-top:20px;
min-height:135px;
}

* html dl.catalog_item dd {
height:135px;
}
dl.catalog_item dd a img {
color:#0f5687;
}
dl.catalog_item > dd.descr {
float:none; 
margin-left:203px;
}
* html dl.catalog_item dd.descr {
padding-left:20px;
margin-left:0px;
}
dl.catalog_item  dd.descr p {
line-height:1.3em;
}
.spacer {
background:#FFF; 
margin-top:-16px; 
height:10px;
}
/*docs
-------------------------------------------*/
.docs img {
	float:left;
	}
	.docs div.des {
	margin-left:28px;
	}
	* html .docs div.des {
	margin-left:10px;
	float:left;
	}
		.docs div.des a {
		white-space:nowrap;
		color:#0f5687;
		}