/*
#cbdfe8 - голубые линии
#2a87d5 - синий текст
#a00000 - red hover
*/
.fpm-message-icon {
	display: block;
	width: 15px;
	height: 12px;
	background: url('../images/sprite.png') no-repeat;
}
#fpm-mini-area {
	padding: 1px 1px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.52);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 1), 0px 0px 0px 3px rgba(0, 0, 0, 0.52);
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 250px;
	z-index: 9991;
}
#fpm-mini-area h4 {
	height: 23px;
	font: bold 11px/23px Tahoma;
	color: #707070;
	text-shadow: 0 1px 2px rgba(0,0,0,0.05);
	padding: 0 0 0 31px;
	margin: 0;
	cursor: pointer;
}
#fpm-mini-area h4 i {
	float: left;
	margin: 6px 0 0 -23px;
}
#fpm-mini-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#fpm-mini-area ul li {
	display: block;
}
#fpm-mini-area ul li>a {
	display: block;
	font: normal 11px/22px Tahoma;
	color: #079;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #f0f0f0;
	background: url('../images/li.png') repeat-x;
	height: 22px;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
	padding: 0 6px;
	overflow: hidden;
}
#fpm-mini-area ul li>a:hover {
	color: #000;
	border-bottom-color: #e0e0e0;
}
#fpm-mini-area ul li>a:hover span {
	color: #333;
}
#fpm-mini-area ul li>a span {
	font: normal 10px/22px Tahoma;
	color: #777;
	float: right;
}
#fpm-mini-footer {
	border-top: 1px solid #fff;
	display: block;
	height: 9px;
	position: relative;
}
#fpm-mini-footer i {
	width: 9px;
	height: 5px;
	background: url('../images/arr.png') no-repeat;
	display: block;
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -4px;
}
i.fitoggle {
	background-position: 0 -5px !important;
}

