#category_seriess {
	list-style-type: none;
	font-weight: bold;
}
#left_column {
	float: left;
	display: inline;
	width: 254px;
	padding-top: 8px;
	margin-bottom: 50px;
}
	#left_column h2 {
		margin-bottom: 7px;
	}
	#left_column h3 {
		width: 231px;
		color: #464646;
		font-weight: normal;
	}
	#left_column h3 {
	}
	#left_column #thumbs {
		margin-bottom: 10px;
		margin-left: -1px;
	}
		#left_column #thumbs img,
		#left_column #thumbs a {
			display: block;
			float: left;
		}
		#left_column #thumbs a {
			margin: 0 1px 1px 0;
		}
		#left_column #thumbs a img {
			border: 1px solid #fff;
		}
		#left_column #thumbs a:hover img {
			border: 1px solid #999;
		}
	#category_seriess {
		clear: both;
		font-weight: normal;
	}
		#category_seriess li a span {
			background-color: #fff;
			padding: 3px 5px 3px 0;
		}
		#category_seriess li strong {
			color: #464646;
			font-weight: normal;
		}
		#category_seriess li a {
			width: 231px;
			display: block;
			white-space: nowrap;
			overflow: hidden;
			position: relative;
			z-index: 1;
			text-decoration: none;
		}
		#category_seriess li a:hover {
			overflow: visible;
			color: #464646;
		}
#right_column {
	float: left;
	padding-top: 12px;
	margin-bottom: 50px;
	width: 485px;
	height: 550px;
}
	#right_column .loading {
		width: 100%;
		text-align: center;
		line-height: 300px;
		letter-spacing: 4px;
		font-size: .7em;
	}
		#right_column .loading img {
			vertical-align: middle;
		}
	#right_column #piece {}
		#right_column #piece .piece_specs {
			text-align: right;
		}
		#right_column #piece .piece_specs p {
			margin: 3px 0 0 0;
		}
		#right_column #piece .piece_specs strong {
			color: #464646;
		}

.hide_from_view {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	top: -9999px;
}
