	.linkList {
	 	width: 100%;
 	    margin-bottom: 18px;
	}

	.linkListHeadline {
		font-family: arial !important;
		font-size: 13px !important;
		font-weight: bold !important;
		color: #ab8942 !important;
		padding-bottom: 7px;
		border-bottom: 1px dotted black;
	}

	.linkList p {
		margin: 0 !important;
		line-height: 21px;
	}

	.linkList > div {
		min-height: 24px;
	}

	.linkList .linkList-row {
		clear: both;
		border-bottom: 1px dotted black;
	}

	.linkList .linkList-row > div {
		font-size: 11px;
		color: #666;
	}

	.linkList a {
		display: inline-block;
		max-width: 80%;
		font-size: 13px;
		color: black !important;
		font-weight: bold;
		padding-bottom: 4px;
		padding-left: 23px;
    	text-indent: -23px;
	}

	.linkList a:hover {
		color: #ab8942 !important;
	}

	.linkList .infoRow {
		/*border-top: 1px dotted black;*/
		border-bottom: 1px dotted black;
	}

	.linkList .infoRow > div p {
		font-size: 11px;
		font-weight: bold;
	}

	.linkList .filetype {
		width: 57px;
		float: right;
	}

	.linkList .filesize {
		width: 46px;
		float: right;
	}

	.linkList a.file {

	}