#container {
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	min-width: 990px;
	list-style: none;
	font-size: 90%;
	z-index: 5;
}

.pane{
	position: relative;
	width: 500px;
	border-color: grey;
	border-width: 1px;
	border-style: dashed;
	
	padding-bottom: 20px;
	padding-right: 5px;
}

#container li .extended {
	width: 400px;
	position: absolute;
	top: -10px;
	left: 505px;
	padding: 5px;
	overflow: auto;
	font-style: normal;
	z-index: 2;
	display: none;
	border-color: #C0C0C0;
	border-width: 1px;
	border-style: dashed;
}

.pane {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}

.outter {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: red;
	overflow: auto;
}

.short {
	position: relative;
	margin: 0px;
	padding: 5px;
	overflow: auto;
	width: 500px;
}

.button {
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-align: left;
	cursor: pointer;
	text-decoration: underline;
}

.button:hover {
	text-decoration: none;
}

.close {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: red;
	cursor: pointer;
	z-index: 5;
	text-decoration: underline;
}

.close:hover {
	text-decoration: none;
}

img {
	position: relative;
	border-width: 0px;
}

#loading {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	width: 350px;
	height: 80px;
	background-image: url(../img/progressbarbg.png);
}

#progress-bar-text {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 85%;
	font-family: Arial;
	font-weight: bold;
	color: black;
}

#progress-bar-moving-stripe {
	position: absolute;
	top: 45px;
	left: 17px;
	width: 316px;
	height: 18px;
	background-image: url(../img/animation.gif);
}

.inv tr td {
	padding: 3px;
	border-color: #C0C0C0;
	border-width: 1px;
	border-style: solid;
}

.catalog-title {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18pt;
}

#search-params {
	position: relative;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	overflow: auto;
}

#results {
	position: relative;
	width: 500px;
	font-size: 75%;
	font-family: tahoma;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#time-search {
	font-size: 85%;
	float: right;
}

#go-up {
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 5px;
	background-color: green;
	color: white;
	text-decoration: underline;
	font-weight: normal;
	font-size: 80%;
	z-index: 20;
}

#go-up:hover {
	text-decoration: none;
	font-weight: normal;
}

.auto-list {
	float: right;
	color: green;
}

/*================================================================================*/
#outter_form {
	position: relative;
	overflow: auto;
	min-width: 700px;
}

body {
	background: #fff;
	font: normal 100% arial, sans-serif;
	color: #000;
}

#title_zag {
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	padding: 20px 0 20px 0;
}

#link_search {
	position: relative;
	padding: 3px 0 0 35px;
	font-size: 75%;
}

#link_search_body {
	height: 100%;
	background-image: url(/img/fon.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#link_search img {
	padding-left: 5px;
}

a {
	color: #747175;
	text-decoration: none;
}

a:hover {
	color: #747175;
	text-decoration: none;
	font-weight: bold;
}

.search_next {
	margin-left: 0px;
}

.search_p {
	margin-left: 16px;
}

.search_tit {
	padding-bottom: 10px;
}

#search_idx {
	margin-right: 5px;
	float: left;
}

#search_idx p {
	margin: 5px 0px 17px 0px;
}

#search_inp {
	margin-left: 200px;
}

#search_inp input {
	margin: 2px 0px 10px 0px;
}

noscript p {
	color: black;
	font-size: 75%;
	text-align: center;
	background: #fc0;
}

* {
	margin: 0;
	padding: 0;
}

.bubbleInfo {
	position: relative;
	padding-bottom: 20px;
}

.trigger {
	position: absolute;
}

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	font-size: 95%;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft {
	background-image: url(/img/help/bubble-1.png);
}

.popup td.top {
	background-image: url(/img/help/bubble-2.png);
}

.popup td#topright {
	background-image: url(/img/help/bubble-3.png);
}

.popup td.left {
	background-image: url(/img/help/bubble-4.png);
	background-repeat: repeat-y;
	background-position: right;
}

.popup td.cent {
	background: #fff;
}

.popup td.right {
	background-image: url(/img/help/bubble-5.png);
}

.popup td#bottomleft {
	background-image: url(/img/help/bubble-6.png);
}

.popup td.bottom {
	background-image: url(/img/help/bubble-7.png);
}

.popup td.bottom img {
	display: block;
	margin: 0 auto;
}

