
.mod-links {
	margin: 0 0 1em 0;
}

.mod-links .mod-body {
	background: url('../img/mod-articles-bottom-2.png') no-repeat bottom center;	
	padding-bottom: 9px;
	clear: both;
}

.mod-links .mod-header {
	margin-bottom: 1.5em;
}

.mod-links-pane {
	border: 1px solid #d7d7d7;
	position: relative;
	padding: 5px;
}

.mod-links-arrow {
	background: url('../img/sprite.png') no-repeat -20px -286px;
	width: 34px;
	height: 16px;
	display: block;
	position: absolute;
	top: -16px;
	left: 15px;
}

.mod-links-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mod-links-list span {
	color: #7ea32a;
	font-weight: bold;
}
.mod-links-list a:link,
.mod-links-list a:visited {
	color: #1f3c47;
	font-weight: bold;
}
.mod-links-list li {
	border-top: 1px dashed #bebebe;
	padding: 0.3em 0 0.3em 15px;
}
.mod-links-list li:first-child {
	border-top: none;
}
