/* For Soliloquy reviews (German) page */

body {
	color: black;
	background:#F0E68C !important;
}
body a:link, body a:active, body a:visited {
	color: indigo;
}
body a:hover {
	color: black;
}

.reviewPageContainer {
	width: 98%;
	margin: 0px 1% 10px 1%;
}

.reviewContainer  {
	border: 1px solid darkgoldenrod;
	padding: 5px;
	margin-bottom: 10px;
}
.reviewText {
	margin-bottom: 10px;
	width: 100%;
	font-size: 0.9em;
}
.reviewHeading {
	margin-bottom: 10px;
	width: 100%;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
}
.reviewCredits {
	font-size: 0.7em;
}
.photoContainer {
	overflow: hidden;
	width: 685px;
}
.floatNone {
	float: none !important;
}
.beachHutPhoto {
	width: 700px;
	height: 250px;
}
.tonsopionCover {
	width: 350px;
	height: 215px;
	float: right;
}
.soliloquyCoverArtwork {
	width: 202px;
	height: 200px;
	float: left;
	margin-right: 5px;
}

.endLinks {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 10px;
}


