/* Category Box */

#category_list {
	list-style-type: none;
	margin: 55px 0 55px 14px;
}

#category_list li {
	width: 114px;
	border-bottom: 1px solid #1a1a1a;
}

#category_list li:first-child {
	border-top: 1px solid #1a1a1a;
}

#category_list li a {
	display: block;
	width: 104px;
	padding: 5px;
	color: #fff;
	text-decoration: none;
}

#category_list li a:hover {
	background: url('/images/category-box-hl.gif') repeat-x #000;
}

#category_box {
	display: block;
	width: 142px;
	height: 440px;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

#category_box.de {
	background: url('/images/category-box-de.gif') no-repeat;
}

#category_box.en {
	background: url('/images/category-box-en.gif') no-repeat;
}