@import url(layout0.css);

#item-category-selected a{
	border-bottom: 1px solid #A42A00;
}



.item-category-title{
	background: #4C2A08;
	color: white;
	margin: 0;
	padding: 5px;
	text-align: center;
	letter-spacing: .1em;
}

#item-category-list{
	float: right;
	border: 1px dashed #4C2A08;
	padding: 0;
	width: 200px;
	margin: 0;
	margin-top: -20px;
}

#item-category-list ul{
	/*float: left;*/
	list-style: none;
	margin-top: 5px;
}
#item-category-list li { 
	padding-right: 5px;
	background: none;
}


.comp-content{
	clear: none;
	float: left;
	margin-top: 5px;
	width: 330px;
	
}