@import url('basic.css');
@import url('menu.css');

ul.categories {
	margin:12px 0 24px 0;
	border-top:1px solid #669999;
	border-bottom:1px solid #669999;
}

ul.categories li {
	height:24px;
	width:120px;
	padding:6px 36px 0 0;
	float:left;
}

ul.items {
	clear:both;
}

ul.items li {
	margin:12px;
	height:220px;
	width:220x;
	float:left;
}

ul.items li p {
	margin:0;
	width:196px;
	font-size:10px;
	line-height:1;
	font-weight:700;
	text-align:center;
}

ul.items li p a {
	text-decoration:none;
	color:#333333;
}

ul.items li p a:hover {
	text-decoration:underline;
}