.popup td#bottomright {
	background-image: url(/img/help/bubble-8.png);
}

#outter_form {
	min-width: 700px;
	overflow: auto;
}

/*================================================================================*/
H4 {
	text-decoration: underline;
}

#help {
	width: 400px;
	padding: 10px;
	margin: 10px;
}

#help i {
	text-decoration: line-through;
}

#help_form {
	width: 400px;
	float: right;
}

H5 {
	text-align: center
}

.otstup {
	text-indent: 50pt;
}

.interval {
	line-height: 50 %
}

/*===============================================================================*/
#bug-report {
	position: relative;
	float: right;
	margin-right: 70px;
	margin-top: 20px;
	overflow: auto;
	width: 300px;
	z-index: 6;
}

#bug-report div {
	margin-top: 0px;
	margin-bottom: 0px;
}

#bug-report a {
	color: black;
	text-decoration: none;
}

#bug-report a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#statistics {
	padding-top: 20px;
}

#statistics p {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 90%;
	color: #747175;
}

#statistics span {
	font-size: 110%;
	font-weight: bold;
}

/*==============================================================================*/
.pagination {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-left: 20px;
	overflow: auto;
	width: 450px;
	/*font-size: 14pt;*/
	clear: both;
}

.pagination span {
	color: black;
	font-family: tahoma;
}

.pagination a {
	text-decoration: underline;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: normal;
}

.pagination a:hover {
	color: blue;
	font-weight: normal;
	text-decoration: none;
}

.clear {
	clear: both;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	/*border-color: red;*/
}

/*==============================================================================*/
h1 {
	margin-left: 30px;
}

#list-books {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 80%;
	width: 90%;
}

#list-books td {
	padding: 2px;
}

.del-from-list {
	text-decoration: none;
	color: red;
}

.del-from-list:hover {
	text-decoration: underline;
	font-weight: normal;
	color: red;
}

#clear-list {
	margin-left: 20px;
	margin-top: 10px;
	color: red;
	font-weight: normal;
	text-decoration: none;
}

#clear-list:hover {
	color: red;
	font-weight: normal;
	text-decoration: underline;
}

#print-version {
	margin-left: 20px;
	margin-top: 10px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#print-version:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

/*======================================================================*/
#added-params {
	position: absolute;
	top: 70px;
	left: 700px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: 7px;
	font-size: 75%;
	overflow: auto;
}

#list-funks {
	position: relative;
	font-size: 80%;
}

.funct {
	position: relative;
	margin-bottom: 5px;
	bottom: 7px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.thumb {
	margin-right: 5px;
	float: left;
	display: inline;
	width: 80px;
	min-height: 80px;
	height: auto!important;
  	height: 80px;
}

.hidden {
	display: none;
}

#opaco {
	background-color: #000000;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE8 */
	filter: progid DXImageTransform.Microsoft.Alpha(opacity=70);
	/* IE5+ */
	filter: alpha(opacity =         70); /* IE4- */
	moz-opacity: 0; /* Mozilla */
	-khtml-opacity: 0; /* Safari */
	opacity: 0; /* general CSS3 */
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#popup {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100px;
	min-height: 100px;
	z-index: 12;
}

#close-img {
	position: absolute;
	top: -35px;
	right: 5px;
	width: 30px;
	height: 30px;
	background-image: url(../img/close.png);
	overflow: hidden;
}

#close-img p {
	position :relative;
	top: -2px;
	left: 6px;
	padding: 0px;
}

#close-img a {
	font-size: 180%;
	color: white;
	text-decoration: none;
}

#close-img a:hover {
	font-weight: bold;
}

.alph-pointer {
	font-size: 110%;
}
.alph-pointer:hover {
	text-decoration: underline;
	font-weight: normal;
}

.active-alph-pointer {
	color: red;
}

.add-to-list {
	position: absolute;
	left: 105px;
	bottom: 5px;
}

.alph-list-item {
	position: relative;
	border: none;
	margin-top: 5px;
	margin-left: 15px;
	width: 300px;
}

.alph-item {
	color: black;
}

.alph-item:hover {
	text-decoration: underline;
	font-weight: normal;
}

.alph-list-item b {
	position: absolute;
	right: -30px;
	top: 0px;
	font-weight: normal;
}

#alph-back {
	text-decoration: underline;
}

#alph-back:hover {
	text-decoration: none;
	font-weight: normal;
}