body{
background-color: #f8f8ff;
padding: 0px;
margin: 0px;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

img{
	border: none;
}

form{
padding: 0px;
margin: 0px;
}

div.topmenu{
	background-image:url('top.gif');
	height: 24px;
	border-bottom: 1px solid #666666;
	margin-bottom: 6px;
}
div.topright{
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #666666;
	padding-top: 6px;
	padding-right: 12px;
}
div.topsearch{
	float: right;
	padding-top: 3px;
	padding-right: 8px;
}

input#searchbox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #888888;
	width: 120px;
	height: 11px;
}
img.logo{
	float: left; margin-right: 64px;
}

div.main{
	padding-left: 6px;
}





a{
	color: #666666;
	text-decoration: none;
}
a.current{
	color: #cc7700;
}
a:hover{
	color: #FFFF00;
}

a.img{
	background-color: #cccccc;
	display: block;
	margin: 1px;
	float: left;
}
	a.img img{
		border: 1px solid #999999;
		padding: 0px;
		margin: 0px;
	}
	a.img img.normal{
		width: 85px;
		height: 120px;
	}








a#menuPlatformButton{
position: absolute;
top: 0px;
left: 180px;

display: block;
width: 210px;
height: 24px;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #fda220;
}
	a#menuPlatformButton span{
		display: block;
		padding-top: 6px;
		padding-left: 8px;
	}
	
div#menuPlatform{
	display: none;
	position: absolute;
	top: 24px;
	left: 180px;
	
	width: 210px;
	border: 1px solid #666666;
	background-color: #cccccc;
	border-top-width: 0px;
}
	div#menuPlatform a{
		display: block;
		width: 210px;
		height: 24px;
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #666666;
	}
		div#menuPlatform a span{
			display: block;
			padding-top: 6px;
			padding-left: 8px;
		}
		
	div#menuPlatform a:hover{
		background-color: #dddddd;
		color: #663300;
	}




a#menuGenreButton{
position: absolute;
top: 0px;
left: 410px;

display: block;
width: 180px;
height: 24px;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #fda220;
}
	a#menuGenreButton span{
		display: block;
		padding-top: 6px;
		padding-left: 8px;
	}
	
div#menuGenre{
	display: none;
	position: absolute;
	top: 24px;
	left: 410px;
	
	width: 180px;
	border: 1px solid #666666;
	background-color: #cccccc;
	border-top-width: 0px;
}
	div#menuGenre a{
		display: block;
		width: 180px;
		height: 24px;
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #666666;
	}
		div#menuGenre a span{
			display: block;
			padding-top: 6px;
			padding-left: 8px;
		}
		
	div#menuGenre a:hover{
		background-color: #dddddd;
		color: #663300;
	}
	
	
	

div.footerspace{
	clear: both;
	height: 34px;
}

div.footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
padding: 2px;
background-color: #dddddd;
border-top: 1px solid #666666;
color: #444444;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
text-align: left;
clear:both;
font-weight: normal;
}
