
/* Gallery */
.corners {
	width:100%;
	background-color:#EEE;
}
.corners__t,
.corners__b {
	height:5px;
	position:relative;
	clear:left;
}
.corners__t {
	margin-bottom:-5px;
}
.corners__b {
	margin-top:-5px;
}
.corners__t .corners__r {
	background-position:-5px 0;
}
.corners__b .corners__l {
	background-position:0 -5px;
}
.corners__b .corners__r {
	background-position:-5px -5px;
}
.corners__l,
.corners__r {
	background:url('/i/corners_grey.gif') no-repeat scroll 0 0 transparent;
	font-size:0;
	height:5px;
	position:relative;
	width:5px;
}
.corners__r {
	left:-5px;
	margin-left:100%;
	position:absolute;
	top:0;
}
.corners__body {
	margin:12px 15px;
	color:#989FD0;
	text-align:center;
}
.corners__ico {
	width:34px; height:38px;
	background:url('/i/ico.gif') no-repeat scroll 0 0 transparent;
}
.corners__menu {
	padding-left:15px;
}
.corners__search {
	text-align:right;
}
.corners__search input {
	margin:0;
	vertical-align:middle;
}

.categories {
	margin:0; padding:0;
}
.categories li {
	padding:0;
	margin-left:10px;
	display:inline;
	white-space:nowrap;
}
.corners__body a {
	font-size:14px;
	font-weight:bold;
}
.corners__body a.active {
	font-size:14px;
	font-weight:bold;
	color:#363636;
}

.galleries {
	width:100%;
	border-spacing:0;
	empty-cells:show;
	border-collapse:collapse;
	margin-top:2em;
}
.galleries td {
	vertical-align:top;
	width:33%;
	text-align:center;
}
.galleries__title {
	font-size:14px;
	font-weight:bold;
}
.galleries__thumbnail img {
	border:0;
	margin:0.5em 0;
	width:190px;
}
.galleries__date td {
	color:#8c8e9d !important;
	padding-bottom:1.5em;
}
.paginator a {
	margin-left:2px;
}
.paginator__curr {
	background-color:#EEE;
	padding:2px 3px;
}
.gallery_search {
	margin:1em 0;
}
.gallery_search input {
	vertical-align:middle;
	font-size:11px;
}
.inp_txt {
	width:150px;
}
.inp_btn {
	margin:0;
}

.gallery {
	margin-top:1em;
	margin-right:-18px;
	width:486px;
}
.gallery__photo {
	float:left;
	display:table;
	width:141px; height:141px;
	margin:0 18px 18px 0;
	border:solid 1px #d3d3d3;
	padding:11px;
	border-spacing:0;
	text-align:center;
}
.gallery__photo a {
	display:table-cell;
	vertical-align:middle;
	width:140px; height:140px;
	font-size:0;
}
.gallery__photo img {
	border:0;
	margin:10px;
}

.return {
	clear:left;
}
.return__arr {
	font-size:14px;
}
/* search */
.search_results {
	padding:0 0 1em 2em;
}

.search_results li {
	margin-top:1em;
	clear:left
}
.search_results li a {
	font-weight:bold;
}

/* End of Gallery */
