/*fonts*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
h1 {font-size: 18px;margin: 0px;}
a:link {color: #FFFFFF;	text-decoration: none;}
a:visited {color: #FFFFFF;	text-decoration: none;}
a:hover {text-decoration: underline;	color: #FFFFFF;}
a:active {text-decoration: none; color: #FFFFFF;}
/*Store*/
#storeproductbox p, #storeproductbox2 p {
	margin: 0;
	text-align: left;
}
p.comic{font: 900 11px Verdana, Arial, Helvetica, sans-serif; padding-bottom: 5px;}
p.issue{}
p.price{}
div#storetitle {
	width: 720px;
	height: 61px;
	background-image: url(../images/store_banner.gif);
}
div#storemenu {
	width: 720px;
	height: 17px;
}
div#storeindex {
	width: 720px;
	height: 100px;
	background-color: #999999;
	margin-bottom: 1px;
}
span#storeindex {
	padding: 15px 0px 0px 15px;
	text-align: left;
	width: 300px;
}
span#storeinstructions {
	padding: 43px 15px 0px 0px;
	width: 300px;
	float: right;
	text-align: right;
}
div#storesubheader {
	width: 720px;
	height: 25px;
	background-color: #999999;
	margin: 10px 0px 10px 0px;
}
span#storesubheader {
	padding: 6px 0px 0px 15px;
}
span#storetop {
	padding: 3px 15px 0px 0px;
	float: right;
	width: 20px;
}
span.storetop {
	padding: 6px 0px 0px 0px;
	float: right;
	width: 20px;
}
div#storecontentbox {
	width: 700px;
	padding: 10px;
}
div#storecontent {
	height: 316px;
	width: 165px;
	padding: 5px;
}
div#storecontent2 {
	width: 340px;
	height: 316px;
	padding: 5px;
}
div#storecontent span.thumb {
	width: 165px;
	height: 216px;
}
div#storecontent2 span.thumb2 {
	width: 340px;
	height: 216px;
}
span#storeproductbox {
	background-image:url(../images/bt_bg_storeblue.gif);
	height: 100px;
	width: 165px;
}
span#storeproductbox2 {
	background-image:url(../images/bt_bg_storeblue.gif);
	height: 100px;
	width: 340px;
}
span#storeproductinfo {
	padding: 10px 10px 0px 10px;
	width: 145px;
	height: 60px;
}
span#storeproductinfo2 {
	padding: 10px 10px 0px 10px;
	width: 320px;
	height: 60px;
}
span#storebuy {
	clear: left;
	padding-left: 110px;
}
span#storebuy2 {
	clear: left;
	padding-left: 275px;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}
a.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;

}
a.news:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.news:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.news:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}
a.news:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}
.instructions{
	position: fixed; top: 20px; right: 20px; border: solid 2px #666666;display:none;
}
* html .instructions {position:absolute;}