.blue-button {
	background: #4da6e8 !important;
	color: white !important;
	border: 0 !important;
	padding: 5px 12px;
	font-size: 14px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	cursor: pointer;
	text-decoration: none;
}
.blue-button-disabled {
	background: #e0dedf !important;
	cursor: default;
	box-shadow:none!important;
	pointer-events: none;
}
a.blue-button {
	display: inline-block
}

.blue-button:hover {
	color: white !important;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

/* Новые закладки */
.bookmarks-blue {
	/*border-bottom: 3px solid #3485c4;*/
}

.bookmarks-blue.line-blue {
	border-bottom: 3px solid #51aff4
}

.bookmarks-blue.line-green {
	border-bottom: 3px solid #56aa17
}

.bookmarks-blue:after {
	content: '';
	clear: both;
	display: block;
}

.bookmarks-blue li {
	float: left;
	height: 42px;
	background: url('/thm/pfrf2/img/tabs/tabs.png') 100% -306px;
	text-align: center;
	line-height: 1.25em;
	padding: 6px 30px 0 0;
	cursor: pointer;
	font-weight: bolder;
	font-size: 13px;
	color: #fff;
}

.adopt-900 .bookmarks-blue li {
	font-size: 12px;
	line-height: 1.4em;
}

.adopt-700 .bookmarks-blue li,
.adopt-800 .bookmarks-blue li {
	font-size: 11px;
	padding-right: 20px;
	font-weight: normal;
	line-height: 1.5em;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.bookmarks-blue.wide li {
	//padding-right: 65px;
	//padding-left: 30px;
}

.bookmarks-blue.wide li span {
	padding: 0 27px;
	white-space: nowrap;
	text-align: center;
	display: block;
}

.bookmarks-blue li.blue {
	background: url('/thm/pfrf2/img/tabs/tabs.png') 100% 0;
	color: #fff;
}

.bookmarks-blue li:last-of-type {
	background: url('/thm/pfrf2/img/tabs/tabs.png') 100% -357px;
}

.bookmarks-blue li:last-of-type.active {
	background: url('/thm/pfrf2/img/tabs/tabs.png') 100% -408px;
}

.bookmarks-blue li:first-child {
	padding-left: 34px;
}

.bookmarks-blue li.active:first-child:before {
	background: url('/thm/pfrf2/img/tabs/tabs.png') 0 -255px;
}

.bookmarks-blue li.active {
	background: url('/thm/pfrf2/img/tabs/tabs.png') 100% -408px;
	color: white;
	text-decoration: underline;
}

.bookmarks-blue li.active:before {
	display: block;
	position: relative;
	content: '';
	width: 35px;
	height: 48px;
	margin-bottom: -48px;
	background: url('/thm/pfrf2/img/tabs/tabs.png') -70px -255px;
	top: -6px;
	left: -34px;
}

.bookmarks-blue li.blue.active {
	background: url('/thm/pfrf2/img/tabs/tabs.png') 100% -204px;
	color: white;
}

.bookmarks-blue li.blue.active:before {
	display: block;
	position: relative;
	content: '';
	width: 35px;
	height: 48px;
	margin-bottom: -48px;
	background: url('/thm/pfrf2/img/tabs/tabs.png') -105px -255px;
	top: -6px;
	left: -34px;
}

.bookmarks-blue li:first-child:before {
	content: '';
	display: block;
	position: relative;
	width: 35px;
	height: 48px;
	margin-bottom: -48px;
	background: url('/thm/pfrf2/img/tabs/tabs.png') -140px -255px;
	top: -6px;
	left: -34px;
}

.bookmarks-blue li:first-child.blue.active:before {
	background: url('/thm/pfrf2/img/tabs/tabs.png') 0 -255px;
}

.bookmarks-blue li.before-green {
	background: url('/thm/pfrf2/img/tabs/tabs.png') 100% -51px;
}

.bookmarks-blue li.active.before-green {
	background: url('/thm/pfrf2/img/tabs/tabs.png') 100% -102px;
}

.bookmarks-blue li:last-of-type.active {
	background: url('/thm/pfrf2/img/tabs/tabs.png') 100% -153px;
}

.bookmarks-blue li:last-of-type.active:before {
	background: url('/thm/pfrf2/img/tabs/tabs.png') -35px -255px;
}

.bookmarks-blue.trio li span {
	padding: 0 61px;
	display: block;
}

.bookmarks-blue li span {
	position: relative;
	z-index: 10;
	left: -2px;
}

.adopt-800 .bookmarks-blue li span {
	left: -7px;
}

div.bookmark-content {
	padding: 15px 15px 20px 15px;
}

div.bookmark-content.blueborder {
	border-top: 3px solid #51aff4;
}

.bookmarks-blue .three-lines {
	display: block;
	line-height: 1.08em !important;
	position: relative;
	top: -4px;
}

.adopt-900 .bookmarks-blue .three-lines {
	line-height: 1.22em !important;
}

.adopt-700 .bookmarks-blue .three-lines,
.adopt-800 .bookmarks-blue .three-lines {
	line-height: 1.22em !important;
	top: -2px;
}
