.rekordeList {
	margin: 10px;
	padding: 0px;
	text-align: left;
}

.rekordeList li { /* General layout article in list */
	font-size: 11px;
	list-style-type: none;
	border: 0px solid #000;
	padding: 1px;
	cursor: pointer;
	width: 150px;
}

.rekordeList li.rekordeMouseOver {
	/* Mouse over article in list - layout */
	border: 0px solid #000;
}

.rekordeList li.rekordeClick { /* Active article in list - layout */
	border: 0px solid #000;
	font-weight:bold;
}

.keyText {
	/* Just a column I use for key text inside articles - the one with the light blue bg and dotted border */
	background-color: #FFF;
	border: 1px dotted #000;
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 150px;
	padding: 3px
}

.clear {
	clear: both;
}