.catalog-price {
	font-size:16px;
	font-weight:bold;
	color:#4aa6c9;
}
div.catalog-section .pager{
	border:solid 1px #e6e6e6;
	padding:5px 10px;
}
div.catalog-section .sort{
	margin-top:5px;
}
	div.catalog-section .sort a{
		color:#3296c8;
		text-decoration:none;
	}
	div.catalog-section .sort span.asc{
		background:url(images/asc_pas.gif) no-repeat 0 6px;
	}
	div.catalog-section .sort span.desc{
		background:url(images/desc_pas.gif) no-repeat 0 6px;
	}
	div.catalog-section .sort span.asc_act{
		background:url(images/asc.gif) no-repeat 0 6px;
	}
	div.catalog-section .sort span.desc_act{
		background:url(images/desc.gif) no-repeat 0 6px;
	}

div.catalog-section .name{
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:10px;
}
div.catalog-section .element{
	padding:20px 0;
	border-top:dotted 1px #ccc;	
	border-bottom:dotted 1px #ccc;	

}
div.catalog-section .element table{
}


