/*! 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: 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;
}

/*
 * 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; }
/* -------------------------------------------------------------------
	ОСНОВНЫЕ СТИЛИ
------------------------------------------------------------------- */

body {
    height: 100%;
    line-height: 1;
    font-family: Tahoma;
    font-size: 11px;
    background: url(http://spynet.ru/templates/skin/spynet/images/bg.gif) left top repeat;
    
    margin: 0 auto;
    max-width: 1280px;
    min-width: 1000px;
}



/* Ссылки
---------------------------------------------------- */
a 		{ color: #2992BE; text-decoration: none; }
a:hover { text-decoration: underline; }

.text a:visited { color: #1D2273; }

a.link-dashed 		{ border-bottom: 1px dashed #5055b2; }
a.link-dashed:hover { border-color: #06e; }

a.link-dotted 		{ text-decoration: none; border-bottom: 1px dotted #5055b2; }
a.link-dotted:hover { border-color: #06e; }



/* Заголовки
---------------------------------------------------- */
h2.page-header { line-height: 1.35em; margin-bottom: 20px; font-size: 23px; font-weight: normal; color: #000; margin-left: 20px; }
h2.page-header span { color: #aaa; }

h2.header-table { margin-bottom: 0; border-bottom: 1px solid #eee; padding-bottom: 5px; font-size: 14px; font-weight: bold; }




/* welcome */
#welcome {
    width: 196px;
    height: 74px;
    margin: 0 auto;
    background: url(http://spynet.ru/templates/skin/spynet/images/welcome.jpg) left top no-repeat;
    text-align: center;
    padding: 30px 120px 10px 20px;
    line-height: 150%;
    color: #6e8392;
    margin-bottom: 20px;
}
#welcome a {
    color: #2992be;
    font-size: 12px;
    font-style: italic;
    text-decoration: underline;
}

/* Userbar */
#userbar {    float:right;   }
#userbar li 								{ float: left; color: #F8D57B; line-height: 29px; background: url(http://spynet.ru/templates/skin/spynet/images/separator.gif) left center no-repeat!important; padding: 0 15px;}
#userbar li:first-child {background: none; padding: 0; margin-right: 15px; }
#userbar li a 								{ color: #FFF }
#userbar li.nav-userbar-username a 			{ font-weight: bold; }
#userbar li.nav-userbar-username .avatar 	{ vertical-align: middle; width: 22px; height: 22px; margin-right: 10px; }
#userbar li .new-messages 					{ color: #4AA731; font-weight: bold; }
#userbar li.msg i{margin-right: 0}
#userbar li.msg.new-messages { margin-right: 4px;}
#userbar li.msg.new-messages a{ color: #F8D57B;}

#userbar li.rating{}

/* Шапка сайта
---------------------------------------------------- */
#header i, #header b {
    position: absolute;
    top: 0;
    width: 28px;
    height: 163px;
    display: block;
    overflow: hidden;
    background-image: url(http://spynet.ru/templates/skin/spynet/images/topRounded.gif);
    background-repeat: no-repeat;
}
#header i{left: 0; background-position: 0 0;}
#header b{right: 0; background-position: -28px 0;}
#header #holder { height: 163px; margin: 0 28px; background: url(http://spynet.ru/templates/skin/spynet/images/holderBg.gif) left top repeat-x; }
#holder h1 { width: 129px; height: 176px; background: url(http://spynet.ru/templates/skin/spynet/images/logo.gif) left top no-repeat; overflow: hidden; position: absolute; left: 60px; top: -15px; }
#holder h1 a { display: block; width: 129px; height: 176px; text-indent: -9999px; }


/*search*/
.search-sidebar {
    background: #e3e7e6;
    background: -moz-linear-gradient(top,  #e3e7e6 0%, #e4e5e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e7e6), color-stop(100%,#e4e5e9));
    background: -webkit-linear-gradient(top,  #e3e7e6 0%,#e4e5e9 100%);
    background: -o-linear-gradient(top,  #e3e7e6 0%,#e4e5e9 100%);
    background: -ms-linear-gradient(top,  #e3e7e6 0%,#e4e5e9 100%);
    background: linear-gradient(to bottom,  #e3e7e6 0%,#e4e5e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e7e6', endColorstr='#e4e5e9',GradientType=0 );
    width: 300px;
    height: 29px;
    border-radius: 29px;
    position: relative;
    margin-bottom: 15px;
}
.search-sidebar input {
    float: left;
    width: 266px;
    height: 19px;
    line-height: 19px;
    border: 1px solid #D9DBDA;
    border-radius: 16px;
    margin: 4px 0px 0 6px;
    font-size: 10px;
    padding: 0 10px;
}
.search-sidebar .search-submit {
    position: absolute;
    right: 4px;
    top: 0px;
    width: 20px;
    height: 21px;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    background: url(http://spynet.ru/templates/skin/spynet/images/search.png) left top no-repeat;
    cursor: pointer;
}


/* Футер
---------------------------------------------------- */
#footer .copyright { float: right; }



/* Stat
---------------------------------------------------- */
.stat-performance { padding: 15px 20px; 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(http://spynet.ru/templates/skin/spynet/images/loader.gif) no-repeat center;}



/* Stream
---------------------------------------------------- */
.stream-get-more { display: block; text-align: center; padding: 12px 0; background: #fafafa; color: #aaa; border-top: 1px solid #eee; text-decoration: none; }
.stream-get-more:hover { background: #f0f7fd; }
.stream_loading { background: #f7f7f7 url(http://spynet.ru/templates/skin/spynet/images/loader.gif) no-repeat center; }
.stream-comment-preview { padding: 10px 15px; background: #f3f3f3; margin-top: 5px; }

.stream-list { margin: 0 0 20px; }
.stream-list li.stream-item { margin-bottom: 5px; min-height: 48px; _height: 48px; background: #fafafa; padding: 10px 15px 10px 70px; position: relative; }
.stream-list li.stream-item .avatar { position: absolute; top: 10px; left: 10px; }
.stream-list li.stream-item .date { display: block; color: #999; margin-bottom: 5px; }
.stream-list li.stream-item a { text-decoration: none; }
.stream-list li.stream-item a:hover { text-decoration: underline; }
.stream-list li.stream-header-date { font-size: 12px; color: #777; margin-top: 30px; 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; }



/* Misc
---------------------------------------------------- */
.avatar-edit { margin-bottom: 15px; }
.avatar-edit img { vertical-align: bottom; }
.avatar-edit label { margin-top: 10px; }

.drafts { float: right; margin-top: 10px; }

.poll-create 					{ padding: 15px 20px; margin-bottom: 20px; background: #f7f7f7; }

.question-list 					{ margin-bottom: 15px; }
.question-list li 				{ margin-bottom: 5px; }
.question-list li .input-text	{ margin-right: 10px; }


.help { 
	display: none;
	position: relative; 
	padding: 10px 7px 13px;
	background: #fafafa; 
	color: #363636; 
	margin-top: 13px; 
	font-size: 11px; 
	line-height: 16px;
	border-radius: 3px; 
	-webkit-box-shadow: 0 0 5px #eaeaea inset; box-shadow: 0 0 5px #eaeaea inset; 
}
.help:before 	{ display: block; content: ""; position: absolute; top: -12px; left: 15px; width: 0; height: 0; border-width: 6px; border-color: transparent transparent #eee transparent; border-style: solid; }
.help h3 { font-size: 15px; font-weight: bold; margin-bottom: 10px; }
.help .help-col { float: left; width: 250px; 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: monospace; font-weight: bold; margin-bottom: 3px; }
.help .help-item h4 a { color: #5055B2; border-bottom: 1px dotted #727a90; }/* -------------------------------------------------------------------
// 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: 200px;
	line-height: 18px;
	overflow: auto;
	width: 100%;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border: 1px solid #C0CAD5;
}
.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(http://spynet.ru/engine/lib/external/jquery/markitup/skins/simple/images/handle.png) 50% 3px no-repeat;
	cursor: n-resize;
}


/***************************************************************************************/
/* first row of buttons */
.markItUpHeader { 
	background: #eee; 
	padding: 5px; 
	border-top: 1px solid #c0cad5; 
	border-left: 1px solid #c0cad5; 
	border-right: 1px solid #c0cad5; 
}
.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: 6px; }
.markItUpHeader ul li: hover > ul{ display: block; }
.markItUpHeader ul .markItUpDropMenu {
	background: transparent url(http://spynet.ru/engine/lib/external/jquery/markitup/skins/simple/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(http://spynet.ru/engine/lib/external/jquery/markitup/skins/simple/images/submenu.png) no-repeat 100% 50%;
}
.markItUpHeader ul .markItUpSeparator {
	margin: 0 6px 0 0;
	width: 1px;
	height: 16px;
	overflow: hidden;
	background-color: #CCC;
}
.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 .editor-h4 a 			{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/h4.png); }
.markItUp .editor-h5 a 			{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/h5.png); }
.markItUp .editor-h6 a 			{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/h6.png); }
.markItUp .editor-bold a 		{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/bold.png); }
.markItUp .editor-italic a 		{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/italic.png); }
.markItUp .editor-stroke a 		{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/stroke.png); }
.markItUp .editor-underline a 	{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/underline.png); }
.markItUp .editor-quote a 		{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/quote.png); }
.markItUp .editor-code a 		{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/code.png); }
.markItUp .editor-ul a 			{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/ul.png); }
.markItUp .editor-ol a 			{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/ol.png); }
.markItUp .editor-li a 			{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/li.png); }

.markItUp .editor-picture a 	{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/picture.png); }
.markItUp .editor-image a 		{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/image.png); }
.markItUp .editor-link a 		{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/link.png); }

.markItUp .editor-clean a 		{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/clean.png); }
.markItUp .editor-preview a 	{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/preview.png); }
.markItUp .editor-cut a 		{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/cut.png); }
.markItUp .editor-video a 		{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/video.png); }
.markItUp .editor-user a 		{ background-image:url(http://spynet.ru/engine/lib/external/jquery/markitup/sets/default/images/user.png); }/* 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(http://spynet.ru/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}}/* --------------------------------------------
	СЕТКА
-------------------------------------------- */
#decorate { height: 195px; width: 100%; overflow: hidden; position: absolute; left: 0; top: 0; z-index: -1; background: url(http://spynet.ru/templates/skin/spynet/images/topBg.gif) left top repeat-x; }

#container 	{ min-width: 960px; max-width: 100%; margin: 0 auto; padding: 0 15px; }
#header 	{ height: 163px; position: relative; }


#wrapper 	{ clear: both; background: #FFF; position: relative; padding-bottom: 28px; border-radius: 0 0 28px 28px;}
#content 	{ min-width: 630px; margin: 0 320px 0 10px; }
#nav 		{ height: 33px; background: url(http://spynet.ru/templates/skin/spynet/images/sectionsBg.gif) right top no-repeat; margin-bottom: 15px; }
#sidebar	{ width: 300px; margin: 0 10px; float: right; }
#footer 	{ clear: both; height: 148px; background: url(http://spynet.ru/templates/skin/spynet/images/footerBg.jpg) center top no-repeat; }


#content.content-full-width { margin-right: 10px; }

#content.content-right 		{ margin-right: 0; float: none; margin-left: 311px; width: auto; }
#sidebar.sidebar-left 		{ float: left; width: 250px; padding-right: 30px; border-right: 1px solid #eee; margin-right: 30px; }

#registration-form {background: #F0F0F0; padding: 20px;}
#login-form {background: #F0F0F0; padding: 20px;}
.form-profile {background: #F0F0F0; padding: 20px;}

.black-content {background: #F0F0F0; padding: 20px;}


/* -------------------------------------------------------------------
	ОБЩИЕ СТИЛИ
------------------------------------------------------------------- */

/* Голосование 
---------------------------------------------------- */
.vote .vote-count 							{ float: left; display: inline-block; font-weight: bold; color: #aaa; padding: 0 7px;  font-size: 14px; line-height: 38px; }
.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 							{ cursor: pointer; float: left; margin-top: 8px; width: 19px; height: 23px; background: url(http://spynet.ru/templates/skin/spynet/images/voting.gif) no-repeat; }
.vote .vote-up 								{  background-position: 0 0;}
.vote .vote-down 							{  background-position: 0 -23px; }
.vote .vote-up:hover 						{ background-position: -19px 0; }
.vote .vote-down:hover 						{ background-position: -19px -23px; }

.vote.voted.voted-up 	.vote-up 			{ background-position: -19px 0; }
.vote.voted.voted-down 	.vote-down 			{background-position: -19px -23px; }
.vote.voted.voted-up 	.vote-down:hover 	{ background-position: -19px -23px; }
.vote.voted.voted-down 	.vote-up:hover 		{ background-position: -19px 0; }



/* Избранное 
---------------------------------------------------- */
.favourite 			{ display: inline-block; width: 19px; height: 19px; vertical-align: text-top; background: url(http://spynet.ru/templates/skin/spynet/images/star.gif) no-repeat; cursor: pointer; }
.favourite.active 	{ background-position: left bottom;}
.favourite:hover 	{ background-position: left bottom; }
.favourite-count    { display: block; text-align: center; color: #989898; font-size: 10px; }



/* Пагинация 
---------------------------------------------------- */
.pagination .pageswitch {margin: 40px 0 20px 25px;}
.pagination .pageswitch li{display: -moz-inline-stack; display: inline-block; vertical-align: middle; zoom: 1; width: 125px; height: 24px; line-height: 24px; overflow: hidden; background-image: url(http://spynet.ru/templates/skin/spynet/images/nextPrev.gif); background-repeat: no-repeat;}
.pagination .pageswitch li a {display: block; height: 24px;}
.pagination .pageswitch li.prev.active, .pagination .pageswitch li.prev:hover {
    background-position: 0 -24px;
}

.pagination .pageswitch li.next{background-position: -125px 0;}
.pagination .pageswitch li.next.active, .pagination .pageswitch li.next:hover { background-position: -125px -24px; }

.pagination .paginator {font-size: 13px; font-style: italic; font-weight: bold; margin: 0 0 0 25px; font-family: Trebuchet MS, Tahoma;}
.pagination .paginator li:first-child{color: #AEAEAE;}
.pagination .paginator li{padding-right: 5px; display: inline;}
.pagination .paginator li.active span{color: #F2A500; border: 1px solid #F2A500; padding: 0 9px 3px; display: inline-block; border-radius: 5px; }

.pagination .paginator a{color: #18AED3; padding: 0 5px 0 9px; text-decoration: underline;}
/*ul 					{ overflow: hidden; zoom: 1; line-height: 1em; }
.pagination ul li 				{ float: left; margin-right: 5px; }
.pagination ul li span,
.pagination ul li a 			{ float: left; padding: 7px 10px; background: #eee; color: #333; }
.pagination ul li a:hover 		{ background: #ddd; }
.pagination ul li.active span 	{ color: #bbb; background: #fafafa; }
.pagination ul li i 			{ opacity: .5; filter: alpha(opacity=50); }



/* Actions 
---------------------------------------------------- */
.actions 						{ overflow: hidden; zoom: 1; margin-bottom: 10px; }
.actions li 					{ float: left; margin-right: 10px; }
.actions li a 					{ color: #D23232; }
.actions li a:hover 			{ text-decoration: underline; }
.actions li a.link-dotted 		{ border-color: #f00; }
.actions li a.link-dotted:hover { border-color: #06e; color: #06e; text-decoration: none; }



/* Toolbar 
---------------------------------------------------- */
.toolbar 					{ float: right; position: fixed; top: 220px; right: 10px; z-index: 100; }
.toolbar section 			{ width: 34px; line-height: 14px; background: #fff; -webkit-box-shadow: 0 0 5px rgba(0,0,0,.05); box-shadow: 0 0 5px rgba(0,0,0,.05); margin-bottom: 10px; }
.toolbar section a			{ display: block; padding: 10px; }
.toolbar section a:hover	{ background: #fafafa; }
.toolbar section i			{ display: block; }

/* Admin button */
.toolbar .toolbar-admin a { display: block; }

/* Update comments button */
.toolbar .toolbar-update {  }
.toolbar .toolbar-update .update-comments 			{ padding: 9px; }
.toolbar .toolbar-update .update-comments i 		{ display: block; width: 16px; height: 16px; background: url(http://spynet.ru/templates/skin/spynet/images/update.gif) no-repeat; }
.toolbar .toolbar-update .update-comments.active i 	{ background-position: -16px 0; }
.toolbar .toolbar-update .new-comments 				{ border-top: 1px solid #eee; padding: 10px 0; color: #333; text-align: center; font-size: 11px; }

/* Topic navigation */
.toolbar .toolbar-topic a.toolbar-topic-prev { border-bottom: 1px solid #eee; }

/* Scroll up */
.toolbar .toolbar-scrollup { display: none; }



/* Список пользователей 
---------------------------------------------------- */
.user-list-avatar 			{ overflow: hidden; zoom: 1; }
.user-list-avatar li 		{ width: 64px; overflow: hidden; float: left; margin-right: 20px; margin-bottom: 15px; text-align: center; font-size: 11px; }
.user-list-avatar li img	{ margin-bottom: 2px; display: block; }



/* Поиск 
---------------------------------------------------- */
.search 						{ width: 200px; margin-bottom: 20px; position: relative; }
.search .input-text 			{ width: 200px; 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.search-item 			{ margin-bottom: 15px; width: 100%; }
.search.search-item .input-text { width: 100%; padding-right: 5px; }

.search-abc 					{ overflow: hidden; zoom: 1; padding: 10px 15px; background: #fafafa; margin-bottom: 15px; }
.search-abc li 					{ float: left; margin: 0 10px 10px 0; }
.search-abc li.active a 		{ color: #333; border: none; }

.search-tags 					{ margin-bottom: 15px; }



/* Облако тегов 
---------------------------------------------------- */
.tag-cloud 					{ width: 100%; }
.tag-cloud li 				{ display: inline; margin-right: 5px; line-height: 22px; }
.tag-cloud li a 			{ color: #8B8B8B; text-decoration: none; font-size: 18px; }
.tag-cloud li a:hover       { background: #777; color: #FFF; }
.tag-cloud li .tag-size-1 	{ font-size: 11px; }
.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: 16px; }
.tag-cloud li .tag-size-5 	{ font-size: 18px; }
.tag-cloud li .tag-size-6 	{ font-size: 20px; }
.tag-cloud li .tag-size-7 	{ font-size: 22px; }
.tag-cloud li .tag-size-8 	{ font-size: 24px; }
.tag-cloud li .tag-size-9 	{ font-size: 26px; }
.tag-cloud li .tag-size-10 	{ font-size: 28px; }



/* Item List 
---------------------------------------------------- */
.item-list 					{  }
.item-list li 				{ color: #C3C3C3; background: url(http://spynet.ru/templates/skin/spynet/images/punktier.gif) left bottom repeat-x; padding: 14px 0; line-height: 15px; position: relative; zoom: 1; }
/*.item-list li:first-child   {padding-top:0; }*/
.item-list li p 			{  }
.item-list li a 			{ text-decoration: none; }
.item-list li .avatar 		{ position: absolute; top: 10px; left: 0; margin-right: 10px;  }
.item-list li .author 		{ line-height: 14px; font-size: 11px; font-weight: bold; text-decoration: underline; color: #769C0E; background: #FFF url(http://spynet.ru/templates/skin/spynet/images/userBg.gif) no-repeat; padding: 0 9px 0 24px; border-radius: 13px; }
.item-list li span {margin-left: 2px;font-size: 13px; line-height: 19px; font-weight: bold; color: #769C0E}
.item-list li .blog-name 	{ color: #C3C3C3; text-decoration: underline}
.item-list li .blog-name:hover {text-decoration: none; }
.item-list li .postLink     { background: url(http://spynet.ru/templates/skin/spynet/images/userBg.gif) 0 -28px no-repeat; padding-left: 12px; color: #515151; text-decoration: underline; }



/* Хелперы
---------------------------------------------------- */
.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; }

.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; 
	white-space: normal;
}



/* Разное
---------------------------------------------------- */
.system-message-error 	{ line-height: 45px; font-weight: bold; padding-left: 30px; color: #995823; background: #FDD148; }
.system-message-notice 	{ background: #dafad8; color: #4bb23b; font-weight: bold; line-height: 45px; padding-left: 30px; }

.notice-empty 			{ color: #aaa; }

.loader { background: #fafafa url(http://spynet.ru/templates/skin/spynet/images/loader.gif) 50% 50% no-repeat; }

.user, .ls-user 	{ font-weight: bold; color: #333; }
.ls-user:before 	{ content: ''; display: inline-block; width: 16px; height: 16px; margin-right: 3px; background: url(http://spynet.ru/templates/skin/spynet/images/userBg.gif) no-repeat; vertical-align: middle; }
.user.inactive 		{ color: #aaa; }/* -------------------------------------------------------------------
	ФОРМАТИРОВАННЫЙ ТЕКСТ
------------------------------------------------------------------- */

.text { font-size: 15px; 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: #fafafa; color: #555; padding: 15px 20px; clear: both; border-left: 5px solid #eee; }
.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%; }

.text .ls-user { color: #333; }
.text .ls-user:visited { color: #333; }
.text .ls-user:hover { color: #555; }/* -------------------------------------------------------------------
	ФОРМЫ
------------------------------------------------------------------- */

.input-text {
	width: 150px;
	padding: 5px;
	border: 1px solid #dad9d6;
	/*-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.07) inset; box-shadow: 0 2px 4px rgba(0,0,0,.07) inset;*/
	border-radius: 7px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.input-text:focus 	{ border-color: #4D90FE; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.07) inset, 0 0 3px #4D90FE; box-shadow: 0 2px 4px rgba(0,0,0,.07) inset, 0 0 3px #4D90FE; outline: none; }
.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: 4px; border: 1px solid #ddd; border-radius: 3px; }

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: 12px; color: #aaa; }
.note.note-header { margin-bottom: 20px; }

.captcha-image { vertical-align: top; }

dl.form-item { overflow: hidden; zoom: 1; margin-bottom: 20px; }
dl.form-item dt { float: left; width: 135px; padding-top: 4px; padding-right: 15px; overflow: hidden; }
dl.form-item dd { float: left; width: 300px; }

.form-profile { position: relative; }
.form-profile .avatar-change { position: absolute; top: 40px; right: 20px; padding: 10px; background: #f7f7f7; font-size: 11px; }

/* Placeholder */
:-moz-placeholder { color: #aaa; }
.placeholder { color: #aaa; }

.mceEditor { display: block; margin-bottom: 20px; }


/* Валидатор 
---------------------------------------------------------------*/
.validate-error-hide { display: none; }
.validate-error-show { display: block; font-size: 11px; margin-bottom: 5px; line-height: 45px; font-weight: bold; padding-left: 30px; color: #995823; background: #FDD148; }


/* -------------------------------------------------------------------
	
	КНОПКИ
	
	
	Примеры использования:
	
	<button class="button">Preview</button>
	<a href="#" class="button">Preview</a>
	
	<button class="button button-primary">Save</button>
	
------------------------------------------------------------------- */

.button {
	display: inline-block;
	
	padding: 7px 15px;
	text-align: center;
	
	border: none;
	border-radius: 2px;
	
	font-size: 12px;
	line-height: 16px;
	
	color: #fff;
	
	background: #555;
	background: -moz-linear-gradient(top,  #666666 0%, #555555 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#555555));
	background: -webkit-linear-gradient(top,  #666666 0%,#555555 100%);
	background: -o-linear-gradient(top,  #666666 0%,#555555 100%);
	background: -ms-linear-gradient(top,  #666666 0%,#555555 100%);
	background: linear-gradient(top,  #666666 0%,#555555 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#555555',GradientType=0 );

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);

	cursor: pointer;
	
	*margin-right: 5px;
}
.button:hover { text-decoration: none; color: #fff; background: #666; }
.button:active { 
	-moz-box-shadow: 	0 0 7px rgba(0, 0, 0, .5) inset; 
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .5) inset; 
	box-shadow: 		0 0 7px rgba(0, 0, 0, .5) inset; 
}
.button.fl-r { *margin-right: 0; }


/* Button Primary */
.button.button-primary 			{ 
	background: #43bb34;
	background: -moz-linear-gradient(top,  #43bb34 0%, #3aa62c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43bb34), color-stop(100%,#3aa62c));
	background: -webkit-linear-gradient(top,  #43bb34 0%,#3aa62c 100%);
	background: -o-linear-gradient(top,  #43bb34 0%,#3aa62c 100%);
	background: -ms-linear-gradient(top,  #43bb34 0%,#3aa62c 100%);
	background: linear-gradient(top,  #43bb34 0%,#3aa62c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43bb34', endColorstr='#3aa62c',GradientType=0 );
}
.button.button-primary:hover 	{ background: #3AA62C; }
.button.button-primary.active { background: #D23E3E; }

/* Button Icon (Without text) */
.button.button-icon 			{ padding: 7px 10px; }/* --------------------------------------------
	НАВИГАЦИЯ
-------------------------------------------- */

.nav 					{ overflow: hidden; zoom: 1; }
.nav li 				{ float: left; }

.nav li:last-child 		{ border-right: none; }
.nav li a 				{ display: block; padding: 10px 15px; }
.nav li a:hover 		{  }
.nav li.active a 		{ background: #f3f3f3; }


/* Nav Pills */
.nav.nav-pills 				{  margin-left: 30px; background: #FFF;  margin-bottom: 15px; }
.nav.nav-pills li {border-top: 1px solid #DADFE1; border-bottom: 1px solid #DADFE1; height: 18px;}
.nav.nav-pills li:first-child {border-radius: 8px 0 0 8px; border-left:1px solid #DADFE1; padding-left: 3px; }
.nav.nav-pills li:last-child {border-radius: 0 8px 8px 0; border-right:1px solid #DADFE1; padding-right: 3px;}
.nav.nav-pills li a 			{ line-height: 18px; padding: 0 10px; text-decoration: none;color: #BEBEBE; }
.nav.nav-pills li.active a 	{
    background: #f9b104;
    background: -moz-linear-gradient(top,  #f9b104 0%, #e85804 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b104), color-stop(100%,#e85804));
    background: -webkit-linear-gradient(top,  #f9b104 0%,#e85804 100%);
    background: -o-linear-gradient(top,  #f9b104 0%,#e85804 100%);
    background: -ms-linear-gradient(top,  #f9b104 0%,#e85804 100%);
    background: linear-gradient(to bottom,  #f9b104 0%,#e85804 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b104', endColorstr='#e85804',GradientType=0 );
    color: #fff;
    border-radius: 10px;
    margin-top: 2px;
    line-height: 14px;
    padding: 0 7px;
}

.nav.nav-pills.nav-pills-profile 		{ margin-bottom: 30px; }


/* Nav Topic Filter */
.nav.nav-filter 						{ margin-bottom: 1px; }
.nav.nav-filter li 						{ margin-right: 1px; position: relative; }
.nav.nav-filter li a 					{ background: #eee; color: #333; padding: 7px 13px; float: left; }
.nav.nav-filter li a:hover 				{ background: #ddd; }
.nav.nav-filter li.active a 			{ background: #333; color: #fff; }
.nav.nav-filter li a.new 				{ background: #d1d1d1; font-weight: bold; }
.nav.nav-filter li a.new:hover 			{ background: #ccc; }
.nav.nav-filter li.active a.new 		{ background: #444; }
.nav.nav-filter li.active a.new:hover 	{ background: #555; }

.nav.nav-filter.nav-filter-sub li a 		{ padding: 5px 10px; font-size: 11px; color: #777; }
.nav.nav-filter.nav-filter-sub li.active a 	{ color: #fff; }

.nav-filter-wrapper { margin-bottom: 40px; }

/*nav-sidebar*/
.nav.nav-sidebar {position: relative; top: -20px; background: #FFF; border-radius: 8px; border: 1px solid #dadfe1; padding: 0 3px; display:table; margin: -10px auto}
.nav.nav-sidebar li a {line-height: 18px; padding: 0 10px; text-decoration: none;color: #BEBEBE; }
.nav.nav-sidebar li.active a {
    background: #f9b104;
    background: -moz-linear-gradient(top,  #f9b104 0%, #e85804 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b104), color-stop(100%,#e85804));
    background: -webkit-linear-gradient(top,  #f9b104 0%,#e85804 100%);
    background: -o-linear-gradient(top,  #f9b104 0%,#e85804 100%);
    background: -ms-linear-gradient(top,  #f9b104 0%,#e85804 100%);
    background: linear-gradient(to bottom,  #f9b104 0%,#e85804 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b104', endColorstr='#e85804',GradientType=0 );
    color: #fff;
    border-radius: 10px;
    margin-top: 2px;
    line-height: 14px;
    padding: 0 7px;
}


/* Nav Main */
.nav.nav-main 					{ border-radius: 4px; background: #222; background: -moz-linear-gradient(top, #333 0%, #222 100%); }
.nav.nav-main li a 				{ color: #ddd; }
.nav.nav-main li a:hover 		{ background: #333; }
.nav.nav-main li:first-child a 	{ border-radius: 4px 0 0 4px; }
.nav.nav-main li:last-child  a 	{ border-radius: 0 4px 4px 0; }
.nav.nav-main li.active a 		{ background: #3a3a3a; color: #bbb; -webkit-box-shadow: 0 0 7px rgba(0,0,0,.15) inset; box-shadow: 0 0 7px rgba(0,0,0,.15) inset; }


/* Nav Profile */
.nav.nav-profile 				{ margin-bottom: 15px; margin-left: 10px; margin-bottom: 35px; width: 100%}


/* Dropdown */
.nav.nav-pills li.dropdown 			{ position: relative; }
.nav.nav-pills li.dropdown a 		{ padding-right: 25px; }
.nav.nav-pills li.dropdown i 		{ position: absolute; top: 13px; right: 9px; height: 0; width: 0; border: 4px solid transparent; border-top-color: #fff; cursor: pointer; }
.nav.nav-pills li.dropdown ul 		{ display: none; position: absolute; }
.nav.nav-pills li.dropdown.opened a { -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .5) inset; box-shadow: 0 0 7px rgba(0, 0, 0, .5) inset;  }

.dropdown-menu 						{ position: absolute; top: 32px; overflow: hidden; background: #fff; border: 1px solid #ccc; min-width: 150px; -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2); box-shadow: 0 0 5px rgba(0,0,0,.2); border-radius: 3px; }
.dropdown-menu li 					{ font-size: 14px; line-height: 1em; }
.dropdown-menu li a 				{ display: block; padding: 10px 15px; }
.dropdown-menu li a:hover 			{ background: #fafafa; }
.dropdown-menu li.active a 			{ color: #aaa; }
.dropdown-menu li.active a:hover 	{ cursor: default; }

.dropdown-create 		{ position: relative; margin-right: 120px; }
.dropdown-create a 		{ font-weight: normal; }
.dropdown-create h2 a 	{ text-transform: lowercase; }




/*
    nav-top
*/
#nav-top { width: 560px; text-align: left; margin-left: 160px; float: left; }
* html #nav { display: inline; }

#nav-top li, #social li { display: -moz-inline-stack; display: inline-block; vertical-align: middle; zoom: 1; *display: inline; height: 105px; width: 103px; margin-top: 26px; overflow: hidden; }
#nav-top li a, #social li a { display: block; width: 103px; height: 105px; background-image: url(http://spynet.ru/templates/skin/spynet/images/navSprite.jpg); background-repeat: no-repeat; }
#nav-top li a span, #social li a span { display: none; }
#nav-top li a.blogs { background-position: 0 0; }
#nav-top li a.blogs:hover { background-position: -103px 0; }
#nav-top li a.people { background-position: 0 -105px; }
#nav-top li a.people:hover { background-position: -103px -105px; }
#nav-top li a.navhelp { background-position: 0 -210px; }
#nav-top li a.navhelp:hover { background-position: -103px -210px; }
#nav-top li a.write { background-position: 0 -315px; }
#nav-top li a.write:hover { background-position: -103px -315px; }
#nav-top li a.trash { background-position: 0 -420px; }
#nav-top li a.trash:hover {background-position: -103px -420px; }


/*#social { width: 180px; float: right; } если вернуть twitter "Follow me!"*/
#social { width: 84px; float: right; }
#social li, #social li a { width: 84px;}
#social li a.rss { background-position: 0 -525px; width: 84px; }
#social li a.rss:hover { background-position: -84px -525px; width: 84px; }
#social li a.twitter { background-position: 0 -630px; width: 84px; }
#social li a.twitter:hover { background-position: -84px -630px; width: 84px; }


/**/
.menu li {float: left; position: relative; margin-right: 30px;}
.menu li:first-child {background: url(http://spynet.ru/templates/skin/spynet/images/sectionsBg.gif) 0 -33px no-repeat; padding-left: 15px;}
/*.menu li:first-child a:hover{ background: url(http://spynet.ru/templates/skin/spynet/images/sectionsBg.gif) 0 -133px no-repeat; }*/

.menu li a { min-height: 33px;
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 33px;
    zoom: 1;
    _height: 33px;
    position: relative;
    padding: 0 7px;
    text-decoration: none;
    font-family: Trebuchet MS;
    font-size: 13px;
    font-style: italic;
    color: #AB6E26;
    text-align: center; }

.menu li a:hover, .menu li.active a { background: url(http://spynet.ru/templates/skin/spynet/images/sectionsBg.gif) right -99px no-repeat; color: #FCFCD8;}
.menu li a:hover:after, .menu li.active a:after {position: absolute; top: 0; left: 0; background: url(http://spynet.ru/templates/skin/spynet/images/sectionsBg.gif) 0 -66px no-repeat; height: 33px; width: 7px; content: ""; }

.menu li a strong { color: #E59E5E; }
.menu li a:hover strong, .menu li.active a strong {color: #FEDD00;}


.menu li .sub-menu {position: absolute; left: 0; display: none; height: auto; width: 130px; margin: 0 0 0 0; z-index: 100; background: #F8E3BD; border-radius: 5px; padding-top: 5px; border: 1px solid #FDC89F;}
.menu li .sub-menu:after {content: ""; border: 5px solid transparent; border-bottom-color: #F8E3BD; position: absolute; top: -10px; left: 25px;}
.menu li .sub-menu:BEFORE {content: ""; border: 5px solid transparent; border-bottom-color: #FDC89F; position: absolute; top: -11px; left: 25px;}
.menu li:hover .sub-menu { display: block; }
.menu li .sub-menu li {padding-left: 0; width: 100%; margin-right: 0; text-align: center; border-bottom: 1px dotted #FFF; padding-top: 2px;}
.menu li .sub-menu li:first-child {background: none}
.menu li .sub-menu li:last-child {border: none;}

.menu li .sub-menu a{ font-size: 12px; background: none; color: #AB6E26; min-height: 23px; line-height: 23px; _height: 23px; padding: 0 9px; }
.menu li.active .sub-menu a:after {background: none}

.menu li .sub-menu li a:hover, .menu li .sub-menu li.active a {
    font-weight: bold;

   /* background: url(http://spynet.ru/templates/skin/spynet/images/sectionsBg.gif) right -279px no-repeat;*/
    color: #914517;
}


.menu li .sub-menu li a:hover:after, .menu li .sub-menu li.active a:after  { background: none; /*background: url(http://spynet.ru/templates/skin/spynet/images/sectionsBg.gif) 0 -256px no-repeat; height: 23px;line-height: 23px; _height: 23px; */}

.menu li .sub-menu li a:hover strong { color: #F48200;}







/* -------------------------------------------------------------------

	ИКОНКИ 
	
	Иконки 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(http://spynet.ru/templates/skin/spynet/images/icons.png) no-repeat;
}



[class^="icon-new-"],
[class*=" icon-new-"]  {
    width: 24px;
    height: 29px;
    background: url(http://spynet.ru/templates/skin/spynet/images/userSprite.gif);
    vertical-align: top;
    margin-right: 4px;
}
.icon-new-msg {
    background-position: 0 0;
}
.icon-new-setting { background-position: 0 -29px; }
.icon-new-rating  { background-position: 0 -58px; }
.icon-new-bye {background-position: 0 -87px;}

/**/

[class^="icon-topic-"],
[class*=" icon-topic-"]  {
    vertical-align: middle;
    zoom: 1;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    width: 28px;
    background-image: url(http://spynet.ru/templates/skin/spynet/images/metaSprite.gif);
    background-repeat: no-repeat;
}
.icon-topic-date {
    background-position: 0 -76px;
}
.icon-topic-user { background-position: 0 -114px; width: 30px; }
.icon-topic-comment{background-position: 0 -152px; width: 30px; }








.icon-white { background-image: url(http://spynet.ru/templates/skin/spynet/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(http://spynet.ru/templates/skin/spynet/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: 14px; height: 14px; background: url(http://spynet.ru/templates/skin/spynet/images/icon-ok-green.png) no-repeat; }/* -------------------------------------------------------------------
	ТАБЛИЦЫ
------------------------------------------------------------------- */

.table 					{ width: 100%; margin-bottom: 15px; }
.table th 				{ text-align: left; background: #fafafa; }
.table td, .table th 	{ border-bottom: 1px solid #eee; padding: 10px; }
.table tr.active td 	{ background: #CBF4BC; }

.table a.asc:after		{ content: "▲"; }
.table a.desc:after		{ content: "▼"; }

/* Table Blogs */
.table.table-blogs .cell-name .avatar 	{ float: left; margin-right: 10px; clear: right; }
.table.table-blogs .cell-name p		 	{ overflow: hidden; }
.table.table-blogs .cell-rating 		{ width: 70px; font-weight: bold; }
.table.table-blogs .cell-readers 		{ width: 70px; text-align: center; vertical-align: middle; }
.table.table-blogs .cell-join 			{ width: 130px; text-align: center; vertical-align: middle; }
.table.table-blogs .cell-rating 		{ 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 					{ font-size: 11px; }
.table.table-users .cell-name 			{ font-weight: bold; }
.table.table-users .cell-name img 		{ float: left; }
.table.table-users .cell-name .username { margin-left: 32px; width: 120px; position: relative; top: 1px; }
.table.table-users tbody .cell-date 	{ font-size: 11px; }
.table.table-users .cell-rating,
.table.table-users .cell-skill 			{ text-align: center; width: 50px; }

/* Table Talk */
.table.table-talk .cell-checkbox 		{ width: 20px; padding: 12px 0 10px 10px; }
.table.table-talk thead .cell-checkbox 	{ padding: 10px 0 10px 10px; }
.table.table-talk .cell-favourite 		{ width: 20px; padding: 10px 0; text-align: center; }
.table.table-talk .cell-recipients 		{ width: 100px; }
.table.table-talk tbody .cell-date 		{ font-size: 11px; width: 130px; }
.table.table-talk tbody td				{ vertical-align: top; }/* --------------------------------------------
	ТОПИК
-------------------------------------------- */

.topic { position: relative; z-index: 1; border: 1px solid #E4E6E7; padding: 11px 11px 11px 35px; background: #F9F9F9; margin-bottom: 30px; border-radius: 10px; }
.topic:last-child { margin-bottom: 0; }


.topic .topic-favourite {position: absolute; left: 10px; top:  18px;}
/* Header */
.topic .topic-header .topic-title 				{ font-size: 23px; font-weight: normal; color: #000; line-height: 30px; margin: 0 0 10px 0;  }
.topic .topic-header .topic-title span{color: #A9A9A9; font-style: italic;}
.topic .topic-header .topic-title a 			{ text-decoration: none; color: #000; }
.topic .topic-header .topic-title i 			{ position: relative; top: 7px; cursor: help; }
.topic .topic-header .topic-url 				{ margin-bottom: 15px; }
.topic .topic-header .topic-url a 				{ background: #eee; border-radius: 3px; padding: 3px 10px 4px; text-decoration: none; }
.topic .topic-header .topic-info 				{ margin-bottom: 25px; color: #777; }
.topic .topic-header .topic-info time 			{ margin-right: 15px; }
.topic .topic-header .topic-info .topic-blog 	{ margin-right: 15px;
    padding: 3px 9px 3px 9px;
    background-position: 0 -20px;
    background-repeat: repeat-x;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    display: inline;
    background-image: url(http://spynet.ru/templates/skin/spynet/images/buttonBg.jpg);
}
.topic .topic-header .topic-info .actions,
.topic .topic-header .topic-info .actions li	{ display: inline; float: none; margin-bottom: 0; }
.topic .topic-header .topic-info .actions li	{ margin-right: 10px; }

/* Content */
.topic .topic-content 		{ margin-bottom: 15px; }
.topic .topic-content.text 	{ color: #858585; font-size: 12px; }
.topic .topic-content .more {margin-bottom: 15px;}

/* Tags */
.topic .topic-footer .topic-tags 						{ padding-left: 15px; background: url(http://spynet.ru/templates/skin/spynet/images/tag.jpg) left center no-repeat; margin: 10px 0 20px 0; }
.topic .topic-footer .topic-tags li 					{ display: inline; background: url(http://spynet.ru/templates/skin/spynet/images/dash.gif) right center no-repeat; padding: 0 5px; }
.topic .topic-footer .topic-tags li a{ font-size: 11px; color: #858585; text-decoration: none;}
.topic .topic-footer .topic-tags li.topic-tags-edit 	{ margin-left: 20px; background: none; }
.topic .topic-footer .topic-tags li.topic-tags-user a 	{ color: #3CA023; }

/* Info */
.topic .topic-footer .topic-info 		{  padding-left: 10px; position: relative; z-index: 5; height: 38px; background: #EFF1F2; border-radius: 7px; margin: 0 -10px -10px -35px; padding-right: 10px; }
.topic .topic-footer .topic-info li 	{ display: -moz-inline-stack; display: inline-block; vertical-align: middle; zoom: 1; height: 38px; line-height: 38px; overflow: hidden; background: url(http://spynet.ru/templates/skin/spynet/images/metaSep.gif) left top no-repeat; padding: 0 30px 0 20px; }
.topic .topic-footer .topic-info li:first-child {background: none; }
.topic .topic-footer .topic-info li a 	{ text-decoration: none; }
.topic .topic-footer .topic-info li.date {color: #787878;}
.topic .topic-footer .topic-info li.topic-info-author a 		{ font-weight: bold; color: #18AED3; font-weight: bold; }
.topic .topic-footer .topic-info li.topic-info-comments a		{ text-decoration: none; font-size: 12px; }
.topic .topic-footer .topic-info li.topic-info-comments  span 	{ font-weight: bold;font-size: 13px; color: #78AA00; }

/* Share */
.topic .topic-share { display: none; padding: 3px; margin-bottom: 10px; border: 5px solid #eee; }

/* Poll */
.topic .poll { margin-bottom: 15px; background: #fafafa; padding: 15px; }

.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; margin-left: 0; list-style-type: none; padding: 15px 15px 0; background: #fff; border: 1px solid #eee; }
.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: 50px; text-align: right; padding-right: 15px; }
.topic .poll .poll-result li dl dt span { color: #aaa; }
.topic .poll .poll-result li dl dd { float: left; width: 400px; }
.topic .poll .poll-result li dl dd div { height: 10px; margin-top: 5px; background: #ccc; overflow: hidden; border-radius: 2px; }
.topic .poll .poll-result li.most dl dd div { background: #60CC4E; }

.topic .poll .poll-total { color: #aaa; margin-left: 10px; }
.topic .poll .button.button-icon.active { background: #43bb34; }

/* Topic Photo */
.topic.topic-type-photoset {  }
.topic.topic-type-photoset .topic-photo-preview { 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: #6bd24b; 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: #6bd24b; color: #fff; line-height: 16px; background: rgba(0,0,0,.7); }

.topic.topic-type-photoset .topic-photo-images { padding-top: 10px; margin-bottom: 15px; }
.topic.topic-type-photoset .topic-photo-images h2 { border-bottom: 1px solid #ddd; padding-bottom: 4px; margin-bottom: 15px; }
.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: #6bd24b; 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: #fafafa; 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 { }
.topic.topic-type-talk .topic-header { border-bottom: 1px solid #CCC; padding-bottom: 5px; }
.topic.topic-type-talk .topic-header .topic-title { margin-bottom: 13px; font-size: 20px; }
.topic.topic-type-talk .topic-header .topic-info { margin-bottom: 0; position: relative; min-height: 30px; padding-left: 40px; line-height: 14px; }
.topic.topic-type-talk .topic-header .topic-info .avatar { position: absolute; top: 0; left: 0; }
.topic.topic-type-talk .topic-header .topic-info .author-wrapper { margin-bottom: 4px; position: relative; top: -2px; }
.topic.topic-type-talk .topic-header .topic-info .author-wrapper .author { font-weight: bold; margin-right: 15px; }
.topic.topic-type-talk .topic-header .topic-info .recipient { margin-right: 10px; }
.topic.topic-type-talk .topic-content { font-size: 13px; padding: 15px; background: #fafafa; margin-bottom: 1px; border-top: 1px solid #fff; }
.topic.topic-type-talk .topic-footer .topic-info {  }

.topic.topic-type-talk .talk-recipients 	{ padding: 15px; background: #fafafa; display: none; border-top: 1px solid #fff; border-bottom: 1px solid #eee; }
.topic.topic-type-talk .talk-recipients h3 	{ font-size: 16px; font-weight: bold; margin-bottom: 10px; }

/* Topic Preview */
.topic-preview { margin-top: 30px; }
.topic-preview .profile-page-header { border-top: 1px solid #ddd; }
.topic-preview .topic { margin-bottom: 20px; }/* --------------------------------------------
	КОММЕНТАРИИ
-------------------------------------------- */

/* Блок с комментариями */
.comments-header { display: inline-block; margin: 0 0 10px -25px;}
.comments-header h3 { font-size: 23px; float:left; line-height: 30px;  }
.comments-header h3 span {color: #A9A9A9; font-style: italic; }

.comments-header .subscribe { float:left; padding:4px 0px 0px 30px; font-size: 11px; color: #7b848d; }
.comments-header .subscribe input { top: 2px; }

.comments { margin-bottom: 35px; padding-left:30px }

.comment-wrapper { position: relative; }
.comment-wrapper .comment-wrapper { padding-left: 30px; }

.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 { min-height: 48px; margin-bottom: 10px; padding: 10px 0 0 0; position: relative; }
.comment .deleted { padding: 5px 10px; color: #777; background: #f4f4f4; }
.comment .comment-avatar { position: absolute; top: 10px; left: 0; width: 30px; height: 30px; }
.comment .folding { width: 14px; height: 13px; position: absolute; top: 20px; left: -20px; background: url(http://spynet.ru/templates/skin/spynet/images/folding.gif) no-repeat; cursor: pointer; }
.comment .folding.folded { background-position: 0 -13px; }


/* Стили для списка комментариев на странице http://ваш_сайт/comments/ */

.comments.comment-list .comment-info {height: 24px;}
.comments.comment-list .comment-info li.comment-author  { margin-right: 5px; }
.comments.comment-list .comment-info li.comment-author a {top: 0;line-height: 14px;}
.comments.comment-list .path { padding-bottom: 5px; font-size: 11px; font-weight: bold; color: #aaa; }
.comments.comment-list .path .blog-name { color: #999; }
.comments.comment-list .path .comments-total { color: #78C658; background: url(http://spynet.ru/templates/skin/spynet/images/comment-total.gif) no-repeat 0 4px; padding-left: 10px; margin-left: 10px; font-weight: normal; text-decoration: none; }
.comments.comment-list .comment {  background:none}
.comments.comment-list .vote { position: absolute; top: 19px; right: 0; width: 50px; height: 30px; }



/* Типы комментариев
 *
 * deleted 	- 	удаленный комментарий
 * self 	- 	ваш комментарий
 * new 		- 	новый, непрочитанный комментарий
 * current 	- 	активный комментарий, который выделяется при исползование кнопки обновления в тулбаре
 *
 */
.comment 	.comment-content										{ background: #F9F9F9; }
/*.comment.comment-deleted 	.comment-content 		{ background: #c5c5c5; border-color: #C8A8A8; }
.comment.comment-deleted	.comment-content:after 	{ border-color: #C8A8A8 transparent transparent; }
.comment.comment-deleted 	.comment-content:before { border-color: #c5c5c5 transparent transparent; }
.comment.comment-self		.comment-content		{ background: #fefef1; border-color: #e6e6bd; }
.comment.comment-self		.comment-content:after 	{ border-color: #e6e6bd transparent transparent; }
.comment.comment-self 		.comment-content:before { border-color: #fefef1 transparent transparent; }
.comment.comment-new 				{ background: #e4fbf1; border-color: #d0e8dd; }
.comment.comment-new		.comment-content:after 	{ border-color: #d0e8dd transparent transparent; }
.comment.comment-new 		.comment-content:before { border-color: #e4fbf1 transparent transparent; }
.comment.comment-current 	.comment-content		{ background: #cdf5a6; border-color: #bae48e; }
.comment.comment-current	.comment-content:after 	{ border-color: #bae48e transparent transparent; }
.comment.comment-current 	.comment-content:before { border-color: #cdf5a6 transparent transparent; }
.comment.comment-bad 		.comment-content		{ opacity: 0.3; filter: alpha(opacity=30); }
.comment.comment-bad:hover 	.comment-content		{ opacity: 1; filter: alpha(opacity=100); }*/

.ls-user-role-not-admin .comment.comment-deleted 	{ padding: 10px 15px; min-height: 0; background: #f7f7f7; color: #888; }


/* Info Block */
.comment .comment-info { overflow: hidden; zoom: 1; height: 24px; font-size: 10px; line-height: 14px; margin-bottom: 5px;  position: relative; padding: 0 0 0 31px; }
.comment .comment-info li { float: left; margin-right: 5px; }
.comment .comment-info li a { font-size:10px; color: #0992B4; border-bottom-color: #0992B4; }
.comment .comment-info li a:hover {  }
.comment .comment-info li.avatar { margin-right: 15px; padding-top: 0; position: absolute; top: 0; left: 0; }
.comment .comment-info li.avatar img { vertical-align: top; }
.comment .comment-info li.comment-author {margin-right: 50px; margin-left: 5px;}
.comment .comment-info li.comment-author a { font-weight: bold; text-decoration: none; color: #333; font-size: 11px; line-height: 11px; position: relative; top: -2px; left: 0; }
.comment .comment-info li.comment-author .comment-date { color: #A8A7A7; font-size: 10px; margin-top: -3px; display: block; }
.comment .comment-info li.comment-link a { float: left; width: 13px; height: 13px; background: url(http://spynet.ru/templates/skin/spynet/images/cConsole.gif) 0 0 no-repeat; position: relative; display: inline-block;}
.comment .comment-info li.goto i {width: 13px; height: 12px; background: url(http://spynet.ru/templates/skin/spynet/images/cConsole.gif) 0 -14px no-repeat; display: inline-block; }
.comment .comment-info li.goto.goto-comment-child i {background-position: 0 -52px;}


.comment .comment-info li .favourite { float: left; width: 13px; height: 13px; background: url(http://spynet.ru/templates/skin/spynet/images/cConsole.gif) 0 -26px no-repeat; position: relative; }
.comment .comment-info li .favourite.active { background-position:0 -39px; }
.comment .comment-info li .favourite:hover { background-position: 0 -39px; }

.comment .comment-info li .favourite-count { font-size: 10px; color: #a2b6cd; position: relative; top: -2px; }

.comment .vote { position: absolute; top: 5px; right: 0; }


.comment .vote .vote-buttons {width: 33px; height: 52px; position: relative; margin-right: 13px;}
.comment .vote .vote-buttons .sep {width: 33px; height: 1px; background: url(http://spynet.ru/templates/skin/spynet/images/hSep.gif) no-repeat; position: absolute; top: 25px;}
.comment .vote .vote-up, .comment .vote .vote-down { position: absolute; left: 6px; width: 18px; height: 21px; background-image: url(http://spynet.ru/templates/skin/spynet/images/cVoting.gif); background-repeat: no-repeat;  }
.comment .vote .vote-up { top: 0;   }
.comment .vote .vote-up:hover {background-position: -18px 0;}
.comment .vote .vote-down { bottom: 0;  background-position: 0 -21px; }
.comment .vote .vote-down:hover {background-position: -18px -21px;}
.comment .vote .vote-count {
    position: absolute;
    top: 13px;
    left: -70px;
    background-image: url(http://spynet.ru/templates/skin/spynet/images/cScore.gif);
    background-repeat: no-repeat;
    padding: 0;
    width: 60px;
    height: 21px;

    z-index: 1;
    font-family: Georgia;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
    color: #ADADAD;
    margin-right: 8px; }

.comment .vote.vote-count-positive .vote-count { background-position: 0 -21px; color: #9FC64A; }
.comment .vote.vote-count-negative  .vote-count { background-position: 0 -42px; color: #E27110; }

.comment .comment-info li.goto-comment-child { display: none; }


/* Content */
.comment .comment-content { margin-bottom: 10px; margin-right:80px; border: 1px solid #E4E6E7; padding: 9px 11px 10px 11px; border-radius: 10px;  position: relative; }
.comment .comment-content .text { font-size: 13px; line-height: normal;}
.comment .comment-content.text blockquote { background: #fff; border-color: #ccc; padding: 5px 10px; margin-bottom: 5px; }
.comment .comment-content:after { display: block; content: ""; position: absolute; bottom: -10px; left: 10px; width: 13px; height: 10px;  background: url(http://spynet.ru/templates/skin/spynet/images/cite.gif) no-repeat; }
/*.comment .comment-content:before { display: block; content: ""; position: absolute; bottom: -11px; left: 10px; width: 0; height: 0; border-width: 6px; border-color: #fff transparent transparent; border-style: solid; z-index: 10; }
*/

/* Actions */
.comment .comment-actions li { display: inline; margin-right: 10px; }


/* Форма комментирования */
.reply-header { font-size: 20px; line-height: 1.3em; margin-bottom: 15px; padding-left:30px; }
.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-left:24px }
.reply textarea { height: 100px; margin-bottom:10px }
.reply textarea.loader { background: #f7f7f7 url(http://spynet.ru/templates/skin/spynet/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 					{ margin-bottom: 30px; border-radius: 3px; border-radius: 10px; border: 1px solid #E4E6E7; border-top: none; }
.block:last-child 		{ margin-bottom: 0; }
.sidebar-left .block 	{ margin-bottom: 10px; }

.block .block-header 					{ padding: 12px 20px; background: #e4e6e7; border-top: 1px solid #eee; position: relative; border-radius: 10px 10px 0 0;  }
.block .block-header h3 				{ font-size: 23px; text-align: center; font-weight: normal;  }
.block .block-header h3 a 				{ text-decoration: none;color: #000; }
.block .block-header h3 a.link-dotted 	{ color: #5055B2; }
.block .block-content 					{ padding: 20px 14px 40px 14px; position: relative; }
.block footer 							{ margin-top: 8px; }
.block footer a { float: right; line-height: 20px; padding: 0 12px; text-decoration: underline; border-radius: 5px; border: 1px solid #e2e5e7; background: #fff; color: #2992BE; }
.block footer a:hover {text-decoration: none; }

.block .max-height-200 		{ overflow: auto; max-height: 200px; _height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); position: relative; }


/* Block Type - Stream */
.block .block-update 		{ position: absolute; top: 13px; right: 15px; width: 16px; height: 16px; background: url(http://spynet.ru/templates/skin/spynet/images/update.gif) no-repeat; cursor: pointer; }
.block .block-update.active 	{ background-position: -16px 0; }


/* Block Type - Activity Settings */
.block.block-type-activity p 		{ margin-bottom: 15px; }
.block.block-type-activity ul li 	{ margin-bottom: 5px; }
.block.block-type-activity .note 	{ display: block; margin-bottom: 15px; color: #aaa; }


/* Block Type - Profile */
.block.block-type-profile 							{ background: none; border: none; padding: 0; }
.block.block-type-profile .profile-photo-wrapper 	{ position: relative; min-height: 50px; width: 250px; margin: 0 auto; }
.block.block-type-profile .profile-photo 			{ vertical-align: top; }
.block.block-type-profile .status 					{ position: absolute; top: 5px; left: 5px; padding: 5px; border-radius: 2px; font-size: 11px; }
.block.block-type-profile .status.status-online 	{ background: #B7BC1C; color: #fff; }
.block.block-type-profile .status.status-offline 	{ background: #333; color: #fff; opacity: .5; filter: alpha(opacity=50); }
.block.block-type-profile .upload-photo 			{ padding: 7px 10px 10px; background: #f7f7f7; }

.block.block-type-profile-note	 			{ background: #F1F7AF; border: 1px solid #E1EA83; padding: 15px; }
.block.block-type-profile-note p 			{ margin-bottom: 10px; }
.block.block-type-profile-note .actions 	{ margin-bottom: 0; }

.block.block-type-profile-nav 				{ padding: 0; background: none; }

.block.block-type-profile-actions 	{  border: none; background: url(http://spynet.ru/templates/skin/spynet/images/connectBg.gif) left top no-repeat; height: 90px; margin: 40px 0 65px; }
.block.block-type-profile-actions .block-content{padding: 0; }

.block.block-type-profile-actions ul li					{ line-height: 45px; background: url(http://spynet.ru/templates/skin/spynet/images/connectItem.gif) left center no-repeat; margin: 0 0 0 23px; padding: 0 0 0 28px; }
.block.block-type-profile-actions ul li a.followed		{ color: #f00; }


/* Block Type - Foldable */
.block.block-type-foldable { background: none;  border: 1px solid #E4E6E7; background: #f0f0f0;}
.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; border: 1px solid #E4E6E7; background: #f0f0f0; }



.block.block-type-stream{background: #f0f0f0; border: none}
/**/
.block.tags {border: 1px solid #e4e6e7; background: #fff; padding: 10px;}
/**/
.block.blogs {}
.block.blogs .item-list li .rating {
    position: absolute;
    right: 0;
    top: 14px;
    display: block;
    height: 14px;
    line-height: 13px;
    background-image: url(http://spynet.ru/templates/skin/spynet/images/ratingBg.png);
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 10px;
    text-align: right;
    padding-right: 5px;}

.block.blogs .item-list li:nth-child(1) .rating {width: 126px; background-position: right 0;}
.block.blogs .item-list li:nth-child(2) .rating {width: 76px; background-position: right -14px;}
.block.blogs .item-list li:nth-child(3) .rating {width: 57px; background-position: right -28px;}
.block.blogs .item-list li:nth-child(4) .rating {width: 47px; background-position: right -42px;}
.block.blogs .item-list li:nth-child(5) .rating {width: 43px; background-position: right -56px;}
.block.blogs .item-list li:nth-child(6) .rating {width: 36px; background-position: right -70px;}/* --------------------------------------------
	��������� ����
-------------------------------------------- */

.modal {
    display: none;
    background-color: #F0F0F0;
    position: absolute;
    /*bottom: 100px;*/
    left: 50%;
    
    width: 720px;
    margin-left: -360px;


	border-radius: 11px;
	overflow: hidden;
}
.modal .close { 
	position: absolute; 

	width: 30px;
	height: 29px;
	background: url(http://spynet.ru/templates/skin/spynet/images/close.jpg) no-repeat;


    position: absolute;
    right: 20px;
    top: 21px;
}
.modal .close:hover { opacity: 1; filter: alpha(opacity=100); }
.modal .modal-header 		{ padding-left: 30px; padding-bottom: 15px;}
.modal .modal-header h3 	{ font-size: 23px; font-weight: normal; color: #000; line-height: 46px;  }
.modal .modal-content 		{ padding: 20px; }

.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'); }



/* ����� ����� */
.modal.modal-login { top: 50px; }
.modal.modal-login .modal-content {padding: 0}
.modal.modal-login .nav { margin-bottom: 30px; }
.modal.modal-login p { padding: 0 20px 18px 30px; background: url(http://spynet.ru/templates/skin/spynet/images/fieldsetBg.gif) left bottom repeat-x; margin-bottom: 5px;}
.modal.modal-login p:last-child {background: none}
.modal.modal-login p label {font-weight: bold; color: #717171;}
.modal.modal-login p .input-text {width: 240px;
    height: 19px;
    line-height: 19px;
    padding: 0 28px 0 10px;
    font-size: 11px;
    color: #666262;
    margin: 12px 0 10px 0;}
.modal.modal-login p .input-text:focus {outline:none}
.modal.modal-login p label.lebel-bottom {display: block; color: #979797; font-size: 11px; font-weight: normal;}


.modal.modal-login footer {background: #E4E6E7; padding: 0 20px 0 30px; padding: 11px 20px 11px 30px; margin-top: 15px; }
.modal.modal-login footer button {margin: 0 auto; display: table;  width: 175px;
    height: 35px;
    line-height: 35px;
    background: url(http://spynet.ru/templates/skin/spynet/images/actionButton.gif) left top no-repeat;
    text-align: center;
    font-style: italic;
    color: #FCFCD8;
    font-size: 15px;
    font-family: Trebuchet MS, Candara, serif;
    border: none;
    cursor: pointer;}


/* ���������� ������ */
.modal.modal-write { width: 740px; margin-left: -370px; top: 50px; }
.modal.modal-write .modal-content { padding: 20px 10px 0; *padding: 20px 10px 15px; }
.modal.modal-write .write-list { *overflow: hidden; *zoom: 1; }
.modal.modal-write .write-list li { width: 100px; margin: 0 10px 20px; text-align: center; overflow: hidden; display: inline-table; *float: left; }
.modal.modal-write .write-list li a { color: #39576B; }
.modal.modal-write .write-list li .write-item-image { display: block; width: 100px; height: 100px; border-radius: 3px; text-align: center; background: url(http://spynet.ru/templates/skin/spynet/images/write.png) no-repeat; margin-bottom: 10px; }

.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: -100px 0; }
.modal.modal-write .write-list li.write-item-type-link .write-item-image 		{ background-position: -200px 0; }
.modal.modal-write .write-list li.write-item-type-photoset .write-item-image 	{ background-position: -300px 0; }
.modal.modal-write .write-list li.write-item-type-blog .write-item-image 		{ background-position: -400px 0; }
.modal.modal-write .write-list li.write-item-type-draft .write-item-image 		{ background-position: -500px 0; }


/* Upload Image */
.modal-image-upload { width: 500px; margin-left: -250px; }



/* --------------------------------------------
	БЛОГ
-------------------------------------------- */

.blog { background: #fafafa; margin-bottom: 10px; border-radius: 3px; border: 1px solid #eee; overflow: hidden; }


/* Header */
.blog .blog-header 			{ position: relative; padding: 15px 130px 15px 78px; border-bottom: 1px solid #eee; }
.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 .avatar 	{ position: absolute; top: 15px; left: 15px; }

.blog .blog-header .vote-label	{ font-size: 10px; color: #888;text-align: center; line-height: 15px;  }
.blog .blog-header .count 		{ font-size: 34px; line-height: 1em; font-weight: bold; text-align: right; }



.blog .blog-header .vote 									{ position: absolute; right: 10px; width: 130px; height: 55px; }
.blog .blog-header .vote .vote-count 						{
    padding: 0;
    width: 72px;
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
    background: url(http://spynet.ru/templates/skin/spynet/images/scoreBg.gif) left top no-repeat;
    font-family: Georgia;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;}
.blog .blog-header .vote .vote-up 						{ margin-top: 3px; margin-right: 10px  }
.blog .blog-header .vote .vote-down 						{ margin-top: 3px; margin-left:  10px;}


.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 .vote .vote-label-bottom {font-size: 11px; font-weight: bold; color: #818080; text-align: center; line-height: 15px;}

/*
.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: 15px; border-bottom: 1px solid #eee; }


/* Footer */
.blog .blog-footer { padding: 15px; border-bottom: 1px solid #eee; }


/* More Button */
.blog-more 			{ display: block; padding: 10px 0; text-align: center; text-decoration: none; background: #fafafa; }
.blog-more:hover 	{ background: #eee; }/* --------------------------------------------
	СТРАНИЦА ПОЛЬЗОВАТЕЛЯ
-------------------------------------------- */

.profile 				{ padding: 50px 10px 20px 10px; min-height: 130px; position: relative; }

.profile .avatar 		{ float: left; margin: 0 20px 10px 0; }

.profile .vote-label	{ font-size: 10px; color: #888;text-align: center; line-height: 15px; }
.profile .count 		{ font-size: 34px; line-height: 1em; font-weight: bold; text-align: right; }

.profile .vote 									{ float: right;
    width: 130px;
    height: 55px;
    position: relative;
    top: -100px; }
.profile .vote .vote-count 						{
    padding: 0;
    width: 72px;
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
    background: url(http://spynet.ru/templates/skin/spynet/images/scoreBg.gif) left top no-repeat;
    font-family: Georgia;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;}
.profile .vote .vote-up 						{ margin-top: 3px; margin-right: 10px  }
.profile .vote .vote-down 						{ margin-top: 3px; margin-left:  10px;}


.profile .vote:hover .vote-up,
.profile .vote:hover .vote-down,
.profile .vote.voted .vote-up,
.profile .vote.voted .vote-down 				{ display: inline-block; }
.profile .vote.vote-count-positive .vote-count 	{ color: #5055B2; }

.profile .vote .vote-label-bottom {font-size: 11px; font-weight: bold; color: #818080; text-align: center; line-height: 15px;}

.profile .strength 					{ background: url(http://spynet.ru/templates/skin/spynet/images/strenghtBg.gif) left top no-repeat; width: 115px; height: 24px; line-height: 24px; clear: left; }
.profile .strength * {float: left; height: 24px; text-align: center;}
.profile .strength span   {width: 55px; color: #5D5D5D;}
.profile .strength strong {width: 45px; font-family: Georgia; font-style: italic; color: #8A5509;}

.profile .user-login 				{ font-size: 24px; font-weight: bold; color: #000; line-height: 48px; letter-spacing: -1px; margin-bottom: 0; }
.profile .user-login.no-user-name 	{ }
.profile .user-name 				{ font-size: 17px; color: #646464; line-height: 24px; font-style: normal;; }

.profile-page-header 				{ font-size: 12px; font-weight: bold; margin-bottom: 20px; background: #f5f5f5; border-top: 1px solid #eee; color: #555; padding: 5px 10px 6px; }

.profile-info-about { padding: 13px 20px 20px; background: #F1F9F1; border-radius: 5px; margin-bottom: 30px; color: #000; }
.profile-info-about h3 { font-size: 18px; margin-bottom: 5px; }


.profile-info { border: 1px solid #E4E6E7; /*padding: 11px 11px 11px 35px;*/ background: #F9F9F9; border-radius: 10px; margin-bottom: 20px; overflow: hidden;}
.profile-info header {background: #ecefef; border-bottom: 1px solid #E4E6E7; height: 39px;}
.profile-info header h2 {font-size: 23px; font-weight: normal; color: #000; margin-left: 11px; border: none; line-height: 38px; padding: 0;}


.profile-left 	{ width: 360px; float: left; margin-right: 40px; }
.profile-right 	{ width: 185px; float: right; background: #ecefef; border-radius: 5px; padding: 5px; margin:20px 11px; }
.profile-right .activity {width: 180px; height: 61px; background: url(http://spynet.ru/templates/skin/spynet/images/activityList.gif) left top no-repeat; margin-right: 11px;}
.profile-right .activity li { line-height: 30px; text-align: center; color: #5D5D5D;  }

.profile-right .activityinf {padding: 9px;display: block; }
.profile-right .activityinf span {font-weight: bold; color: #5D5D5D;  margin-bottom: 14px; display: block}
.profile-right .activityinf li {background-image: url(http://spynet.ru/templates/skin/spynet/images/postsComments.gif); background-repeat: no-repeat; padding-left: 15px; line-height: 10px; margin: 0 0 10px;}
.profile-right .activityinf li:nth-child(2) {background-position: 0 -10px;}


.profile-dotted-list { padding: 12px 11px 11px 35px;}
.profile-dotted-list li { overflow: hidden; zoom: 1; line-height: 36px;}
.profile-dotted-list li span { width: 140px; font-weight: bold; font-size: 11px; color: #757575; display: inline-block;  }
.profile-dotted-list li strong { font-weight: normal; color: #2B2B2B; }

.profile-contact-list li { margin-bottom: 5px; padding-left: 35px; position: relative; line-height: 16px }
.profile-contact-list li i { position: absolute; top: 0; left: 0;}/* --------------------------------------------
	СТЕНА
-------------------------------------------- */

.wall-submit 									{ margin-bottom: 30px; padding: 15px; border-radius: 5px; 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 							{ color: #b9c2c2; font-size: 11px; line-height: 1em; margin-bottom: 8px; }
.wall-item .info a 							{ color: #275ec2; }
.wall-item .info .date 						{ color: #818189; }
.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 				{ color: #275ec2; 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(http://spynet.ru/templates/skin/spynet/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: 9999;
	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); }/* --------------------------------------------
	ВСПЛЫВАЮЩИЕ УВЕДОМЛЕНИЯ
-------------------------------------------- */

#notifier { 
	width: 250px; 
	
	position: fixed; 
	top: 10px; 
	right: 10px; 
	
	font-size: 12px;
	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: #FFF1A8; color: #333; }
#notifier .n-box.n-notice h3 { color: #333; }
#notifier .n-box.n-error { background: #000; color: #fff; opacity: 0.8; filter: alpha(opacity=80); }/*
 * 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(http://spynet.ru/templates/skin/spynet/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(http://spynet.ru/templates/skin/spynet/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(http://spynet.ru/templates/skin/spynet/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: #dadada url(http://spynet.ru/templates/skin/spynet/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; 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(http://spynet.ru/templates/skin/spynet/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(http://spynet.ru/templates/skin/spynet/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(http://spynet.ru/templates/skin/spynet/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(http://spynet.ru/templates/skin/spynet/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(http://spynet.ru/templates/skin/spynet/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(http://spynet.ru/templates/skin/spynet/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(http://spynet.ru/templates/skin/spynet/css/smoothness/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(http://spynet.ru/templates/skin/spynet/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(http://spynet.ru/templates/skin/spynet/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(http://spynet.ru/templates/skin/spynet/css/smoothness/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(http://spynet.ru/templates/skin/spynet/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 */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(http://spynet.ru/templates/skin/spynet/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(http://spynet.ru/templates/skin/spynet/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;
	padding: 2px;
	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.5;
	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(http://spynet.ru/templates/skin/spynet/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; }
	
	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; }
	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; }
	
	#header, #userbar, #nav, #sidebar, #footer, #comments, .toolbar, .nav-filter-wrapper, 
	.topic-footer, .stat-performance, .actions, .reply-header { display: none !important; }
	
	#wrapper { -webkit-box-shadow: none; box-shadow: none; border: 0; padding: 0; }
	#content { width: 100%; margin: 0; }
	
	.topic { margin-bottom: 100px; }
}#berror { background: #F17400 url(http://spynet.ru/templates/skin/spynet/images/customBg.gif) left top repeat-x; }
#error a {color: #fff;}
#error #visual {
    display: block;
    margin: 20px auto 50px auto;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}
#error #collage {
    display: block;
    margin: 0 auto;
}
#error h1 {
    background: url(http://spynet.ru/templates/skin/spynet/images/notFoundBg.jpg) left top no-repeat;
    width: 396px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    color: #f58000;
}
#error p, #error strong {
    width: 400px;
    margin: 40px auto;
    text-align: center;
    line-height: 150%;
    color: #851d01;
    font-style: italic;
    font-size: 12px;
}
#error strong {
    display: block;
    color: #fff;
    margin: 0 auto;
}
#error #home {
    display: block;
    width: 161px;
    height: 33px;
    background: url(http://spynet.ru/templates/skin/spynet/images/customAction.jpg) left top no-repeat;
    line-height: 33px;
    margin: 10px auto;
    color: #fff;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
}