/*! normalize.css 2012-03-06T10:21 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
	display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
	font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
	font-family: Verdana, sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
	margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
	outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
	outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
	line-height: 1.6em;
	font-weight: normal;
	margin: 0;
	font-family: 'PT Sans', Arial, sans-serif;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
	font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
	background: #ff0;
	color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
	margin: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {

}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
	quotes: none;
}

/* 2 */

q:before,
q:after {
	content: '';
	content: none;
}

small {
	font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
	margin: 0 0;
}

dd {
	margin: 0 0 0 0;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
	padding: 0 0 0 0;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

ul,
ol {
	list-style: none;
	list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
	overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
	margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
	margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
	line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; /* 1 */
	-webkit-appearance: button; /* 2 */
	*overflow: visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
	cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

iframe { border: none; }
/* -------------------------------------------------------------------
	ОСНОВНЫЕ СТИЛИ
------------------------------------------------------------------- */

html {height: 100%;}
* html body {height: 100%;}

body {
	font: 12px/18px Verdana, sans-serif;
	color: #222;
	background: #fff url(/templates/skin/banana/images/yellow/bg.jpg) repeat-x top;
    height: 100%;
    position: relative;
}

/* Ссылки
---------------------------------------------------- */
a.link-dashed 		{ border-bottom: 1px dashed #5055b2; text-decoration: none; }
a.link-dashed:hover { border-color: #f00; }

a.link-dotted 		{ text-decoration: none; border-bottom: 1px dotted #5055b2; }
a.link-dotted:hover { border-color: #f00; }

a 			{ color: #a3a197; }
a:hover 	{ color:#666 }

.text a:visited { color: #1D2273; }

a.link-dashed     { border-bottom: 1px dashed; text-decoration: none; }
a.link-dotted     { border-bottom: 1px dotted; text-decoration: none !important; }

/* Заголовки
---------------------------------------------------- */
h2.page-header { color: #333; font-size: 27px; line-height: 1em; font-weight: normal; margin-bottom: 20px; }
h2.page-header span { color: #aaa; }
h2.page-header i { vertical-align: middle; }

h2.header-table { margin-bottom: 10px; font-size: 22px; font-weight: normal; }
h2.header-table a { color: #275ec2; }
h2.header-table span { color: #949aa1; }

h1, h2, h3, h4, h5, h6 { font: normal 18px Verdana, Arial, Sans-Serif; line-height: 1.3em; margin-bottom: 0.3em; color: #333; }
h2 { font-size: 22px; margin-bottom: 10px; }
h2 span { color: #6EC80D; }
h3 { font-size: 18px; }

/* Header
-------------------- */
#header .logo { float:left; margin-top:27px }
#header .logo a { width:149px; height:21px; display:block; background:url(/templates/skin/banana/images/yellow/logo.png) no-repeat; text-decoration:none }

#header .pages { overflow: hidden; zoom: 1; float:left; margin:23px 0px 0px 12px }
#header .pages li { float: left; font-size:18px; font-family:Tahoma, sans-serif; margin-right: 7px }
#header .pages li a { text-decoration:none; color:#cdcabc; text-shadow:0px 1px 0px #1a1714; background:#27231f; border-radius:4px; padding:0px 14px; height:30px; line-height:30px; display:block }
#header .pages li.active a { background:#ffd641 url(/templates/skin/banana/images/yellow/pages-active-yellow.png) repeat-x; color:#423b35; text-shadow:none }
#header .pages li.topici a { padding:0px 8px }
#header .pages li.topici span { float:left; display:block; background:url(/templates/skin/banana/images/yellow/topics-icon.png) no-repeat; margin:4px 3px 0px 0px; width:17px; height:22px }
#header .pages li.topici.active span { background-position:0px -22px }

#header .social-btn { margin:23px 13px 0px 0px; float:right; }
#header .social-btn li { float:left; margin-left:5px }
#header .social-btn li a { display:block; background:url(/templates/skin/banana/images/yellow/header-social-btn.png) no-repeat; width:35px; height:30px; text-decoration:none }
#header .social-btn li.vk a { background-position:0px 0px }
#header .social-btn li.fb a { background-position:0px -30px }
#header .social-btn li.tw a { background-position:0px -60px }



/* Footer
------------------------------------------------------ */
#footer-inner { min-width:970px; max-width:1600px; margin:0 auto; padding:0px 10px; position:relative }
#footer-inner .right { float:right; background:url(/templates/skin/banana/images/bg-footer-right.png) repeat-x; height:70px; line-height:26px; padding:8px 45px 0 45px; color:#858481; font-weight:bold; font-family:Tahoma, sans-serif; text-shadow:0px 1px 0px #e8e7e3; border-left:1px dotted #d1d0be; border-right:1px dotted #d1d0be }
#footer-inner .right span { height:17px; background:url(/templates/skin/banana/images/yellow/bg-cms.png) repeat-x; line-height:17px; padding:0px 6px 3px 6px; border-radius:3px }
#footer-inner .right a { color: #858481; text-decoration:none; height:17px; background:url(/templates/skin/banana/images/yellow/bg-cms.png) repeat-x; line-height:17px; padding:0px 6px 3px 6px; border-radius:3px }
#footer-inner .right a:hover { color: #858481; text-decoration:none; }

#footer-inner .social-icons { float:right; margin:28px 7px 0px 0px }
#footer-inner .social-icons li { display:inline; margin-right:27px }
#footer-inner .social-icons li a { text-decoration:none }

#footer-inner .footer-menu { float:left; margin-top:26px }
#footer-inner .footer-menu li { display:inline; padding-right:20px }
#footer-inner .footer-menu li a { font:18px Arial, sans-serif; color:#94918b; text-shadow:0px 1px 0px #f7f6f3; text-decoration:none }
#footer-inner .footer-menu li a:hover { text-decoration:underline }

/* Stat
---------------------------------------------------- */
.stat-performance { margin: 0 auto 20px; max-width: 1600px; min-width: 960px; padding:15px 0px; background: #fff; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.stat-performance table { }
.stat-performance table td { width: 200px; vertical-align: top; }
.stat-performance h4 { font-weight: bold; }

/* Userfeed
---------------------------------------------------- */
.userfeed-get-more {display:block; width:90%; margin:0px auto; text-align:center; height:2.5em; padding-top:1em;}
.userfeed-get-more:hover { background: #f0f7fd;}
.userfeed_loading {background: #F7F7F7 url(/templates/skin/banana/images/loader.gif) no-repeat center;}

/* Stream
---------------------------------------------------- */
.stream-get-more {
	margin-top: 50px;
	border-radius: 5px;
	display: block; text-align: center; padding: 12px 0; color: #258fa7; text-decoration: none;
	background: #eefbfc;
	background: -moz-linear-gradient(top,  #eefbfc 0%, #d3edf8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eefbfc), color-stop(100%,#d3edf8));
	background: -webkit-linear-gradient(top,  #eefbfc 0%,#d3edf8 100%);
	background: -o-linear-gradient(top,  #eefbfc 0%,#d3edf8 100%);
	background: -ms-linear-gradient(top,  #eefbfc 0%,#d3edf8 100%);
	background: linear-gradient(top,  #eefbfc 0%,#d3edf8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eefbfc', endColorstr='#d3edf8',GradientType=0 );
}
.stream-get-more:hover { background: #eefbfc; color: #258fa7; }
.stream-get-more.loader { background-image: url(/templates/skin/banana/images/loader.gif); background-repeat: no-repeat; background-position: 50% 50%; }
.stream_loading { background: #f7f7f7 url(/templates/skin/banana/images/loader.gif) no-repeat center; }
.stream-comment-preview { position: relative; padding: 5px 10px 6px; background: #fefef1; color: #363636; margin-top: 13px; font-size: 11px; border-radius: 3px; box-shadow: 0 2px 4px #e8e8c0 inset; }
.stream-comment-preview:after 	{ display: block; content: ""; position: absolute; top: -12px; left: 15px; width: 0; height: 0; border-width: 6px; border-color: transparent transparent #e8e8c0 transparent; border-style: solid; }

.stream-list { margin: 0 0 20px; }
.stream-list li.stream-item { margin-bottom: 23px; min-height: 48px; _height: 48px; border-bottom: 1px solid #e7ebed; padding: 0 0 20px 60px; position: relative; }
.stream-list li.stream-item:last-child { border: none; }
.stream-list li.stream-item .info { color: #b9c2c2; font-size: 11px; line-height: 1em; margin-bottom: 8px; }
.stream-list li.stream-item .info a { color: #333 }
.stream-list li.stream-item .info .date { color: #818189; }
.stream-list li.stream-item .avatar { position: absolute; top: 0; left: 0; }
.stream-list li.stream-item .user-avatar { margin-left: 3px; }
.stream-list li.stream-header-date { font-size: 16px; color: #999; font-family: 'PT Sans', sans-serif; margin-top: 50px; margin-bottom: 20px; padding-bottom: 5px; border-bottom: 1px solid #eee; }

/* Userfields
---------------------------------------------------- */
.userfield-list { width: 450px; }
.userfield-list li { background: #eee; margin-bottom: 1px; padding: 10px 10px; overflow: hidden; zoom: 1; line-height: 12px; color: #777; }
.userfield-list li .userfield-actions { float: right; }
.userfield-list li .userfield_admin_name { font-weight: bold; color: #333; }

.userfield-add { text-decoration: none; border-bottom: 1px dashed #70AAE0; }
.userfield-add:hover { color: #333; border-color: #333; }

/* Talk
---------------------------------------------------- */
.talk-search { margin-bottom: 35px; }
.talk-search header { position: relative; min-height: 27px; }
.talk-search header .close { position: absolute; top: 3px; right: 0; font-size: 11px; cursor: pointer; }
.talk-search .talk-search-content { display: none; padding-top: 15px; border-top: 1px solid #fff; }
.talk-search .talk-search-content p { margin-bottom: 25px; }
.talk-search.opened header { border-bottom: 1px solid #e8eef5; padding-bottom: 15px; }
.talk-search.opened .talk-search-content { display: block; }

.talk-search.talk-friends header .close { left: 0; right: auto; }
.talk-search.talk-friends .friend-list { margin-bottom: 15px; font-weight: bold; }
.talk-search.talk-friends .friend-list li { margin-bottom: 5px; }

.talk-blacklist-form { margin-bottom: 15px; }



/* Misc
---------------------------------------------------- */
.avatar-edit { margin-bottom: 15px; }
.avatar-edit img { vertical-align: bottom; }
.avatar-edit label { margin-top: 10px; }

.drafts { float: right; font-size: 11px; color: #275ec2; }

.content-error h2.page-header { font-weight: bold; font-family:'PT Sans', Arial, sans-serif; font-size: 30px; margin-bottom: 35px; }
.content-error a { color: #727a90; }
.content-error a:hover { color: #f00; }

.help { 
	display: none;
	position: relative; 
	padding: 10px 7px 13px;
	background: #fefef1; 
	color: #363636; 
	margin-top: 13px; 
	font-size: 11px; 
	border-radius: 3px; 
	-webkit-box-shadow: 0 0 5px #e8e8c0 inset; box-shadow: 0 0 5px #e8e8c0 inset;
}
.help:before 	{ display: block; content: ""; position: absolute; top: -12px; left: 15px; width: 0; height: 0; border-width: 6px; border-color: transparent transparent #F2F2DD transparent; border-style: solid; }
.help .help-col { float: left; width: 230px; padding: 0 10px; }
.help .help-col.help-wide { float: none; width: 96%; }
.help .help-item { margin-bottom: 20px; }
.help .help-item:last-child { margin-bottom: 0; }
.help .help-item h4 { font-family: Verdana, sans-serif; font-size: 11px; color: #727a90; font-weight: bold; }
.help .help-item h4 a { color: #727a90; border-bottom: 1px dotted #727a90; }
.link-dotted.help-link { font-size: 11px; color: #000; border-color: #000; }
/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http: //markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp a: link,
.markItUp a: visited { color: #000; text-decoration: none; }
.markItUp  { margin-bottom: 5px; }
.markItUpContainer { font: 11px Verdana, Arial, Helvetica, sans-serif; }
.markItUpEditor {
	font: 12px "Courier New", Courier, monospace;
	padding: 5px;
	height: 400px;
	line-height: 18px;
	overflow: auto;
	width: 100%;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border: 1px solid #dfe3e8;
}
.markItUpPreviewFrame	{
	overflow: auto;
	background-color: #FFF;
	border: 1px solid #eee;
	padding: 10px;
	height: 300px;
	margin: 5px 0;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}
.markItUpFooter { width: 100%; }
.markItUpResizeHandle {
	overflow: hidden;
	height: 8px;
	background: url(/engine/lib/external/jquery/markitup/skins/synio/images/handle.png) 50% 3px no-repeat;
	cursor: n-resize;
}


/***************************************************************************************/
/* first row of buttons */
.markItUpHeader { 
	background: #fbfcfc;
	background: -moz-linear-gradient(top,  #fbfcfc 0%, #f0f2f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfcfc), color-stop(100%,#f0f2f5));
	background: -webkit-linear-gradient(top,  #fbfcfc 0%,#f0f2f5 100%);
	background: -o-linear-gradient(top,  #fbfcfc 0%,#f0f2f5 100%);
	background: -ms-linear-gradient(top,  #fbfcfc 0%,#f0f2f5 100%);
	background: linear-gradient(top,  #fbfcfc 0%,#f0f2f5 100%);
	
	border-radius: 3px 3px 0 0;
	padding: 7px 10px 5px; 
	border-top: 1px solid #dfe3e8; 
	border-left: 1px solid #dfe3e8; 
	border-right: 1px solid #dfe3e8; 
}
.markItUpHeader ul	{
	overflow: visible;
	zoom: 1;
	display: inline-block;
	*display: inline; /* ie <= 7 */
}
.markItUpHeader ul li	{ list-style: none; float: left; position: relative; margin-right: 10px; }
.markItUpHeader ul li: hover > ul{ display: block; }
.markItUpHeader ul .markItUpDropMenu {
	background: transparent url(/engine/lib/external/jquery/markitup/skins/synio/images/menu.png) no-repeat 115% 50%;
	margin-right: 5px;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right: 0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display: none;
	position: absolute;
	top: 16px; left: 0px;	
	background: #eee;
	border: 1px solid #000;
}
.markItUpHeader ul ul li {
	float: none;
	border-bottom: 1px solid #000;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background: #eee url(/engine/lib/external/jquery/markitup/skins/synio/images/submenu.png) no-repeat 100% 50%;
}
.markItUpHeader ul .markItUpSeparator {
	margin: 0 10px 0 0;
	width: 0;
	height: 16px;
	overflow: hidden;
	border-left: 1px solid #dfe3e8;
	border-right: 1px solid #fff;
}
.markItUpHeader ul ul .markItUpSeparator {
	width: auto; height: 1px;
	margin: 0px;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position: absolute;
	top: -1px; left: 150px; 
}
.markItUpHeader ul ul ul li {
	float: none;
}
.markItUpHeader ul a {
	display: block;
	width: 16px; height: 16px;
	text-indent: -10000px;
	background-repeat: no-repeat;
	margin: 0px;
}
.markItUpHeader ul ul a {
	display: block;
	padding-left: 0px;
	text-indent: 0;
	width: 120px; 
	padding: 5px 5px 5px 25px;
	background-position: 2px 50%;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.markItUpHeader ul ul a:hover  {
	background-color: #fff;
}





.markItUpPreviewFrame { }
.markItUpPreviewFrame p { margin-bottom: 18px; }
.markItUpPreviewFrame blockquote { background: #fafafa; padding: 10px 15px; color: #555; margin-bottom: 5px; clear: both; }
.markItUpPreviewFrame pre { background: #fafafa; border: 1px solid #dce6f0; margin-bottom: 10px; overflow: auto; padding: 5px 10px; }
.markItUpPreviewFrame ul { list-style-type: disc; margin-left: 17px; }
.markItUpPreviewFrame ol { list-style-type: decimal; margin-left: 22px; }
.markItUpPreviewFrame img[align="right"] { margin: 4px 0 5px 15px; }
.markItUpPreviewFrame img[align="left"] { margin: 4px 15px 10px 0; }
/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp a { background: url(/engine/lib/external/jquery/markitup/sets/synio/images/icons.png) no-repeat; }
.markItUp .editor-h4 a 			{ background-position: -11px -9px; }
.markItUp .editor-h5 a 			{ background-position: -39px -9px; }
.markItUp .editor-h6 a 			{ background-position: -65px -9px; }
.markItUp .editor-bold a 		{ background-position: -107px -9px; }
.markItUp .editor-italic a 		{ background-position: -134px -9px; }
.markItUp .editor-stroke a 		{ background-position: -188px -9px; }
.markItUp .editor-underline a 	{ background-position: -161px -9px; }
.markItUp .editor-quote a 		{ background-position: -326px -9px; }
.markItUp .editor-code a 		{ background-position: -353px -9px; }
.markItUp .editor-ul a 			{ background-position: -257px -9px; }
.markItUp .editor-ol a 			{ background-position: -230px -9px; }
.markItUp .editor-li a 			{ background-position: -550px -9px; }

.markItUp .editor-picture a 	{ background-position: -423px -9px; }
.markItUp .editor-image a 		{ background-position: -423px -9px; }
.markItUp .editor-link a 		{ background-position: -299px -9px; }

.markItUp .editor-clean a 		{ background-position: -519px -9px; }
.markItUp .editor-preview a 	{ background-position: -11px -9px; }
.markItUp .editor-cut a 		{ background-position: -491px -9px; }
.markItUp .editor-video a 		{ background-position: -450px -9px; }
.markItUp .editor-user a 		{ background-position: -380px -9px; }/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0px;
	position: absolute;
	background: white url(/engine/lib/external/jquery/jcrop/Jcrop.gif) top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-vline.right { right: 0px; }
.jcrop-hline.bottom { bottom: 0px; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun{color:#660}.pln{color:#000}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec{color:#606}pre.prettyprint{padding:2px;border:1px solid #888}@media print{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun{color:#440}.pln{color:#000}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}/* --------------------------------------------
	СЕТКА
-------------------------------------------- */
#container 	{ min-width:970px; max-width:1600px; margin:0 auto; padding:0px 7px 0 20px; position:relative; min-height:100% }
#header 	{ clear:both; overflow:hidden; height:70px; position:relative }
#nav        { clear:both; overflow:hidden; height:90px; position:relative; padding-right:10px }
#wrapper 	{ overflow: hidden; zoom: 1; margin:40px 0px 30px 0px; position:relative }
#content 	{ float:left; width:68% }
#sidebar	{ float:right; width:28% }
#footer 	{ overflow: hidden; zoom: 1; clear:both; background:#e6e4d9 url(/templates/skin/banana/images/yellow/bg-footer.png) repeat-x; position:relative; margin-top:-70px; border-top:1px solid #dfded4; height:70px; }

.hfooter    { clear:both; height:70px }

#wrapper .inside { margin-top:20px }

#wrapper.no-sidebar				{ background-image: none; }
#wrapper.no-sidebar #content 	{ width: 100%; margin-right: 0; }

#container.toolbar-margin #wrapper 	{ margin-right:40px }

#content.content-right 		{ margin-right: 0; float: none; margin-left: 311px; width: auto; }/* -------------------------------------------------------------------
	ОБЩИЕ СТИЛИ
------------------------------------------------------------------- */

/* Голосование
---------------------------------------------------- */
.vote { overflow: hidden; zoom: 1; }

.vote .vote-count { float: left; padding: 0 7px; color: #aaa; }
.vote .vote-count a { text-decoration: none; color: #999; outline: none; }

.vote.vote-count-positive .vote-count { color: #390; }
.vote.vote-count-negative .vote-count { color: #f00; }

.vote .vote-up,
.vote .vote-down 			{ width: 9px; height: 11px; float: left; display: block; background: url(/templates/skin/banana/images/voting.png) no-repeat; position: relative; top: 4px; outline: none; }
.vote .vote-up 			{ background-position: 0 0; }
.vote .vote-down 			{ background-position: -18px 0; }
.vote .vote-up:hover 	{ background-position: -9px 0; }
.vote .vote-down:hover 	{ background-position: -27px 0; }

.vote.voted.voted-up 	.vote-up 			{ background-position: -9px 0; }
.vote.voted.voted-down .vote-down 			{ background-position: -27px 0; }
.vote.voted.voted-up 	.vote-down:hover 	{ background-position: -18px 0; }
.vote.voted.voted-down .vote-up:hover 	{ background-position: 0 0; }

.vote.guest .vote-up:hover 	{ background-position: 0 0; }
.vote.guest .vote-down:hover 	{ background-position: -18px 0; }

/* Избранное
---------------------------------------------------- */
.favourite { display: inline-block; cursor:pointer; width: 12px; height: 12px; vertical-align: text-top; background: url(/templates/skin/banana/images/yellow/comment-favourite.png) 0px 0px no-repeat }
.favourite:hover { width:12px; background-position: 0px -12px }
.favourite.active { width:12px; background-position: 0px -12px }
.favourite-count    { margin-left: 0; }


.follow 			{ display: inline-block; width: 17px; height: 17px; vertical-align: text-top; background: url(/templates/skin/banana/images/icons-synio.png) 0 -76px no-repeat; cursor: pointer; }
.follow.active 		{ background-position: -17px -76px; }

/* Pagination */
.pagination { font-family:Tahoma, sans-serif; }
.pagination p { font-size: 16px; color: #cecdc5; margin-bottom: 20px; }
.pagination p a { color:#a3a197; text-decoration:none }
.pagination p a:hover { text-decoration:underline }
.pagination ul { overflow: hidden; font-family: Verdana, Sans-Serif; }
.pagination ul li { font-family:Arial, sans-serif; float:left; line-height:28px; margin-right:16px; color:#a3a197; font-size:18px }
.pagination ul li a { color:#a3a197; text-decoration:none }
.pagination ul li a:hover { text-decoration:underline }
.pagination ul li.active { color:#3d352a; padding:0px 10px; border-radius:4px; background:#ffde64 url(/templates/skin/banana/images/yellow/bg-paging.png) repeat-x; height:28px; line-height:28px }

/* Actions */
.actions { overflow: hidden; zoom: 1; font-size: 11px; }
.actions a { overflow: hidden; zoom: 1; margin-right: 10px; text-decoration: none; }
.actions li { float: left;}
.actions .edit { padding-left: 16px; background: url(/templates/skin/banana/images/edit.gif) no-repeat 0 1px; }
.actions .delete { padding-left: 15px; background: url(/templates/skin/banana/images/delete.gif) no-repeat 0 1px; color: #f00; }
.actions .rss { display: block; width: 10px; height: 10px; background: url(/templates/cache/banana/e547533fc069f2033c1f932f8e16e22c.css) no-repeat -70px -250px; margin-right: 4px; margin-top: 4px; }
.actions .join { margin-top: 4px; }
.actions a:hover { text-decoration: underline; }

/* Switcher */
.nav-pills { overflow: hidden; zoom: 1; margin-bottom: 10px;}
.nav-pills li { float: left; margin-right:10px; color:#645b52; font:13px Tahoma, Sans-Serif; height:28px; cursor:pointer }
.nav-pills li a { border-bottom:1px dotted; line-height:21px; color:#645b52; border:0px; text-decoration:none }
.nav-pills li a:hover { color:#999 }
.nav-pills li.active { background:url(/templates/skin/banana/images/yellow/bg-switcher.png) no-repeat center; border-bottom:0px }
.nav-pills li.active a { background:#ffe06f url(/templates/skin/banana/images/yellow/bg-switcher2.png) repeat-x; color:#645b52; display:block; border:0px; height:21px; line-height:21px; padding:0px 5px; border-radius:4px }

/* Toolbar 
---------------------------------------------------- */
.toolbar 					{ position: fixed; top:187px !important; z-index: 20; display: none;  }
.toolbar section 			{ width: 25px; padding: 8px; overflow: hidden; line-height: 14px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.03); margin-bottom: 10px; border-radius: 10px; }
.toolbar section i			{ display: block; width: 25px; height: 25px; }

/* Admin button */
.toolbar .toolbar-admin i 			{ background: url(/templates/skin/banana/images/icons-synio.png) -268px -23px no-repeat; }
.toolbar .toolbar-admin i:hover 	{ background-position: -268px -48px; }
.toolbar .toolbar-admin i:active 	{ background-position: -268px -73px; }

/* Update comments button */
.toolbar .toolbar-update {  }
.toolbar .toolbar-update .update-comments 			{  }
.toolbar .toolbar-update .update-comments i 		{ background: url(/templates/skin/banana/images/update.gif) no-repeat; }
.toolbar .toolbar-update .update-comments.active i 	{ background: url(/templates/cache/banana/e547533fc069f2033c1f932f8e16e22c.css) no-repeat;; }
.toolbar .toolbar-update .new-comments 				{ display: block; padding: 5px 0 3px; font-size: 11px; color: #51983c; text-align: center; text-decoration: none; width: 25px; }

/* Topic navigation */
.toolbar .toolbar-topic 								{ width: 19px; padding: 11px; }
.toolbar .toolbar-topic a.toolbar-topic-prev i 			{ display: block; width: 19px; height: 32px; background: url(/templates/skin/banana/images/icons-synio.png) -211px -23px no-repeat; }
.toolbar .toolbar-topic a.toolbar-topic-prev i:hover 	{ background-position: -230px -23px; }
.toolbar .toolbar-topic a.toolbar-topic-prev i:active 	{ background-position: -249px -23px; }
.toolbar .toolbar-topic a.toolbar-topic-next i			{ display: block; width: 19px; height: 32px; background: url(/templates/skin/banana/images/icons-synio.png) -211px -55px no-repeat; }
.toolbar .toolbar-topic a.toolbar-topic-next i:hover 	{ background-position: -230px -55px; }
.toolbar .toolbar-topic a.toolbar-topic-next i:active 	{ background-position: -249px -55px; }

/* Scroll up */
.toolbar .toolbar-scrollup 			{ display: none; }
.toolbar .toolbar-scrollup i 		{ background: url(/templates/skin/banana/images/icons-synio.png) -294px -23px no-repeat; }
.toolbar .toolbar-scrollup i:hover 	{ background-position: -294px -48px; }
.toolbar .toolbar-scrollup i:active { background-position: -294px -73px; }

/* Список пользователей 
---------------------------------------------------- */
.user-list-avatar 			{ overflow: hidden; zoom: 1; }
.user-list-avatar li 		{ width: 48px; overflow: hidden; float: left; margin-right: 12px; margin-bottom: 12px; text-align: center; font-size: 11px; }
.user-list-avatar li img	{ margin-bottom: 2px; display: block; }

.user-list-mini li 			{ padding: 0 25px 4px 5px; margin-bottom: 0; position: relative; }
.user-list-mini li img 		{ width: 17px; height: 17px; position: relative; top: 4px; margin-right: 2px; }
.user-list-mini li input 	{ position: relative; top: 2px; }
.user-list-mini li i 		{ position: absolute; top: 4px; right: 5px; cursor: pointer; display: none; }
.user-list-mini li:hover	{ background: #fcfce9; }
.user-list-mini li:hover i	{ display: block; }

/* Поиск 
---------------------------------------------------- */
.search                         { margin-bottom: 20px; position: relative; }
.search .input-text             { padding-right: 25px; }
.search .input-submit 			{ border: none; width: 16px; height: 16px; position: absolute; top: 6px; right: 5px; opacity: .7; filter: alpha(opacity=70); }
.search .input-submit:hover 	{ opacity: 1; filter: alpha(opacity=100); }

.search-item 				{ margin-bottom: 35px }
.search-item .input-text 	{ width: 100%; padding-right: 5px; }
.search-item .submit	 	{ width: 16px; height: 16px; background: url(/templates/skin/banana/images/icons-synio.png) -115px -55px no-repeat; }

.search-item.search-item-abc ul 					{ overflow: hidden; zoom: 1; margin-top: 10px; }
.search-item.search-item-abc ul li 					{ float: left; }
.search-item.search-item-abc ul li a 				{ float: left; color: #727a90; text-decoration: none; padding: 1px 5px; border-radius: 3px; }
.search-item.search-item-abc ul li a span 			{ border-bottom: 1px dotted #727a90; }
.search-item.search-item-abc ul li a:hover 			{ background: #504B47; color: #fff; }
.search-item.search-item-abc ul li a:hover span 	{ border: none; }
.search-item.search-item-abc ul li.active a 		{ color: #333; }
.search-item.search-item-abc ul li.active a:hover 	{ color: #333; background: none; }
.search-item.search-item-abc ul li.active a span 	{ border: none; }

.search-tags 							{ margin-bottom: 15px; }

.search-form-wrapper						{ margin-bottom: 15px; }
.search-input-wrapper						{ position: relative; }
.search-input-wrapper .input-submit         { position: absolute; top: 5px; right: 5px; width: 22px; height: 22px; border: none; background: url(/templates/skin/banana/images/icons-synio.png) -319px -24px no-repeat; cursor: pointer; }
.search-input-wrapper .input-submit:hover 	{ background-position: -341px -24px; }
.search-input-wrapper .input-submit:active 	{ background-position: -363px -24px; }
.search-input-wrapper .input-text 			{ padding-right: 25px; }

/* Облако тегов
---------------------------------------------------- */
.tag-cloud                  { text-align: center; width: 100%; }
.tag-cloud li 				{ display: inline; margin-right: 5px; line-height: 26px; }
.tag-cloud li a 			{ text-decoration: none; white-space: nowrap; color: #444; padding:1px 4px 2px 4px }
.tag-cloud li a:hover 		{ background:#e4e4e4; border-radius:4px; color:#444 }
.tag-cloud li .tag-size-1 	{ font-size: 12px; }
.tag-cloud li .tag-size-2 	{ font-size: 12px; }
.tag-cloud li .tag-size-3 	{ font-size: 14px; }
.tag-cloud li .tag-size-4 	{ font-size: 14px; }
.tag-cloud li .tag-size-5 	{ font-size: 18px; }
.tag-cloud li .tag-size-6 	{ font-size: 18px; }
.tag-cloud li .tag-size-7 	{ font-size: 20px; }
.tag-cloud li .tag-size-8 	{ font-size: 20px; }
.tag-cloud li .tag-size-9 	{ font-size: 22px; }
.tag-cloud li .tag-size-10 	{ font-size: 22px; }

/* Item List 
---------------------------------------------------- */
.item-list 					{ border-top: 1px solid #eee; }
.item-list li 				{ min-height: 51px; padding: 7px 0 10px 58px; border-bottom: 1px solid #eee; position: relative; zoom: 1; }
.item-list li p 			{ padding-top: 2px; font-size: 11px; }
.item-list li a 			{ text-decoration: none; }
.item-list li .avatar 		{ position: absolute; top: 10px; left: 0; margin-right: 10px; }
.item-list li .author 		{ font-weight: bold; color: #333; }
.item-list li .blog-name 	{ font-weight: bold; }

/* Хелперы
---------------------------------------------------- */
.mt-10 { margin-bottom: 10px !important; }
.mt-20 { margin-bottom: 20px !important; }

.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }

.ta-c { text-align: center !important; }
.ta-r { text-align: right !important; }
.va-m { vertical-align: middle; }
.fl-r { float: right !important; }
.fl-l { float: left !important; }

.clearfix:before,
.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix 		{ zoom: 1; }

.wrapper 			{ overflow: hidden; zoom: 1; }
.wrapper-content h3 { font-size: 15px; margin-bottom: 10px; font-family: Verdana, sans-serif; }

.word-wrap {
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap; 
	white-space: pre-wrap;
	word-wrap: break-word; 
	word-break: break-all;
	white-space: normal;
}

/* Разное
---------------------------------------------------- */
.system-message-error 	{ background: #f0c8c8; color: #b22626; padding: 10px 15px; margin-bottom: 15px; }
.system-message-notice 	{ background: #dafad8; color: #4bb23b; padding: 10px 15px; margin-bottom: 15px; }

.notice-empty 			{ color: #aaa; }

.loader { background: #fafafa url(/templates/skin/banana/images/loader.gif) 50% 50% no-repeat; }

.user, .ls-user 	{ font-weight: bold; color: #333; }
.user:before, .ls-user:before   { content: ''; display: inline-block; width: 14px; height: 14px; margin-right: 3px; background: url(/templates/skin/banana/images/icons.png) -168px 0 no-repeat; vertical-align: middle; }
.user .icon-user 	{ margin-right: 3px; }
.username.inactive,
.user.inactive           { color: #aaa !important; }

.user-avatar img { width: 16px; height: 16px; vertical-align: middle; margin-right: 1px; }
.user-avatar a { color: #000; font-size: 11px; }
.user-avatar.user-avatar-n a { color: #3F8AD7; font-size: 12px; }

.counter.exceeded { color: #f00; }

.page-header-menu { overflow: hidden; zoom: 1; margin-bottom: 10px; }
.page-header-menu .page-header { float: left; margin-right: 20px; margin-bottom: 10px; }
.page-header-menu .nav.nav-pills { margin-top: 5px; float: left; }/* -------------------------------------------------------------------
	ФОРМАТИРОВАННЫЙ ТЕКСТ
------------------------------------------------------------------- */

.text { font-size: 13px; line-height: 1.6em; overflow: hidden; zoom: 1; }

.text a  { text-decoration: underline; }

.text h4 { font-size: 24px; margin-bottom: 7px; font-weight: bold; }
.text h5 { font-size: 20px; margin-bottom: 7px; font-weight: bold; }
.text h6 { font-size: 18px; margin-bottom: 7px; font-weight: bold; }

.text p { margin-bottom: 1em; }
.text abbr[title] { border-bottom: 1px dotted; }
.text b, .text strong { font-weight: bold; }
.text blockquote { margin: 0; background: #fbfbfc; color: #555; padding: 10px 15px; clear: both; border-left: 5px solid #EDEDF2; }
.text dfn { font-style: italic; }
.text hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
.text ins { background: #ff9; color: #000; text-decoration: none; }
.text mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

.text pre { margin: 0; padding: 10px 15px; border: none; background: #fafafa; font-size: 12px; line-height: 18px; overflow: auto; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; clear: both; }
.text q { quotes: none; clear: both; }
.text q:before, q:after { content: ""; content: none; }
.text small { font-size: 85%; }

.text sub, .text sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
.text sup { top: -0.5em; }
.text sub { bottom: -0.25em; }

.text ul, .text ol { margin: 0; padding: 0 0 0 40px; }
.text ul { list-style-type: disc; }
.text ol { list-style-type: decimal; }
.text dd { margin: 0 0 0 40px; }

.text img[align="right"] { margin: 4px 0 5px 15px; }
.text img[align="left"] { margin: 4px 15px 10px 0; }
.text img.image-center { display: block; margin: 0 auto; }

.text object,
.text img { max-width: 100%; vertical-align: top; }

.text .ls-user { color: #3F8AD7; }
.text .ls-user:visited { color: #333; }
.text .ls-user:hover { color: #555; }/* -------------------------------------------------------------------
	ФОРМЫ
------------------------------------------------------------------- */

/* Text */
.input-text {
	width: 150px;
	padding: 8px 5px;
	border: 1px solid #EBE9E0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input-checkbox 	{ position: relative; top: 1px; margin: 0 2px 0 1px; }

.input-width-full 	{ width: 100%; }
.input-width-50 	{ width: 50px; }
.input-width-100 	{ width: 100px; }
.input-width-150 	{ width: 150px; }
.input-width-200 	{ width: 200px; }
.input-width-250 	{ width: 250px; }
.input-width-300 	{ width: 300px; }
.input-width-400 	{ width: 400px; }
.input-width-500 	{ width: 500px; }

textarea { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

select 		{ padding: 8px 5px; border: 1px solid #EBE9E0 }

fieldset { margin-bottom: 30px; padding-top: 20px; border-top: 1px solid #eaeaea; }
fieldset legend { color: #000; font-size: 18px; padding-right: 10px; }

form p { margin-bottom: 20px; }
form label { display: block; margin-bottom: 3px; }
form .icon-question-sign { cursor: help; }

.note { display: block; margin-top: 3px; font-size: 11px; line-height: 16px; color: #aaa; }
.note.note-header { margin-bottom: 20px; }

.captcha-image { vertical-align: top; }

.counter-wrapper { margin-bottom: 15px; position: relative; }
.counter-wrapper .counter { color: #777; position: absolute; top: 0; right: 0; }
.counter-wrapper label { margin-right: 50px; }

.poll-create 					{ padding: 15px 20px; margin-bottom: 20px; background: #F1F7FD; }

.question-list 					{ margin-bottom: 15px; }
.question-list li 				{ margin-bottom: 5px; }
.question-list li .input-text	{ margin-right: 5px; }

dl.form-item { overflow: hidden; zoom: 1; margin-bottom: 20px; }
dl.form-item dt { float: left; width: 125px; padding-top: 4px; padding-right: 15px; overflow: hidden; }
dl.form-item dd { float: left; width: 250px; }

.form-profile { position: relative; }
.form-profile .avatar-change { position: absolute; top: 20px; right: 20px; font-size: 11px; }
.form-profile .avatar-change .avatar { width: 80px; border-radius: 5px; margin-bottom: 10px; background: #fff; padding: 5px; box-shadow: 0 0 5px rgba(0,0,0,.2); }
.form-profile .avatar-change img { width: 80px; vertical-align: top; }
.form-profile .avatar-change a { color: #727a90; border-color: #727a90; }

/* Placeholder */
input:-moz-placeholder { color: #aaa; }
.placeholder { color: #aaa; }


.mceEditor { display: block; margin-bottom: 20px; }


/* Registration form
---------------------------------------------------- */
.registration-form .form-item:last-child 							{ margin-bottom: 0; }
.registration-form dl.form-item dd									{ position: relative; width: 355px; }
.registration-form dl.form-item dd .form-item-help 					{ width: 100px; height: 20px; position: absolute; top: 1px; right: 0; }
.registration-form dl.form-item dd .form-item-help.active 			{ background: url(/templates/skin/banana/images/dots.png) 0 12px repeat-x; }
.registration-form dl.form-item dd .form-item-help i 				{ background-color: #f8fbfe; }
.registration-form dl.form-item dd .form-item-help i.icon-ok-green 	{ position: absolute; top: 3px; right: 0; }


/* Валидатор 
---------------------------------------------------------------*/
.validate-error-hide { display: none; }
.validate-error-show { 	
	display: block;
	line-height: 16px;
	position: relative; 
	padding: 10px 15px 12px 38px;
	background: #fefef1 url(/templates/skin/banana/images/error.png) 15px 12px no-repeat;
	color: #363636; 
	margin-top: 13px; 
	font-size: 12px; 
	border-radius: 3px; 
	-webkit-box-shadow: 0 1px 5px #e8e8c0 inset; box-shadow: 0 1px 5px #e8e8c0 inset;
}
.validate-error-show:before 	{ display: block; content: ""; position: absolute; top: -12px; left: 15px; width: 0; height: 0; border-width: 6px; border-color: transparent transparent #F2F2DD transparent; border-style: solid; }

/* -------------------------------------------------------------------
	
	КНОПКИ
	
	
	Примеры использования:
	
	<button class="button">Preview</button>
	<a href="#" class="button">Preview</a>
	
	<button class="button button-primary">Save</button>

------------------------------------------------------------------- */

.button { border:0px; background:#e7e6db url(/templates/skin/banana/images/yellow/bg-btn1.png) repeat-x; height:27px; line-height:27px; padding:0px 20px; color:#3d352a; font-weight:bold; text-shadow:0px 1px 0px #fff; cursor:pointer; font-size:12px; margin-right:8px; }
.button-primary { cursor:pointer; background:#ffdd5e url(/templates/skin/banana/images/yellow/bg-btn2.png) repeat-x; }

.button:hover { color:#817058; }
.button:active { position:relative; top:1px }
/* --------------------------------------------
	НАВИГАЦИЯ
-------------------------------------------- */
#nav .nav-left { float:left }
#nav .nav-right { float:right }

/* Search */
#nav .search { float:right; margin:15px 3px 10px 0px; overflow:hidden; }
#nav .search .text { width:215px; float:right; margin:0px; border:0px; background:#afa69c; height:21px; line-height:21px; color:#4e4843; padding:0px 10px 0px 12px }
#nav .search .search-submit { width: 21px; height: 21px; margin:0px; border: none; background: url(/templates/skin/banana/images/yellow/search-btn.png) no-repeat; cursor: pointer; float:right }

/* Button-publish */
#nav .button-publish { float: left; margin:12px 8px 0px 0px; text-decoration: none; background: url(/templates/skin/banana/images/bg-add-yellow.png) repeat-x; font-weight:bold; color: #36302b; text-shadow:0px 1px 0px #f8f8f8; padding:0px 20px 0px 10px; font-size:11px; height:34px; line-height:34px }
#nav .button-publish span { background:url(/templates/skin/banana/images/add-strelka.png) no-repeat 0px 4px; padding-left:24px }

#signin_menu { display:none; background:#e6e5dc; z-index:3; position:absolute; top: 117px; left: 20px; margin-right: 0px; *margin-right: -1px }
#signin_menu li { font-size:11px; clear:both }
#signin_menu li a { display:block; width:100px; text-decoration:none; height:21px; line-height:21px; color:#36302b; text-shadow:0px 1px 0px #f8f7f0; padding-left:15px }
#signin_menu li a:hover { background:#d3d1c7 }

/* Menu */
#nav .menu { float: left; display:block; font-size: 12px; padding: 15px 0 10px 42px; margin-top:1px; position:relative; z-index:10; background:#7f756b }
#nav .menu li { float: left; color: #fafafa; height:20px; line-height:20px; padding:0px 5px; margin-right:20px }
#nav .menu li:last-child { margin-right:0px }
#nav .menu li a { text-decoration: none; color: #fafafa; }
#nav .menu li a:hover { color:#bbb }
#nav .menu li a.new { color: #5b513b }
#nav .menu li.active { color:#524a43; background:#ffdd61 url(/templates/skin/banana/images/yellow/bg-menu.png) repeat-x; border-radius:3px }
#nav .menu li.active a { color: #524a43; }

/* Sub-menu */
#nav .sub-menu { clear:both; float:left; display:block; position:relative; font-size: 11px; height:35px; background:#ffdc5a url(/templates/skin/banana/images/yellow/bg-submenu-center.png) repeat-x; padding:0px 40px; }
#nav .sub-menu:before,
#nav .sub-menu:after {
        content:"";
        position:absolute;
        z-index:-2;
        bottom:15px;
        left:10px;
        width:44%;
        height:20%;
    -webkit-box-shadow:0 15px 5px rgba(0, 0, 0, 0.5);
       -moz-box-shadow:0 15px 5px rgba(0, 0, 0, 0.5);
            box-shadow:0 15px 5px rgba(0, 0, 0, 0.5);
    -webkit-transform:rotate(-2deg);
       -moz-transform:rotate(-2deg);
        -ms-transform:rotate(-2deg);
         -o-transform:rotate(-2deg);
            transform:rotate(-2deg);
}

#nav .sub-menu:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(2deg);
       -moz-transform:rotate(2deg);
        -ms-transform:rotate(2deg);
         -o-transform:rotate(2deg);
            transform:rotate(2deg);
}


#nav .shadow-l,
#nav .shadow-r { display:none }

#nav .sub-menu li { float:left; padding:0px 8px; color:#7e746a; position:relative; z-index:1; margin-right:34px; height:20px; line-height:20px; margin-top:8px; }
#nav .sub-menu li:last-child { margin-right:0px }
#nav .sub-menu li a { color: #36302b; text-decoration: none }
#nav .sub-menu li a:hover { color: #666 }
#nav .sub-menu li.active { background:#fff; border-radius:3px }
#nav .sub-menu li.active a { color:#000 }


/* Profile */
#nav .userbar { float:right; margin-right:3px; position:relative; clear:both; background:#e6e5da url(/templates/skin/banana/images/yellow/bg-profile-reg.png) repeat-x; height:35px; line-height:35px; }
#nav .userbar:before,
#nav .userbar:after {
        content:"";
        position:absolute;
        z-index:-2;
        bottom:15px;
        left:10px;
        width:50%;
        height:20%;
    -webkit-box-shadow:0 15px 5px rgba(0, 0, 0, 0.4);
       -moz-box-shadow:0 15px 5px rgba(0, 0, 0, 0.4);
            box-shadow:0 15px 5px rgba(0, 0, 0, 0.4);
    -webkit-transform:rotate(-2deg);
       -moz-transform:rotate(-2deg);
        -ms-transform:rotate(-2deg);
         -o-transform:rotate(-2deg);
            transform:rotate(-2deg);
}

#nav .userbar:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(2deg);
       -moz-transform:rotate(2deg);
        -ms-transform:rotate(2deg);
         -o-transform:rotate(2deg);
            transform:rotate(2deg);
}

#nav .userbar .guest li { float:left; text-align:center; height:35px }
#nav .userbar .guest li a { text-decoration:none;color:#36302b; font-weight:bold }
#nav .userbar .guest li.voiti a { text-shadow:0px 1px 0px #ffefb1 }
#nav .userbar .guest li.voiti { width:88px; background:#ffdd5f url(/templates/skin/banana/images/yellow/bg-submenu-center.png) repeat-x }
#nav .userbar .guest li.registr { width:170px }

#nav .userbar .authoriz { padding-left:6px }
#nav .userbar .authoriz li { float:left; color:#28221e; text-shadow:0px 1px 0px #fff; font-weight:bold; }
#nav .userbar .authoriz li a { color:#28221e; text-decoration:none }
#nav .userbar .authoriz li:hover { background:url(/templates/skin/banana/images/yellow/bg-profile-hover.png) repeat-x }

#nav .userbar .authoriz li.avatar-user img { margin-top:4px; width:28px; height:28px }
#nav .userbar .authoriz li.avatar-user:hover { background:none }

#nav .userbar .authoriz li.login-user { margin:0px 10px 0px 4px }
#nav .userbar .authoriz li.login-user a { padding:0px 10px 0px 10px }

#nav .userbar .authoriz li.rating { padding-left:20px; margin-right:8px; background:url(/templates/skin/banana/images/rating-icon.png) no-repeat 0px 12px !important }

#nav .userbar .authoriz li.mail { padding:0px 10px }
#nav .userbar .authoriz li.mail a { display:block; width:13px; height:10px; padding-bottom:12px; margin-top:13px; background:url(/templates/skin/banana/images/yellow/message-icon.png) no-repeat }
#nav .userbar .authoriz li.new-mail { padding:0px 10px; background:#ffde62 url(/templates/skin/banana/images/yellow/bg-submenu-center.png) repeat-x }
#nav .userbar .authoriz li.new-mail a { float:left }
#nav .userbar .authoriz li.new-mail .mail-icon { margin-left:3px; display:block; width:13px; height:10px; padding-bottom:11px; margin-top:14px; background:url(/templates/skin/banana/images/yellow/message-icon.png) no-repeat }

#nav .userbar .authoriz li.settings { padding:0px 10px }
#nav .userbar .authoriz li.settings a { display:block; width:16px; height:17px; padding-bottom:9px; margin-top:9px; background:url(/templates/skin/banana/images/settings-icon.png) no-repeat }

#nav .userbar .authoriz li.quit { padding:0px 10px }
#nav .userbar .authoriz li.quit a { display:block; width:14px; height:15px; padding-bottom:10px; margin-top:10px; background:url(/templates/skin/banana/images/quit-icon.png) no-repeat }

/* Shadow */
#nav .shadow-l { display:block; position:absolute; top:0px; left:0px; background:url(/templates/skin/banana/images/sh-l.png) no-repeat; width:148px; height:8px }
#nav .shadow-r { display:block; position:absolute; top:0px; right:-4px; background:url(/templates/skin/banana/images/sh-r.png) no-repeat; width:148px; height:8px }/* -------------------------------------------------------------------

	ИКОНКИ 
	
	Иконки Glyphicons
	http://glyphicons.com/

	
	Пример использования:
	
	<a href="#"><i class="icon icon-remove"></i> Remove</a>

------------------------------------------------------------------- */

[class^="icon-"],
[class*=" icon-"]  { 
	display: inline-block;
	vertical-align: text-top;
	width: 14px;
	height: 14px;
	line-height: 14px;
	background: url(/templates/skin/banana/images/icons.png) no-repeat;
}
[class^="icon-synio-"],
[class*=" icon-synio-"]  { 
	background: url(/templates/skin/banana/images/icons-synio.png) no-repeat;
}

.icon-white { background-image: url(/templates/skin/banana/images/icons-white.png); }

.icon-glass              { background-position: 0      0; }
.icon-music              { background-position: -24px  0; }
.icon-search             { background-position: -48px  0; }
.icon-envelope           { background-position: -72px  0; }
.icon-heart              { background-position: -96px  0; }
.icon-star               { background-position: -120px 0; }
.icon-star-empty         { background-position: -144px 0; }
.icon-user               { background-position: -168px 0; }
.icon-film               { background-position: -192px 0; }
.icon-th-large           { background-position: -216px 0; }
.icon-th                 { background-position: -240px 0; }
.icon-th-list            { background-position: -264px 0; }
.icon-ok                 { background-position: -288px 0; }
.icon-remove             { background-position: -312px 0; }
.icon-zoom-in            { background-position: -336px 0; }
.icon-zoom-out           { background-position: -360px 0; }
.icon-off                { background-position: -384px 0; }
.icon-signal             { background-position: -408px 0; }
.icon-cog                { background-position: -432px 0; }
.icon-trash              { background-position: -456px 0; }

.icon-home               { background-position: 0      -24px; }
.icon-file               { background-position: -24px  -24px; }
.icon-time               { background-position: -48px  -24px; }
.icon-road               { background-position: -72px  -24px; }
.icon-download-alt       { background-position: -96px  -24px; }
.icon-download           { background-position: -120px -24px; }
.icon-upload             { background-position: -144px -24px; }
.icon-inbox              { background-position: -168px -24px; }
.icon-play-circle        { background-position: -192px -24px; }
.icon-repeat             { background-position: -216px -24px; }
.icon-refresh            { background-position: -240px -24px; }
.icon-list-alt           { background-position: -264px -24px; }
.icon-lock               { background-position: -287px -24px; }
.icon-flag               { background-position: -312px -24px; }
.icon-headphones         { background-position: -336px -24px; }
.icon-volume-off         { background-position: -360px -24px; }
.icon-volume-down        { background-position: -384px -24px; }
.icon-volume-up          { background-position: -408px -24px; }
.icon-qrcode             { background-position: -432px -24px; }
.icon-barcode            { background-position: -456px -24px; }

.icon-tag                { background-position: 0      -48px; }
.icon-tags               { background-position: -25px  -48px; }
.icon-book               { background-position: -48px  -48px; }
.icon-bookmark           { background-position: -72px  -48px; }
.icon-print              { background-position: -96px  -48px; }
.icon-camera             { background-position: -120px -48px; }
.icon-font               { background-position: -144px -48px; }
.icon-bold               { background-position: -167px -48px; }
.icon-italic             { background-position: -192px -48px; }
.icon-text-height        { background-position: -216px -48px; }
.icon-text-width         { background-position: -240px -48px; }
.icon-align-left         { background-position: -264px -48px; }
.icon-align-center       { background-position: -288px -48px; }
.icon-align-right        { background-position: -312px -48px; }
.icon-align-justify      { background-position: -336px -48px; }
.icon-list               { background-position: -360px -48px; }
.icon-indent-left        { background-position: -384px -48px; }
.icon-indent-right       { background-position: -408px -48px; }
.icon-facetime-video     { background-position: -432px -48px; }
.icon-picture            { background-position: -456px -48px; }

.icon-pencil             { background-position: 0      -72px; }
.icon-map-marker         { background-position: -24px  -72px; }
.icon-adjust             { background-position: -48px  -72px; }
.icon-tint               { background-position: -72px  -72px; }
.icon-edit               { background-position: -96px  -72px; }
.icon-share              { background-position: -120px -72px; }
.icon-check              { background-position: -144px -72px; }
.icon-move               { background-position: -168px -72px; }
.icon-step-backward      { background-position: -192px -72px; }
.icon-fast-backward      { background-position: -216px -72px; }
.icon-backward           { background-position: -240px -72px; }
.icon-play               { background-position: -264px -72px; }
.icon-pause              { background-position: -288px -72px; }
.icon-stop               { background-position: -312px -72px; }
.icon-forward            { background-position: -336px -72px; }
.icon-fast-forward       { background-position: -360px -72px; }
.icon-step-forward       { background-position: -384px -72px; }
.icon-eject              { background-position: -408px -72px; }
.icon-chevron-left       { background-position: -432px -72px; }
.icon-chevron-right      { background-position: -456px -72px; }

.icon-plus-sign          { background-position: 0      -96px; }
.icon-minus-sign         { background-position: -24px  -96px; }
.icon-remove-sign        { background-position: -48px  -96px; }
.icon-ok-sign            { background-position: -72px  -96px; }
.icon-question-sign      { background-position: -96px  -96px; }
.icon-info-sign          { background-position: -120px -96px; }
.icon-screenshot         { background-position: -144px -96px; }
.icon-remove-circle      { background-position: -168px -96px; }
.icon-ok-circle          { background-position: -192px -96px; }
.icon-ban-circle         { background-position: -216px -96px; }
.icon-arrow-left         { background-position: -240px -96px; }
.icon-arrow-right        { background-position: -264px -96px; }
.icon-arrow-up           { background-position: -289px -96px; }
.icon-arrow-down         { background-position: -312px -96px; }
.icon-share-alt          { background-position: -336px -96px; }
.icon-resize-full        { background-position: -360px -96px; }
.icon-resize-small       { background-position: -384px -96px; }
.icon-plus               { background-position: -408px -96px; }
.icon-minus              { background-position: -433px -96px; }
.icon-asterisk           { background-position: -456px -96px; }

.icon-exclamation-sign   { background-position: 0      -120px; }
.icon-gift               { background-position: -24px  -120px; }
.icon-leaf               { background-position: -48px  -120px; }
.icon-fire               { background-position: -72px  -120px; }
.icon-eye-open           { background-position: -96px  -120px; }
.icon-eye-close          { background-position: -120px -120px; }
.icon-warning-sign       { background-position: -144px -120px; }
.icon-plane              { background-position: -168px -120px; }
.icon-calendar           { background-position: -192px -120px; }
.icon-random             { background-position: -216px -120px; }
.icon-comment            { background-position: -240px -120px; }
.icon-magnet             { background-position: -264px -120px; }
.icon-chevron-up         { background-position: -288px -120px; }
.icon-chevron-down       { background-position: -313px -119px; }
.icon-retweet            { background-position: -336px -120px; }
.icon-shopping-cart      { background-position: -360px -120px; }
.icon-folder-close       { background-position: -384px -120px; }
.icon-folder-open        { background-position: -408px -120px; }
.icon-resize-vertical    { background-position: -432px -119px; }
.icon-resize-horizontal  { background-position: -456px -118px; }

.icon-contact				{ width: 16px; height: 16px; background: url(/templates/skin/banana/images/icons-contact.png) no-repeat; } 
.icon-contact-default		{ background-position: 0 0; } 
.icon-contact-mail			{ background-position: -20px 0; }
.icon-contact-icq			{ background-position: -40px 0; }
.icon-contact-jabber		{ background-position: -60px 0; } 
.icon-contact-phone			{ background-position: -80px 0; } 
.icon-contact-skype			{ background-position: -100px 0; } 
.icon-contact-vkontakte		{ background-position: -120px 0; } 
.icon-contact-twitter		{ background-position: -140px 0; } 
.icon-contact-facebook		{ background-position: -160px 0; } 
.icon-contact-odnoklassniki	{ background-position: -180px 0; } 
.icon-contact-www			{ background-position: -200px 0; } 



.icon-ok-green 				{ width: 18px; height: 20px; background: url(/templates/skin/banana/images/icons-synio.png) -479px -2px no-repeat; }
.icon-question-sign      	{ width: 23px; height: 23px; background: url(/templates/skin/banana/images/icons-synio.png) -138px 0 no-repeat; }



.icon-synio-arrow-up 		{ width: 9px; height: 9px; background-position: -24px -24px; }
.icon-synio-arrow-down 		{ width: 9px; height: 9px; background-position: -33px -24px; }

.icon-synio-star-green 		{ width: 11px; height: 11px; background-position: 0 -23px; }
.icon-synio-star-blue 		{ width: 11px; height: 11px; background-position: 0 -37px; }
.icon-synio-star-white 		{ width: 11px; height: 11px; background-position: 0 -51px; }
.icon-synio-star-yellow 	{ width: 11px; height: 11px; background-position: 0 -65px; }

.icon-synio-share-blue 		{ width: 11px; height: 11px; background-position: -12px -37px; }
.icon-synio-share-white 	{ width: 11px; height: 11px; background-position: -12px -51px; }

.icon-synio-strength 		{ width: 11px; height: 11px; background-position: -12px -23px; }
.icon-synio-arrows 			{ width: 11px; height: 11px; background-position: -22px -65px; }

.icon-synio-comments-green			{ width: 11px; height: 11px; background-position: -46px -23px; }
.icon-synio-comments-green-filled	{ width: 11px; height: 11px; background-position: -46px -51px; }
.icon-synio-comments-blue			{ width: 11px; height: 11px; background-position: -46px -37px; }
.icon-synio-comments-small			{ width: 11px; height: 11px; background-position: -28px -51px; }

.icon-synio-tags					{ width: 15px; height: 11px; background-position: -26px -37px; }

.icon-synio-actions-edit			{ width: 16px; height: 16px; background-position: -115px -23px; }
.icon-synio-actions-delete			{ width: 16px; height: 16px; background-position: -131px -23px; }
.icon-synio-actions-draft			{ width: 16px; height: 16px; background-position: -115px -39px; }

.icon-synio-topic-private			{ width: 23px; height: 23px; background-position: -230px 0; }
.icon-synio-topic-draft				{ width: 23px; height: 23px; background-position: -253px 0; }
.icon-synio-topic-link				{ width: 23px; height: 23px; background-position: -276px 0; }

.icon-synio-close					{ width: 16px; height: 16px; background-position: -131px -39px; }
.icon-synio-link					{ width: 11px; height: 11px; background-position: -11px -65px; }

.icon-synio-add-friend				{ width: 16px; height: 16px; background-position: -147px -23px; }
.icon-synio-send-message			{ display:none }
.icon-synio-new-message				{ width: 16px; height: 16px; background-position: -163px -55px; }
.icon-synio-join					{ display:none }
.icon-synio-search					{ width: 16px; height: 16px; background-position: -147px -55px; }
.icon-synio-submit					{ width: 16px; height: 16px; background-position: -115px -55px; }

.icon-synio-arrow-left				{ width: 16px; height: 16px; background-position: -115px -71px; }
.icon-synio-arrow-right				{ width: 16px; height: 16px; background-position: -131px -71px; }

.icon-synio-remove					{ width: 24px; height: 24px; background-position: -368px 0; vertical-align: middle; position: relative; top: -2px; }
.icon-synio-remove:hover			{ background-position: -392px 0; }

.icon-synio-vote-info-down			{ width: 16px; height: 16px; background-position: -67px -71px; }
.icon-synio-vote-info-up			{ width: 16px; height: 16px; background-position: -83px -71px; }
.icon-synio-vote-info-zero			{ width: 16px; height: 16px; background-position: -99px -71px; }
.icon-synio-vote-info-view			{ width: 16px; height: 16px; background-position: -179px -39px; }














/* -------------------------------------------------------------------
	ТАБЛИЦЫ
------------------------------------------------------------------- */

.table 					{ width: 100%; margin-bottom: 15px; border-collapse: separate; }
.table th 				{ text-align: left; font-weight: normal; border-bottom: 1px solid #ddd; }
.table td 				{ padding: 13px 10px; }
.table th,
.table .cell-tab .cell-tab-inner { padding: 6px 10px 8px; }
.table tr.active td 	{ background: #CBF4BC; }   
.table tbody td			{ border-top: 1px solid #f1f3f5; }
.table tbody tr:first-child	td	{ border-top: none; }

.table thead a			{ color: #727a90; text-decoration: none; }
.table thead a span		{ border-bottom: 1px dotted #727a90; }
.table a.asc,
.table a.desc			{ color: #000; border-color: #000; }
.table a.asc:after		{ content: " ↑"; }
.table a.desc:after		{ content: " ↓"; }
.table .cell-rating.negative { color: #f00 !important; }

.table .cell-tab { padding: 0; }
.table .cell-tab .cell-tab-inner { position: relative; top: 1px; display: inline-block; border: 1px solid transparent; border-radius: 3px 3px 0 0; border-bottom: none; }
.table .cell-tab .cell-tab-inner.active { background: #fff; border-color: #ddd; }

/* Table Blogs */
.table.table-blogs .cell-info { width: 19px; padding-right: 0; padding-left: 0; }
.table.table-blogs tbody .cell-info { vertical-align: top; }
.table.table-blogs .cell-info .blog-list-info { width: 19px; height: 19px; display: block; background: url(/templates/skin/banana/images/icons-synio.png) 0 -107px no-repeat; cursor: pointer; }
.table.table-blogs .cell-info .blog-list-info:hover,
.table.table-blogs .cell-info .blog-list-info.active { background-position: -19px -107px; }
.table.table-blogs .cell-name { padding-left: 3px; }
.table.table-blogs .cell-name .avatar 	{ float: left; margin-right: 10px; clear: right; }
.table.table-blogs .cell-name p		 	{ overflow: hidden; margin-bottom: 5px; }
.table.table-blogs .cell-name p .blog-name	{ font-size: 16px }
.table.table-blogs .cell-name p i { vertical-align: middle; position: relative; top: -1px }
.table.table-blogs tbody .cell-rating 	{ width: 70px; font-weight: bold; font-size: 11px; color: #5fa459; }
.table.table-blogs .cell-readers 		{ width: 90px; text-align: center; vertical-align: middle; }
.table.table-blogs tbody .cell-readers 	{ text-align: center; vertical-align: middle; font-size: 11px; }
.table.table-blogs .cell-join 			{ width: 130px; text-align: center; vertical-align: middle; }
.table.table-blogs .cell-rating     { width: 90px; text-align: center; vertical-align: middle; }

/* Table Plugins */
.table.table-plugins .cell-checkbox 	{ width: 20px; padding: 12px 0 10px 10px; }
.table.table-plugins h3 				{ font-weight: bold; font-size: 17px; line-height: 20px; margin-bottom: 5px; }

/* Table Profile Notes */
.table.table-profile-notes 					{ border-top: 1px solid #eee; }
.table.table-profile-notes td 				{ vertical-align: top; }
.table.table-profile-notes .cell-username 	{ width: 20%; font-weight: bold; }
.table.table-profile-notes .cell-note 		{ width: 50%; }
.table.table-profile-notes .cell-date 		{ text-align: right; }

/* Table Profile Info */
.table.table-profile-info 				{ margin-bottom: 40px; }
.table.table-profile-info td 			{ vertical-align: top; }
.table.table-profile-info .cell-label 	{ width: 30%; color: #777; }

/* Table Users */
.table.table-users th 					{  }
.table.table-users .cell-follow 		{ width: 17px; text-align: center; }
.table.table-users thead .cell-follow i { position: relative; top: 3px; }
.table.table-users .cell-name 			{ width: 190px; padding-right: 0; padding-left: 0; }
.table.table-users .cell-name img 		{ float: left; margin-right: 14px; }
.table.table-users tbody .cell-name div		{ float: left; width: 125px; }
.table.table-users .cell-name .name		{ margin-top: 2px; }
.table.table-users .cell-name .name.no-realname		{ margin-top: 11px; }
.table.table-users .cell-name .username { width: 125px; position: relative; top: 1px; margin-bottom: 3px; }
.table.table-users .cell-name .realname { font-size: 11px; }
.table.table-users tbody .cell-date 	{ font-size: 11px; }
.table.table-users .cell-rating			{ text-align: center; width: 70px; }
.table.table-users .cell-skill 			{ text-align: center; width: 70px; }
.table.table-users .cell-date           { text-align: center; width: 130px; }
.table.table-users tbody .cell-skill 	{ color: #628fa5; font-size: 11px; font-weight: bold; }
.table.table-users tbody .cell-rating	{ color: #5fa459; font-size: 11px; }
.table.table-users button				{ float: left; margin-right: 5px; }

/* Table Talk */
.table.table-talk .cell-checkbox 			{ width: 20px; padding: 15px 0 10px 10px; }
.table.table-talk thead .cell-checkbox 		{ padding: 10px 0 10px 10px; }
.table.table-talk .cell-favourite 			{ text-align: center; }
.table.table-talk tbody .cell-favourite 	{ padding: 15px 0; }
.table.table-talk .cell-recipients 			{ width: 130px; }
.table.table-talk tbody .cell-recipients 	{ font-size: 11px; }
.table.table-talk tbody .cell-recipients a 	{ color: #000; }
.table.table-talk tbody .cell-date 			{ font-size: 11px; width: 115px; }
.table.table-talk tbody .cell-title 		{  }
.table.table-talk tbody .cell-title span 	{ color: #628fa5; font-weight: bold; margin-left: 4px; }
.table.table-talk tbody .cell-title .new 	{ color: #32b319; }
.table.table-talk tbody .cell-title i 		{ position: relative; left: -3px; }
.table.table-talk tbody td					{ vertical-align: top; }/* --------------------------------------------
	ТОПИК
-------------------------------------------- */

.topic { margin-bottom:84px; overflow:hidden; clear:both; }
.topic:last-child { margin-bottom: 0; }

/* QA */
.topic .qa-p { float:left !important; margin-left:6px }

/* Header */
.topic .title { margin-bottom:1px; font-family:Tahoma, sans-serif; font-size:27px; color:#36302b }
.topic .title a { color:#36302b; text-decoration:none }
.topic .title a:hover { color:#7F756C }

.topic .title i { top:7px; position:relative }

.topic .title-full { background:#e6e4d9 url(/templates/skin/banana/images/yellow/title-full-bg.png) repeat-x top; margin-bottom:0px; min-height:42px; line-height:42px !important; overflow:hidden; text-shadow:0px 1px 0px #fff; color:#36302b; font:27px Tahoma; padding:0px 14px  }
.topic .title-full i { top:8px; position:relative }

/* Info-top */
.topic .info-top { background:url(/templates/skin/banana/images/bg-action.png) repeat-x scroll 0px 2px; font-size:12px; height:30px; margin-bottom:10px; position:relative }
.topic .info-top .title-blog { position:absolute; left:5px; top:0px; background:url(/templates/skin/banana/images/actions-strelka.png) no-repeat top; padding-top:5px }
.topic .info-top .title-blog a { color:#afafaf; text-decoration:none }
.topic .info-top .title-blog a:hover { text-decoration:underline }
.topic .info-top .date { position:relative; float:right; top:0px; background:url(/templates/skin/banana/images/actions-strelka.png) no-repeat top; padding-top:10px; font-family:Tahoma, sans-serif; color:#afafaf }
.topic .info-top .right { float:right; background:url(/templates/skin/banana/images/yellow/date-full-strelka.png) no-repeat center top; padding-top:16px; }
.topic .info-top .right2 { position:relative; float:right; top:9px; font-family:Tahoma, sans-serif; color:#afafaf }
.topic .info-top .right2 a { margin-right:9px; text-decoration:none; background:none; color:#afafaf; height:19px; border:1px solid #e7e7e7; padding:2px 5px; border-radius:3px; line-height:19px }
.topic .info-top .right2 a:hover { color:#666 }

.topic .info-top-full { margin-left:8px; height:33px; background:url(/templates/skin/banana/images/yellow/blog-full-strelka.png) no-repeat center bottom; display:table }
.topic .info-top-full a { color:#7f756b; font-family:Tahoma, sans-serif; font-size:19px; text-decoration:none }
.topic .info-top-full a:hover { color:#999 }

.topic .blog-list-info { position:relative; top:5px; left:5px; width: 19px; height: 19px; display: inline-block; background: url(/templates/skin/banana/images/icons-synio.png) 0 -107px no-repeat; cursor: pointer; }
.topic .blog-list-info:hover,
.topic .blog-list-info.active { background-position: -19px -107px; }

/* Content */
.topic .topic-content 		{ margin-bottom: 12px; margin-left:5px; }
.topic .topic-content.text 	{ font-family: Verdana, sans-serif; line-height: 21px;  }

/* Tags */
.topic .tags-top { background:url(/templates/skin/banana/images/bg-action.png) repeat-x center; height:40px; font-size:12px; overflow:hidden; position:relative }
.topic .tags-top .tags-name { position:absolute; left:6px; top:-4px; background:url(/templates/skin/banana/images/actions-strelka.png) no-repeat bottom; padding-bottom:10px; color:#c7c7c7; font-family:Tahoma, sans-serif; }
.topic .tags-top .read-more { position:absolute; right:0px; top:10px }
.topic .tags-top .read-more a { color:#36302b; font-family:Tahoma, sans-serif; padding-left:9px; text-decoration:none; background:#fff url(/templates/skin/banana/images/strelka-right.png) no-repeat right; padding-right:12px }
.topic .tags-top .read-more a:hover { color:#36302b;text-decoration: underline; }
.topic .tags { margin:-10px 0px 0px 5px; position:relative }
.topic .tags li { display: inline; color: #848179; }
.topic .tags li a { color: #848179; text-decoration: none; }
.topic .tags li a:hover { text-decoration:underline }

/* Info-bottom-full */
.topic .info-bottom-full { font:12px Tahoma; color:#afafaf; margin:0px 14px 10px 4px; overflow:hidden }
.topic .info-bottom-full a { background:url(/templates/skin/banana/images/print-icon.png) no-repeat; float:left; padding-left:15px; margin-top:14px; display:block; color:#afafaf; text-decoration:none }
.topic .info-bottom-full a:hover { color:#999 }
.topic .info-bottom-full .right { float:right; background:url(/templates/skin/banana/images/yellow/date-full-strelka.png) no-repeat center top; padding-top:16px; }
.topic .info-bottom-full .right2 { float:right; font-family:Tahoma, sans-serif; color:#afafaf }
.topic .info-bottom-full .right2 a { margin-right:9px; background:none; color:#afafaf; height:19px; border:1px solid #e7e7e7; padding:0px 5px; border-radius:3px; line-height:19px }
.topic .info-bottom-full .right2 a:hover { color:#666 }

/* Info */
.topic .info { margin-top:6px; overflow: hidden; zoom: 1; height:36px; background:#e8e6dc url(/templates/skin/banana/images/yellow/bg-topic-info.png) repeat-x; }
.topic .info li { float:left }
.topic .info li a { text-decoration: none; }

.topic .info li.voting { border-right:14px solid #fff; height:30px; margin-top:6px; background:url(/templates/skin/banana/images/yellow/bg-voting.png) repeat-x; z-index:0; position:relative }
.topic .info li.voting .vote-count { float: left; color:#36302b; padding:0px 8px; font-family:Arial, sans-serif; font-weight:bold; text-shadow:0px 1px 0px #fff; background:url(/templates/skin/banana/images/yellow/bg-topic-info.png) repeat-x scroll 0px -7px; height:27px; line-height:27px; border-left:1px solid #fff; border-right:1px solid #fff }
.topic .info li.voting .vote-count a { text-decoration: none; color: #999; outline: none; }

.topic .info li.voting.vote-count-positive .vote-count { color:#fff; text-shadow:0px 1px 0px #509556; background:url(/templates/skin/banana/images/good-topic.png) repeat-x}
.topic .info li.voting.vote-count-negative .vote-count { color:#eae8df; text-shadow:0px 1px 0px #231f1c; background:url(/templates/skin/banana/images/yellow/bad-topic.png) repeat-x}

.topic .info li.voting .vote-up,
.topic .info li.voting .vote-down 			{ width: 29px; height: 27px; float: left; display: block; background: url(/templates/skin/banana/images/yellow/voting-icon.png) no-repeat; position: relative; outline: none; top:0px }
.topic .info li.voting .vote-up 			{ background-position: 0 0; }
.topic .info li.voting .vote-down 			{ background-position: -29px 0; }
.topic .info li.voting .vote-up:hover 	    { background-position: 0px -27px }
.topic .info li.voting .vote-down:hover 	{ background-position: -29px -27px }

.topic .info li.voting.voted.voted-up 	.vote-up 			{ background-position: 0px -27px }
.topic .info li.voting.voted.voted-down .vote-down 			{ background-position: -29px -27px }
.topic .info li.voting.voted.voted-up 	.vote-down:hover 	{ background-position: -29px 0; }
.topic .info li.voting.voted.voted-down .vote-up:hover 	    { background-position: 0 0; }

.topic .info li.voting.guest .vote-up:hover 	{ background-position: 0 0; }
.topic .info li.voting.guest .vote-down:hover 	{ background-position: -29px 0; }

.topic .info li.voting .percent { right:0px; background:#36302b; height:2px; width:100%; display:block; bottom:0px; z-index:1; position:absolute }

.topic .info li.topic-avatar { margin:7px 1px 0px 0px; border-right:1px solid #fff }
.topic .info li.topic-avatar img { width:27px; height:27px; }
.topic .info li.username { padding-left:9px; margin-top:6px; line-height:27px; height:28px }
.topic .info li.username a { font-weight: bold; color:#3d352a; text-shadow:0px 1px 0px #fff }
.topic .info li.username a:hover { color:#7F756C }

.topic .info li.topic-favour { float:right; border-left:12px solid #fff; margin-top:7px; position:relative }
.topic .info li.topic-favour .favourite { width:29px; height:27px; background: url(/templates/skin/banana/images/yellow/topic-favourite.png) no-repeat; display:block; }
.topic .info li.topic-favour .favourite:hover { background-position:0px -27px }
.topic .info li.topic-favour .favourite.active { background-position:0px -27px }
.topic .info li.topic-favour span { display:none; font:10px Arial; color:#eeeeed; padding:1px 4px 0px 4px; height:13px; top:-6px; right:2px; line-height:12px; background:#36302b; position:absolute; border-radius:3px }
.topic .info li.topic-favour:hover span { display:block }      

.topic .info li.count-comment { float:right; background:url(/templates/skin/banana/images/yellow/count-favour.png) no-repeat 6px 0px; height:34px; border-left:1px solid #fff; overflow:hidden }
.topic .info li.count-comment span { background:url(/templates/skin/banana/images/yellow/count-favour2.png) repeat-x; margin-top:8px; display:block; height:27px; line-height:27px; font-family:Arial, sans-serif; color:#3d352a; font-weight:bold; text-shadow:0px 1px 0px #fff; padding:0px 12px }
.topic .info li.count-comment span em { background:#fff; font-style:normal; margin-right:-12px; padding:0px 3px; margin-left:5px }

.topic .info li.count-comment.two { background:url(/templates/skin/banana/images/yellow/count-favour-active.png) no-repeat 6px 0px }
.topic .info li.count-comment.two span { background:url(/templates/skin/banana/images/yellow/count-favour2-active.png) repeat-x; }

.topic .info li.social-btns { float:right; border-left:10px solid #fff; overflow:hidden; margin-top:7px; }
.topic .info li.social-btns li { border-right:1px solid #fff }
.topic .info li.social-btns li a { background:url(/templates/skin/banana/images/yellow/topic-social-btns.png) no-repeat; width:29px; height:27px; display:block; text-decoration:none }
.topic .info li.social-btns .vk a { background-position:0px 0px }
.topic .info li.social-btns .fb a { background-position:0px -27px }
.topic .info li.social-btns .tw a { background-position:0px -54px }

/* Poll */
.topic .poll { margin-bottom: 15px; margin-left:4px }

.topic .poll .poll-vote { margin-bottom: 20px; margin-left: 0; list-style-type: none;	}
.topic .poll .poll-vote li { margin-bottom: 10px; }
.topic .poll .poll-vote li:last-child { margin-bottom: 0; }
.topic .poll .poll-vote li label { display: inline; }
.topic .poll .poll-vote li input { position: relative; top: 1px; margin-right: 2px; }

.topic .poll .poll-result { margin-bottom: 10px; list-style-type: none; background: #fff; overflow: hidden; }
.topic .poll .poll-result li { margin-bottom: 20px; }
.topic .poll .poll-result li dl { overflow: hidden; zoom: 1; }
.topic .poll .poll-result li dl dt { float: left; width: 80px; }
.topic .poll .poll-result li dl dt span { font-size: 11px; color: #aaa; }
.topic .poll .poll-result li dl dd { float: left; width: 400px; }
.topic .poll .poll-result li dl dd div { height: 7px; margin-top: 3px; background: #ccc; overflow: hidden; border-radius: 4px; }
.topic .poll .poll-result li.most dl dd div { background: #ceb139 url(/templates/skin/banana/images/yellow/bg-question.png) repeat-x; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); }
.topic .poll .poll-result li.most dl dt { color: #D2A300; }

.topic .poll .poll-total { position: relative; color: #818189; font-size: 11px; line-height: 16px; padding-left: 80px; margin-bottom: 30px; }
.topic .poll .poll-total .poll-sort { position: absolute; top: 2px; left: 0; width: 23px; height: 23px; background: url(/templates/skin/banana/images/icons-synio.png) -161px 0 no-repeat; cursor: pointer; }
.topic .poll .poll-total .poll-sort.active { background-position: -184px 0; }

/* Topic Photo */
.topic.topic-type-photoset {  }
.topic.topic-type-photoset .topic-photo-preview { margin-left:4px; position: relative; margin-bottom: 15px; cursor: pointer; }
.topic.topic-type-photoset .topic-photo-preview img { vertical-align: top; }
.topic.topic-type-photoset .topic-photo-preview .topic-photo-count { display: none; cursor: pointer; position: absolute; top: 5px; right: 5px; background: #000; color: #fff; padding: 4px 7px; background: rgba(0,0,0,.6); }
.topic.topic-type-photoset .topic-photo-preview .topic-photo-desc { display: none; width: 96%; padding: 7px 2%; position: absolute; bottom: 0; left: 0; background: #000; color: #fff; color: #fff; line-height: 16px; background: rgba(0,0,0,.7); }

.topic.topic-type-photoset .topic-photo-images { margin-left:4px; padding-top: 10px; margin-bottom: 15px; }
.topic.topic-type-photoset .topic-photo-images h2 { border-bottom: 1px solid #ccc; padding-bottom: 4px; margin-bottom: 15px; font-size: 25px; }
.topic.topic-type-photoset .topic-photo-images ul { overflow: hidden; zoom: 1; }
.topic.topic-type-photoset .topic-photo-images ul li { float: left; margin: 0 9px 9px 0; position: relative; }
.topic.topic-type-photoset .topic-photo-images ul li .image-number { display: none; position: absolute; top: 5px; right: 5px; background: #000; color: #fff; padding: 1px 6px; font-size: 11px; background: rgba(0,0,0,.6); }
.topic.topic-type-photoset .topic-photo-images ul li:hover .image-number { display: block; }
.topic.topic-type-photoset .topic-photo-images ul li img { vertical-align: top; }
.topic.topic-type-photoset .topic-photo-images .topic-photo-more { display: block; border-top: 1px solid #dbe6f0; text-align: center; padding: 10px 0; margin-bottom: 15px; text-decoration: none; background: #f3f7fa; color: #7b90a5; }
.topic.topic-type-photoset .topic-photo-images .topic-photo-more:hover { background: #eaf2f8; }

.topic-photo-upload { background: #F1F7FD; padding: 15px 15px 15px; margin-bottom: 20px; }
.topic-photo-upload h2 { margin-bottom: 15px; }
.topic-photo-upload ul { overflow: hidden; zoom: 1; }
.topic-photo-upload ul li { min-height: 100px; _height: 100px; margin-bottom: 10px; padding-left: 110px; position: relative; }
.topic-photo-upload ul li img { position: absolute; top: 0; left: 0; }
.topic-photo-upload ul li label { color: #aaa; }
.topic-photo-upload ul li textarea { border: 1px solid #ddd; width: 350px; height: 60px; padding: 3px; font-size: 12px; font-family: Arial, sans-serif; color: #333; }
.topic-photo-upload ul li .image-delete { text-decoration: none; margin-right: 15px; }
.topic-photo-upload ul li .image-delete:hover { color: #f00; }
.topic-photo-upload ul li.marked-as-preview .mark-as-preview { display: inline; color: #43c70f; font-weight: bold; }
.topic-photo-upload ul li .mark-as-preview { display: none; text-decoration: none; }
.topic-photo-upload ul li:hover .mark-as-preview { display: inline; }
.topic-photo-upload .topic-photo-upload-rules { color: #888; margin-bottom: 15px; }
.topic-photo-upload .topic-photo-upload-input { margin-bottom: 20px; }
.topic-photo-upload .topic-photo-upload-input input { margin-top: 3px; }

/* Topic Talk */
.topic.topic-type-talk header .topic-info 			{ background: #f8fbfe; font-size: 11px; padding: 15px; border-radius: 5px; margin-bottom: 0; }

.topic.topic-type-talk .talk-recipients 			{ padding: 15px; background: #f8fbfe; margin-bottom: 0; border-radius: 0; }
.topic.topic-type-talk .talk-recipients-header 		{ font-size: 11px; min-height: 0; }
.topic.topic-type-talk .talk-recipients-content h3 	{ font-size: 16px; font-weight: normal; margin-bottom: 10px; }
                     
/* Topic Link */
.topic.topic-type-link { }
.topic.topic-type-link .topic-header .topic-title a { color: #27964C; }
.topic.topic-type-link .topic-url { font-size: 11px; margin-bottom: 30px; padding-top: 10px; }
.topic.topic-type-link .topic-url a { color: #27964C; }
.topic.topic-type-link .topic-url a:hover { color: #f00; }

/* Topic Preview */
.topic-preview { margin-top: 30px; }
.topic-preview .profile-page-header { border-top: 1px solid #ddd; }
.topic-preview .topic { margin-bottom: 20px; }

.vote-topic-info li { margin-bottom: 3px; }/* --------------------------------------------
	КОММЕНТАРИИ
-------------------------------------------- */

/* Блок с комментариями */
.comments-header { margin-bottom: 16px; position: relative; overflow:hidden }
.comments-header h3 { font-size: 19px; float:left; color:#7F756B; margin-bottom: 3px; }
.comments-header .subscribe { float:left; padding:5px 0px 0px 30px; font-size: 11px; color:#afafaf }
.comments-header .subscribe input { top: 2px; }

.comments { margin-bottom: 30px; }

.comment-wrapper { position: relative; }
.comment-wrapper .comment-wrapper { padding-left: 40px; }

.comment-preview { padding: 5px 10px 6px; margin-bottom: 10px; background: #fafafa; border: 1px solid #eee; border-radius: 3px; }
.comment-preview { font-size: 13px; line-height: 18px; }


/* Комментарий */
.comment { margin-bottom: 20px; position: relative; zoom: 1; }
.comment .deleted { padding: 5px 10px; color: #777; background: #f4f4f4; }
.comment .folding { width: 13px; height: 13px; position: absolute; top: 10px; left: 2px; background: url(/templates/skin/banana/images/icons-synio.png) 0 -94px no-repeat; cursor: pointer; }
.comment .folding.folded { background-position: -13px -94px; }

/* Типы комментариев
 *
 * deleted 	- 	удаленный комментарий
 * self 	- 	ваш комментарий
 * new 		- 	новый, непрочитанный комментарий
 * current 	- 	активный комментарий, который выделяется при исползование кнопки обновления в тулбаре
 *
 */
.comment.self .menu-top, .comment.self .menu-top:before 	{ background:url(/templates/skin/banana/images/yellow/comment-my-bg.png) repeat-x bottom }
.comment.new .menu-top, .comment.new .menu-top:before 	{ background:url(/templates/skin/banana/images/comment-new-bg.png) repeat-x bottom }

.comment.self .menu-top .avatar , .comment.self .menu-top .avatar :before 	{ background:url(/templates/skin/banana/images/yellow/comment-my-strelka.png) repeat-x bottom }
.comment.new .menu-top .avatar , .comment.new .menu-top .avatar :before 	{ background:url(/templates/skin/banana/images/comment-new-strelka.png) repeat-x bottom }


.ls-user-role-not-admin .comment.comment-deleted 	{ padding: 10px 15px; min-height: 0; background: #f7f7f7; color: #888; }


/* Comment*/
.comment .menu-top { background:url(/templates/skin/banana/images/comment-bg.png) repeat-x bottom; height:44px; padding-left:15px; font-size:12px; overflow:hidden; position:relative }
.comment .menu-top li { display:inline; line-height:34px }
.comment .menu-top .avatar { position:absolute; line-height:18px; left:30px; top:3px; background:url(/templates/skin/banana/images/actions-strelka.png) no-repeat bottom; padding-bottom:10px; color:#c7c7c7; font-family:Tahoma, sans-serif; }
.comment .menu-top .avatar img { width:27px; height:27px }
.comment .menu-top .username { margin-left:52px }
.comment .menu-top .username a { color:#3d352a; font-weight:bold; font-size:12px; text-decoration:none }
.comment .menu-top .date { margin-left:10px; color:#e0e0e0; font:12px Tahoma }
.comment .menu-top .date span { color:#afafaf }

.comment .menu-top .comment-link { float:right; margin:14px 10px 0px 0px }
.comment .menu-top .comment-link a { display:block; width:12px; height:13px; background:url(/templates/skin/banana/images/link-to.png) no-repeat }

.comment .menu-top li.favor { float:right; margin-top:4px; margin-left:5px }
.comment .menu-top li.favor .favourite { width: 89px; height: 12px; cursor:pointer; background: url(/templates/skin/banana/images/yellow/comment-favourite.png) 0px 0px no-repeat }
.comment .menu-top li.favor .favourite.active { width:12px; background-position: 0px -12px }
.comment .menu-top li.favor span { color:#afafaf; position:relative; top:-2px }

.comment .menu-top .voting { overflow: hidden; zoom: 1; float:right; border:1px solid #e2e0d4; height:26px; border-radius:4px; padding:0px 4px 0px 6px; margin:7px 0px 0px 16px; line-height:26px }
.comment .menu-top .voting .vote-count { float:left; font-size:12px; font-weight:bold; font-family:Arial, sans-serif; padding:0px 10px }
.comment .menu-top .voting .vote-count a { text-decoration: none; color: #999; outline: none; }

.comment .menu-top .voting.vote-count-positive .vote-count { color: #36302B; }
.comment .menu-top .voting.vote-count-negative .vote-count { color: #bfbdba }

.comment .menu-top li.voting .vote-up,
.comment .menu-top li.voting .vote-down 			{ width: 13px; height: 17px; float: left; top:5px; cursor:pointer; display: block; background: url(/templates/skin/banana/images/yellow/voting-comment.png) no-repeat; position: relative; outline: none }
.comment .menu-top li.voting .vote-up 			    { background-position: 0 0; }
.comment .menu-top li.voting .vote-down 			{ background-position: -13px 0; }
.comment .menu-top li.voting .vote-up:hover 	    { background-position: 0px -17px }
.comment .menu-top li.voting .vote-down:hover 	    { background-position: -13px -17px }

.comment .menu-top li.voting.voted.voted-up 	.vote-up 			{ background-position: 0px -17px }
.comment .menu-top li.voting.voted.voted-down .vote-down 			{ background-position: -13px -17px }
.comment .menu-top li.voting.voted.voted-up 	.vote-down:hover 	{ background-position: -13px 0; }
.comment .menu-top li.voting.voted.voted-down .vote-up:hover 	    { background-position: 0 0; }

.comment .menu-top li.voting.guest .vote-up:hover 	    { background-position: 0 0; }
.comment .menu-top li.voting.guest .vote-down:hover 	{ background-position: -13px 0; }

.comment .reply { margin-left:20px; }

/* Content */
.comment .comment-content { color:#444; font-size:12px; line-height:21px; padding-left:30px; overflow: hidden; zoom: 1; margin-top:4px }
.comment pre, .comment-preview pre { overflow: auto; width: 95%; padding: 5px 2%; margin-bottom: 10px; background: #f8f8f8 url(/templates/skin/banana/images/code.gif); border: 1px solid #dce6f0; clear: both; }
.comment blockquote, .comment-preview blockquote {font-style: italic; padding: 5px 10px; background: #ffffff; border: 1px solid #ddd;}

.comment .comment-info { clear:both; overflow:hidden; }
.comment .comment-info li { float:right; font-size:12px; color:#afafaf; padding-left:15px; text-transform: lowercase }
.comment .comment-info li a { color:#afafaf; text-decoration:none }
.comment .comment-info li.anwr a { background:url(/templates/skin/banana/images/answer-icon.png) no-repeat 0px 2px; padding-left:17px }
.comment .comment-info li a:hover { color:#333 }

/* Actions */
.comment .comment-actions li { display: inline; margin-right: 10px; }

/* Форма комментирования */
.reply-header { font-size: 20px; line-height: 1.3em; margin-bottom: 15px }
.reply-header h4 { border:0px; text-decoration:underline }

.comment-preview { padding: 5px 10px 6px; margin-bottom: 10px; background: #fafafa; border: 1px solid #eee; border-radius: 3px; font-size: 13px; line-height: 1.6em; }

.reply { padding:3px; border-radius: 5px; margin-bottom:30px }
.reply textarea { height: 100px; margin-bottom:10px }
.reply textarea.loader { background: #f7f7f7 url(/templates/skin/banana/images/loader.gif) no-repeat center;}

.reply .mceEditor { display: block; margin-bottom: 10px; }

.wall-submit.wall-submit-reply.wall-submit-comment { -webkit-box-shadow: none; box-shadow: none; margin-top: 0; margin-bottom: 50px; }
.wall-submit.wall-submit-reply.wall-submit-comment:after { display: none; }/* -------------------------------------------------------------------
	БЛОКИ
------------------------------------------------------------------- */
.block { clear:both; margin-bottom:30px }
.block:last-child 		{ margin-bottom: 0 }
.sidebar-left .block 	{ margin-bottom: 10px; }

.block .block-header 					{ position: relative; margin-bottom: 4px }
.block .block-header h3 				{ font-size: 22px; color:#504b47; font-family: Tahoma, sans-serif; padding-left:10px; margin-bottom:10px; }
.block .block-header h3 a 				{ text-decoration: none; color: #504b47 }
.block .block-header h3 a:hover 		{ text-decoration: underline }
.block .block-header h3 a.link-dotted 	{ color: #5055B2; }
.block .block-content 					{ padding-left:10px }
.block footer                           { padding-top: 5px; font-size: 11px; text-align: right; }
.block .nav-pills                       { margin-left:10px }

.block .max-height-200 		{ overflow: auto; max-height: 200px; _height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); position: relative; }

/* About blog */
.block.aboutblog { overflow:hidden; background:#f6f6f6; padding:15px 20px 12px 20px; border-radius:5px }
.block.aboutblog .left { width:150px; float:left }
.block.aboutblog .left p { font:11px Tahoma; color:#404040; line-height:16px; margin-bottom:0px }

.block.aboutblog .right { float:right; margin-top:20px }
.block.aboutblog .right .voting { position:relative; overflow: hidden; margin:0 auto 30px auto; display:table; height:24px }
.block.aboutblog .right .voting .centr { margin:auto; display:table }
.block.aboutblog .right .voting .vote-count { float:left; font-size:12px; font-weight:bold; font-family:Arial, sans-serif; padding:0px 10px }
.block.aboutblog .right .voting .vote-count a { text-decoration: none; color: #999; outline: none; }

.block.aboutblog .right .voting.vote-count-positive .vote-count { color: #36302B }
.block.aboutblog .right .voting.vote-count-negative .vote-count { color: #bfbfbf; }

.block.aboutblog .right .voting .vote-up,
.block.aboutblog .right .voting .vote-down 			{ width: 13px; height: 17px; float: left; display: block; background: url(/templates/skin/banana/images/yellow/voting-comment.png) no-repeat; position: relative; outline: none; top:0px}
.block.aboutblog .right .voting .vote-up 			{ background-position: 0 0}
.block.aboutblog .right .voting .vote-down 			{ background-position: -13px 0 }
.block.aboutblog .right .voting .vote-up:hover 	{ background-position: 0px -17px }
.block.aboutblog .right .voting .vote-down:hover 	 { background-position: -13px -17px }

.block.aboutblog .right .voting.voted.voted-up 	.vote-up 			{ background-position: 0px -17px !important }
.block.aboutblog .right .voting.voted.voted-down .vote-down 			{ background-position: -13px -17px }
.block.aboutblog .right .voting.voted.voted-up 	.vote-down:hover 	{ background-position: -13px 0 }
.block.aboutblog .right .voting.voted.voted-down .vote-up:hover 	{ background-position: 0 0 }

.block.aboutblog .right .voting.guest .vote-up:hover 	{ background-position: 0 0 }
.block.aboutblog .right .voting.guest .vote-down:hover 	{ background-position: -13px 0 }

.block.aboutblog .right .readers { min-width:88px; margin:0 auto; display:table; text-align:center; color:#3d352a; position:relative; font-weight:bold; margin-bottom:20px; font-size:12px; font-family:Arial, sans-serif; height:19px; background:url(/templates/skin/banana/images/yellow/readers-bg.png) repeat-x bottom; padding:0px 6px }
.block.aboutblog .right .readers .percent { background:#36302b; height:2px; left:0px; width:100%; display:block; bottom:0px; z-index:1; position:absolute }
.block.aboutblog .right .button { margin:0 auto; display:table }

/* Block Type - Stream */
.block .block-update 			{ width: 20px; height: 20px; background: url(/templates/skin/banana/images/icons-synio.png) 0 -200px no-repeat; cursor: pointer; }
.block .block-update:hover 		{ background-position: -20px -200px; }
.block .block-update.active 	{ background-position: -40px -200px; }

.block.block-type-stream h3 { float:left; }
.block.block-type-stream .block-update { float:left; position:relative; top:6px; left:8px }
.block.block-type-stream .block-content { padding-left:0px }
.block.block-type-stream .block-content .latest-list { font-family:Tahoma, sans-serif; margin-top:-4px }
.block.block-type-stream .block-content .latest-list li { clear:both; border-bottom:1px dotted #e6e5e5; padding:0px 10px 8px 10px; margin-bottom:8px }
.block.block-type-stream .block-content .latest-list li:last-child { padding-bottom:0px; border-bottom:0px }
.block.block-type-stream .block-content .latest-list li .avatar { float:left; margin:4px 10px 0px 0px }
.block.block-type-stream .block-content .latest-list li .avatar img { width:27px; height:27px }
.block.block-type-stream .block-content .latest-list li .info { display:table }
.block.block-type-stream .block-content .latest-list li .info p { margin-bottom:0px; line-height:15px }
.block.block-type-stream .block-content .latest-list li .info p.stream-topic a { color:#bdbdbc; font-size:11px; text-decoration:none }
.block.block-type-stream .block-content .latest-list li .info p.stream-topic a:hover { color:#666; text-decoration:underline }
.block.block-type-stream .block-content .latest-list li .info p.stream-topic span { background:#bdbdbc; padding:0px 3px 1px 3px; color:#fafafa; font-size:10px; border-radius:2px }
.block.block-type-stream .block-content .latest-list li .info p.stream-author a { color:#676767; font-size:14px; padding-left:9px; background:url(/templates/skin/banana/images/stream-strelka.png) no-repeat 0px 4px; text-decoration:none }
.block.block-type-stream .block-content .latest-list li .info p.stream-author a:hover { text-decoration:underline }
.block.block-type-stream .block-content .latest-list li .info p.stream-topic2 a { color:#676767; font-size:14px; text-decoration:none }
.block.block-type-stream .block-content .latest-list li .info p.stream-topic2 a:hover { text-decoration:underline }

/* Block Type - Activity Settings */
.block.block-type-activity p 		{ margin-bottom: 15px; }
.block.block-type-activity ul li 	{  }
.block.block-type-activity ul.stream-settings-blogs li 	{ margin-bottom: 3px; }
.block.block-type-activity .note 	{ display: block; margin-bottom: 15px; color: #aaa; }


/* Block Type - Profile */
.block .nav.nav-profile 			{ margin-bottom: 15px; }
.block .nav.nav-profile li 			{ float: none; font-size: 15px; border-bottom: 1px dotted #dce1e6; padding: 8px 10px 10px 30px; }
.block .nav.nav-profile li.active a { text-decoration: none; color: #000; }

.block.block-type-profile 								{ background: none; border: none; padding: 0; }
.block.block-type-profile .profile-photo-wrapper 		{ position: relative; min-height: 50px; background:#F8FBFE }
.block.block-type-profile .profile-photo1 		        { ; margin:0 auto; display:table; position:relative }
.block.block-type-profile .profile-photo 				{ vertical-align: top; max-width: 240px }
.block.block-type-profile .status 						{ position: absolute; top: 10px; left: 0; padding: 0 0 0 10px; font-size: 11px; line-height: 18px; height: 20px; }
.block.block-type-profile .status:before 				{ content: ''; position: absolute; top: 0; right: -20px; width: 0; height: 0; border-width: 10px; border-style: solid; border-color: #333; border-color: #333 transparent #333 #333; }
.block.block-type-profile .status.status-online			{ background: #8961e4; color: #fff; }
.block.block-type-profile .status.status-online:before 	{ border-color: #8961e4 transparent #8961e4 #8961e4; }
.block.block-type-profile .status.status-offline		{ background: #fff; color: #333; opacity: .5; filter: alpha(opacity=50); }
.block.block-type-profile .status.status-offline:before { border-color: #fff transparent #fff #fff; }
.block.block-type-profile .upload-photo 				{ padding: 10px 30px 15px 30px; background: #f8fbfe; font-size: 11px; }
.block.block-type-profile .upload-photo a 				{ color: #727a90; border-color: #727a90; }

.block.block-type-profile-note	 				{ border: 2px solid #ffe25d; padding: 15px; border-radius: 5px; }
.block.block-type-profile-note p 				{ margin-bottom: 10px; }
.block.block-type-profile-note .actions 		{ margin-bottom: 0; font-size: 11px; }
.block.block-type-profile-note .actions a 		{ color: #275ec2; border-color: #275ec2; }
.block.block-type-profile-note .actions a:hover { color: #f00; border-color: #f00; }

.block.block-type-profile-nav 					{ padding: 0; background: none; border: none; }

.block.block-type-profile-actions 						{ border: none; }
.block.block-type-profile-actions .block-content 		{ padding: 0 0 0 30px; }
.block.block-type-profile-actions ul li					{ margin-bottom: 5px; font-size: 11px; }
.block.block-type-profile-actions ul li:last-child		{ margin-bottom: 0; }
.block.block-type-profile-actions ul li a				{ color: #727a90; }
.block.block-type-profile-actions ul li a:hover			{ color: #f00; }
.block.block-type-profile-actions ul li a.followed		{ color: #f00; }

/* Block Type - Foldable */
.block.block-type-foldable { background: none; }
.block.block-type-foldable .block-header { background: none; border: none; padding: 0 0 10px; }
.block.block-type-foldable .block-content { display: none; background: #fafafa; }

.block.block-type-talk-search { margin-bottom: 10px; }
.block.block-type-talk-friends { margin-bottom: 10px; }


/* Block Type - Blogs */
.block.block-type-blogs h3 { float:left; }
.block.block-type-blogs .block-update { float:left; position:relative; top:5px; left:8px }

.block.block-type-blogs .block-content { padding-left:0px }
.block.block-type-blogs .block-blog-list { font-family:Tahoma, sans-serif; }
.block.block-type-blogs .block-blog-list li { clear:both; position:relative; overflow:hidden; border-bottom:1px dotted #e6e5e5; padding:0px 10px 8px 10px; margin-bottom:8px; vertical-align:middle }
.block.block-type-blogs .block-blog-list li:last-child { padding-bottom:0px; border-bottom:0px }
.block.block-type-blogs .block-blog-list li a { float:left; text-decoration:none; color:#676767 }
.block.block-type-blogs .block-blog-list li a:hover { text-decoration:underline }
.block.block-type-blogs .block-blog-list li .rating { position:absolute; right:0; top:0; font-family:Arial, sans-serif; font-size:12px; font-weight:bold; color:#3d352a }
.block.block-type-blogs .block-blog-list li .lock { float:right; margin-left:4px; background: url(/templates/skin/banana/images/yellow/lock.gif); width: 16px; height: 16px;display: inline-block; }

/* Block Type - Tags */
.block.block-type-tags { background:#f0f0f0; padding:10px; border-radius:6px }/* --------------------------------------------
	MODALS
-------------------------------------------- */

.modal {
    display: none;
    
    position: fixed;
    top: 25%;
    left: 50%;
    
    width: 300px;
    margin-left: -150px;
	
    color: #333;
    background-color: #fbfcfc;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.5); box-shadow: 0 0 15px rgba(0,0,0,.5);
	overflow: hidden;
}
.modal .close { 
	position: absolute; 
	top: 7px; 
	right: 8px; 
	width: 16px; 
	height: 16px; 
	background: url(/templates/skin/banana/images/icons-synio.png) no-repeat -131px -39px;
}
.modal .close:hover { background-position: -131px -55px; }
.modal .modal-header 		{ padding: 15px 30px 0; }
.modal .modal-header h3 	{ font-size: 20px; font-weight: bold; margin-right: 20px; }
.modal .modal-content 		{ padding: 30px 30px; }

.jqmOverlay { background-color: #000; }

* html .modal { position: absolute; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }



/* Login */
.modal.modal-login { width: 450px; margin-left: -225px; top: 50px; }
.modal.modal-login .nav { margin-bottom: 30px; }
.modal.modal-login .modal-header { margin-bottom: 0; }
.modal.modal-login .modal-content { padding-top: 15px; }
.modal.modal-login .remember-label { font-size: 11px; color: #6c7272; }
.modal.modal-login .remember-label input { top: 2px; }
.modal.modal-login .icon-question-sign { position: relative; top: -3px; }
.modal.modal-login .icon-ok-green { position: relative; top: -1px; }


/* Write */
.modal.modal-write { width: 620px; margin-left: -310px; top: 70px; background: #e0eff9; }
.modal.modal-write .modal-content { padding: 20px 10px 20px; *padding: 20px 10px 25px; }
.modal.modal-write .write-list { *overflow: hidden; *zoom: 1; }
.modal.modal-write .write-list li { width: 125px; margin: 0 10px 20px; font-size: 19px; font-family: 'PT Sans', sans-serif; text-align: center; overflow: hidden; display: inline-table; *float: left; }
.modal.modal-write .write-list li a { color: #727a90; }
.modal.modal-write .write-list li:hover a { color: #275ec2; }
.modal.modal-write .write-list li .write-item-image { display: block; margin: 0 auto; width: 115px; height: 115px; border-radius: 3px; text-align: center; background: url(/templates/cache/banana/e547533fc069f2033c1f932f8e16e22c.css) no-repeat; margin-bottom: 0; }

.modal.modal-write .write-list li.write-item-type-topic .write-item-image 		{ background-position: 0 0; }
.modal.modal-write .write-list li.write-item-type-poll .write-item-image 		{ background-position: -115px 0; }
.modal.modal-write .write-list li.write-item-type-link .write-item-image 		{ background-position: -230px 0; }
.modal.modal-write .write-list li.write-item-type-message .write-item-image 	{ background-position: -345px 0; }
.modal.modal-write .write-list li.write-item-type-blog .write-item-image 		{ background-position: -115px 0; }
.modal.modal-write .write-list li.write-item-type-draft .write-item-image 		{ background-position: 0 0; }
.modal.modal-write .write-list li.write-item-type-topic:hover  .write-item-image		{ background-position: 0 -115px; }
.modal.modal-write .write-list li.write-item-type-poll:hover  .write-item-image 		{ background-position: -115px -115px; }
.modal.modal-write .write-list li.write-item-type-link:hover  .write-item-image 		{ background-position: -230px -115px; }
.modal.modal-write .write-list li.write-item-type-message:hover  .write-item-image 	{ background-position: -345px -115px; }
.modal.modal-write .write-list li.write-item-type-blog:hover  .write-item-image 		{ background-position: -115px -115px; }
.modal.modal-write .write-list li.write-item-type-draft:hover  .write-item-image		{ background-position: 0 -115px; }


/* Upload Image */
.modal.modal-image-upload { width: 500px; margin-left: -250px; }
.modal.modal-upload-photo .image-border, .modal.modal-upload-avatar .image-border { float: left; border-radius: 5px; background: #fff; padding: 5px; margin-bottom: 15px; box-shadow: 0 0 5px rgba(0,0,0,.2); }
#avatar-resize-original-img { max-width: 200px; width: 100%; }



/* --------------------------------------------
	БЛОГ
-------------------------------------------- */

.blog-top .page-header { margin-bottom:0; float:left }
.blog-top .button { float:left; position:relative; top:3px; left:20px }

.blog-top { position: relative }
.blog-top .voting { position:relative; overflow: hidden; float:right; margin-top:5px; margin-bottom:15px; height:24px;}
.blog-top .voting .centr { margin:auto; display:table }
.blog-top .voting .vote-count { float:left; font-size:12px; font-weight:bold; font-family:Arial, sans-serif; padding:0px 10px }
.blog-top .voting .vote-count a { text-decoration: none; color: #999; outline: none; }

.blog-top .voting.vote-count-positive .vote-count { color: #36302B }
.blog-top .voting.vote-count-negative .vote-count { color: #bfbfbf; }

.blog-top .voting .vote-up,
.blog-top .voting .vote-down 			{ width: 13px; height: 17px; float: left; display: block; background: url(/templates/skin/banana/images/yellow/voting-comment.png) no-repeat; position: relative; outline: none; top:0px}
.blog-top .voting .vote-up 			{ background-position: 0 0 !important }
.blog-top .voting .vote-down 			{ background-position: -13px 0 !important; }
.blog-top .voting .vote-up:hover 	    { background-position: 0px -17px !important }
.blog-top .voting .vote-down:hover 	    { background-position: -13px -17px !important }

.blog-top .voting.voted.voted-up 	.vote-up 			{ background-position: 0px -17px !important }
.blog-top .voting.voted.voted-down .vote-down 			{ background-position: -13px -17px !important }
.blog-top .voting.voted.voted-up 	.vote-down:hover 	{ background-position: -13px 0 !important; }
.blog-top .voting.voted.voted-down .vote-up:hover 	    { background-position: 0 0 !important; }

.blog-top .voting.guest .vote-up:hover 	{ background-position: 0 0 !important; }
.blog-top .voting.guest .vote-down:hover 	{ background-position: -13px 0 !important; }

/* Blog Mini */
.blog-mini {
	margin-bottom: 50px;
	overflow: hidden; zoom: 1;
	border-radius: 5px;
    background:#F0F0F0;
    padding:5px 15px;
    clear:both;
}
.blog-mini button { margin-left: 20px; }
.blog-mini .fl-r a { margin-left: 14px }
.blog-mini .fl-r a.link-dotted { border-color: #727a90 }

.blog { 
	overflow: hidden;
	margin-bottom: 50px;
	background: #F0F0F0;
	border-radius: 5px;
    clear:both
}
.blog-inner { padding:15px }

/* Header */
.blog .blog-header 			{ position: relative; padding: 10px 0 25px 78px; overflow:hidden; border-bottom: 1px solid #ccc; min-height: 16px; }
.blog .blog-header h2 		{ font-size: 20px; font-weight: bold; line-height: 1em; margin-top: 3px; margin-bottom: 7px; }
.blog .blog-header h2 i 	{ position: relative; top: 5px; }
.blog .blog-header .close	{ position: absolute; top: 12px; right: 0; font-size: 12px; cursor: pointer; }
.blog .blog-header .close i	{ margin-left: 5px; }
.blog .blog-header .avatar   { position: absolute; top: 2px; left: 22px; width: 39px; height: 39px; }

.blog .blog-header .vote-label	{ text-transform: uppercase; text-align: right; font-size: 11px; color: #aaa; }
.blog .blog-header .count 		{ font-size: 34px; line-height: 1em; font-weight: bold; text-align: right; }

.blog .blog-header .vote 									{ position: absolute; top: 15px; right: 15px; }
.blog .blog-header .vote .vote-count 						{ padding-left: 25px; display: block; color: #333; }
.blog .blog-header .vote .vote-up 							{ position: absolute; top: 22px; left: 0; display: none; }
.blog .blog-header .vote .vote-down 						{ position: absolute; top: 35px; left: 0; display: none; }
.blog .blog-header .vote:hover .vote-up,
.blog .blog-header .vote:hover .vote-down,
.blog .blog-header .vote.voted .vote-up,
.blog .blog-header .vote.voted .vote-down 					{ display: inline-block; }
.blog .blog-header .vote.vote-count-positive .vote-count 	{ color: #5055B2; }

.blog .blog-header .actions { margin-bottom: 0; }

/* Content */
.blog .blog-content { padding: 22px 8px 20px 22px; border-top: 1px solid #fff; }
.blog .blog-content .ttle { font-size:18px; margin-bottom:10px; font-family:'PT Sans', Arial, sans-serif }
.blog .blog-content .blog-description { margin-bottom: 25px}
.blog .blog-content .user-avatar { margin-right: 10px; }

.blog-info { width: 300px; margin-bottom: 30px; }
.blog-info li { margin-bottom: 5px; background: url(/templates/skin/banana/images/dots.png)  0% 14px repeat-x; position: relative; padding-right: 50px; }
.blog-info li span { padding-right: 2px; }
.blog-info li strong { width: 150px; position: absolute; top: 0; right: 0; padding-left: 2px; font-weight: normal; }
.blog-info li.rating strong { color: #5fa459; }

/* Footer */
.blog .blog-footer { padding: 22px 26px 22px 36px; background: #ddd; font-size: 12px; }
.blog .blog-footer button { margin-right: 10px; }
.blog .blog-footer .admin { float: right; }
.blog .blog-footer .admin img { width: 16px; height: 16px; vertical-align: middle; margin-right: 1px; }

/* More Button */
.blog-more 			{ display: block; padding: 10px 0; text-align: center; text-decoration: none; background: #fafafa; }
.blog-more:hover 	{ background: #eee; }/* --------------------------------------------
	СТРАНИЦА ПОЛЬЗОВАТЕЛЯ
-------------------------------------------- */

/* User profile */
.user-profile { margin-bottom: 20px; overflow: hidden; zoom: 1; position: relative; }
.user-profile-top { background:#e6e4d9 url(/templates/skin/banana/images/yellow/title-full-bg.png) repeat-x; margin-bottom:0px; height:42px; line-height:42px; overflow:hidden; text-shadow:0px 1px 0px #fff; color:#36302b; font:31px Tahoma; padding:0px 18px }
.user-profile-top h3 { float:left; font:31px Tahoma, sans-serif; display:block; width:220px; overflow:hidden; position:relative; }
.user-profile-top h3 .fon-bg { background:url(/templates/skin/banana/images/yellow/h3-title-bg.png) no-repeat; position:absolute; top:0; right:0; width:59px; height:42px }
.user-profile-top .friend-btn { float:right; margin-top:7px }
.user-profile-top .friend-btn li { float:left; margin-left:10px }
.user-profile-top .friend-btn .send { display:block; width:187px; height:27px; text-decoration:none; background:url(/templates/skin/banana/images/yellow/profile-send.png) no-repeat }
.user-profile-top .friend-btn li#add_friend_item a { display:block; width:167px; height:27px; text-decoration:none; background:url(/templates/skin/banana/images/yellow/friend-btn.png) no-repeat }
.user-profile-top .friend-btn li#delete_friend_item a { display:block; width:167px; height:27px; text-decoration:none; background:url(/templates/skin/banana/images/yellow/friend-btn.png) no-repeat 0px -27px }
.user-profile-top .friend-btn li#reject_friend_item { display:block; width:167px; height:27px; text-decoration:none; background:url(/templates/skin/banana/images/yellow/friend-btn.png) no-repeat 0px -81px }
.user-profile-top .friend-btn li#send_friend_item { display:block; width:167px; height:27px; text-decoration:none; background:url(/templates/skin/banana/images/yellow/friend-btn.png) no-repeat 0px -54px }

.user-profile-info { clear:both; position:relative }
.user-profile-info1 .avatar { float:left; margin-right:12px; width:80px; height:80px; background:url(/templates/skin/banana/images/yellow/date-full-strelka.png) no-repeat center top; padding-top:16px}
.user-profile-info1 .about-user { padding-top:26px }
.user-profile-info1 .about-user .realname { color:#504b47; font:27px Tahoma, sans-serif; margin-bottom:0px }
.user-profile-info1 .about-user .last-visit { color:#918f87; font-size:10px; margin-bottom:0px }
.user-profile-info1 .about-user .live { color:#504b47; margin-bottom:0px  }
.user-profile-info1 .about-user .live a { font-size:12px; color:#92918b; font-weight:bold; font-family:Tahoma, sans-serif }

.user-profile-info1 { overflow:hidden }
.user-profile-info2 { margin-top:30px }
.user-profile-info2 .info-top { background:url(/templates/skin/banana/images/bg-action.png) repeat-x center; height:40px; overflow:hidden; position:relative }
.user-profile-info2 .info-top .info-name { position:absolute; left:6px; top:-3px; background:url(/templates/skin/banana/images/actions-strelka.png) no-repeat bottom; padding-bottom:9px; font:16px Tahoma, sans-serif; color:#504b47 }

.user-profile-info2 li { padding-bottom:14px; margin-left:14px; font-size:12px; color:#565656; }
.user-profile-info2 li b { font:14px Tahoma, sans-serif; color:#918f87; font-weight:normal; width:130px; display:block; float:left; margin-right: 10px; }
.user-profile-info2 li .about-user2 { display:table }

.user-profile-info3 { margin-top:26px; margin-right:-20px }
.user-profile-info3 .blockinfo { float:left; width:30%; margin-right:20px }
.user-profile-info3 .blockinfo .info-top2 { background:url(/templates/skin/banana/images/bg-action.png) repeat-x center; height:40px; overflow:hidden; position:relative }
.user-profile-info3 .blockinfo .info-top2 .info-name { position:absolute; left:6px; top:-3px; background:url(/templates/skin/banana/images/actions-strelka.png) no-repeat bottom; padding-bottom:9px; font:16px Tahoma, sans-serif; color:#504b47 }

.user-profile-info3 .blockinfo ul li { margin-left:10px; display:table; margin-bottom:6px; background:#e2e0d4; padding:0px 6px; border-radius:4px; height:18px; line-height:18px }
.user-profile-info3 .blockinfo ul li:hover { background:#ffde64 url(/templates/skin/banana/images/yellow/profile-menu-bg.png) repeat-x }
.user-profile-info3 .blockinfo ul li a { background:url(/templates/skin/banana/images/profile-strelka.png) no-repeat right; padding-right:15px; font-size:12px; color:#565656; text-decoration:none }
.user-profile-info3 .blockinfo ul li a:hover { background:url(/templates/skin/banana/images/profile-strelka-hover.png) no-repeat right; }

.user-profile .voting { margin:16px 10px 0px 0px; float:right; position:relative }
.user-profile .voting .text { font:10px Tahoma, sans-serif; color:#918f87; margin-bottom:2px; }
.user-profile .voting .count { display:none; font:10px Arial, sans-serif; color:#eeeeed; padding:0px 4px 0px 3px; height:13px; top:4px; right:34px; line-height:12px; background:#36302b; position:absolute; border-radius:3px }
.user-profile .voting:hover .count { display:block }
.user-profile .voting .vote-count { float: left; color:#36302b; padding:0px 8px; font-family:Arial, sans-serif; font-weight:bold; text-shadow:0px 1px 0px #fff; background:url(/templates/skin/banana/images/yellow/bg-topic-info.png) repeat-x scroll 0px -7px; height:27px; line-height:27px; border-left:1px solid #fff; border-right:1px solid #fff }
.user-profile .voting .vote-count a { text-decoration: none; color: #999; outline: none; }

.user-profile .voting.vote-count-positive .vote-count { color:#fff; text-shadow:0px 1px 0px #509556; background:url(/templates/skin/banana/images/good-topic.png) repeat-x}
.user-profile .voting.vote-count-negative .vote-count { color:#eae8df; text-shadow:0px 1px 0px #231f1c; background:url(/templates/skin/banana/images/yellow/bad-topic.png) repeat-x}

.user-profile .voting .vote-up,
.user-profile .voting .vote-down 			{ width: 29px; height: 27px; float: left; cursor:pointer; display: block; background: url(/templates/skin/banana/images/yellow/voting-icon.png) no-repeat; position: relative; outline: none; top:0px }
.user-profile .voting .vote-up 			{ background-position: 0 0 }
.user-profile .voting .vote-down 			{ background-position: -29px 0 }
.user-profile .voting .vote-up:hover 	    { background-position: 0px -27px }
.user-profile .voting .vote-down:hover 	{ background-position: -29px -27px }

.user-profile .voting.voted.voted-up 	.vote-up 			{ background-position: 0px -27px }
.user-profile .voting.voted.voted-down .vote-down 			{ background-position: -29px -27px }
.user-profile .voting.voted.voted-up 	.vote-down:hover 	{ background-position: -29px 0; }
.user-profile .voting.voted.voted-down .vote-up:hover 	    { background-position: 0 0; }

.user-profile .voting.guest .vote-up:hover 	{ background-position: 0 0; }
.user-profile .voting.guest .vote-down:hover 	{ background-position: -29px 0; }

.user-profile .strength { float: right; margin-top:16px }
.user-profile .strength .total { height:27px; background:#e9e7de;padding:0px 20px; line-height:27px; color:#3d352a; font-size:12px; font-weight:bold; text-shadow:0px 1px 0px #fff }
.user-profile .strength .text { font:10px Tahoma, sans-serif; color:#918f87; margin-bottom:2px }

.user-profile-header { font-size: 18px; margin-bottom: 7px; border-bottom: 1px solid #ccc; }

.user-profile-table { width: 100%; }
.user-profile-table td { vertical-align: top; padding: 0 0 5px; }
.user-profile-table td.var { width: 150px; font-weight: bold; color: #999; }
.user-profile-table td .user { margin-right: 7px; }

.profile-dotted-list { margin-bottom: 50px; }
.profile-dotted-list li { overflow: hidden; zoom: 1; margin-bottom: 5px; background: url(/templates/skin/banana/images/dots.png)  0% 14px repeat-x; }
.profile-dotted-list li span { background: #fff; }
.profile-dotted-list li strong { float: right; width: 190px; font-weight: normal; background: #fff; }

.profile-contact-list { margin-bottom: 50px; }
.profile-contact-list li { margin-bottom: 5px; padding-left: 21px; position: relative; }
.profile-contact-list li i { position: absolute; top: 2px; left: 0; }

/* --------------------------------------------
	СТЕНА
-------------------------------------------- */

.wall-submit 									{ margin-bottom: 30px; position: relative; }
.wall-submit .counter							{ position: absolute; bottom: 18px; right: 15px; color: #818189; }
.wall-submit .counter.exceeded					{ color: #f00; }
.wall-submit textarea 							{ margin: 0 0 10px; }
.wall-submit.wall-submit-reply                  { margin: 15px 0 2px 0; -webkit-box-shadow: 0 0 7px #E2EAF1 inset; box-shadow: 0 0 7px #E2EAF1 inset; }
.wall-submit.wall-submit-reply:after 			{ display: block; content: ""; position: absolute; top: -12px; left: 15px; width: 0; height: 0; border-width: 6px; border-color: transparent transparent #eaf1f7 transparent; border-style: solid; }
.wall-submit.wall-submit-reply .counter			{ display: none; }
.wall-submit.wall-submit-reply textarea 		{ margin-bottom: 0; height: 28px; *height: 16px; *width: 590px; }
.wall-submit.wall-submit-reply button 			{ display: none; }
.wall-submit.wall-submit-reply.active textarea 	{ height: 80px; margin-bottom: 10px; }
.wall-submit.wall-submit-reply.active button 	{ display: block; }
.wall-submit.wall-submit-reply.active .counter	{ display: block; }
.wall-submit p 									{ margin-bottom: 5px; }

.wall-item-wrapper 				{ margin-bottom: 23px; border-bottom: 1px solid #e7ebed; padding: 0 0 20px 55px; position: relative; }
.wall-item-wrapper:last-child 	{ border-bottom:none; }

.wall-item .avatar 							{ width: 40px; height: 40px; position: absolute; top: 0; left: 0; }
.wall-item .info 							{ font-weight: bold;color: #b9c2c2; font-size: 12px; line-height: 1em; margin-bottom: 8px; }
.wall-item .info .date 						{ font-weight:normal; color: #818189; font-size:11px; }
.wall-item .actions.wall-item-actions 		{ margin-top: 5px; margin-bottom: 0; }
.wall-item .actions.wall-item-actions a 	{ color: #727a90; border-color: #727a90; }

.wall-item-replies       { padding: 4px 5px 2px; background: #fefef1; position: relative; color: #363636; margin-top: 15px; margin-bottom: 5px; font-size: 11px; border-radius: 5px; -webkit-box-shadow: 0 2px 4px #e8e8c0 inset; box-shadow: 0 2px 4px #e8e8c0 inset; }
.wall-item-replies:after 	{ display: block; content: ""; position: absolute; top: -12px; left: 15px; width: 0; height: 0; border-width: 6px; border-color: transparent transparent #EEEED8 transparent; border-style: solid; }

.wall-item-reply 						{ padding: 4px 0 8px 40px; margin: 0 7px; position: relative; font-size: 11px; border-bottom: 1px solid #ededc9; border-top: 1px solid #fff; }
.wall-item-reply:first-child 			{ border-top: none; padding-top: 0; margin-top: 3px; }
.wall-item-reply:first-child .avatar 	{ top: 4px; }
.wall-item-reply:last-child 			{ border-bottom: none; }
.wall-item-reply .text					{ font-size: 11px; }
.wall-item-reply .avatar 				{ position: absolute; top: 8px; left: 0; width: 30px; height: 30px; }
.wall-item-reply .actions 				{ margin-bottom: 0; }
.wall-item-reply .actions .date 		{ color: #818189; }
.wall-item-reply .author 				{ font-weight: bold; }

.wall-more 							{  }
.wall-more:hover 					{ background: #F4F4D9; }
.wall-more-reply { 
	display: block; 
	border-radius: 5px; 
	text-decoration: none; 
	text-align: center;
	padding: 7px 0; 
	font-size: 11px; 
	margin-bottom: 10px; 
	color: #898953;
	border: 1px solid #eaeac4;
	box-shadow: 0 1px 2px #dbdbba, 0 1px 0 #fff inset;

	background: #fffffa;
	background: -moz-linear-gradient(top,  #fffffa 0%, #fefef1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffffa), color-stop(100%,#fefef1));
	background: -webkit-linear-gradient(top,  #fffffa 0%,#fefef1 100%);
	background: -o-linear-gradient(top,  #fffffa 0%,#fefef1 100%);
	background: -ms-linear-gradient(top,  #fffffa 0%,#fefef1 100%);
	background: linear-gradient(top,  #fffffa 0%,#fefef1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffa', endColorstr='#fefef1',GradientType=0 );
}
.wall-more-reply:hover 				{ color: #898953; }
.wall-more.loader 					{ background: #F4F4D9 url(/templates/skin/banana/images/loader.gif) 50% 50% no-repeat; }
.wall-more.loader .wall-more-inner 	{ visibility: hidden; }

.wall-note h3 { font-size: 15px; margin-bottom: 20px; font-family: Verdana, sans-serif; }/* --------------------------------------------
	ВСПЛЫВАЮЩИЕ ПОДСКАЗКИ
-------------------------------------------- */

.infobox {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3500;
	text-align: left;
	padding: 15px;
	min-width: 50px;
	max-width: 300px;
	color: #fff;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
}

.infobox .tip-arrow 					{ position: absolute; width: 0; height: 0; border-width: 6px; border-style: solid; border-color: rgba(0,0,0,.8); }
.infobox .tip-arrow.tip-arrow-top 		{ top: -12px; left: 15px; border-top-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; }
.infobox .tip-arrow.tip-arrow-bottom 	{ bottom: -12px; left: 15px; border-bottom-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; }
.infobox .tip-arrow.tip-arrow-right 	{ top: 50%; margin-top: -6px; right: -12px; border-bottom-color: transparent !important; border-top-color: transparent !important; border-right-color: transparent !important; }
.infobox .tip-arrow.tip-arrow-left 		{ top: 50%; margin-top: -6px; left: -12px; border-bottom-color: transparent !important; border-top-color: transparent !important; border-left-color: transparent !important; }

.infobox a 			{ color: #B4B8ED; }
.infobox a:hover 	{ color: #999DDB; }


/* Default Tip */
.infobox.infobox-standart 				{ background: rgba(0,0,0,.8); }
.infobox.infobox-standart .tip-arrow 	{ border-color: rgba(0,0,0,.8); }

/* Yellow */
.infobox.infobox-yellow         { background: #fffea8; color: #3e3e16; border-radius: 10px; padding: 15px 20px; font-size: 11px; line-height: 16px; -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3); box-shadow: 0 0 15px rgba(0,0,0,.3); }
.infobox.infobox-yellow .tip-arrow 		{ border-color: #fffea8; }

/* Topic */
.infobox.infobox-topic           { font-size: 11px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5); box-shadow: 0 0 10px rgba(0,0,0,.5); background: #1d1d1d; border-radius: 10px; }
.infobox.infobox-topic i 				{ margin-right: 5px; }
.infobox.infobox-topic .tip-arrow        { left: 50%; margin-left: -5px; border-color: #1d1d1d; }

/* Help */
.infobox.infobox-help                               { background: #fff; width: 300px; color: #000; border-radius: 10px; padding: 15px; font-size: 12px; line-height: 18px; -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3); box-shadow: 0 0 15px rgba(0,0,0,.3); }
.infobox.infobox-help .tip-arrow 					{ display:none }
.infobox.infobox-help .blog-info 					{ margin-bottom: 30px; }
.infobox.infobox-help .blog-info li span 			{ background: #fff; }
.infobox.infobox-help .blog-info li strong 			{ background: #fff; }

/* Share */
.infobox.infobox-share                 { background: #fff; width: 300px; border: 3px solid #edf8fd; color: #000; border-radius: 10px; padding: 10px 15px; font-size: 12px; line-height: 18px; -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3); box-shadow: 0 0 15px rgba(0,0,0,.3); }
.infobox.infobox-share .tip-arrow 					{ border: none; width: 15px; height: 11px; background: url(/templates/skin/banana/images/icons-synio.png) no-repeat; }
.infobox.infobox-share .tip-arrow.tip-arrow-top 	{ background-position: -38px -107px; top: -11px; left: 50%; margin-left: -7px;  }
.infobox.infobox-share .tip-arrow.tip-arrow-bottom 	{ background-position: -53px -107px; bottom: -11px; left: 50%; margin-left: -7px;  }
/* --------------------------------------------
	ВСПЛЫВАЮЩИЕ УВЕДОМЛЕНИЯ
-------------------------------------------- */

#notifier {
	width: 250px; 
	
	position: fixed; 
	top: 10px; 
	right: 10px; 
	
	font-size: 11px;
	line-height: 16px;
	z-index: 9999; 
	
	/* IE 6 Fix */
	_position: absolute; 
	_top: expression( eval(document.documentElement.scrollBottom) + 10 +"px" );
}

#notifier .n-box { 
	position: relative;

	padding: 10px 15px 11px;
	margin-bottom: 10px;

	color: #fff;
	background: #000;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	cursor: pointer;
}
#notifier .n-box h3 { color: #fff; font-size: 14px; font-weight: bold; margin-bottom: 3px; }
#notifier .n-box p { margin: 0; }

#notifier .n-box.n-notice { background: #64DD49; color: #000; opacity: 0.95; }
#notifier .n-box.n-notice h3 { color: #333; }
#notifier .n-box.n-error { background: #BC0000; color: #fff; opacity: 0.8; }/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/templates/skin/banana/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/templates/skin/banana/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/templates/skin/banana/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #C9EEFF; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/templates/skin/banana/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(/templates/skin/banana/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/templates/skin/banana/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/templates/skin/banana/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/templates/skin/banana/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/templates/skin/banana/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/templates/skin/banana/css/smoothness/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/templates/skin/banana/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/templates/skin/banana/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/templates/skin/banana/css/smoothness/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/templates/skin/banana/css/smoothness/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/templates/skin/banana/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/templates/skin/banana/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Autocomplete 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.14
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.4;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Datepicker 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-autocomplete-loading {
	background: #fafafa url(/templates/skin/banana/images/loader.gif) 50% 50% no-repeat;
}/* --------------------------------------------
	СТИЛИ ДЛЯ ПЕЧАТИ
-------------------------------------------- */

@media print {
	@page 			{ margin: 0.5cm; }

	* 				{ background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; font-family: Arial, sans-serif !important; }
	
	body, .text 	{ font-size: 14pt; }
	
	a, a:visited 	{ text-decoration: underline; }

	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead 			{ display: table-header-group; }
	tr, img 		{ page-break-inside: avoid; }
	img 			{ max-width: 100% !important; }
	
	h1 				{ font-size: 30pt !important; font-weight: bold !important; }
	h4 				{ font-size: 26pt !important; }
	h5 				{ font-size: 23pt !important; }
	h6 				{ font-size: 20pt !important; }
	p, h3, h4, h5 	{ orphans: 3; widows: 3; }
	h3, h4, h5 		{ page-break-after: avoid; }
	h1 a 			{ text-decoration: none !important; }
	
	#header, #userbar, #nav, #sidebar, #footer, #comments, .toolbar, .nav-filter-wrapper, 
	.topic-footer, .stat-performance, .topic-actions, .reply-header, .nav { display: none !important; }
	
	#wrapper { -webkit-box-shadow: none; box-shadow: none; border: 0; padding: 0; }
	#content { width: 100%; margin: 0; }
	
	.topic { margin-bottom: 100px; }
}


@media screen and (max-width: 320px) {
    body { background:url(/templates/skin/banana/images/blue/bg1.png) repeat-x top }

    #container { min-width:320px; max-width:100% }

    #header { overflow:visible; height:auto; padding-bottom:20px }
    #header .logo { float:none; margin-top:25px }
    #header .pages { display:none }
    #header .social-btn { display:none }

    #wrapper { margin:20px 0 10px 0; margin-right:10px !important }
    #content { width:100% }
    #content .topic { margin-bottom:50px }
    #content .topic .topic-content.text { display:none }
    #content .topic .tags { display:none }
    #content .topic .tags-top { display:none }
    #content .topic.topic-type-photoset .topic-photo-preview { display:none }

    #sidebar { display:none }
    #nav { display:none }

    #footer-inner { min-width:320px; max-width:100% !important }
    #footer .right { float:none; padding-left:6px }
    #footer .social-icons { display:none }
    #footer .footer-menu { display:none }

    .pagination ul { display:none }
    .toolbar { display:none !important }

}input[type="text"].datepicker {
	display:inline;
	width:100px;
	margin-bottom:0px;
}
.table-container {
	clear:both;
}

.table-container td {
	vertical-align:middle;
}
/* -------------------------------------------------------
 *
 *   LiveStreet (v1.x)
 *   Plugin Edit comment (v.0.4)
 *   Copyright © 2011 Bishovec Nikolay
 *
 * --------------------------------------------------------
 *
 *   Plugin Page: http://netlanc.net
 *   Contact e-mail: netlanc@yandex.ru
 *
 ---------------------------------------------------------
 */

.comment-info li.edit a{
    color: green;
}
.comment-info li.save, .comment-info li.cancel{
    display: none;
}
.comment-info li.save a{
    color: blue; 
}
.comment-info li.cancel a{
    color: red;
}
.info_edit{
    font-size: 9px; font-style: italic; text-align: right; margin-top: -10px; color: #aaa;
}


/* Flow wrapper
---------------------------------------------- */
#wrapper.flow-page 			{ padding: 0 0 30px; background: none; box-shadow: none; border-bottom: none; width: 100%; overflow: visible; margin-bottom: 50px; zoom: 1; }
#wrapper.flow-page #content { padding: 0; background: none;}
#wrapper.flow-page:before,
#wrapper.flow-page:after 	{ content: ""; display: table; }
#wrapper.flow-page:after 	{ clear: both; }


/* Flow nav
---------------------------------------------- */
.flow-nav 							{ margin-bottom: 20px; padding-bottom:20px; border-bottom:1px solid #eee; overflow: hidden; zoom: 1; }
.flow-nav .menu					    { margin-bottom: 0; float: right }
.flow-nav .menu li					{ float:left; margin-right:15px }
.flow-nav .menu li:first-child		{ float:left; margin-right:8px }
.flow-nav .menu li a			    { border-bottom:1px dotted }
.flow-nav .menu li a:hover		    { color:#999 }
.flow-nav .menu li a:active		    { color:#000 }


/* Flow blocks
---------------------------------------------- */
.flow-blocks { width: 988px; }

.flow-item { margin: 0 12px 12px 0; float: left; }

.flow-block 								{ width: 235px; border-radius: 10px; box-shadow: 0 0 5px #ddd; overflow: hidden; background: #fff; position: relative; }
.flow-block:hover							{ box-shadow: 0 0 3px 1px #FFDC5A }
.flow-block img.cover 						{ max-width: 100%; vertical-align: top; border-radius: 10px 10px 0 0; }
.flow-block .flow-block-header 				{ padding: 14px 14px 0; }
.flow-block .flow-block-header h1 { margin-bottom:1px; font-family:Tahoma, sans-serif; font-size:20px; line-height:24px; color:#36302b }
.flow-block .flow-block-header h1 a { color:#36302b; text-decoration:none }
.flow-block .flow-block-header h1 a:hover { color:#7F756C }
.flow-block .flow-block-header h2 			{ font-size: 13px; line-height: 1.1em; margin-bottom: 20px;  }
.flow-block .flow-block-header h2 { padding-top:2px }
.flow-block .flow-block-header h2 a { color:#afafaf; text-decoration:none }
.flow-block .flow-block-header h2 a:hover { text-decoration:underline }
.flow-block .flow-block-content 			{ padding: 0 14px 14px; position: relative; margin-bottom: 10px; }
.flow-block .flow-block-content .fade { 
	position: absolute;
	left: 0;
	bottom: 0;
	width: 232px;
	height: 50px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
}
.flow-block .flow-block-info-top 									{ padding: 6px 14px; border-bottom: 1px solid #eee; overflow: hidden; zoom: 1; font-size: 11px; line-height: 16px; }
.flow-block .flow-block-info-top li 								{ float: left; }
.flow-block li.flow-block-info-date 			{ color: #afafaf; }
.flow-block li.flow-block-info-author 			{ margin-right: 10px; max-width: 150px; overflow: hidden; height: 18px; white-space: nowrap; }
.flow-block li.flow-block-info-author a 		{ text-decoration: underline}
.flow-block li.flow-block-info-author a:hover 	{ color:#666 }
.flow-block li.flow-block-info-author a img	{ width: 16px; height: 16px; vertical-align: middle; margin-right: 1px; }

.flow-block .flow-block-info 		{ padding: 7px 8px 7px 10px; overflow: hidden; font-size: 11px; line-height: 11px; }
.flow-block .flow-block-info li 	{ float: left; margin-right: 10px; border-right: 1px solid #fff; padding: 6px; }
.flow-block .flow-block-info li a 	{ text-decoration: none; }

.flow-block .flow-block-info li.topic-info-comments a		{ text-decoration: underline; float: left; }
.flow-block .flow-block-info li.topic-info-comments a:hover	{ color: #666 }
.flow-block .flow-block-info li.topic-info-comments i 		{ float: left; background:url(/plugins/flow/templates/skin/banana/images/comm-icon.png) no-repeat; height:16px; width:16px; margin-right: 4px; position: relative; top: -1px; }

.flow-block .flow-block-info li.topic-info-favourite 			{ padding: 6px; color: #666; cursor: pointer; }
.flow-block .flow-block-info li.topic-info-favourite i 			{ float: left; margin-right: 4px; }
.flow-block .flow-block-info li.topic-info-favourite:hover i	{ background-position: 0 -12px; }

.flow-block.flow-block-wide 													{ width: 482px }
.flow-block.flow-block-wide .flow-block-header h1 								{ font-size: 27px; }
.flow-block.flow-block-wide .flow-block-header h2 								{ font-size: 18px; }
.flow-block.flow-block-wide .flow-block-content .fade 							{ width: 482px }
.flow-block.flow-block-wide .flow-block-info-top 								{ display: none; }
.flow-block.flow-block-wide .flow-block-info 									{ border-top: 1px dotted #d6dee2; padding: 8px 7px 11px 14px; }
.flow-block.flow-block-wide .flow-block-info li.flow-block-info-author			{ padding: 5px 0 0; max-width: 250px; }
.flow-block.flow-block-wide .flow-block-info li.flow-block-info-author a 		{ text-decoration: underline; }
.flow-block.flow-block-wide .flow-block-info li.flow-block-info-author a img  	{ position: relative; top: -1px; }
.flow-block.flow-block-wide .flow-block-info li.topic-info-share  				{ position: relative; right: 2px; top: 1px;  }
.flow-block.flow-block-wide .flow-block-share									{ bottom: 38px; }

/* Flow more
---------------------------------------------- */
.flow-more { 
	height: 70px;
	width: 230px;
	border: 1px solid #eee;
	float: left;
	border-radius: 10px; 
	box-shadow: 0 0 5px #eee; 
	color: #3f8ad7; 
	
	font-weight: bold; 
	font-size: 11px;
	cursor: pointer;
	position: relative;
}
.flow-more .icon-flow-more { width: 7px; height: 9px; background: url(/plugins/flow/templates/skin/banana/images/icon-flow-more.png) no-repeat; vertical-align: middle; margin-right: 5px; }
.flow-more .flow-more-inner { width: 100%; text-align: center; display: none; position: absolute; top: 50%; margin-top: -9px; }
.flow-more:hover { border-color: #fff; background: #fff; box-shadow: 0 0 3px 1px #FFDC5A }
.flow-more:hover .flow-more-inner { display: block; }

.flow-more-bottom { 
	background: #fff; 
	border-radius: 10px; 
	box-shadow: 0 0 5px #eee; 
	color: #666;
	text-align: center; 
	font-weight: bold; 
	font-size: 11px;
	padding: 15px 0;
	cursor: pointer;
	display: none;
}
.flow-more-bottom:hover { box-shadow: 0 0 3px 1px #FFDC5A }
.flow-more-bottom .icon-flow-more { width: 7px; height: 9px; background: url(/plugins/flow/templates/skin/banana/images/icon-flow-more.png) no-repeat; vertical-align: middle; margin-right: 5px; }
.flow-more-bottom.loader { background-image: url(/plugins/flow/templates/skin/banana/images/loader.gif); background-repeat: no-repeat; background-position: 50% 50%; }
.flow-more-bottom.loader .flow-more-bottom-text-loader {display: block;}
.flow-more-bottom.loader .flow-more-bottom-text-static {display: none;}
.flow-more-bottom-text-loader { display: none; }

/* Infobox */
#flow-block-stream { width:450px !important }
#flow-block-tags { width:450px !important }
#flow-block-tags .block-type-tags { background:#fff; padding:0 }

.infobox.infobox-block 								{ background: #fff; width: 300px; border: 3px solid #edf8fd; color: #000; border-radius: 10px; padding: 15px; font-size: 12px; line-height: 18px; box-shadow: 0 0 15px rgba(0,0,0,.3); }
.infobox.infobox-block .tip-arrow 					{ border: none; width: 15px; height: 11px; background: url(/plugins/flow/templates/skin/banana/images/icons-synio.png) no-repeat; }
.infobox.infobox-block .tip-arrow.tip-arrow-top 	{ background-position: -38px -107px; top: -11px; left: auto; right: 15px; }
.infobox.infobox-block .tip-arrow.tip-arrow-bottom 	{ background-position: -53px -107px; bottom: -11px; left: auto; right: 15px; }
.infobox.infobox-block a 							{ color: #3f8ad7; }
.infobox.infobox-block .blog-info 					{ margin-bottom: 30px; }
.infobox.infobox-block .blog-info li span 			{ background: #fff; }
.infobox.infobox-block .blog-info li strong 		{ background: #fff; }
.infobox.infobox-block .infobox-topic 				{ color: #727a90; font-size: 11px; }
.infobox.infobox-block .infobox-actions 			{ font-size: 11px; }
.infobox.infobox-block .close { 
	position: absolute; 
	top: 7px; 
	right: 8px; 
	width: 16px; 
	height: 16px; 
	background: url(/plugins/flow/templates/skin/banana/images/icons-synio.png) no-repeat -131px -39px;
}
.infobox.infobox-block .close:hover { background-position: -131px -55px; }

.flow-block-share { background: #fff; border: 3px solid #edf8fd; padding: 3px; border-radius: 5px; position: absolute; bottom: 35px; left: 0; right: 0; display: none; z-index: 100; }
.flow-block-share .arrow { position: absolute; border: none; width: 15px; height: 11px; background: url(/plugins/flow/templates/skin/banana/images/icons-synio.png) no-repeat; background-position: -53px -107px; bottom: -11px; right: 10px; }

.infobox-flow { width: 240px !important; visibility: visible; display: none; z-index: 1; }
.infobox-flow.infobox-help .tip-arrow.tip-arrow-top { right: 10px; left: auto !important; }/* UserTop */
.usertop ul.usertop li strong { font-weight: bold !important; float:right; color: #5FA459; }
.user-i 	                  { font-weight: bold; color: #333; }
.user-i:before                { content: ''; display: inline-block; width: 14px; height: 14px; margin-right: 3px; background: url(/templates/skin/banana/images/icons.png) -168px -1px no-repeat; vertical-align: middle; }/*
  Blogtopics plugin
  (P) PSNet, 2008 - 2012
  http://psnet.lookformp3.net/
  http://livestreet.ru/profile/PSNet/
  http://livestreetcms.com/profile/PSNet/
*/

.block.blogtopics h3 { float:none }

.block.blogtopics .block-content { padding-left:0 }
.block.blogtopics .block-blogtopics-list { font-family:Tahoma, sans-serif; }
.block.blogtopics .block-blogtopics-list li { clear:both; position:relative; overflow:hidden; border-bottom:1px dotted #e6e5e5; padding:0px 10px 8px 10px; margin-bottom:8px; vertical-align:middle }
.block.blogtopics .block-blogtopics-list li:last-child { padding-bottom:0px; border-bottom:0px }
.block.blogtopics .block-blogtopics-list li a { display:block; float:left; text-decoration:none; color:#676767; width:90% }
.block.blogtopics .block-blogtopics-list li a:hover { text-decoration:underline }
.block.blogtopics .block-blogtopics-list li span { position:absolute; right:0; top:0; font-family:Arial, sans-serif; font-size:12px; font-weight:bold; color:#3d352a; background:url(/templates/skin/banana/images/comm-icon.png) no-repeat 0 1px; padding-left:18px }

/*
     */
/*
*/