#catalog-table{
	width: 100%;
	opacity: 0.70;
	border:1px dotted #a7a7a7;
	background-color: #fff;
}

* html #catalog-table{ 
	filter: alpha(opacity=70);
}


#catalog-table td{
	vertical-align: top;
}


#catalog-left, #catalog-right {
	width: 50%;
}


.category-container {
	
	
	/* opacity: 0.70;
	border:1px dotted #a7a7a7;
	background-color: #fff; */ /*#EDDFBC;*/
	
	/* border: 1px solid #000;
	background-color: #fff; */
	margin-bottom: 5px;
	padding: 2px;
	
	width: 360px;
}

.category-container .category-title {
	/*font-size: larger;
	font-weight: normal;*/
	font-weight: bold;
	color: #B80000;
}

.category-container a {
	text-decoration: underline;
	color: #B80000;
	/*color: #000000;*/
	font-weight: bold;
}

.category-container .subcategory-item a {
	text-decoration: underline;
	/*color: #525252;*/
	color: #000000;
	font-weight: normal;
}

.category-container a:hover, .category-container a:active {
	text-decoration: none;
}

.control-show-more{
	text-align: right;
}

.category-content{
	margin-left: 10px;
}

.categories-extended{
	display: none;
}

.subcategories-extended{
	display: none;
}

.subcategories-container {
	margin: 0 0 0 20px;
}

.subcategories-container a {
	color: #525252;
	font-weight: normal;
}

.subcategories-container a:hover, .subcategories-container a:active {
	color: #525252;
	text-decoration: none;
}

.subcategory-item {
	margin: 5px 0 0px 0;
}