.downloadList{
	width:99%;
	position:relative;
	margin:10px 0;
	padding:0;
}

.downloadList LI{
	border-bottom:1px dashed #CCCCCC;
	margin:0;
	padding-left:55px;
	list-style-type:none;
}

.menumagic{
	background: url("../common/image/icon-menumagic.gif") no-repeat 10px 15px;
}

.pdfs{
	background: url("../common/image/icon-pdf.gif") no-repeat 10px 15px;
}

.patches{
	background: url("../common/image/icon-installer.gif") no-repeat 10px 15px;
}

.downloadList LI .lefts{
	position:relative;
	float:left;
	width:380px;
}

.downloadList LI H4{
	margin-top:15px;
	margin-bottom:0;
}

.downloadList LI UL{
	float:right;
	padding:15px 20px 0 0;
	width:220px;
}

.downloadList LI LI{
	font-size:12px;
	padding:0 0 5px 20px;
	height:16px;
	border:none;
	background:url("../common/image/icon-small-plus.gif") no-repeat;
}

.downloadList LI LI.smallDownload{
	background:url("../common/image/icon-small-download.gif") no-repeat;
	font-weight:bold;
}

.smallDownload A{
	color:#BE1031;
}

#patches, .clears{
	float:none;
	width:auto;
	clear:both;
}

