
.sub-links-container
{
	background-repeat: no-repeat;
}

.links-intro
{
	margin: 5px 5px;
}

.links-entry
{
	clear: both;
}

.links-entry-entity
{
	padding: 2px 15px;
	border: 1px solid #ccc;
	background: url(../../images/bullet-list.png) no-repeat #eee;
	background-position: 3px 2px;
	font-family: "trebuchet ms";
	font-size: 1em;
	font-weight: bold;
}

.links-entry-content
{
	clear: both;
	padding: 8px 10px;
}

.links-entry-href
{
	float: left;
	width: 45%;
	padding: 0 0 10px 10px;
}

.links-entry-href a
{
	text-decoration: none;
	border-bottom: 1px dashed blue;
	color: blue;
	line-height: 2em;
}

.links-entry-href a:hover
{
	border-bottom: 0px;
}

.links-entry-img
{
	float: right;
	width: 45%;
	text-align: right;
	padding: 10px;
}

.links-entry-img a
{
	border: 0px;
}