div#releasedates {
	font-size: 12px;
	margin: auto;
	width: 500px;
	text-align: center;
}

/* COUNTDOWN STUFF */
div#releasedates a {
	border-bottom: 1px dotted #12a3eb;
}
div#releasedates a:hover {
	border-bottom: none;
}
div#releasedates a.bb {
	background: url("http://www.thearcadium.com/images/bb.png") no-repeat;
	color: inherit;
	padding-left: 17px;
}
div#releasedates a.cc {
	background: url("http://www.thearcadium.com/images/cc.png") no-repeat;
	color: inherit;
	padding-left: 17px;
}
div#releasedates a.eb {
	background: url("http://www.thearcadium.com/images/eb.png") no-repeat;
	color: inherit;
	padding-left: 17px;
}
div#releasedates div.rd-sort {
	font-size: 10px;
	padding-bottom: 5px;
	text-align: center;
}
div.game-list {
	text-align: left;
}
div.game-list div.odd {}
div.game-list div.even {
	background-color: #cadceb;
	color: inherit;
}
div.game-list div.odd:hover, div.game-list div.even:hover {
	background-color: #f6f4d0;
	color: inherit;
}
div.game-list div.odd img, div.game-list div.even img {
	float: left;
}
div.game-list div.odd div.product-info, div.game-list div.even div.product-info {
	padding-left: 40px;
	padding-bottom: 7px;
}
div.game-list div.odd div.product-info span.release-date, div.game-list div.even div.product-info span.release-date {
	float: right;
	padding-right: 3px;
	text-align: right;
	width: 120px;
}
div.game-list div.odd div.product-info span.release-date b.available-now, div.game-list div.even div.product-info span.release-date b.available-now {
	background-color: inherit;
	color: #12a3eb;
}
div.game-list div.odd div.product-info span.release-date b.available, div.game-list div.even div.product-info span.release-date b.available {
	background-color: inherit;
	border-bottom: 1px dotted #d31141;
	color: #d31141;
}
div.game-list div.odd div.product-info span.release-date span, div.game-list div.even div.product-info span.release-date span {
	font-size: 10px;
}
div.game-list div.odd div.product-info span.title-buy, div.game-list div.even div.product-info span.title-buy {}
div.game-list div.odd div.product-info span.title-buy b.title, div.game-list div.even div.product-info span.title-buy b.title {}
div.game-list div.odd div.product-info span.title-buy span, div.game-list div.even div.product-info span.title-buy span {
	font-size: 10px;
}
div.available-info {
	display: none;
}
div.info-list {
	font-size: 80%;
	text-align: center;
}
div.info-list span.lastupdate {
	font-size: 90%;
}
/* END COUTNDOWN STUFF */
