/*
Content search
-----------------------------------------------------------------------------*/
.big-search-container, .small-search-container{
    padding: 20px 20px 20px 20px;
    background: #069;
    filter: ''; /*Обнуляем фильтр, чтобы в IE9 работал border-radius. filter для IE<9 в условных коментариях */
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwMDY2OTkiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDk5Q0MiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MTkpIiAvPgo8L3N2Zz4=);
	background-image: -o-linear-gradient(rgba(0, 102, 153, 100), rgba(0, 153, 204, 100));
	background-image: -moz-linear-gradient(top, rgba(0, 102, 153, 100), rgba(0, 153, 204, 100));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 102, 153, 100)), to(rgba(0, 153, 204, 100)));
	background-image: -ms-linear-gradient(top, rgba(0, 102, 153, 100), rgba(0, 153, 204, 100));
	background-image: linear-gradient(top, rgba(0, 102, 153, 100), rgba(0, 153, 204, 100));
	-webkit-box-shadow: hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px; /* color border */
    -moz-box-shadow: 	hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px;
    box-shadow:		 	hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 25%) 0 .1em 2px;
    -khtml-border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    behavior: url(/css/publications/PIE.htc);
}

.big-search-container {height: 190px; margin-bottom: 30px;}
.small-search-container{margin-bottom: 30px}
.small-search-by {float:left; margin-left: -5px; padding-top: 10px;}
.small-search-by li {margin-right: 40px; display:inline; color:#fff;}
.adv-search  {padding-top: 10px;margin-right: 19%;}
.adv-search span  {color: #fff; text-decoration: underline;}
.adv-search span:hover {text-decoration: none; cursor:pointer;}
.big-search-input {width: 85%; padding: 7px; vertical-align: middle;}

.big-search-button {
display: inline-block;
vertical-align: middle;
height: 33px;
padding: 6px 10px 6px;
line-height: 1;
background: url(/images/publications/yellow1x34.png) 0 0 repeat-x transparent;
color: #069;
border-width: 0;
font-weight: bold;
font-size: 14px;
font-family: Arial, Tahoma, Verdana, sans-serif;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
behavior: url(/css/publications/PIE.htc);
margin-left: 5px;
cursor: pointer;

}
.big-search-by {float:left;width: 200px;}
.big-search-by li {margin: 10px 0;color: #fff;}
.big-search-by li input {margin-right: 7px;}
#search-by-publishers-select {
	margin-left: 25px;
	width: 75px;
}

#search-by-rubric-select{
	margin-left: 7px;
	width: 75px;
}



/*sorting
-----------------------------------------------------------------------------*/
h3.sort-by-title {
	color: #333;
	font-size: 14px;
}

ul.sort-by-type {
	margin: 20px 0;
}

ul.sort-by-type li {
    display:inline-block;
    margin-right: 10px;
    padding: 5px;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

ul.sort-by-type li span, .full-text-only span {font-size: 14px; color: #690; text-decoration: underline; font-weight: bold;}
ul.sort-by-type li span:hover, .full-text-only span:hover {text-decoration: none; cursor: pointer;}
ul.sort-by-type li.pressed {
    background-color: #ccc;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/css/publications/PIE.htc);
}
ul.sort-by-type li.pressed span {
	color: #676767;
	text-decoration: none;
}

/*----- brief -----*/
.brief {
	margin-bottom: 2em;
	overflow: hidden;
}

.brief .cover img {
	width: 70px;
	float: left;
}

.brief .type {
	font-weight: bolder;
}

.brief .title {
	font-size: 1.25em;
	margin-bottom: 0.4em;
}

.brief .title a:link, .brief .author a:link {
	color: #000;
	border-bottom: 1px solid;
}

.brief .title a:hover, .brief .author a:hover {
	color: #d2270b;
	border-bottom: 1px solid;
}

.brief .author {
	font-size: .75em;
}

.brief .desc {
	color: #999;
	font: 12px/14px Georgia, serif;
	margin-bottom: 0.5em;
}

.brief .ctime {
	color: #999;
	font-style: italic;
	margin: 0.8em 0;
	font-size: 10px;
}

.brief.with-cover .ctime,
.brief.with-cover .desc,
.brief.with-cover .details-status,
.brief.with-cover .ann {
	margin-left: 80px;
}

.brief .cover.first img {
	margin-right: 10px;
}

/*----- page-nav -----

.page-nav {
	margin: 3em 0;
}

.page-nav span,
.page-nav a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 30px;
	line-height: 30px;
	border: 1px solid #888;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	margin: 1px;
}

.page-nav .selected {
	background-color: #fda;
	font-size: 120%;
	color: black;
}

.page-nav a:hover {
	background-color: #eee;
}

.page-nav ul li {
	float: left;
	margin: 0;
}

.page-nav ul li#first a,
.page-nav ul li#prev a,
.page-nav ul li#next a,
.page-nav ul li#last a {
	width: auto;
	padding: 0 0.5em;
}
*/
.page-nav_name {
	display: none;
}

/*----- filter -----*/

.filter {
	color: white;
	margin-top: 1em;
	line-height: 2.5em;
	overflow: hidden;
}

.filter label {
	vertical-align: baseline;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 100px;
	line-height: 1em;
	cursor: default;
}

.filter span.tag {
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
	padding: 0.4em 0.8em;
	background: #fc3;
	border-radius: 4px;
	margin-right: 0.4em;
	white-space: nowrap;

	height: 13px;
	*height: 12px;
	line-height: 10px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}

.filter span.close.tag {
	background-image: url(/images/plashka_close.gif);
	background-repeat: no-repeat;
	background-position: 0.8em 50%;
	padding-left: 2em;
}

.filter input {
	padding: 0.4em 0.8em;
	border: 1px solid #000;
	margin: 0;
	border-radius: 4px;
	width: 300px;
	margin-right: 1em;
	vertical-align: middle;
	height: 13px;
	*height: 12px;
}

.filter input.with-button {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	margin: 0;
	width: 278px;
}

.filter span.button {
	cursor: pointer;
	color: black;
	background: white;
	padding: 0.4em 0.6em;
	border: 1px solid #000;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-right: 1em;
	margin-left: 1px;
	padding-top: 3px;
	background-repeat: no-repeat;
	background-position: center;

	height: 14px;
	line-height: 14px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}

.filter span.drop.button {
	background-image: url(/images/arrow_down.png);
}

.filter span.pick.button {
	/*background-image: url(/images/pick.png);*/
	padding-left: 0.3em;
	padding-right: 0.3em;
	font-weight: bolder;
}

.filter span.sort.tag {
	display: inline-block;
	*display: inline;
	zoom: 1;
	box-sizing: content-box;
	margin: 0;
	width: 135px;
	text-align: center;
	background-color: white;
	height: 16px;
	line-height: 15px;
	*vertical-align: middle;
}

.filter span.desc.sort.tag {
	background-image: url(/images/arrow_down.png);
}

.filter span.asc.sort.tag {
	background-image: url(/images/arrow_up.png);
}

.filter span.asc.sort.tag,
.filter span.desc.sort.tag {
	background-color: #fc3;
	background-repeat: no-repeat;
	background-position: 8px;
}

.year.filter .slider {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 300px;
	margin-right: 2em;
	margin-left: 6px;
}

.campus.filter span.tag,
.doc_access.filter span.tag,
.recursive.filter span.tag,
.type.filter span.tag {
	background-color: white;
}

.campus.filter span.selected.tag,
.doc_access.filter span.selected.tag,
.recursive.filter span.selected.tag,
.type.filter span.selected.tag {
	background-color: #fc3;
}

.ui-slider .ui-slider-range {
	z-index: 0;
}

.ui-slider .ui-slider-handle {
	z-index: 1;
}

.search {
	margin-bottom: 1.5em;
}

.sorting {
	margin-bottom: 30px;
}

.sorting .filter label {
	color: black;
}

.sorting .filter {
	line-height: 35px;
}

.filter .suggest {
	color: white;
	line-height: 1.5em;
	margin: 0 0 10px;
	margin-left: 105px;
}

.filter .suggest span {
	border-bottom: 1px dashed;
	cursor: pointer;
}

.filter .input-container {
	float: left;
}

.filter .tag-container {
	/*margin-left: 440px;*/
}

.ui-item-desc {
	font-size: 10px;
	font-weight: bolder;
	color: #555;
	display: block;
	margin-bottom: 0.3em;
}

.moved-search-button {
	position: absolute;
	left: 85%;
	margin-left: 23px;
	bottom: 46px;
}

.search form input[type=text] {
	width: 100%;
}

.search form input[type=submit] {
	float: right;
}

.search form > span {
	display: block;
	overflow: hidden;
	padding-right: 35px;
}
