h2
{
	font-size: 1em;
	text-align: center;
	margin: 0px 0px 5px 0px;
}

#details, #biography, #news, #groups, #person_links, #forum_topic
{
	padding: 10px;
	font-size: 0.9em;
}

#forum_topic
{
	text-align: center;
}

ul
{
	margin: 0px;
}

#information li
{
	list-style: none;
	margin: 0px;
}

ul li ol
{
	margin: 0px 20px;
}

#biography p
{
	margin: 10px 0px;
}

#images
{
	width: 476px;
	float: left;
}

/* ---  Photobooks --- */

.pb_title
{
	float: left;
	color: white;
	padding: 1px 6px;
	border: 1px outset #666;
}

.pb_subtitle
{
	float: right;
	font-size: 0.8em;
}

#photobooks ul
{
	float: right;
	padding: 4px 8px;
	list-style: none;
	display: inline;
	width: 450px;
}

#photobooks li
{
	float: left;
	width: 442px;
	border: 1px solid #666;
	margin: 0px 0px 8px 0px;
	padding: 2px;
}

#photobooks p
{
	float: left;
	margin: 0px;
	width: 100%;
}

.pb_with
{
	font-size: 0.8em;
	text-align: right;
	width: 100%;
}

.pb
{
	float: left;
	margin: 4px;
}

.pb img
{
	float: left;
	border: 7px solid white;
}

.pb_highlight img
{
	border: 7px solid red;
}

#checkboxes
{
	margin-bottom: 10px;
}

/* ---  End Photobooks --- */

/* ---  Singles/Albums --- */

#singles table, #albums table
{
	clear: both;
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
	background-color: white;
}

#singles th, #albums th
{
	font-weight: normal;
	color: white;
}

.totals td
{
	border-top: 1px solid black !important;
}

td
{
	text-align: center;
}

.single_title, .album_title
{
	text-align: left !important;
}

.album_title
{
	color: blue;
}

.album_title:hover
{
	color: white;
	cursor: pointer;
}

.subtitle
{
	font-size: 0.8em;
}

.release_number
{
	padding: 0px 2px;
	font-weight: bold;
}

.row:hover td
{
	background-color: red;
	color: white;
}

#singles_checkbox, #album_options
{
	float: right;
	margin: 0px;
	font-size: 0.9em;
}

#singles_checkbox label, #singles_checkbox input
{
	float: left;
	padding: 0px 0px 1px 2px;
	margin: 0px;
}

#show_tracks, #hide_tracks
{
	color: blue;
}

#show_tracks:hover, #hide_tracks:hover
{
	cursor: pointer;
	text-decoration: underline;
}

.maximum
{
	color: green;
}

.minimum
{
	color: red;
}

.track_list
{
	text-align: left;
	font-size: 0.9em;
	margin: 0px 15px;
}

/* ---  End Singles/Albums --- */