#filterBlock
{
    position: relative;
	padding: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dacec2', endColorstr = '#e5ded8');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dacec2', endColorstr = '#e5ded8')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #dacdc2, #e5ded8);
	background-image: -ms-linear-gradient(top, #dacdc2, #e5ded8);
	background-image: -o-linear-gradient(top, #dacdc2, #e5ded8);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#dacec2), to(#e5ded8));
	background-image: -webkit-linear-gradient(top, #dacdc2, #e5ded8);
	background-image: linear-gradient(top, #dacdc2, #e5ded8);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

#filterBlock .filterLabel
{
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
	color: #412f23;
	width: 110px;
}

#filterBlock .search-block
{
	position: absolute;
    top: 10px;
    right: 0;
}
#filterBlock .search-block .search-link
{
    display: inline-block;
    width: 130px;
    height: 30px;
	background-image: url('/img/search-btn.png');
	background-position: left center;
	background-repeat: no-repeat;
    padding-top: 13px;
    padding-left: 40px;
}

#cvid
{
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#cvid a,
#cvid span.activeView,
#cvid a:hover
{
	display: inline-block;
	padding: 8px 10px 8px 47px;
	color: #333;
	text-decoration: none !important;
	margin: 1px;
	border-radius: 5px;
	border: 1px solid #D0C5B9;
}
#cvid img
{
	float: none;
	margin: 5px;
}
#cvid span.activeView,
#cvid a:hover
{
	background-color: #f8f3ed;
	border-radius: 5px;
	border: 1px solid #D0C5B9;
	margin: 1px;
	transition: background-color 0.3s;
}
#cvid #podr
{
	background-image: url('/img/catalog_podr.gif');
	background-position: 10px center;
	background-repeat: no-repeat;
}
#cvid #kr
{
	background-image: url('/img/catalog_kr.gif');
	background-position: 10px center;
	background-repeat: no-repeat;
}
#cvid #tbl
{
	background-image: url('/img/catalog_tbl.gif');
	background-position: 10px center;
	background-repeat: no-repeat;
}

#sorting
{
	padding-left: 25px;
}
#sorting a
{
	padding: 3px 15px 3px 29px;
	text-decoration: none;
	color: #333;
	margin: 1px;
}
#sorting .sorter
{
	text-align: left;
}
#sorting .sorter li
{
	margin: 0;
}
#sorting .wfr,
#sorting .asc,
#sorting .desc,
#sorting a:hover
{
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #dbcbbe;
}
#sorting a:hover
{
	background-image: url('/img/s_asc_.gif');
	background-repeat: no-repeat;
	background-position: 10px 8px;
	text-decoration: none;
	transition: background-color 0.3s;
	color: #333;
	margin: 0;
}
#sorting a.desc:hover
{
	transform: none;
	background-image: url('/img/s_desc_.gif');
    background-position: 10px 8px;
}
