#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 {
}

.category-container .category-title {
	font-weight: bold;
	color: #B80000;
}

.category-container a {
	text-decoration: underline;
	color: #B80000;
	font-weight: bold;
}

.category-container .subcategory-item a {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}

.category-container a:hover, .category-container a:active {
	text-decoration: none;
}

.control-show-more{
	text-align: right;
}

.category-content{
}

.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;
}
