/***************************************/
/**************  LAYOUT ****************/
/***************************************/

.cat_categs {
	width: 265px;
	font-weight: bold;
}
.cat_categs.right {
	clear: right;
	float: right;
}
.cat_categs.fill {
	width: 100%;
}
.cat_categs li,
.cat_categs.fill li,
#cat_menu li {
	list-style-image: url('/images/dot6.gif');
	margin-left: 30px;
	margin-top: 3px;
}
.cat_categs li.title,
.cat_categs.fill li.title,
#cat_menu li.title {
	list-style-image: url('/images/dot4.gif');
	margin-left: 20px;
	margin-top: 7px;
	text-transform: uppercase;
}
.cat_categs.fill li {
	float: left;
	width: 220px;
}
#cat_menu li.sel a {
	color: #f00;
}

#cat_menu {
	padding: 10px;
	font-weight: bold;
}

#cat_filtr {
	margin-bottom: 5px;
}
#cat_filtr div {
	float: left;
	margin: 5px;
}
#cat_filtr img {
	margin-top: 12px;
}

#cat {
	width: 100%;
	border: none;
}
#cat tr.header {
	background-color: #f3f3f3;
}
#cat th {
	text-align: center;
	border: 1px solid #ccc;
	padding: 2px;
}
#cat td {
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #e0e0e0;
}

.cat_price {
	margin: 20px 10px;
	text-align: center;
}

.nava,
.nava_sel {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	overflow: hidden;
	background: url('/images/nav_b.gif') no-repeat;
}
.nava:hover,
.nava_sel {
	background: url('/images/nav_a.gif') no-repeat;
}

/***************************************/
/***************  FONTS ****************/
/***************************************/

#cat th,
#cat th a {
	font-weight: bold;
}
/* #cat td {
	color: #000;
} */

#cat_filtr input,
#cat_filtr select {
	font-size: 9pt;
}

.cat_price a {
	font-size: 14pt;
	font-weight: bold;
	color: Red;
}

a.sel {
	color: #f00;
	font-weight: bold;
}

/***************************************/
/************** COLORS *****************/
/***************************************/

/***************************************/
/****************  MISC ****************/
/***************************************/

