@charset "iso-8859-2";
/* CSS Document */


.boxgrid{ 
	border:5px ridge #EED026;
	width:110px; 
	height:160px; 
	margin:10px; 
	background:#161613; 
	overflow: hidden;
	position:relative;
}
	.boxgrid .cover{ 
		position:relative;
		top:0px;
		left:0px;
		width:110px; 
		height:150px;
		background:#363636;
		text-align:center;
	}	
	.boxgrid #title{
		position:relative;
		background-color:#202020;
		width:110px;
		height:50px;
		vertical-align:middle;
		text-align:center;
	}
	.boxgrid #img{
		display:block;
		width:110px;
		height:110px;
		background-repeat:no-repeat;
		background-position:center;
	}
#list ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
	text-align:center;
	
	padding:3px 3px 3px 3px;
	margin:0px;
	list-style:none;
	width:104px;
}
#list ul li{
	padding:1px;
	line-height:12px;
	overflow:visible;
}
#list ul li a:hover{
	display:block;
	width:102px;
	background-color:#666;
}
#list ul li a{
	display:block;
	width:102px;
	color:#fff;
	text-decoration:none;
}
#list ul li.sep{
	background:url(../img/d/ss_list_sepbg.png) center no-repeat;
	width:102px;
	height:1px;
	font-size:0px;
	line-height:1px;
}
#subsections{
	background-color:#006;
/*	background:#363636;*/
	position:absolute;
	top:0px;
	left:0px;
	width:110px;
	height:100px;
	margin-top:50px;
}
#list{
	position:relative;
	text-align:center;
	width:110px;
	height:90px;
	overflow:hidden;
}
.list_container{
	position:absolute;
	top:0px;
	left:0px;
	width:110px;
}
#moveup{
	position:relative;
	width:110px;
	height:10px;
	font-size:0px;
	background:url(../img/d/moveup.png) no-repeat #999 top;
}
#movedown{
	position:relative;
	width:110px;
	height:10px;
	font-size:0px;
	background:url(../img/d/movedown.png) no-repeat #999 top;
}
