h1 {
	margin: 0;
}
h2.section-head {
	margin: 5px 0 5px 0;
	padding: 5px 0 0 0;
}
img {
	border: 0;
}
.spoiler { color: #fff; margin: 20px 0; padding: 10px 0; border-top: 2px solid #666; border-bottom: 2px solid #666; }
.spoiler:hover { color: #000; }
.spoiler a { color: #fff; }
.spoiler:hover a { color: #00f; }

.release-note { font-size: 10px; background-color: #ffc; padding: 5px; margin: 10px 0; border-top: 3px solid #ff0; border-bottom: 3px solid #ff0; text-align: left; }
#news {
	font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
	padding: 10px;
}

.head-alt td, .head-alt { font-size: 12px; }
.warning { padding: 5px; font-size: 18px; font-weight: bold; color: #ff0; background-color: #c00; margin: 10px 0; }

#news h1 {
	margin: 20px 0 15px 0;
	font-size: 32px;
}
#news #category {
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#news #story {
	font-size: 18px;
	line-height: 1.1em;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}
#news #source {
	padding-bottom: 10px;
	font-size: 14px;
	font-style: italic;
}
#news .news-image img {
	margin-bottom: 5px;
	display: block;
}
#news h4.update {
        margin: 30px 0 10px 0;
        padding: 5px 0;
        text-transform: uppercase;
        font-size: 20px;
        border-bottom: 2px solid #090;
        color: #090;
}
#news .news-image {
	padding: 25px;
	float: right;
	font-style: italic;
	font-weight: bold;
	max-width: 325px;
}
#news .related {
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}
#news blockquote {
	font-style: italic;
	color: #666;
	margin-top: 25px;
	border-left: 1px solid #666;
	padding-left: 15px;
}

.page-nav {
	margin: 15px 0;
}
.page-nav span {
	padding-right: 10px;
}
#inventory table {
	width: 100%;
	font-size: 90%;
}
#inventory th {
	border-bottom: 2px solid #000;
}
#inventory ul {
	margin: 15px 0;
	padding: 0;
}
#inventory ul li {
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 35px;
	list-style-type: none;
}	
#inventory ul li a {
	padding: 5px;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
}
#inventory ul li a.active {
	background-color: #f90;
	color: #fff;
}
#inventory ul li a:hover {
	background-color: #ffc;
	color: #000;
}
