/* CSS Document */
dl {
	width: 600px;
	font-size: 76%;
}
dt {
	margin-top: 15px;
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(../jpg/item2.jpg) 0 50% no-repeat;
	padding: 0 0 0 10px;
	color: #006600;
}

dt a {
	font-size: 1em;
	text-decoration: none;
	color: #006600;
}
dt a:focus, dt a:hover {
	text-decoration: underline;
}
dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#genre_movs ul {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#genre_movs li {
	background: transparent url(../jpg/item3.jpg) 0 50% no-repeat;
	padding: 0 0 0 15px;
}
#genre_movs li a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3283B8;
}
#genre_movs li a:hover, #genre_movs li a:focus {
	text-decoration: underline;
}
