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; }

.eta-only { display: none; }

.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; }

#store-logo { max-width: 185px; max-height: 150px; }
#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;
}
.exclusive-banner {
	border-radius: 12px; -moz-border-radius: 12px;
	background-color: #b8e1fc;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	padding: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.exclusive-banner { background: -moz-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%); /* firefox */ }

.exclusive-banner { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8e1fc), color-stop(10%,#a9d2f3), color-stop(25%,#90bae4), color-stop(37%,#90bcea), color-stop(50%,#90bff0), color-stop(51%,#6ba8e5), color-stop(83%,#a2daf5), color-stop(100%,#bdf3fd)); /* webkit */ }

.exclusive-banner { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* ie */ }


