.container {
	width: 700px;
}
.container .column {
	position: relative;
	margin-right: 20px;
	width: 180px;
	float: left;
}

.container a.item, .container a.item:visited,
.modulebox-content a, .modulebox-content a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 130%;
}

.container a.item:hover, .container a.item:active,
.modulebox-content a:hover, .modulebox-content a:active {
	color: #ff1653;
}

.modulebox-content .title {
	font-weight: bold;
	font-size: 12px;
}

.modulebox-content div {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 130%;
}

.modulebox-content ul {
	list-style-type: square;
	margin: 0 0 0 16px;
	padding: 0;
	padding-bottom: 14px;
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
}

.caption {
	width: 180px;
	height: 20px;
}

/* no use of :hover pseudo-class because of browser bugs? */
.link-caption .image {
	width: 180px;
	height: 20px;
	cursor: pointer;
}

.link-caption .image.hover {
	background-position: -50% 0%;
}
