body {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: Arial;
	color: #999999;
	background: #000000;
}

#content {
	width: 100%;
	height: 100%;
}

#header {
	width: 100%;
}
#header td {
	font-size: 1.2em;
}

a {
	color: #9999cc;
}
img {
	border: 0;
}
p {
	padding: 0 0 3 0;
	margin: 0 0 0 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
form {
	margin: 0;
	padding: 0;
}
div {
	font-size: 13px;
	margin: 0;
	padding: 0;
}
table, tr, td {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.par {
	padding: 10 0 10 0;
}
.sep {
	padding: 0 0 12 0;
}
.inner {
	padding: 0 0 0 10;
}
.innerRight {
	padding: 0 10 0 0;
}
.fLeft {
	float: left;
}

#mainTable {
	width: 100%;
}
#mainTable .stdRow {
	width: 50%;
	vertical-align: top;
}
#mainTable .wideRow {
	width: 100%;
	vertical-align: top;
}
#mainTable .leftRow, #mainTable .rightRow {
	vertical-align: top;
	width: 15%;
}
#mainTable .centralRow {
	vertical-align: top;
	width: 70%;
}

.subtitle {
	color: #cc6633;
	white-space: nowrap;
	font-size: 0.9em;
}
.subtitlePad {
	color: #cc6633;
	padding: 0 0 2 0;
	white-space: nowrap;
	font-size: 0.9em;
}
.subtitleLnk {
	color: #cc6633;
	border-bottom: 1px dotted #cc6633;
	text-decoration: none;
}
.dottedLnk {
	border-bottom: 1px dotted #cc6633;
	text-decoration: none;
}
#email {
	font-size: 1.5em;
	font-weight: bold;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}

.textInput {
	border: 1px solid #999933;
	height: 20px;
}
.submitBtn {
	border: 1px solid #999933;
	height: 20px;
	text-align: center;
}

.newsTitle {
	font-weight: bold;
	background: #1A1A1A;
	padding: 2 2 2 2;
}
.newsDate {
	color: #cc6633;
	font-size: 1.2em;
}

.navlink {
	vertical-align: middle;
	padding-left: 15px;
}

.msg_ok {
	color: #00cc00;
	font-size: 0.8em;
	font-weight: bold;
}
.msg_err {
	color: #cc0000;
	font-size: 0.8em;
	font-weight: bold;
}

.item {
	font-size: 12px;
}
.item .title {
	font-size: 0.9em;
	font-weight: bold;
	white-space: nowrap;
}
.item .package {
	font-size: 1em;
	white-space: nowrap;
}
.item .note {
	font-size: 0.9em;
	white-space: nowrap;
}
.item .sh {
	font-size: 0.8em;
	color: #66cc66;
}
.item .price {
	font-size: 0.9em;
	color: #9999cc;
}

.catNum {
	text-align: right;
	font-size: 10px;
}
.grayBorder {
	border: 1px solid #666666;
}


.available {
	color: #66ff66;
}
.upcoming {
	color: #9999ff;
}
.sold_out {
	color: #333333;
}
.temporary_out_of_stock {
	color: #666666;
}
.net_release {
	color: #cc6633;
}

.coverFloat {
	float: left;
	padding: 0 10 10 0;
}

.clearBoth {
	clear: both;
}

.boxHidden {
	display: none;
}
.boxInline {
	display: inline;
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("/img/feed-icon-14x14.png") no-repeat 0 50%;
}

.bigSubtitle {
	font-size: 1.3em;
	font-weight: bold;
}