@charset "UTF-8";
/* CSS Document */


/* ===========================================

newRelease,
issue

============================================== */

body#issue main article{
	background-image: url(/images/futureBg.png);
}

body#newRelease main article{
	background-image: url(/images/newReleaseBg.png);
}


body#newRelease main article > h2,
body#issue main article > h2{
	position: absolute;
	right: 114px;
	top: 42px;
}
div.NoData {
	margin:50px 0;
}

div.commonSpaces{
	border: 1px dotted #000;
	border-radius: 5px;
	background-color: #eee;
	margin-top: 10px;
	padding: 10px;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}

div.commonSpaces p{
	text-align: center;
}
