a{
	color: #525252;
	text-decoration: none;
}

/* a.active{
	text-decoration: none;
}

a:hover {
	color: #C00000;
	text-decoration: underline; 
} */
#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 {
	margin-bottom: 0;
	padding: 0;
	width: 360px;
}

.category-container .category-title {
	font-weight: bold;
	color: #B80000;
}

.category-container a {
	text-decoration: none;
	color: #B80000;
	font-weight: bold;
}

.table-profile-catalog tr td a{
     text-decoration: none; 
}
.table-profile-catalog tr td a:hover{
     /* text-decoration: underline!important; */
}

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

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

.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;
}

.mess-filter-result {
	color: #f00;
	font-weight:bold; 
	text-align:center;
	font-size: 14px;
}

#content-filter-sort {
    background: none repeat scroll 0 0 white;
    border: 1px solid;
    display: none;
    left: 50px;
	list-style: none outside none;
	margin: 1px 0px 1px 12px;
    padding: 5px 10px 5px 10px;
    position: absolute;
    z-index: 100;
}

.filter-attribut-title, .parrametrs-title {
	font-size: 13px;
	margin-left: 6px; 
	color:#8b8b8b; 
	padding-bottom: 2px; 
}

.filter-form-title {
	line-height: 17px;
	font-size: 14px;
	padding: 10px 5px 5px 20px; 
	color:#8b8b8b; 
}

.filter-search-param {
	margin: 22px 5px 2px 5px; 
}

.parrametrs-list {
	padding: 2px 5px 2px 5px; 
}