#fpm-area {
	display: none;
	position: fixed;
	left: 50%;
	top: 100px;
	height: 500px;
	width: 800px;
	margin-left: -350px;
	padding: 1px 1px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.52);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 1), 0px 0px 0px 3px rgba(0, 0, 0, 0.52);
	z-index: 9992;
}
#fpm-area h3 {
	margin: 0 !important;
	padding: 0 !important;
	color: #2a87d5;
	font: bold 13px/26px Arial;
	text-transform: uppercase;
}
#fpm-area h3 a {
	text-decoration: none;
	color: #2a87d5;
}
#fpm-area h3 a:hover {
	color: #a00000;
	text-decoration: none;
}
#fpm-head {
	height: 55px;
	padding: 0 12px;
	border-bottom: 1px solid #cbdfe8;
	position: relative;
	cursor: move;
}
#fpm-head-close {
	position: absolute;
	top: 17px;
	right: 16px;
	width: 13px;
	height: 15px;
	background: url('../images/close.png') no-repeat;
}
#fpm-head-close:hover {
	background-position: 0 -15px;
}
#fpm-head>h3 {
	float: right;
	margin: 13px 0 0 23px;
	width: 200px;
	text-align: center;
}
#fpm-head>input {
	margin: 13px 0 0 0;
	height: 24px;
	width: 530px;
	border: 1px solid #e1e1e1;
	padding: 0 3px;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	cursor: text;
}
#fpm-head>input:focus {
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	border-color: #d1d1d1;
}
#fpm-user-find {
	display: none;
	background: #fbfbfb;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: inset 0px 1px 0px #fff;
	list-style: none;
	margin: 0;
	padding: 7px 14px;
	width: 508px;
	position: absolute;
	top: 37px;
	left: 12px;
	z-index: 9994;
}
#fpm-user-find li a {
	display: block;
	padding: 0 0 0 30px;
	color: #2a87d5;
	border-bottom: 1px dotted #ddd;
	font: bold 11px/24px Tahoma;
	height: 24px;
	text-decoration: none;
	overflow: hidden;
}
#fpm-user-find li a:hover {
	text-decoration: underline;
	background-color: rgba(0,0,0,0.02);
}
#fpm-user-find li a>img {
	width: 24px;
	margin-left: -30px !important;
	float: left;
}
#fpm-user-find li a>strong {
	float: right;
	color: #777;
	font-weight: normal;
}
#fpm-user-find li a span>i {
	color: #777;
	font-weight: normal;
	text-style: none;
}
#fpm-user-find-close {
	display: none;
	position: absolute;
	top: 17px;
	left: 530px;
	width: 13px;
	height: 15px;
	background: url('../images/close.png') 0 -30px no-repeat;
}
#fpm-user-find-close:hover {
	background-position: 0 -15px;
}
#fpm-sep-line {
	height: 10px;
	background: url('../images/shadow-line.png') repeat-x;
}
#fpm-right {
	float: right;
	width: 220px;
	height: 430px;
	border-left: 1px solid #cbdfe8;
	padding: 0 10px !important;
	margin: 0 !important;
	background: url('../images/right-shadow.png') no-repeat 0 0;
	position: relative;
}
#fpm-right-close {
	float: right;
	width: 6px;
	margin-left: 2px;
	height: 430px;
	background: url('../images/right-close.png') no-repeat 0 50%;
}
#fpm-right-close.fpm-right-close {
	background-position: -6px 50%;
}
#fpm-right h3 {
	padding-bottom: 4px;
}
#fpm-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 393px;
	overflow: auto;
}
#fpm-right ul li {
	display: block;
	border-bottom: 1px solid #f0f0f0;
	padding: 3px 0;
	position: relative;
}
#fpm-right ul li i {
	position: absolute;
	top: 6px;
	right: 3px;
}
#fpm-right ul li a {
	display: block;
	height: 36px;
	overflow: hidden;
	padding-left: 44px;
}
#fpm-right ul li a>img {
	width: 36px;
	float: left;
	margin-left: -44px !important;
}
#fpm-right ul li a>span {
	font: normal 12px/20px Tahoma;
	color: #292929;
	display: block;
	height: 20px;
	overflow: hidden;
}
#fpm-right ul li a>p {
	font: normal 10px Tahoma;
	color: #888;
}
#fpm-right ul li a:hover {
	background: #f3f5f7;
	text-decoration: none;
}
#fpm-right ul li a:hover>img {
	box-shadow: 1px 0 5px rgba(0,0,0,0.5);
}
#fpm-right ul li a:hover>span {
	color: #000;
	text-decoration: underline;
}
#fpm-right ul li a:hover>p {
	color: #666;
}
#fpm-main {
	height: 430px;
	padding: 0 7px;
	position: relative;
	margin: 0 227px 0 0 !important;
}
#fpm-content {
	height: 430px;
	overflow: auto;
	margin: 0;
	padding: 0;
}
#fpm-content li {
	display: block;
	padding: 4px 70px 4px 66px;
	position: relative;
	border-bottom: 1px dotted #ccc;
}
#fpm-content li:hover {
	background: #f3faf3;
}
#fpm-content li.fpm-li-select {
	background: #f0f0f0;
}
#fpm-content li.fpm-li-select:hover {
	background-color: #f0f7f0;
}
#fpm-content li input.fpm_select_option {
	position: absolute;
	left: 4px;
	top: 10px;
	height: 13px;
	width: 13px;
	border: 1px solid #ccc;
	color: #555;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	margin: 3px 0;
	padding: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#fpm-content li input.fpm_select_option:focus {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0
}
#fpm-content li i {
	display: inline-block;
}
#fpm-content li div.fpm-li-ava {
	float: left;
	width: 32px;
	height: 32px;
	margin-left: -42px;
	overflow: hidden;
}
#fpm-content li div.fpm-li-ava img {
	width: 32px;
}
#fpm-content li span.fpm-li-date {
	float: right;
	margin-right: -60px;
	padding-top: 4px;
	font: normal 11px Tahoma;
	color: #bbb;
	text-align: center;
	width: 60px;
}
#fpm-content li a.fpm-li-login {
	font: bold 11px/16px Tahoma;
	color: #2b587a;
	text-decoration: none;
}
#fpm-content li a.fpm-li-login:hover {
	color: #222;
	text-decoration: underline;
}
#fpm-content li p.fpm-li-text {
	color: #000;
	font: normal 11px Tahoma;
	margin-top: 5px;
}
#fpm-content li p.fpm-li-text a {
	color: #7DAF27;
	text-decoration: underline;
}
#fpm-content li p.fpm-li-text a:hover {
	color: #a00000;
}
#fpm-content li.fpm-show-more h3 {
	text-align: center;
	margin: 0;
}
#fpm-textinput {
	border-top: 1px solid #cbdfe8;
	position: relative;
	display: none;
	overflow: hidden;
}
#fpm-textinput-text {
	margin: 5px 65px 0 0;
}
#fpm-textinput-text textarea {
	width: 100%;
	height: 49px;
	resize: none;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid #ddd;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.03);
}
#fpm-textinput-text textarea:focus {
	border-color: #aaa;
}
#fpm-textava {
	position: absolute;
	top: 5px;
	right: 0;
	width: 55px;
	height: 55px;
	overflow: hidden;
}
#fpm-textava img {
	width: 55px;
}
#fpm-textinput-a {
	float: right;
	margin-top: 6px;
	width: 13px;
	height: 15px;
	background: url('../images/close.png') no-repeat;
}
#fpm-textinput-a:hover {
	background-position: 0 -15px;
}
#fpm-textinput-profile {
	float: right;
	font: normal 11px/26px Arial;
	color: #777;
	margin-right: 10px;
	text-decoration: none;
}
#fpm-textinput-profile:hover {
	text-decoration: underline;
	color: #333;
}
#fpm-textinput-clear {
	float: right;
	font: normal 10px/25px Arial;
	margin-right: 10px;
	color: #777;
}
#fpm-textinput-clear:hover {
	text-decoration: underline;
	color: #333;
}
#fpm-actions {
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
	width: 570px;
	height: 32px;
	background: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
}
#fpm-actions li {
	float: left;
	margin: 0 15px 0;
	padding: 0;
}
#fpm-actions li a {
	font: bold 13px/28px Arial;
	text-shadow: 0 1px 2px rgba(0,0,0,0.05);
	color: #2a87d5;
}
#fpm-actions li a:hover {
	color: #a00000;
}
.fclr {
	clear: both;
	overflow: hidden;
	height: 0;
}
.fpmload {
	background: url('../images/loading.gif') no-repeat 50% 50%;
}
