/**
* Overview options
*/

.overviewoptions ul {
	margin: 18px 0 0 0;
	padding: 0;
	list-style: none;
}

.overviewoptions .odd {
	background: #b0e4f1;
	padding: 8px;
}

.overviewoptions .even {
	padding: 8px;
}

.overviewoptions li a {
	color: #0088ab;
	text-decoration: none;
}

.overviewoptions li a:hover {
	text-decoration: underline;
}

/**
* Magazine gallery options
*/

.magazine a {
	text-decoration: none;
	color: #0088ab;
}

.magazine .boxreadmore {
	text-align: left;
}

.magazine .boxreadmore a {
	text-decoration: none;
	color: #0088ab;
}

.magazine .boxreadmore img {
	margin: 0 0 0 11px;
}

.magazineimage img {
	float: right;
	border: 1px solid #0088ab;
	margin: 0 0 0 30px;
}