html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }/* -------------------------------------------------------------------
// 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  { width: 600px; margin-bottom: 5px; }
.markItUpContainer { font: 11px Verdana, Arial, Helvetica, sans-serif; }
.markItUpEditor {
	font: 12px "Courier New", Courier, monospace;
	padding: 5px;
	width: 587px;
	height: 200px;
	line-height: 18px;
	overflow: auto;
}
.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://indeutschland.ru/engine/lib/external/jquery/markitup/skins/simple/images/handle.png) 50% 3px no-repeat;
	cursor: n-resize;
}


/***************************************************************************************/
/* first row of buttons */
.markItUpHeader { 
	width: 587px;
	background: #eee; 
	padding: 5px; 
	border-top: 1px solid #c0cad5; 
	border-left: 1px solid #c0cad5; 
	border-right: 1px solid #c0cad5; 
}
.markItUpHeader ul	{ overflow: hidden; zoom: 1; }
.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://indeutschland.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: 18px; left: 0px;	
	background: #FFF;
	border: 1px solid #000;
}
.markItUpHeader ul ul li {
	float: none;
	border-bottom: 1px solid #000;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background: #FFF url(http://indeutschland.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%;
}
.markItUpHeader ul ul a: hover  {
	color: #FFF;
	background-color: #000;
}





.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://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/h4.png); }
.markItUp .editor-h5 a 			{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/h5.png); }
.markItUp .editor-h6 a 			{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/h6.png); }
.markItUp .editor-bold a 		{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/bold.png); }
.markItUp .editor-italic a 		{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/italic.png); }
.markItUp .editor-stroke a 		{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/stroke.png); }
.markItUp .editor-underline a 	{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/underline.png); }
.markItUp .editor-quote a 		{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/quote.png); }
.markItUp .editor-code a 		{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/code.png); }
.markItUp .editor-ul a 			{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/ul.png); }
.markItUp .editor-ol a 			{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/ol.png); }
.markItUp .editor-li a 			{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/li.png); }

.markItUp .editor-picture a 	{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/picture.png); }
.markItUp .editor-image a 		{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/image.png); }
.markItUp .editor-link a 		{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/link.png); }

.markItUp .editor-clean a 		{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/clean.png); }
.markItUp .editor-preview a 	{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/preview.png); }
.markItUp .editor-cut a 		{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/cut.png); }
.markItUp .editor-video a 		{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/video.png); }
.markItUp .editor-user a 		{ background-image:url(http://indeutschland.ru/engine/lib/external/jquery/markitup/sets/default/images/user.png); }.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}}body {
	font: 13px/18px 'Helvetica Neue', Arial, Sans-Serif;
	color: #000;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 { font: normal 18px 'PT Sans', 'Helvetica Neue', arial, sans-serif; line-height: 1.3em; margin-bottom: 0.3em; color: #000; }
h2 { font-size: 22px; margin-bottom: 20px; }
h2 span { color: #359e07; }
h3 { font-size: 18px; }

a { color: #D70000; }
a:hover{ color:#1cacea; border-color:#1cacea !important;}
#content .content a:visited{ color:#324a65; }
#content .content a:active{background:#e6f8ff;}

#sidebar .block a:active{background:#e6f8ff;}
.topic .info li.username a:active{background:#e6f8ff;}
#nav-inner .profile .username:active{background:#e6f8ff;}
.user-profile-table a:active{background:#e6f8ff;}

.block .cloud li a:active{background:#e6f8ff;}
.topic-name-href:active{background:#e6f8ff;}
.comment .info li.username a:active{background:#e6f8ff;}
.table.table-people tr td:first-child a:active{background:#e6f8ff;}

#footer a:active{background:#e6f8ff;}

a.dashed { text-decoration: none; border-bottom: 1px dashed #70AAE0; }

p { margin-bottom: 18px; }


/*#content-inner h2{font-family:'PT Sans', 'helvetica neue', arial, sans-serif; font-size:38px; line-height:35px; font-weight:bold; margin-bottom: 20px;}*/
h1.page-title{font-family:'PT Sans', 'helvetica neue', arial, sans-serif; font-size:38px; line-height:35px; font-weight:bold; margin-bottom: 20px;}
h2.stream-header{font-family:'PT Sans', 'helvetica neue', arial, sans-serif; font-size:38px; line-height:35px; font-weight:bold; margin-bottom: 20px;}
h1.page-title span{vertical-align:top; position:relative; color: #359e07;}
h1.page-title .sup{font-size:20px; top:-10px;}
h1.page-title .search-request{font-size:38px; vertical-align:top; position:relative; top:0; color: #7f7f7f;}

/* Blocks
-------------------- */
#container 	{ margin: 0 auto 20px; min-width: 940px; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/content-bg.png) 0 0 repeat-x; padding:35px 0 0 0;}
#header 	{line-height:1;min-height:23px;  min-width: 890px; height: auto; margin: 0 auto; position: relative; overflow: hidden; zoom: 1; padding: 7px 2% 7px 4%; background: #282828 url(http://indeutschland.ru/templates/skin/street-spirit/images/top-menu-line.png) 0 100% repeat-x; }
#header-light { text-align: center; padding: 20px 0; background: #fff; width: 400px; margin: 20px auto 40px; border-radius: 5px; }
#wrapper 	{ overflow: hidden; zoom: 1; /*padding: 0 20px 20px;*/ }
/*#wrapper.show-update-button { padding-right: 55px; }*/
#wrapper.white-back { background: #fff; margin: 0 20px 30px 20px;}
#wrapper.white-back #content {  }
#content 	{ width: 64%; float: left; margin:0 3% 50px 4%;}
#content.one-collumn{width:auto; float:none; padding:0 2% 50px 4%; margin:0px;}
#content-inner { /*padding: 20px;*/ min-height:500px;}
#sidebar	{ width: 27%; margin:30px 2% 0 0; float: left; }
#footer 	{ overflow: hidden; zoom: 1; margin: 0 0 30px; color: #777; border-top: 1px solid #d6d6d6; }
#footer-inner 	{ /*padding: 15px 20px 10px;*/ padding:20px 0 0 0; color:#000000;}

#footer-inner .studio{margin:20px 0 0 0;}
#footer-inner .studio a{width:107px; height:29px; display:inline-block; vertical-align:middle; margin:-7px 0 0 7px; outline: 0 none;}

#footer-inner .right{width:27%; margin:0 2% 0 0;}
#footer-inner .left{width:64%; margin:0 3% 0 4%;}
#footer-inner .footer-menu{overflow:hidden;}
#footer-inner .footer-menu h3{font-size:15px; font-weight:bold; margin:0 0 10px 0;}
#footer-inner .footer-menu li{float:left; min-width:31%; margin:0 1% 0 0;}
#footer-inner .footer-menu li li{float:none; min-width:0px; margin:0px; line-height:20px;}

#logo-line{line-height:1; min-width:940px;}
#logo-line .logo-line-inside{ padding:17px 2% 20px 4%; font-family:'PT Sans', 'helvetica neue', arial, sans-serif;}
.logo-line-inside .logo{color:#000;font-size:35px;font-weight:bold; text-decoration:none;}
.logo-line-inside .logo span{color:#FF4646;}

.reg-exp{font-size:11px; color:#9c9c9c; margin:0 0 20px 0;}


/* Header
-------------------- */
#header a.logo{ font-size: 20px; float: left; padding: 30px 40px 0 5px; text-decoration: none; }
#header a.logo span{ color: #77D115; }

#header-light a.logo { font-size: 25px;color:#000; float: left; padding: 30px 40px 0 5px; text-decoration: none; font-weight:bold;}
#header-light a.logo{float:none;}
#header-light a.logo span{ color: #141414; }

#header a { color: #fff; }

#header .search-form{float:right; width:29%;}
#header .search-form form{display:block; position:relative; padding:0 28px 0 0;}
#header .search-form form input[type="text"]{height:18px; width:98%; padding:2px 1%; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; border:1px solid #fff;}
.search-form .search-submit{border:none; cursor:pointer; width:21px; height:21px; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/search-picto.png) 0 0 no-repeat; position:absolute; right:1px; top:2px;}
#header .search-label{color:#fff; float:right; margin:0px 13px 0 0; line-height:22px;}


#header .pages { overflow: hidden; zoom: 1; padding:2px 0 0 0; list-style: none; float: left; font-size: 16px; font-weight:bold; font-family:'PT Sans', 'helvetica neue', arial, sans-serif;}
#header .pages li { float: left; margin-right: 20px; position: relative; }
#header .pages li a { color: #fff; text-decoration: underline; /*padding: 2px 5px 3px;*/ }
#header .pages li a:hover{color:#ebd050;}
#header .pages li.active a { color: #ebd050; text-decoration: none; }
#header .pages li.active { }

#nav-inner .profile{width:27%; margin:0 2% 0 0; float:right; font-size:13px; line-height:20px;}
#nav-inner .profile .avatar{float:left; margin:0 10px 0 0;}
#nav-inner .profile .username{ text-decoration:none;}
#nav-inner .profile .author{color:#4d4d4d; font-size:11px;}
#nav-inner .profile .message{display:inline-block; width:16px; height:12px; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/message-icons.png) 0 0 no-repeat; vertical-align:middle; margin:0 5px;}
*+ html #nav-inner .profile .message{display:inline; zoom:1;}
.new-message{position:absolute; width:auto; height:25px; line-height:25px; text-decoration:none; bottom:-27px; left:71%; color:#000; background:#fff8ce; padding:0 8px;  border:1px solid #d6d6d6; border-radius: 0 0 3px 3px;}
.new-message .message{margin-left:0px !important; position:relative; top:-2px; background-position:0 -12px !important;}

#nav-inner .profile li{margin:3px 0 0 0; white-space: nowrap;}
#nav-inner .profile .user-rating{color:#4d4d4d;}
.profile .user-rating strong{color:#000;}

#header .profile { color: #777; text-align: right; position: absolute; top: 15px; right: 23px; padding-right: 60px; font-size: 11px; color: #AFAFAF; line-height: 12px; }
#header .profile li { margin-bottom: 6px; }
#header .profile .message { background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons.gif) no-repeat scroll right 3px; margin-right: 5px; padding-right: 18px; zoom: 1; text-decoration: none; }
#header .profile .message.new { background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons.gif) no-repeat right -17px; color: #ffea00; }
#header .profile .create { color: #f79cf3; }
#header .profile .logout { color: #AFAFAF; text-decoration: none; }
#header .profile .avatar { position:absolute; top:0px; left:0px; }
#header .profile a:hover { color: #ddd; }

#header .auth { position: absolute; top: 28px; right: 33px; color: #ddd; }
#header .auth .login-link { font-size: 18px; }


/* Header Light
-------------------- */
/*#header-light .logo { font-size: 28px; text-decoration: none; color: #777; }
#header-light .logo:hover { color: #555; }*/



/* Navigation
-------------------- */
#nav { margin: 0 auto; min-width: 940px; /*background: url(http://indeutschland.ru/templates/skin/street-spirit/images/nav.png) no-repeat;*/ position: relative; zoom: 1; border-bottom:1px solid #d6d6d6;}
#nav-inner {position:relative;  height: 59px; padding: 13px 2% 5px 4%; /*margin-left: 20px; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/nav.png) 100% 0 no-repeat; overflow: hidden;*/ zoom: 1; }



#nav-inner .auth { white-space: nowrap; float:right; width:27%; margin:15px 2% 0 0; color:#9c9c9c; font-family:'PT Sans', 'helvetica neue', arial, sans-serif;}
#nav-inner .auth .login-link{font-size:15px; background:#EBD050; padding:0px 9px 2px 9px; color:#fff; font-weight:bold; text-shadow:0px -1px 0px #0f9208; text-decoration:none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBD017', endColorstr='#ebd050');
	background: -webkit-gradient(linear, left top, left bottom, from(#EBD017), to(#EBD050));
	background: -moz-linear-gradient(top,  #EBD017,  #ebd050);

	background: -o-linear-gradient(top, #EBD017, #ebd050); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #EBD017, #ebd050); /* IE10+ */
	background: linear-gradient(top, #EBD017, #ebd050); /* W3C */

	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	line-height:21px;
}

#nav-inner .auth .login-link:hover{
	background:#EBD050;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebd050', endColorstr='#ebd050');
	background: -webkit-gradient(linear, left top, left bottom, from(#ebd050), to(#ebd050));
	background: -moz-linear-gradient(top,  #ebd050,  #ebd050);

	background: -o-linear-gradient(top, #ebd050, #ebd050); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebd050, #ebd050); /* IE10+ */
	background: linear-gradient(top, #ebd050, #ebd050); /* W3C */

	}
#nav-inner .auth .login-link:active{
	background:#EBD050;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebd050', endColorstr='#2ec221');
	background: -webkit-gradient(linear, left top, left bottom, from(##EBD017), to(##EBD050));
	background: -moz-linear-gradient(top,  #ebd050,  #2ec221);

	background: -o-linear-gradient(top, #ebd050, #2ec221); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebd050, #2ec221); /* IE10+ */
	background: linear-gradient(top, #ebd050, #2ec221); /* W3C */
	}

#nav-inner .auth .registration-link{font-size:15px; background:#8c9aa2; padding:0px 9px 2px 9px; color:#fff; font-weight:bold; text-shadow:0px -1px 0px #839199; text-decoration:none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3aeb5', endColorstr='#6e7d86');
	background: -webkit-gradient(linear, left top, left bottom, from(#a3aeb5), to(#6e7d86));
	background: -moz-linear-gradient(top,  #a3aeb5,  #6e7d86);

	background: -o-linear-gradient(top, #a3aeb5, #6e7d86); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a3aeb5, #6e7d86); /* IE10+ */
	background: linear-gradient(top, #a3aeb5, #6e7d86); /* W3C */

	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

/* Menu */
#nav .menu {  float: left; font-size: 15px; margin: 0; }
#nav .menu li { float: left; color: #141414; padding:0 0 4px 0; margin-right:25px; position: relative; font-family:'PT Sans', 'helvetica neue', arial, sans-serif;}
#nav .menu li a.new {border:none !important; padding:0px !important; border-radius:none  !important; background:none !important; color: #0eca00 !important; font-weight:normal !important; font-size:11px; font-family:arial, sans-serif; vertical-align:top; text-decoration:none; line-height:1;}
#nav .menu li a { color: #141414; }
#nav .menu li a:hover { color: #333; }
#nav .menu li.active { position: relative; background: #fff;}
#nav .menu li.active a { color: #fff; font-weight:bold; line-height:1;
	background: #D70000;
	padding: 0 8px 2px;;
	text-decoration:none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D70000', endColorstr='#FF2828');
	background: -webkit-gradient(linear, left top, left bottom, from(#D70000), to(#FF2828));
	background: -moz-linear-gradient(top,  #D70000,  #FF2828);

	background: -o-linear-gradient(top, #D70000, #FF2828); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #D70000, #FF2828); /* IE10+ */
	background: linear-gradient(top, #D70000, #FF2828); /* W3C */

	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	position:relative;
}
#nav .menu li.active a:first-child:before { content: ""; position: absolute; bottom: -5px; left: 50%; margin-left:-5px; width: 11px; height: 5px; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/arr.png) no-repeat; }

/*Opera*/

@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
   #nav .menu li.active a:first-child:before {
  content: ""; position: absolute; bottom: -5px; left: 50%; margin-left:3px; width: 11px; height: 5px; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/arr.png) no-repeat;
}
}

#nav .sub-menu li a:first-child:before{content:''; background:none !important;}
/* Sub-menu */

#nav .sub-menu li span{position:relative; top:-3px; border:none !important; padding:0px !important; border-radius:none  !important; background:none !important; color: #0eca00 !important; font-weight:normal !important; font-size:11px; font-family:arial, sans-serif; vertical-align:top; text-decoration:none; line-height:1;}

#nav .sub-menu { position: absolute; top: 32px; left: 0; width: 500px; font-size: 11px; }
#nav .sub-menu li { margin-right: 15px; line-height: 11px; padding: 3px 0 5px 0 !important; font-size:11px; text-transform:uppercase;  }
#nav .sub-menu li a { color: #141414 !important; text-decoration: underline; background:none !important; font-weight:normal  !important; padding:2px 0px !important; text-decoration:underline !important;}
#nav .sub-menu li a:hover { text-decoration: none !important; }
#nav .sub-menu li.active {  color: #000; font-weight: bold;}
#nav .sub-menu li.active a {font-weight:bold !important; color: #000 !important; text-decoration: none !important; padding: 1px 6px !important; background: #e6e1cc !important; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
#nav .sub-menu li.active:before { display: none; }

/* Search */
#nav .search { position: absolute; bottom: 25px; right: 20px; }
#nav .search .text { width: 165px; border: 1px solid #ccc; border-radius: 13px; padding: 4px 35px 4px 13px; color: #777; box-shadow: 0 2px 2px #eee inset; }
#nav .search .search-submit { width: 18px; height: 18px; position: absolute; top: 4px; right: 7px; *top: 5px; border: none; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/search.png) no-repeat; cursor: pointer; }

/* Search */
#nav .button-publish {border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; float: left; text-shadow:0px -1px 0px #149f0d; font-size:15px; text-transform:capitalize; text-decoration: none; background:#17af0f; line-height:1; padding: 2px 8px 4px 8px; margin:0 20px 0 -8px; color:#fff; font-weight:bold; font-family:'PT Sans', 'Helvetica Neue', arial, sans-serif;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ec221', endColorstr='#ebd050');
	background: -webkit-gradient(linear, left top, left bottom, from(#EBD017), to(#EBD050));
	background: -moz-linear-gradient(top,  #2ec221,  #ebd050);

	background: -o-linear-gradient(top, #2ec221, #ebd050); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2ec221, #ebd050); /* IE10+ */
	background: linear-gradient(top, #2ec221, #ebd050); /* W3C */
}

#nav-inner .button-publish:hover{
	background:#EBD050;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43d131', endColorstr='#048203');
	background: -webkit-gradient(linear, left top, left bottom, from(#EBD017), to(#EBD050));
	background: -moz-linear-gradient(top,  #43d131,  #048203);

	background: -o-linear-gradient(top, #43d131, #048203); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #43d131, #048203); /* IE10+ */
	background: linear-gradient(top, #43d131, #048203); /* W3C */

	}
#nav-inner .button-publish:active{
	background:#EBD050;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebd050', endColorstr='#2ec221');
	background: -webkit-gradient(linear, left top, left bottom, from(#EBD017), to(#EBD050));
	background: -moz-linear-gradient(top,  #ebd050,  #2ec221);

	background: -o-linear-gradient(top, #ebd050, #2ec221); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebd050, #2ec221); /* IE10+ */
	background: linear-gradient(top, #ebd050, #2ec221); /* W3C */
	}

#nav .button-publish:hover{}
#nav .button-publish:active{}

#nav .button-publish span { float: left; }


/* Misc blocks
-------------------- */

/* Blog profile */
.blog { padding:0; margin-bottom: 20px; color: #666; position: relative; }

.blog .voting { position: absolute; top: 10px; right: 20px; z-index: 100; }
.blog .voting .total { font-weight: normal; padding: 4px 10px 5px; font-size: 19px; }
.blog .voting .plus { margin: 4px 6px 0 0; }
.blog .voting .minus { margin: 4px 0 0 6px; }
.blog .voting .text { font-size: 11px; color: #4d4d4d; text-align: center; clear: both; }
.blog .voting.positive .total { background: #68BF46; color: #fff; }
.blog .voting.negative .total { background: #FF3B3C; color: #fff; }

.blog .blog-header { overflow: hidden; zoom: 1; position: relative; padding:0; }
.blog .blog-header .join{float:right; margin-top:5px;}
.blog .blog-header img { position: absolute; top: 0; left: 0; }
.blog .blog-header h2 { font-size: 19px; line-height: 1.3em; /*margin-top: -4px;*/ font-weight:bold; float:left;}
.blog .blog-header h2 a { text-decoration: none; border-bottom: 1px dashed #70AAE0; }
.blog .blog-header .rss{margin:8px 0 0 5px;}
.blog .blog-header h2.inactive a { color: #ccc; border-color: #ccc !important; }

.blog .actions { margin-bottom: 10px; }

.blog .blog-info { display: none;  }
.blog .blog-info .voting{ position:static; float:right;  }
.blog .blog-info h2{width:100%; padding:0 0 0 15px; font-size:18px; margin:0 0 15px 0; float:right; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/gray-dot.png) 0 50% repeat-x; font-family:'PT Sans', 'helvetica neue', arial, sans-serif;}
.blog .blog-info h2 span{color:#000; background:#fff; padding:0 4px; font-weight:bold; margin:0 0 0 -4px;}
.blog .blog-info h3{font-family:'PT Sans', 'helvetica neue', arial, sans-serif; font-size:15px; font-weight:bold; margin:0 0 10px 0;}
.blog .blog-info p { border-bottom: 1px solid #DADADA; padding-bottom: 15px; margin-bottom: 0; }
.blog .blog-info .user { margin-right: 5px; }
.blog .blog-info .blog-info-text { margin:0 240px 25px 0; font-size:15px; color:#000;}

.blog .bloch-hlide-line{background:url(http://indeutschland.ru/templates/skin/street-spirit/images/gray-dot.png) 0 50% repeat-x; text-align:center; margin:20px 0 50px 0; font-size:12px;}
.blog .bloch-hlide-line span{background:#fff; padding:0 5px;}
.blog .bloch-hlide-line a{text-decoration:none; border-bottom:1px dashed #141414;}

.blog .blog-wrapper { overflow: hidden; zoom: 1; border-top: 1px solid #fff; margin: 20px 0 0 0; }
.blog .blog-wrapper .blog-admins { float: left; width: 50%; }
.blog .blog-wrapper .blog-mods { float: left; width: 50%; font-size:15px; color:#000;}
.blog .blog-wrapper .user-list li { display:inline-block; font-size:13px; line-height:24px; text-align: left; margin:0 30px 15px 0; overflow: hidden; vertical-align:top;}
.blog .blog-wrapper .user-list li a{text-decoration:none; }
*+ html .blog .blog-wrapper .user-list li { display:inline; zoom:1;}
.blog .blog-wrapper .user-list li img { display: block; margin: 0 5px 0 0; float:left;}

.blog-list-table { margin-top: -12px; }
.blog-list-table tbody { color: #999; }
.blog-list-table td .avatar { float: left; position: relative; top: 2px; }
.blog-list-table td .title { font-size: 17px; line-height: 20px; font-weight:normal; display:inline-block; margin-top:7px;}
*+ html .blog-list-table td .title {display:inline; zoom:1;}
.blog-list-table td .usertag {text-decoration:none;}
.blog-list-table td .private { position: relative; top: 2px; }
.blog-list-table td p { margin-bottom: 0; color: #4d4d4d; font-size:13px;}

/* User profile */
.user-profile { margin-bottom: 20px; overflow: hidden; zoom: 1; position: relative; }
.user-profile .avatar { float: left; margin-right: 15px; }
.user-profile h3 { font-size: 24px; line-height: 1em; margin: 10px 0; font-family:'PT Sans', 'helvetica neue', arial, sans-serif; font-weight:bold;}
.user-profile p.realname { font-size: 30px; color: #666666; font-family:'PT Sans', 'helvetica neue', arial, sans-serif; font-weight:bold;}

.user-profile .voting { position: absolute; top: 0px; right: 75px; z-index: 100; }
.user-profile .voting .total { font-weight: normal; padding: 4px 10px 5px; font-size: 19px; }
.user-profile .voting .plus { margin: 4px 6px 0 0; }
.user-profile .voting .minus { margin: 4px 0 0 6px; }
.user-profile .voting .text { font-size: 11px; color: #4d4d4d; text-align: center; clear: both; }
.user-profile .voting.positive .total { background: #359e07; color: #fff; }
.user-profile .voting.negative .total { background: #FF3B3C; color: #fff; }

.user-profile .strength { float: right; }
.user-profile .strength .total { background: #141414; font-size: 19px; padding: 4px 10px 5px; font-weight: normal; color: #fff; }
.user-profile .strength .text { font-size: 11px; color: #4d4d4d; text-align: center; }

.user-profile-header { /*font-size: 18px; margin-bottom: 7px; border-bottom: 1px solid #ccc;*/ }
.user-profile-header{width:100%; font-size:18px; margin:0 0 7px 0; font-weight:bold; padding:0 0 0 15px; float:right; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/gray-dot.png) 0 50% repeat-x;}
.user-profile-header span{color:#000; background:#fff; padding:0 4px; margin:0 0 0 -4px; color:#000;}

.profile-actions{width:100%;clear:both; margin:20px 0 5px 0; float:left;}

.user-profile-table { width: 100%; font-size:15px; margin:0 0 30px 0;}
.user-profile-table td { vertical-align: top; padding: 0 0 18px; line-height:20px;}
.user-profile-table td.var { width: 160px; color: #4d4d4d; padding-bottom:5px;}
.user-profile-table td.no-pdng {padding-bottom:0px;}
.user-profile-table td.friends-list-exp {padding-bottom:0px;}
.user-profile-table td .user { font-size:13px;}
.user-profile-table .user-list li{display:inline-block; margin:0 25px 15px 0; vertical-align:top; line-height:24px;}
.user-profile-table .user-list li .avatar{float:left; margin:0 6px 0 0;}
*+ html .user-profile-table .user-list li{display:inline; zoom:1;}

#profile_actions li{display:inline-block; margin-right:5px;}
*+html #profile_actions li {display:inline; zoom:1}

#profile_actions a .mail-ico{display:inline-block; width:16px; height:12px; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/mail-ico.png) 0 0 no-repeat; position:relative; top:-1px; margin-right:6px; vertical-align:middle;}
*+ html #profile_actions a .mail-ico{display:inline; zoom:1;}
#profile_actions a .add-ico{display:inline-block; width:9px; height:9px; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/add-ico.png) 0 0 no-repeat; margin-right:6px; position: relative; top: -1px; vertical-align:middle;}
*+ html #profile_actions a .add-ico{display:inline; zoom:1;}

#profile_actions li {
        font-size:14px;
        background:#d9d9d9;
        padding:2px 9px 2px 9px;
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#cbcbcb');
		background: -webkit-gradient(linear, left top, left bottom, from(#EBD017), to(#EBD017));
		background: -moz-linear-gradient(top,  #e1e1e1,  #cbcbcb);
		background: -o-linear-gradient(top, #e1e1e1, #cbcbcb); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #e1e1e1, #cbcbcb); /* IE10+ */
		background: linear-gradient(top, #e1e1e1, #cbcbcb); /* W3C */
		border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
        text-shadow:0px 1px 0px #fff;
}
#profile_actions li a{
	text-decoration:none;
	color:#000;
}

/* 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://indeutschland.ru/templates/skin/street-spirit/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://indeutschland.ru/templates/skin/street-spirit/images/loader.gif) no-repeat center; }
.stream-comment-preview { padding: 5px 10px; background: #f3f3f3; margin-top: 5px; }

.stream-list { margin: 0 0 20px; }
.stream-list li { margin-bottom: 5px; min-height: 48px; _height: 48px; background: #fafafa; padding: 10px 15px 10px 70px; position: relative; }
.stream-list li .avatar { position: absolute; top: 10px; left: 10px; }
.stream-list li .date { display: block; color: #999; }
.stream-list li a { text-decoration: none; }
.stream-list li a:hover { text-decoration: underline; }

/* Userfields */
.userfield-list { width: 450px; }
.userfield-list li { background: #f7f7f7; margin-bottom: 1px; padding: 10px 5px; overflow: hidden; zoom: 1; line-height: 12px; color: #777; }
.userfield-list li .uf-actions { float: right; }
.userfield-list li .uf-actions img { vertical-align: top; }
.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; }
/* Voting */
.voting { overflow: hidden; zoom: 1; }

.voting .total { float: left; padding: 0 7px; color: #aaa; }
.voting .total a { text-decoration: none; color: #999; outline: none; }

.voting.positive .total { color: #390; }
.voting.negative .total { color: #f00; }

.voting .plus,
.voting .minus 	{ width: 16px; height: 16px; float: left; display: block; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/plus-minus.png) no-repeat; position: relative; top: 1px; outline: none; }
.voting .plus 	{ background-position: 0 0; }
.voting .minus 	{ background-position: 0 -18px; }
.voting .plus:hover 	{ /*background-position: -9px 0;*/ }
.voting .minus:hover 	{ /*background-position: -27px 0;*/ }

.voting.voted	.plus 			{ background-position: -27px 0; }
.voting.voted .minus 			{ background-position: -27px 0; }
/*.voting.voted .plus,
.voting.voted .minus{display:none;}*/
/*.voting.voted.plus 	.minus:hover 	{ background-position: -18px 0; }
.voting.voted.minus .plus:hover 	{ background-position: 0 0; }

.voting.guest .plus:hover 	{ background-position: 0 0; }
.voting.guest .minus:hover 	{ background-position: -18px 0; }*/


/* Favorite */
.favourite 			{ background: url() no-repeat; display: block; height: 16px; width: 16px; position: relative; top: 1px; }
.favourite:hover 	{ background-position: 0 -16px; }
.favourite.active 	{ background-position: 0 -16px; }


/* Pagination */
.pagination { font-size:16px; }
.pagination p { font-size: 16px; color: #bbb; margin-bottom: 10px; }
.pagination ul { overflow: hidden;  }
.pagination ul li { float: left; margin-right: 8px; color:#818181; line-height:23px;}
.pagination ul li a{padding:2px 5px; text-decoration:none;}
.pagination ul li a:hover{background:#e6e1cc; color:#D70000;}
.pagination ul li.active { font-weight: bold;}
.pagination ul li.active {color:#000;}


/* Switcher */
.switcher { font-family: 'PT Sans', Arial, sans-serif; overflow: hidden; zoom: 1; margin-bottom: 15px; font-size: 11px; padding-bottom: 5px; margin-top:6px;}
.switcher li { float: left; padding:2px 0; margin:0 10px 0 0; color: #D70000; background: #fff; position: relative; line-height: 15px; cursor: pointer; border-bottom:1px dashed #D70000; line-height:1; text-transform:uppercase; }
.switcher li:hover{border-color:#1cacea; color:#1cacea;}
.switcher li:active{background:#e6f8ff;}
.switcher li a { color: #D70000; text-decoration: none; }
.switcher li a:hover{border-color:#1cacea; color:#1cacea;}
.switcher li:first-child {  }
.switcher li.first-child { }
.switcher li:last-child {  }
.switcher li.last-child {  }
.switcher li.active { color: #000; padding:1px 6px 2px 6px; line-height:13px; font-weight:bold; background: #E6E1CC; border:none; -moz-border-radius:10px; border-radius:10px; -webkit-border-radius:10px; }
.switcher li.active a { color: #000; }
/*.switcher li.active:before { content: ""; position: absolute; bottom: -4px; left: 8px; width: 5px; height: 3px; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/arrows.png) -9px 0 no-repeat; }
*/

/* System messages */
.system-message-error 	{ background: #f0c8c8; color: #b22626; padding: 10px 15px; margin-bottom: 15px; }
.system-message-notice { background: #dafad8; color: #4bb23b; padding: 10px 15px; margin-bottom: 15px; }


/* Actions */
.actions { overflow: hidden; zoom: 1; font-size: 11px; }
.actions a { overflow: hidden; zoom: 1; margin-right: 10px; text-decoration: none; }
.actions li { float: left;}
.actions .edit { padding-left: 16px; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/edit.png) no-repeat 0 1px; }
.actions .delete { padding-left: 15px; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/delete.png) no-repeat 0 1px; color: #f00; }
.actions .rss { display: block; width: 10px; height: 10px; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons.gif) no-repeat -70px -250px; margin-right: 4px; margin-top: 4px; }
.actions .join { margin-top: 4px; }
.actions a:hover { text-decoration: underline; }


/* Misc */
.user {text-decoration: none;}
.ls-user { padding-left: 12px; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons.gif) no-repeat 0 -105px; color: #999999; text-decoration: none; font-size: 14px; font-weight: bold;}
.user.inactive { color: #888; }

.padding { padding:22px 0 2px 0; }
.padding h2{ margin-bottom: 9px; font-size:38px; line-height:35px; font-weight:bold; font-family:'PT Sans', 'helvetica neue', arial, sans-serif;}

.tags-search { position: relative; margin-bottom: 20px; }
.tags-input { width: 400px; font-size: 18px; padding: 4px 4px 6px; border: 1px solid #ccc; color: #555; background: #fafafa; }

.center { width: 550px; margin: 0 auto; overflow: hidden; }
.center .input-text { border: 1px solid #afafaf; width: 386px !important; padding: 4px 6px; font-size: 18px; font-family: Arial, sans-serif; margin-top:10px;}
.center h2 { color: #888; font:38px/35px 'PT Sans', 'helvetica neue', arial, sans-serif; font-weight:bold; color:#000; margin-bottom:30px; text-align:center;}
.center h2.form-header {text-align:left;}
.center h2 a{font-size:13px; margin-left:40px; font-weight:normal; font-family:arial, sans-serif;}

.openid-ico{display:inline-block; width:20px; height:17px; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/openid-ico.png) 0 0 no-repeat; margin:0 5px 0 0; position:relative; top:3px;}
*+ html .openid-ico{display:inline; zoom:1;}

.captcha-wrap{margin:0 0 30px 0;}
.captcha-wrap input[type="text"]{width:80px !important; position:relative; top:3px;}
.captcha-wrap img{vertical-align:middle;}
.captcha-wrap .arr{font-size:22px; color:#000; padding:0 15px; line-height:40px;}


*+ html .tags-search-wrap{display:inline; zoom:1;}

.tags-search-submit{background:url(http://indeutschland.ru/templates/skin/street-spirit/images/gray-submit.png) 0 0 no-repeat; width:12px; height:12px; cursor:pointer; border:none; text-indent:-9999px; margin-left:10px;}
.tags-search-wrap {margin-left:-5px; display:inline-block; position:relative; padding:5px 13px 5px 5px; line-height:1; text-decoration: none; color: #fff; background: #9bafbb; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.tags-search-wrap:before { content: ""; position: absolute; top: 22px; right: 3px; margin-left:-5px; width: 3px; height: 3px; background:#fff; }



.center .button-login { float: left; margin:-1px 15px 0 0;}
.center label{font-size:15px; color:#000; display:block;}
.center label input[type="text"]{border:1px solid #afafaf; padding:4px 3px; width:350px; margin:10px 0 0 0;}

.button-line{background:url(http://indeutschland.ru/templates/skin/street-spirit/images/gray-dot.png) 0 50% repeat-x;}
.button-line .button{
	
}
.button-line  span{background:#fff; padding:0 10px; margin:0 0 0 -10px;}

.join { cursor: pointer; padding:2px 10px; font-size:12px; display:inline-block;}
*+ html .join { display:inline; zoom:1;}
.join span{color:#D70000; border-bottom:1px dashed #D70000; white-space:nowrap;}
.join:hover{background:#d9d9d9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#cacaca'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#cacaca)); 
	background: -moz-linear-gradient(top,  #e1e1e1,  #cacaca);
	
	background: -o-linear-gradient(top, #e1e1e1, #cacaca); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e1e1e1, #cacaca); /* IE10+ */
	background: linear-gradient(top, #e1e1e1, #cacaca); /* W3C */
	
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
.join:hover span{color:#000; border:none; text-shadow:0px 1px 0px #fff;}
/*.join.active { background-position: -10px -250px; }*/

.table { width: 100%; margin-bottom: 15px; }
.table td { padding: 5px; }
.table td.small-table-column{width:60px;}
.table td.table-uer-menu{width:100px;}
.table td.width160{width:160px;}
.table td.width170{width:170px;}
.table td.width150{width:150px;}
.table td.width20{width:20px;}
.table td.width80{width:80px;}
.table td.width10pc{width:10%;}
.table tr.active td { background: #F1FCEF; }
.table tr:first-child td {  font-weight: bold; font-size:13px; border-top:none; padding-top:0px;}
.table td { padding: 5px; border-top: 1px solid #ddd;  font-size: 11px; }

/*.table.table-people { margin-top: -12px; }*/
.table.table-people .thead td{padding-top:0px; padding-bottom: 11px; }
.table.table-people .avatar { vertical-align: middle; margin-right: 13px; }
.table.table-people td { padding: 8px 10px; vertical-align: middle; }
.table.table-people tr td:first-child{padding-left:0px;}
.table.table-people .username { text-decoration:none; font-size:15px;}
.table.table-people .strength { font-weight: bold; color: #D70000; font-size:15px;}
.table.table-people .date { color: #4d4d4d; font-size:11px;}
.table.table-people .rating{font-size:15px; line-height:1;}
.table.table-people .rating strong { font-weight: bold; color: #fff; background: #dddddd; padding: 3px 6px; }
.table.table-people .rating.positive strong { background: #359e07; }
.table.table-people .rating.negative strong { background: #FF3B3C; }

.table.table-talk td { color: #999; }
.table.table-talk td { padding: 5px; }
.table.table-talk td .username { margin-right: 5px; text-decoration: none;}
.table.table-talk td .username.inactive { color: #bbb; }
.table.table-talk a.favourite { float: left; width: 10px; height: 8px; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons.gif) -40px -40px no-repeat; }
.table.table-talk a.favourite.active { background-position: -50px -40px; }
.table.table-talk a.favourite:hover { background-position: -50px -40px; }
.table.table-people.table-talk { margin-top: 0; }

.right { float: right; }
span.green { color: #008000; }.input-wide { width: 98%; _width: 97%; padding: 2px; }
.input-100 { width: 100px; padding: 2px; }
.input-200 { width: 200px; padding: 2px; }
.input-300 { width: 300px; padding: 2px; }
.note { font-size: 11px; color: #9c9c9c; display:block; margin:10px 0 20px 0;}
.checkbox { position: relative; top: 2px; margin: 0 4px 0 1px; }
.question-list { margin-bottom: 15px; }
.question-list li { margin-bottom: 5px; }
.question-list li input { margin-right: 5px; }


.markItUp  { width: 100%; }
.markItUpEditor { width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; }
.markItUpHeader { width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; }

.markItUp, .mceEditor{margin-bottom:15px; display: block;}

.button { 
	cursor:pointer;
	font-family:'PT Sans', 'Helvetica Neue', arial, sans-serif;
	font-size:15px; background:#18b210; padding:0px 9px 1px 9px; color:#fff; font-weight:normal; text-shadow:0px -1px 0px #0f9208; text-decoration:none; border:none;
	line-height:1;
	display:inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ec221', endColorstr='#0e9909'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#2ec221), to(#0e9909)); 
	background: -moz-linear-gradient(top,  #2ec221,  #0e9909);
	
	background: -o-linear-gradient(top, #2ec221, #0e9909); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2ec221, #0e9909); /* IE10+ */
	background: linear-gradient(top, #2ec221, #0e9909); /* W3C */
	
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	cursor: pointer;
	line-height:20px;
}
*+ html .button{display:inline; zoom:1;}
.button:hover{
	background:#18b210;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43d131', endColorstr='#048203'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#43d131), to(#048203)); 
	background: -moz-linear-gradient(top,  #43d131,  #048203);
	
	background: -o-linear-gradient(top, #43d131, #048203); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #43d131, #048203); /* IE10+ */
	background: linear-gradient(top, #43d131, #048203); /* W3C */
	}
	
.button:active{
	background:#18b210;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e9909', endColorstr='#2ec221'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#0e9909), to(#2ec221)); 
	background: -moz-linear-gradient(top,  #0e9909,  #2ec221);
	
	background: -o-linear-gradient(top, #0e9909, #2ec221); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0e9909, #2ec221); /* IE10+ */
	background: linear-gradient(top, #0e9909, #2ec221); /* W3C */
	}
.button[disabled], .button[disabled="disabled"]{
	background:#d6d6d6;
	color:#fff;
	text-shadow:none;
	}

.button.gray{
	background:#d9d9d9;
	color:#000;
	text-shadow:0px 1px 0px #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#cacaca'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#cacaca)); 
	background: -moz-linear-gradient(top,  #e1e1e1,  #cacaca);
	
	background: -o-linear-gradient(top, #e1e1e1, #cacaca); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e1e1e1, #cacaca); /* IE10+ */
	background: linear-gradient(top, #e1e1e1, #cacaca); /* W3C */
	}

.button.gray:hover{
	background:#d9d9d9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#bcbcbc'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#bcbcbc)); 
	background: -moz-linear-gradient(top,  #e9e9e9,  #bcbcbc);
	
	background: -o-linear-gradient(top, #e9e9e9, #bcbcbc); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e9e9e9, #bcbcbc); /* IE10+ */
	background: linear-gradient(top, #e9e9e9, #bcbcbc); /* W3C */
	}
.button.gray:active{
	background:#dadada;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#e1e1e1'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#e1e1e1)); 
	background: -moz-linear-gradient(top,  #cacaca,  #e1e1e1);
	
	background: -o-linear-gradient(top, #cacaca, #e1e1e1); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #cacaca, #e1e1e1); /* IE10+ */
	background: linear-gradient(top, #cacaca, #e1e1e1); /* W3C */
	}
	
.button.big-button{font-size:18px; font-weight:bold; padding:1px 9px; line-height:26px; -moz-border-radius:15px; border-radius:15px; -webkit-border-radius:15px;}

.registration_form .note {width: 394px; line-height: 14px;}/* Login popup */
.login-form { width: 300px; margin-left: -115px; left: 50%; top: 60px; background: #fff; display: none; padding:15px 25px 10px 25px !important; font-family:arial, sans-serif;}
.login-form dt{margin:0 0 5px 0;}
.login-form dt label{color:#000;}
.login-form dt label a{font-size:11px; float:right;}
.login-form dd{margin:0 0 15px 0;}
.login-form .autorization-line{margin:0 0 25px 0; color:#9c9c9c;}
.login-form .autorization-line h3{display:inline; font-size:28px; color:#000; font-weight:bold;}
.login-form p { margin-bottom: 15px; }
/*.login-form a { color: #555; }*/
.login-form label.label-remember { position: relative; top: 3px; }
.login-form input.input-text { border: 1px solid #afafaf; width: 224px; padding: 3px; font-size: 13px; background:#fff; outline-color:#ffd556;}
.login-form input.input-text:focus{outline-color:#ffd556; border-color:#e7ae00;}
.login-form .green-button{ float: left; margin:0 10px 0 0; }
.login-form .checkbox-label { color: #333; }
.login-form .checkbox { position: relative; top: 2px; margin-right: 5px; }


.green-button{
	cursor:pointer;
	border:none; font-size:15px; background:#18b210; padding:1px 9px 2px 9px; color:#fff; font-weight:bold; text-shadow:0px -1px 0px #0f9208; text-decoration:none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebd050', endColorstr='#ebd050'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#ebd050), to(#ebd050)); 
	background: -moz-linear-gradient(top,  #ebd050,  #ebd050);
	
	background: -o-linear-gradient(top, #ebd050, #ebd050); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebd050, #ebd050); /* IE10+ */
	background: linear-gradient(top, #ebd050, #ebd050); /* W3C */
	
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.green-button:hover{
	background:#18b210;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebd050', endColorstr='#ebd050'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#ebd050), to(#ebd050)); 
	background: -moz-linear-gradient(top,  #43d131,  #048203);
	
	background: -o-linear-gradient(top, #43d131, #048203); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #43d131, #048203); /* IE10+ */
	background: linear-gradient(top, #43d131, #048203); /* W3C */
	
	}
	
.green-button:active{
	background:#18b210;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebd050', endColorstr='#ebd050'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#ebd050), to(#ebd050)); 
	background: -moz-linear-gradient(top,  #ebd050,  #ebd050);
	
	background: -o-linear-gradient(top, #ebd050, #ebd050); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebd050, #ebd050); /* IE10+ */
	background: linear-gradient(top, #ebd050, #ebd050); /* W3C */
	
	}

/* Upload image popup */
.upload-form { width: 300px; margin-left: -150px; left: 50%; }
.upload-form h3 { margin-bottom: 15px; }
.upload-form .button { float: left; margin-right: 10px; }


/* Blog delete popup */
.blog-delete-form { width: 200px; margin-left: -100px; left: 50%; top: 300px; display: none; }
.blog-delete-form p { margin-bottom: 8px; }
.blog-delete-form select { width: 100%; }


/* Add friend popup */
.add-friend-form { width: 200px; margin-left: -100px; left: 50%; top: 300px; display: none; }
.add-friend-form textarea { width: 195px; margin-bottom: 5px; }


/* Add userfield popup */
.userfield-form { width: 270px; padding: 15px; margin-left: -120px; top: 100px; left: 50%; display: none; }
.userfield-form p { margin-bottom: 10px; }
.userfield-form .input-text { width: 262px; border: 1px solid #ccc; margin: 0; padding: 3px; font-family: Arial, sans-serif; font-size: 12px; }
.userfield-form .button { float: left; margin-right: 10px; }



.topic { margin-bottom: 40px; /*padding-left: 20px;*/ position: relative; zoom: 1;}

/* Title */
.topic .title {position:relative; margin-bottom: 15px; font-size: 38px; line-height:35px; font-family:'PT Sans', 'helvetica neue', arial, sans-serif; font-weight:bold; }
.topic .title a {text-decoration:none; color:#000 !important; /*background:none !important;*/}
a.title-topic:hover { color: #425662 !important; }

.user-title .title-blog{color:#818181; font-weight:bold; text-transform:uppercase; text-decoration:none; font-family:'PT Sans', 'helvetica neue', arial, sans-serif;}
.user-title .title-blog:hover{color:#1cacea !important;}
.user-title .title-blog:active{background:#e6f8ff;}
.user-title .title-blog:visited{color:#818181;}


/* Content */
.topic .content { overflow: hidden; zoom: 1; margin-bottom: 15px; font-size: 15px; font-family:'Helvetica Neue', arial, sans-serif; line-height: 20px; }
.topic .content .content-more{text-decoration:none;}
.topic .content .content-more:hover span{text-decoration:none;}
.topic .content .content-more span{text-decoration:underline;}
.topic .content table{ border-collapse:collapse;}
.topic .content table tr:nth-child(2n) td{background:#f5f5f5;}
.topic .content table td { border:1px solid #dedede; background:#fff; padding:10px;}
.topic .content table th { border:1px solid #dedede; padding:10px; background:#eaeaea;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e4e4e4');
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e4e4e4));
	background: -moz-linear-gradient(top,  #f0f0f0,  #e4e4e4);

	background: -o-linear-gradient(top, #f0f0f0, #e4e4e4); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f0f0f0, #e4e4e4); /* IE10+ */
	background: linear-gradient(top, #f0f0f0, #e4e4e4); /* W3C */

	}
.topic .content p { margin-bottom: 18px; }
.topic .content h1{font:bold 38px/35px 'PT Sans', 'Helvetica Neue', arial, sans-serif; margin:0 0 20px 0;}
.topic .content h2, .topic .content h3{font:bold 26px 'PT Sans', 'Helvetica Neue', arial, sans-serif; margin:0 0 20px 0;}
.topic .content h4, .topic .content h5, .topic .content h6{font:bold 21px 'PT Sans', 'Helvetica Neue', arial, sans-serif; margin:0 0 20px 0;}
/*.topic .content h4 { font-size: 22px; line-height: 1.3em; margin-bottom: 10px; }
.topic .content h5 { font-size: 20px; line-height: 1.3em; margin-bottom: 10px; }
.topic .content h6 { font-size: 18px; line-height: 1.3em; margin-bottom: 10px; }*/
.topic .content blockquote { background: #fff; padding:0 30px; color: #415b6b; margin: 5px 0; clear: both; font-style:italic;}
.topic .content pre, .comment .content pre { overflow: auto; width: 95%; padding: 5px 2%; margin-bottom: 10px; background: #f8f8f8 url(http://indeutschland.ru/templates/skin/street-spirit/images/code.gif); border: 1px solid #dce6f0; clear: both; }
.topic .content ul {}
.topic .content ul br, .topic .content ol br{display:none;}
.topic .content ul li{font-size:15px; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/list-style-line.png) 0 10px no-repeat; padding-left:25px; list-style:none;margin:0 0 10px 0;}
.topic .content ul li li{background:url(http://indeutschland.ru/templates/skin/street-spirit/images/list-style-gr-square.png) 0 9px no-repeat; padding-left:15px; margin-left:10px;}
.topic .content ul li li:first-child{margin-top:10px;}
.topic .content ol { list-style-type: decimal; margin-left: 22px; font-size:15px;}
.topic .content ol li{margin-bottom:10px;}
.topic .content img[align="right"] { margin: 0px 0px 20px 20px; float:right;}
.topic .content img[align="left"] { margin: 0 20px 20px 0;  float:left;}
.topic .content img.image-center { display: block; margin: 0 auto; }

.topic .content a:hover{color:#1cacea;}
.topic .content a:active{background:#e6f8ff;}
.topic .content a:visited{color:#324a65;}

/* Tags */
.topic .tags { margin: 0 3px 5px; zoom: 1; }
.topic .tags li { display: inline-block; color: #777; margin:0 3px 5px 0; white-space:nowrap;}
*+ html .topic .tags li { display: inline; zoom:1;}
.topic .tags li a {position:relative; padding:0 9px 1px 4px; line-height:1; text-decoration: none; color: #fff; background: #9bafbb; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.topic .tags li a:hover { background:#1cacea; }
.topic .tags li a:active { background:#e6f8ff; color:#1cacea;}
.topic .tags li a:before { content: ""; position: absolute; top: 7px; right: 3px; margin-left:-5px; width: 3px; height: 3px; background:#fff; }

/* Info */
.topic .info-top { margin-bottom: 2px; }
.topic .info-top .title-blog { color: #aaa; margin-right: 15px; }

.topic .info { overflow: hidden; zoom: 1; padding: 7px 0 0; font-size: 13px; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/info-bg.png) repeat-x; line-height:25px;}
.topic .info li { display:inline-block; vertical-align:top; overflow:hidden; margin:0 4px 10px 0;}
*+ html .topic .info li{display:inline; zoom:1;}
.topic .info li a { text-decoration: none; }

.topic .info li.date { color: #4d4d4d; font-size: 13px; margin-right:30px;}
.topic .info li.voting-line {font-size: 13px; margin-right:30px; color:#cdcdcd; font-size:12px;}

.topic .info li.voting-line .vote-ico{display:block; margin:3px 4px 0 0; width:18px; height:19px; display:block; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/comments-sprite.png) -184px -67px no-repeat; float:left;}
.topic .info li.voting-line .plus{line-height:1; text-decoration:none; color:#359e07; border-bottom:1px dotted #359e07;}
.topic .info li.voting-line .plus:hover{color:#55da1a; border-color:#55da1a !important;}
.topic .info li.voting-line .plus:visited{color:#359e07;}
.topic .info li.voting-line .plus:active{background:#eaffe0;}
.topic .info li.voting-line .minus{line-height:1; text-decoration:none; color:#e54949; border-bottom:1px dotted #e54949;}
.topic .info li.voting-line .minus:visited{color:#e54949;}
.topic .info li.voting-line .minus:hover{color:#ff7373; border-color:#ff7373 !important;}
.topic .info li.voting-line .minus:active{background:#ffe8e8;}

.topic .info li.soc-links{float:right; margin:5px 0 0 0;}
.topic .info li.soc-links a{float:left; margin:0 0 0 8px; width:16px; height:16px; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/soc-icons.png) -100px -100px no-repeat;}
.topic .info li.soc-links a.fb{background-position:0 0;}
.topic .info li.soc-links a.fb:hover{background-position:0 -18px;}
.topic .info li.soc-links a.vk{background-position:-24px 0;}
.topic .info li.soc-links a.vk:hover{background-position:-24px -18px;}
.topic .info li.soc-links a.tw{background-position:-48px 0;}
.topic .info li.soc-links a.tw:hover{background-position:-48px -18px;}

.topic .info li.comments-counter {color:#D70000; margin-right:30px; overflow:hidden;}
.topic .info li.comments-counter a{display:inline-block;}
*+ html .topic .info li.comments-counter a{display:inline; zoom:1;}
.topic .info li.comments-counter .comments-counter-ico{display:block; margin:5px 3px 0 0; width:18px; height:16px; display:block; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/comments-sprite.png) -184px -47px no-repeat; float:left;}
.topic .info li.username a { /*background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons.gif) no-repeat 0 -106px; padding-left: 13px;*/ line-height:25px;}
.topic .info li.username a img{vertical-align:middle; margin-right:2px;}
.topic .info li.username a:hover {}
.topic .info li.voting { padding-right: 15px; }
.topic .info li.vote-counter{margin:0 30px 0 0; color:#4d4d4d;}
.vote-wrap.positive .total { color: #390; }
.vote-wrap.negative .total { color: #f00; }
.topic .info li.vote-counter .vote-wrap .total-ico{display:inline-block;  position: relative; width: 16px; height: 16px; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/comments-sprite.png) no-repeat -34px -72px;opacity: 0;}
.topic .info li.vote-counter .vote-wrap.plus .total-ico{background-position: -116px 0; top:4px; opacity: 1;}
.topic .info li.vote-counter .vote-wrap.minus .total-ico{background-position: -136px -5px; top: 7px; opacity: 1;}
.topic .info li.comments-link{margin:0 30px 0 0;}
.topic .info li.comments-link a { color: #f00; font-size: 11px; }
.topic .info li.comments-link a span { color: #390; }
.topic .info li.comments-link a:hover { background: #f00; color: #fff; }
.topic .info li.comments-link a:hover span { background: #390; color: #fff; }
.topic-link-url {margin-bottom:5px; }
.topic-link-url .url a { padding-left: 16px; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/topic_link.gif) 0 1px no-repeat; font-size: 13px; text-decoration:none;}

.topic .favourite { position: absolute; top:10px;  left: -30px; height: 1px; width: 23px; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/comments-sprite.png) no-repeat 0px -28px; font-size:10px; color:#898989 !important; text-align:center; line-height:1;padding-top:22px;}
.topic .favourite:hover { background: url(http://indeutschland.ru/templates/skin/street-spirit/images/comments-sprite.png) no-repeat -59px -28px;  }
.topic .favourite.active { background: url(http://indeutschland.ru/templates/skin/street-spirit/images/comments-sprite.png) no-repeat -134px -28px;  }

/* Poll */
.topic .poll { margin-bottom: 15px; font-size: 14px; }

.topic .poll .poll-vote { margin-bottom: 10px; margin-left: 0; list-style-type: none; }
.topic .poll .poll-vote li { margin-bottom: 5px; }
.topic .poll .poll-vote li label { display: inline; }

.topic .poll .poll-result { margin-bottom: 10px; margin-left: 0; list-style-type: none; font-family: Verdana, sans-serif; }
.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: 5px; margin-top: 5px; background: #ccc; overflow: hidden; border-radius: 3px; box-shadow: 0 1px 0 #939393 inset; }
.topic .poll .poll-result li.most dl dd div { color: #fff; background: #83DC5F; border-color: #83DC5F; box-shadow: 0 1px 0 #75C656 inset; border-radius: 3px; }

.topic .poll .poll-total { color: #aaa; }

/* Topic Photo */
.topic.photo {  }
.topic.photo .topic-photo-preview { position: relative; margin-bottom: 15px; cursor: pointer; }
.topic.photo .topic-photo-preview img { vertical-align: top; }
.topic.photo .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.photo .topic-photo-preview .topic-photo-desc { display: none; width: 96%; padding: 7px 2%; text-align:center; bottom: 0; left: 0; background: transparent; color: #415b6b;  font-style:italic; font-size:11px;}

.topic.photo .topic-photo-images { padding-top: 10px; margin-bottom: 15px; }
.topic.photo .topic-photo-images h2 { border-bottom: 1px solid #ddd; padding-bottom: 4px; margin-bottom: 15px; }
.topic.photo .topic-photo-images ul { overflow: hidden; zoom: 1; }
.topic.photo .topic-photo-images ul li { float: left; margin: 0 9px 9px 0; position: relative; }
.topic.photo .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.photo .topic-photo-images ul li:hover .image-number { display: block; }
.topic.photo .topic-photo-images ul li img { vertical-align: top; }
.topic.photo .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.photo .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; }

#photoset-upload-form {
	width: 270px;
	padding: 15px;
	position: absolute;
	top:70%;
	display: none;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
#photoset-upload-form p { margin-bottom: 10px; }
#photoset-upload-form .input-text { width: 262px; border: 1px solid #ccc; margin: 0; padding: 3px; font-family: Arial, sans-serif; font-size: 12px; }/* Update button */
.update {
	padding: 8px;
	float: right;
	position: fixed;
	top: 220px;
	right: 0;
	z-index: 100;
	text-align: center;
	background: #FAFBFB;
	border-radius: 10px 0 0 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	_position: absolute;
	_top: expression( eval(document.documentElement.scrollTop) + 220 +"px" );
}
.update .update-comments { width: 26px; height: 26px; cursor: pointer; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/update.gif) no-repeat; }
.update .update-comments.active { background: url(http://indeutschland.ru/templates/skin/street-spirit/images/update_act.gif) no-repeat; }
.update .new-comments { border-top: 1px solid #ececed; color: #3cc600; padding-top: 7px; margin-top: 3px; cursor: pointer; }


/* Comments */
.comments { margin-bottom: 10px; }
.comments .comment-wrapper { /*overflow: hidden;*/ zoom: 1; position: relative; padding:2px 0; }
.comments .comment-wrapper .comment-wrapper { padding-left: 25px; }

.comment-preview { padding: 5px 10px; margin-bottom: 5px; background: #fafafa; }
.comments-header {}
.comments-header h3 { font-size: 26px; font-family:'PT Sans', 'Helvetica Neue', arial, sans-serif; margin-bottom: 3px;  font-weight:bold;}

.comments-header h3 .commens-header-slider{font-size:13px; font-weight:normal; color:#cdcdcd; margin-left:25px; position:relative; top:-4px;}
.comments-header h3 .commens-header-slider a{text-decoration:none; border-bottom:1px dashed #D70000; line-height:1;}

.reply-header{font-size:19px; font-weight:bold; margin:0 0 20px 0;}
.reply-header a{text-decoration:none; border-bottom:1px dashed #D70000;}

/* Comment */
.comment { position: relative; margin-bottom: 12px; zoom: 1; }
.comment .deleted { padding: 5px 10px; color: #777; background: #f4f4f4; }
.comment .folding { width: 11px; height: 11px; position: absolute; top: 23px; left: -20px; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/comments-sprite.png) -118px -31px no-repeat; cursor: pointer; }
.comment .folding.folded { background-position: -118px -43px; }
.comment .goto-comment-child { display: none; }
.comment .voting { position: absolute; top: 18px; right: 0; height: 30px; }
.comment:hover .plus{opacity:1 !important;}
.comment:hover .minus{opacity:1 !important;}
.comment .voting .plus {-webkit-transition:opacity .4s ease; -moz-transition:opacity .4s ease; -o-transition:opacity .4s ease;  opacity:0; position: static; top: 0; left: 0; margin-right:10px; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/comments-sprite.png) -6px -70px no-repeat; width:11px; height:14px; }
.comment .voting .plus:hover{background-position:-64px -70px;}
.comment .voting.voted.plus .plus{display: block; background-position:-117px -70px; opacity:1;}
.comment .voting .minus {-webkit-transition:opacity .4s ease; -moz-transition:opacity .4s ease; -o-transition:opacity .4s ease; opacity:0; position: relative; top: 3px; left: 0; margin-left:10px; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/comments-sprite.png) -34px -72px no-repeat; width:11px; height:14px;}
.comment .voting .minus:hover{background-position:-92px -72px;}
.comment .voting.voted.minus .minus{display: block; background-position:-139px -72px; opacity:1;}
.comment .voting.voted.minus .plus,
.comment .voting.voted.plus .minus {display:block; opacity:0 !important; cursor: default;}


.comment .voting .total { position: static; top: 15px; right: 0; font-weight: normal; color: #000; font-size:15px; padding: 0; }
.comment .voting.positive .total {color: #390;}
.comment .voting.negative .total {color: #f00;}

.goto-comment-parent a{background:url(http://indeutschland.ru/templates/skin/street-spirit/images/comments-sprite.png) -39px 0px no-repeat; width:9px; height:15px; text-decoration:none; text-indent:-9999px; display:block; margin:4px 0 0 0;}
.goto-comment-parent a:hover{background-position:-97px 0px;}

.relpay-link-wrap{margin:8px 0 0 0;}
.reply-link{
	text-decoration:none;
	font-size:12px; background:#d9d9d9; padding: 1px 7px 3px 6px; color:#000; text-shadow:0px 1px 0px #fff; text-decoration:none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#cbcbcb');
	background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#cbcbcb));
	background: -moz-linear-gradient(top,  #e1e1e1,  #cbcbcb);

	background: -o-linear-gradient(top, #e1e1e1, #cbcbcb); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e1e1e1, #cbcbcb); /* IE10+ */
	background: linear-gradient(top, #e1e1e1, #cbcbcb); /* W3C */

	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	font-family:'PT Sans', 'Helvetica Neue', arial, sans-serif;
	}
.reply-link:hover{color:#000;}

/* Comment Highlights */
.comment.deleted .content,
.comment.deleted .content:before { color: #c5c5c5; }
.comment.deleted.not-admin .content,
.comment.deleted.not-admin .content:before { padding: 5px 10px; min-height: 0; color: #c5c5c5; }
.comment.self .content,
.comment.self .content:before { background-color: #f9f7ec; padding: 5px 10px; }
/*.comment.new .content, .comment.new .content:before 				{ background-color: #e4fbf1; }*/
.comment.current .content,
.comment.current .content:before { background-color: #e2f5e1; padding: 5px 10px; }

/* Info Block */
.comment .info { overflow: hidden; zoom: 1; font-size: 10px; line-height: 14px; margin-bottom: 5px; position: relative; padding:15px 0 0 0; }
.comment .info li {display:inline-block; margin-right: 10px; vertical-align:top; line-height:24px; font-size:11px; color:#4d4d4d;}
*+ html .comment .info li {display:inline; zoom:1; }
.comment .info li.avatar{margin-right:3px; height:24px;}
.comment .info li.avatar a:active{background:none;}
.comment .info li.username{margin-right: 5px;}
.comment .info li.username a{text-decoration:none;}

/*
.comment .info li.avatar { }
.comment .info li.avatar img { vertical-align: top; }
.comment .info li.username a { font-weight: bold; text-decoration: none; color: #333; font-size: 11px; line-height: 11px; position: absolute; top: -1px; left: 31px; }
.comment .info li.date { color: #999; margin-right: 25px; }
.comment .info li a.comment-link { float: left; width: 9px; height: 11px; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons.gif) -10px -230px no-repeat; position: relative; top: 3px; }
.comment .info li a {  }
*/

/* Content */
.comment .content { color: #000; margin:0;  position: relative; zoom: 1; font-size:15px; overflow: hidden;}
.comment pre, .comment-preview pre { overflow: auto; width: 95%; padding: 5px 2%; margin-bottom: 10px; background: #f8f8f8 url(http://indeutschland.ru/templates/skin/street-spirit/images/code.gif); border: 1px solid #dce6f0; clear: both; }
.comment blockquote, .comment-preview blockquote {font-style: italic; padding: 5px 10px; background: #ffffff; border: 1px solid #ddd;}

/* Actions */
.comment .actions { font-size: 11px; }
.comment .actions a { text-decoration: none; }

/* Comment List */
.comments.comment-list .content{color: #000; margin: 0 30px 10px 0;  position: relative; zoom: 1; font-size:15px;}
.comments.comment-list .path { padding-bottom: 3px; font-size: 12px; font-weight: bold; color: #818181; margin:0 0 35px 0;}
.comments.comment-list .path .blog-name { color: #818181; text-transform:uppercase; text-decoration:none; font-weight:bold;}
.comments.comment-list .path .blog-name:hover{color:#1cacea;}
.comments.comment-list .path .blog-name:active{background:#e6f8ff;}
.comments.comment-list .path .comments-total { }
.comments.comment-list .path .comments-counter {color:#D70000; margin-right:30px; margin-left:10px; overflow:hidden; display:inline-block; vertical-align:top;}
.comments.comment-list .path .comments-counter a{text-decoration:none; display:inline-block;}
.comments.comment-list .path .comments-counter a:active{background:none;}
*+ html .comments.comment-list .path .comments-counter a{display:inline; zoom:1;}
*+ html .comments.comment-list .path .comments-counter {display:inline; zoom:1;}
.comments.comment-list .path .comments-counter .comments-counter-ico{position:relative; top:-4px; display:block; margin:5px 3px 0 0; width:18px; height:16px; display:block; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/info-icons.png) 0 0 no-repeat; float:left;}

.comments-anchor{display:block; width:15px; height:15px; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/comments-sprite.png) -5px 0 no-repeat; margin-top:4px;}
.comments-anchor:hover{background-position:-63px 0;}
.comment .info li a.favourite{display:block; width:17px; height:17px; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/comments-sprite.png) -34px -31px no-repeat; margin-top:4px;}
.comment .info li a.favourite:hover{background-position:-93px -31px;}
.comment .info li a.favourite.active{background-position:-162px -31px;}

.comments.comment-list .comment { padding-left: 0; margin-bottom:0px;}

/* Reply Form */
.reply-area { /*padding-left: 20px;*/ }

.reply { padding-bottom: 10px; padding-top: 10px; }
.reply .markItUp { width: 100%; }
.reply .markItUpHeader { width: 100%; }
.reply textarea { height: 100px; width: 100%; }
.reply textarea.loader { background: #f7f7f7 url(http://indeutschland.ru/templates/skin/street-spirit/images/loader.gif) no-repeat center;}.block { padding: 0px;  margin-bottom:40px; }
.block .block-header-conteiner{overflow:hidden; padding:0 0 0 15px; margin:0 0 0 -15px;}
.rss{display:inline-block; width:12px; height:12px; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/rss-ico.png) 0 0 no-repeat; margin:0 3px; border:none !important;}
.block .block-header-conteiner h2{width:100%; padding:0 0 0 15px; float:right; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/gray-dot.png) 0 50% repeat-x;}
.block .block-header-conteiner h2 span{color:#000; background:#fff; padding:0 4px; margin:0 0 0 -4px;}
.block h2 { font-size: 18px; font-family:'PT Sans', 'helvetica neue', arial, sans-serif; font-weight:bold; margin-bottom:6px;}
.block.nostyle { background: none; margin: 0px 0 40px 0; border: none; box-shadow: none;}

.block .bottom {/* padding-top: 5px; */font-size: 12px; text-align: center; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/gray-dot.png) 0 50% repeat-x;}
.block .bottom a { background:#fff; padding:0 5px;}

.block .stream-settings-userlist ul, 
.block .stream-settings-friends,
.block .stream-settings-blogs { overflow: auto; max-height: 200px; _height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); position: relative; }

/* Contacts */
.block.contacts img {}
.block.contacts ul { margin-top: 5px; }
.block.contacts ul li { padding: 3px 0 3px 25px; }
.block.contacts ul li.icq { background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons-contacts.gif) no-repeat scroll 0px 2px; }
.block.contacts ul li.jabber { background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons-contacts.gif) no-repeat scroll 0px -23px; }
.block.contacts ul li.skype { background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons-contacts.gif) no-repeat scroll 0px -47px; margin-bottom: 10px; }
.block.contacts ul li.lj { background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons-contacts.gif) no-repeat scroll 0px -73px; }
.block.contacts ul li.vk { background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons-contacts.gif) no-repeat scroll 0px -99px; margin-bottom: 10px; }
.block.contacts ul li.email { background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons-contacts.gif) no-repeat scroll 0px -122px; }
.block.contacts ul li.phone { background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons-contacts.gif) no-repeat scroll 0px -145px; }

/* Stream */
.block.stream ul.list { /*border-top: 1px solid #eee; font-size: 11px; line-height: 16px; color: #999;*/ }
.block.stream ul.list li {overflow:hidden; margin:15px 0 10px 0; font-size:13px; line-height:1.4em;}
.block.stream ul.list li:first-child{margin-top:0px;}
.block.stream ul.list li .user {color: #D70000; text-decoration: none; background:none; padding:0px;}
.block.stream ul.list li .user:hover{ color:#1cacea; border-color:#1cacea !important;}
.block.stream ul.list li .topic-title { background:none; padding:0px; }
.block.stream ul.list li .blog-title { color: #818181; text-decoration:none; font-size:10px; text-transform:uppercase; font-weight:bold; font-family:'PT Sans', 'helvetica neue', arial, sans-serif;}
.block.stream ul.list li .blog-title:hover{color:#1cacea;}
.block.stream ul.list li .stream-comment-icon { background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons.gif) no-repeat 0 -146px; padding-left: 12px; zoom: 1; }
.block.stream ul.list li .stream-topic-icon { background: url(http://indeutschland.ru/templates/skin/street-spirit/images/icons.gif) no-repeat 0 -188px; padding-left: 12px; zoom: 1; }
.block.stream ul.list li span {}
.block.stream ul.list li.even { /*background: #F8F8F8; */}
.block.stream ul.list .stream-user-ico img{float:left; margin:0 6px 0 0;}
.block.stream ul.list .overflow{overflow:hidden;}
.block.stream ul.list .stream-item-bottom{}
.block.stream .stream-item-bottom .stream-comments{ color:#D70000; overflow:hidden; font-size:11px;}
.block.stream .stream-item-bottom .comments-counter-ico{display:block; margin:2px 1px 0 0; width:18px; height:16px; display:block; background:url(http://indeutschland.ru/templates/skin/street-spirit/images/info-icons.png) 0 0 no-repeat; float:left;}
.block.stream .stream-item-bottom .stream-comments a{text-decoration:none;display:inline-block;}
.block.stream .stream-item-bottom .stream-comments a:active{background:#fff !important;}
*+ html.block.stream .stream-item-bottom .stream-comments a{display:inline; zoom:1;}


/* Top Blogs */
.block.blogs ul.list {font:normal 12px/14px 'PT Sans', 'Helvetica Neue', arial, sans-serif; margin:-5px 0 10px 0;}
.block.blogs ul.list li:first-child{border:none; padding-top:0px;}
.block.blogs ul.list li { padding: 5px 0 5px; border-top: 1px solid #efefef; overflow: hidden; zoom: 1; }
.block.blogs ul.list li a { color: #818181; text-transform:uppercase; text-decoration:none; font-weight:bold;}
.block.blogs ul.list li a:hover{color:#1cacea;}
.block.blogs ul.list li img { vertical-align: top; }
.block.blogs ul.list li .rating { float: right; font-weight: bold; margin-left: 10px; font-family:'PT Sans', 'Helvetica Neue', arial, sans-serif; color:#000;}

/* Tags */
.block.tags { /*background: #F7F8F9; box-shadow: none; border-color: #EAEBEB;*/ }
.block.tags a{ color:#818181; }

.block .cloud { text-align: center; }
.block .cloud li { display: inline; margin-right: 5px; line-height: 22px; }
.block .cloud li a { text-decoration: none; white-space: nowrap; color: #8B8B8B; }
.block .cloud li a:hover { color:#1cacea;}
.block .cloud li a.w1 { font-size: 12px; }
.block .cloud li a.w2 { font-size: 12px; }
.block .cloud li a.w3 { font-size: 14px; }
.block .cloud li a.w4 { font-size: 14px; }
.block .cloud li a.w5 { font-size: 18px; }
.block .cloud li a.w6 { font-size: 18px; }
.block .cloud li a.w7 { font-size: 20px; }
.block .cloud li a.w8 { font-size: 20px; }
.block .cloud li a.w9 { font-size: 22px; }
.block .cloud li a.w10 { font-size: 22px; }

/* Stream Settings */
.block.stream-settings h2 { margin-bottom: 7px; }
.block.stream-settings h3 { margin-bottom: 7px; }
.block.stream-settings p.note { margin-bottom: 15px; color: #aaa; }
.block.stream-settings input.input-checkbox { position: relative; top: 2px; margin: 0 2px 0 1px; }
.block.stream-settings ul li { padding-bottom: 5px; }
.block.stream-settings .stream-settings-filter { padding-bottom: 15px; margin: 0 0 15px 0; border-bottom: 1px solid #ddd; }
.block.stream-settings .stream-settings-userlist { padding-bottom: 15px; margin: 0 0 15px 0; border-bottom: 1px solid #ddd; }
.block.stream-settings .stream-settings-userlist p { margin-bottom: 10px; }
.block.stream-settings .stream-settings-userlist p input { border: 1px solid #ccc; padding: 3px; margin-right: 5px; }
.block.stream-settings .stream-settings-userlist p a { border-bottom: 1px dashed #70AAE0; text-decoration: none; }
.block.stream-settings .stream-settings-userlist p a:hover { color: #555; border-color: #555; }
.block.stream-settings .stream-settings-userlist li { padding-bottom: 5px; }


/*Stats*/
.stats-all{color:#000;}
.stats-active{color:#2cb816;}
.stats-noactive{color:#999999;}

.stats-sex-mail{color:#2f86d7;}
.stats-sex-woman{color:#e21fa4;}
.stats-sex-other{color:#999999}


.diagram{width:100%; text-align:center; margin:0 0 20px 0;}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 25%;
    left: 50%;
	z-index: 200;
    
    background-color: #fff;
    color: #333;
	border: none;
    padding: 20px 25px 25px;

	/*background: rgb(249,249,249);
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(241,241,241,1) 50%, rgba(222,222,222,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(100%,rgba(222,222,222,1)));
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(241,241,241,1) 50%,rgba(222,222,222,1) 100%);
	background: -o-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(241,241,241,1) 50%,rgba(222,222,222,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(241,241,241,1) 50%,rgba(222,222,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dedede',GradientType=0 );
	background: linear-gradient(top, rgba(249,249,249,1) 0%,rgba(241,241,241,1) 50%,rgba(222,222,222,1) 100%); 
	*/
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	/*overflow: hidden; */
	zoom: 1;
    box-shadow: 0px 1px 1px #000;
}
.jqmWindow h3 { margin-bottom: 15px; color: #999; }
.jqmWindow label { color: #777; }
.jqmWindow .close { position: absolute; top: -8px; right: -8px; width: 24px; height: 24px; outline: none; background: url(http://indeutschland.ru/templates/skin/street-spirit/images/close.png) no-repeat; }


.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}#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.scrollTop) + 10 +"px" );
}

#notifier .n-box { 
	position: relative; 
	
	padding: 10px 15px 11px; 
	margin-bottom: 10px;
	
	color: #fff; 
	background: #000; 
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	cursor: pointer;
}
#notifier .n-box h3 { color: #fff; font-size: 14px; font-weight: bold; margin-bottom: 3px; }
#notifier .n-box p { margin: 0; }

#notifier .n-box.n-notice { background: #64DD49; color: #000; opacity: 0.95; }
#notifier .n-box.n-notice h3 { color: #333; }
#notifier .n-box.n-error { background: #BC0000; color: #fff; opacity: 0.8; }/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(http://indeutschland.ru/templates/skin/street-spirit/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://indeutschland.ru/templates/skin/street-spirit/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://indeutschland.ru/templates/skin/street-spirit/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://indeutschland.ru/templates/skin/street-spirit/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://indeutschland.ru/templates/skin/street-spirit/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://indeutschland.ru/templates/skin/street-spirit/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://indeutschland.ru/templates/skin/street-spirit/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://indeutschland.ru/templates/skin/street-spirit/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(http://indeutschland.ru/templates/skin/street-spirit/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(http://indeutschland.ru/templates/skin/street-spirit/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(http://indeutschland.ru/templates/skin/street-spirit/css/smoothness/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(http://indeutschland.ru/templates/skin/street-spirit/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(http://indeutschland.ru/templates/skin/street-spirit/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(http://indeutschland.ru/templates/skin/street-spirit/css/smoothness/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(http://indeutschland.ru/templates/skin/street-spirit/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://indeutschland.ru/templates/skin/street-spirit/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://indeutschland.ru/templates/skin/street-spirit/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*/
}#ish-socbookmarks {
}

#ish-socbookmarks div {
	float: left;
}

#ish-socbookmarks #vkontakte
,#ish-socbookmarks #facebook
,#ish-socbookmarks #moimir
,#ish-socbookmarks #tweetme
,#ish-socbookmarks #linkedin
,#ish-socbookmarks #google_plusone
,#ish-socbookmarks #odnoklassniki_class
,#ish-socbookmarks #odnoklassniki_share
{
	padding-left: 5px!important;
	margin-top: 4px!important;	
}

#ish-socbookmarks #odnoklassniki_class span
,#ish-socbookmarks #odnoklassniki_share span {
	
}#home {background-color:#ddd; position:relative; height:160px; width:350px; margin-bottom:10px; }
.feature { height:160px; position:absolute; width:350px; overflow:hidden; }
.feature img { border:none; }
#tabs { margin-left:0;margin-bottom:0;}
#tabs li {background-color:transparent;display:inline;float:none;list-style:none; }
#tabs li a {background-color:#edd; color:#333; display:inline; height:auto;padding:5px 20px;text-decoration:none;width:auto;}
#tabs li a.active { background-color:#ddd;color:#000; }


#propsort ul {cursor:row-resize;width:200px;height:100px;display: block;}
/*#propsort ul li {width:20px;}*/

.prop_reqiured{color:#f00;}
.catedit { float: right }
.prop_edit {background-color: #e6e6e6; border: 1px dotted #B0C1D3;padding: 10px;}
.file_text_edit {border-bottom: 1px dotted #999; color:#999;text-decoration: none;}
.file_delete{color:#f00;}
#file-list {margin:0}
#file-list li{list-style: none;}
.file {background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/attach.gif) no-repeat 1px 50%;padding-left: 20px;}
.filelink {background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/attach.gif) no-repeat 1px 50%;padding-left: 20px;color:#999;}
.photolist{float:left;width:130px;height:150px;}


.category-list {  }
.category-list li { background: #f7f7f7; margin-bottom: 1px; padding: 5px 70px 5px 10px; color: #aaa; position: relative; border-radius: 4px; }
.category-list li:hover { background: #DCF7D9; }
.category-list li a { text-decoration: none; color: #4A90CE; }

.category-actions { overflow: hidden; zoom: 1; position: absolute; top: 6px; right: 5px; }
.category-actions a { float: left; height: 16px; width: 16px; background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/icons.gif) 0 0 no-repeat; opacity: .7; margin-left: 5px; }
.category-actions a:hover { opacity: 1; }

.category-actions a.cat-add 		{ background-position: 0 -75px; }
.category-actions a.cat-edit 		{ background-position: 0 -125px; }
.category-actions a.cat-del 		{ background-position: 0 -100px; }

.category-add-form { width: 350px; background: #fafafa; border-radius: 5px; padding: 15px; margin-bottom: 15px; border: 1px solid #eee; }


/* Prop_edit
-------------------------------------------------------------------*/
table.admin_prop th {vertical-align:bottom; border: none;  border-bottom: solid #B0C1D3 1px;  padding:.2em .6em .2em .65em; background:#e2e4e4; font-size:0.9em; font-weight:normal; color:#6e6e6e;  }
table.admin_prop td { padding:6px 8px 6px 8px; border: none; border-right: solid #B0C1D3 1px; }
table.admin_prop tr.colored td { background-color:#EEF6FB; }
table.admin_prop tr.colored_sel td { background-color:#D9FBC2; }
table.admin_prop { font-size:0.9em;  border:none;  margin:20px 0px 30px 0px; border-bottom:solid 1px #B0C1D3; }
table.admin_prop td:first-child { border-left: solid #B0C1D3 1px }
table.admin_prop td  {  }

.topic .catalogtags { /*background: url() no-repeat 0px 6px;*/margin-left: -20px; float:left; font-size: 11px;}
.topic .catalogtags li { display: inline; color: #777; }
.topic .catalogtags li a { text-decoration: none; color: #777; }
.topic .catalogtags li a:hover { background: #777; color: #fff; }

.cat-rss { float: right; background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/rss.png) no-repeat; display:block;font-size:16px; height: 16px; padding-left: 18px; margin-right: 10px; }



/* Sub menu
------------------------------------------------- */
.dao-menu { overflow: hidden; zoom: 1; }
.dao-menu li { float: left; position: relative; margin-bottom: 20px; margin-right: 5px; }
.dao-menu li a { float: left; padding: 3px 10px; text-decoration: none; background: #eee; color: #888; border-radius: 3px; }
.dao-menu li.active a { background: #333; color: #eee; }



/* Admin - Manage
------------------------------------------------- */
.dao-catalog-new { margin-bottom: 30px; overflow: hidden; zoom: 1; }
.dao-catalog-new li {
	width: 150px;
	float: left;
	border-radius: 5px;
	margin: 0 5px 5px 0;
	text-align: center;
	border: 1px solid #eee;
	background-color: #fafafa;
}
.dao-catalog-new li a { text-decoration: none; color: #777; display: block; padding: 80px 0 5px; }
.dao-catalog-new li a:hover { color: #333; }
.dao-catalog-new li:hover { border-color: #ccc; }

/* Catalog types */
.dao-catalog-new-catalog { background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/catalog_new_catalog.png) 50% 12px no-repeat; }
.dao-catalog-new-calendar { background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/catalog_new_calendar.png) 50% 8px no-repeat; }
.dao-catalog-new-audio { background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/catalog_new_audio.png) 50% 12px no-repeat; }
.dao-catalog-new-video { background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/catalog_new_video.png) 50% 12px no-repeat; }
.dao-catalog-new-adv { background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/catalog_new_adv.png) 50% 9px no-repeat; }
.dao-catalog-new-business { background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/catalog_new_business.png) 50% 12px no-repeat; }
.dao-catalog-new-qa { background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/catalog_new_qa.png) 50% 12px no-repeat; }
.dao-catalog-new-faq { background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/catalog_new_faq.png) 50% 12px no-repeat; }
.dao-catalog-new-shop { background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/catalog_new_shop.png) 50% 12px no-repeat; }

.dao-manage-table { width: 98%; border-collapse: collapse; }
.dao-manage-table td {  }
.dao-manage-table thead td { background: #eee;padding: 3px 7px; background: -moz-linear-gradient(top, #fcfcfc 0%, #efefef 100%); color: #444; border-top: 1px solid #eee; border-bottom: 1px solid #e0e0e0; font-weight: bold; font-size: 11px; }
.dao-manage-table tbody td { background: #fafafa; color: #555; padding: 5px 7px; border-bottom: 1px solid #fff; }
.dao-manage-table tbody td a { text-decoration: none; color: #06c; }

.dao-header { font: bold 18px/1em Arial, sans-serif; margin-bottom: 15px; }
.dao-header span { color: #999; }

.dao-input-text { background: -moz-linear-gradient(top, #f4f4f4 0%, #fff 60%); margin-top: 3px; width: 300px; border: 1px solid #ccc; padding: 5px 5px; font-size: 14px; font-family: Arial, sans-serif; }
.dao-input-text.dao-input-text-100 { width: 100px; }
.dao-input-text.dao-input-text-150 { width: 150px; }
.dao-input-text.dao-input-text-200 { width: 200px; }
.dao-select { padding: 3px; font-family: Arial, sans-serif; margin-top: 2px; width: 300px; }

table.admin_page { margin-top: 0; }


/* Item list
------------------------------------------------- */
.item-list { overflow: hidden; zoom: 1; }
.item-list li { position: relative; overflow: hidden; zoom: 1; background: #fff; margin-bottom: 40px; }
.item-list li .topic-title { font-family: Arial, sans-serif; font-size: 16px; line-height: 18px; margin-top: -3px; margin-bottom: 8px; padding-right: 100px; }
.item-list li .topic-title a { color: #1A3DC1; }
.item-list li .dao-item-image { float: left; width: 150px; margin-right: 15px; }
.item-list li .dao-item-image img { width: 150px; vertical-align: top; }
.item-list li .item-content { color: #000; line-height: 16px; margin-bottom: 5px; }
.item-list li .extra { color: #333; font-size: 11px; }
.item-list li .extra .username { margin-right: 20px; }
.item-list li .extra .file-link { color: #777; background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/attach.gif) no-repeat; padding-left: 19px; padding-bottom: 3px; }
.item-list li .dao-item-info { padding-left: 165px; padding-top:5px;}
.item-list li .dao-item-info .dao-price { font-size: 13px; line-height: 1.3em; margin-bottom: 5px; font-family: Arial, sans-serif; font-weight: bold; }
.item-list.twocolumn li { display: inline-block; width: 150px; padding: 0; vertical-align: top; margin-right: 35px; background: #fff; *display: inline; zoom: 1; border-radius: 0; }
.item-list.twocolumn li .dao-item-image { float: none; margin-right: 0; margin-bottom: 10px; text-align: center; }
.item-list.twocolumn li .dao-item-image img { width: auto; height: 100px; }
.item-list.twocolumn li .dao-item-info { padding: 0; }
.item-list.twocolumn li .topic-title { font-size: 12px; margin-bottom: 5px; padding-right: 0; }
.item-list.twocolumn li .topic-title a { color: #1A3DC1; text-decoration: underline; }
.item-list.twocolumn li .topic-title a:hover { text-decoration: none; }
.item-list.twocolumn li .dao-item-info .dao-price { margin-bottom: 0; font-size: 12px; color: #000; }
.item-list.twocolumn li .extra { margin-top: 7px; }
.item-list.twocolumn li .extra .username { display: block; margin-right: 0; }
.item-list.twocolumn li .extra .file-link { color: #777; background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/attach.gif) no-repeat; padding-left: 19px; padding-bottom: 3px; }


.dao-category-add { padding-left: 18px; background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/add.png) 0 -1px no-repeat; text-decoration: none; color: #1E9E17; }
.dao-category-add:hover { color: #23C11C; }

.table.dao-table-props thead td { font-size: 11px; border: 1px solid #fff; }


/* Catalog Topic
------------------------------------------------- */
.topic.topic-dao { margin-bottom: 30px; }
.topic.topic-dao .topic-title { font-family: Arial, sans-serif; font-size: 24px; line-height: 26px; margin-top: -3px; margin-bottom: 0; }
.topic.topic-dao .content { font-family: Arial, sans-serif; font-size: 12px; line-height: 18px; margin-bottom: 25px; }
.topic.topic-dao .topic-photo-images { margin-bottom: 5px; }
.topic.topic-dao .favourite { top: 15px; left: -10px; }
.topic .dao-topic-edit { position: absolute; top: 42px; left: -8px; width: 16px; height: 16px; background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/edit.png) no-repeat; opacity: .6; }
.topic .dao-topic-edit:hover { opacity: 1; }
.topic .dao-topic-delete { position: absolute; top: 70px; left: -8px; width: 16px; height: 16px; background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/close.png) no-repeat; opacity: .6; }
.topic .dao-topic-delete:hover { opacity: 1; }
.topic.topic-dao .wrapper { overflow: hidden; zoom: 1; }
.topic.topic-dao .dao-topic-tags { font-size: 11px; overflow: hidden; zoom: 1; }
.topic.topic-dao .dao-topic-tags li { float: left; margin-right: 5px; color: #D8C29C; }
.topic.topic-dao .dao-topic-tags li a { color: #9B835A; }
.topic .dao-path { color: #555; margin-bottom: 20px; }
.topic .dao-path a { color: #333; }
.topic .dao-path a.active {  }
.topic.topic-dao .dao-topic-header { border-bottom: 1px solid #ddd; margin-bottom: 13px; padding-bottom: 2px; font-size: 18px; font-family: Arial, sans-serif; }
.topic.topic-dao .dao-topic-info-top { position: relative; overflow: hidden; zoom: 1; background: #F9F0E0; padding: 15px; margin-bottom: 25px; border-radius: 5px; }
.topic.topic-dao .dao-topic-info-top .dao-item-image { float: left; width: 200px; margin-right: 15px; }
.topic.topic-dao .dao-topic-info-top .dao-item-image img { width: 200px; vertical-align: top; }
.topic.topic-dao .dao-topic-info-top .dao-item-info { padding-left: 215px; }
.topic.topic-dao .dao-topic-info-top .dao-item-info .dao-price { font-size: 24px; line-height: 1em; margin-bottom: 15px; font-family: Arial, sans-serif; }
.topic.topic-dao .dao-topic-info-top .dao-item-info .username { font-size: 11px; color: #555; }
.topic.topic-dao .dao-topic-info-top .dao-item-info .username a { text-decoration: none; color: #9B835A; }

.topic.topic-dao .dao-topic-props { margin-bottom: 30px; width: 100%; color: #000; }
.topic.topic-dao .dao-topic-props td { background: #fafafa; padding: 5px 10px; border-bottom: 1px solid #fff; }
.topic.topic-dao .dao-topic-props td.val { color: #777; }
.topic.topic-dao .dao-topic-props tr.even td { background: #f5f5f5; }

.topic.topic-dao .topic-photo-images ul { overflow: hidden; zoom: 1; }
.topic.topic-dao .topic-photo-images ul li { float: left; margin: 0 9px 9px 0; position: relative; }
.topic.topic-dao .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-dao .topic-photo-images ul li:hover .image-number { display: block; }
.topic.topic-dao .topic-photo-images ul li img { vertical-align: top; }
.topic.topic-dao .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-dao .topic-photo-images .topic-photo-more:hover { background: #eaf2f8; }

.topic.topic-dao .dao-topic-files { margin-bottom: 25px; background: #F0F5FA; padding: 15px; color: #777; }
.topic.topic-dao .dao-topic-files h2 { font-size: 18px; line-height: 18px; font-family: Arial, sans-serif; }
.topic.topic-dao .dao-topic-files li { margin-bottom: 5px; }
.topic.topic-dao .dao-topic-files li a { color: #1A3DC1; padding: 0 0 2px 16px; background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/attach.png) no-repeat; }
.topic.topic-dao .dao-topic-files li span {  }

.topic.topic-dao .dao-topic-fineprint { font-size: 11px; color: #aaa; line-height: 14px; margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 15px; }


/* Video Topic
------------------------------------------------- */
.topic.topic-dao-video { }
.topic.topic-dao-video .favourite { top: 15px; left: -10px; }
.topic.topic-dao-video .topic-title { padding-right: 60px; }
.topic.topic-dao-video .video-container { padding: 20px 0 17px; background: #333; text-align: center; border-radius: 5px 5px 0px 0px; }
.topic.topic-dao-video .dao-video-info { background: #EDEDED; color: #000; padding: 30px; font-family: Arial, sans-serif; position: relative; border-radius:0px 0px 5px 5px; }
.topic.topic-dao-video .dao-video-info .topic-title { font-family: Arial, sans-serif; font-size: 20px; line-height: 22px; margin-bottom: 5px; }
.topic.topic-dao-video .dao-video-desc { margin-bottom: 15px; }
.topic.topic-dao-video .dao-video-desc a { color: #555; }
.topic.topic-dao-video .dao-path { margin-bottom: 15px; }
.topic.topic-dao-video .dao-topic-tags { font-size: 11px; overflow: hidden; zoom: 1; }
.topic.topic-dao-video .dao-topic-tags li { float: left; margin-right: 5px; color: #777; }
.topic.topic-dao-video .dao-topic-tags li a { color: #4272DB; text-decoration: none; }
.topic.topic-dao-video .dao-video-info-extra { color: #777; font-size: 11px; margin-bottom: 0; line-height: 14px; margin-top: 2px; }
.topic.topic-dao-video .dao-video-info-extra a { color: #4272DB; text-decoration: none; }
.topic.topic-dao-video .voting { position: absolute; top: 20px; right: 20px; }


/* Audio
------------------------------------------------- */
.playlist { width: 100%; border-top: 1px solid #eee; }
.playlist li { padding: 5px 7px; border-radius: 3px; color: #64738e; position: relative; overflow: hidden; zoom: 1; font-size: 11px; border-bottom: 1px solid #eee; }
.playlist li a { text-decoration: none; color: #435f92; font-weight: bold; }
.playlist li a:hover { text-decoration: underline; }
.playlist li .play { position: absolute; top: 5px; left: 5px; display: block; width: 11px; height: 11px; background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/player_icons.png) 0 0 no-repeat; margin-right: 7px; margin-top: 4px; }
.playlist li.sm2_playing .play { background-position: 0 -15px; }
.playlist li .controls { display:none;}
.playlist li .controls .statusbar { width: 100%; height: 4px; background: #eee; position: relative; margin: 9px 0 3px 15px; cursor: pointer; }
.playlist li .controls .statusbar .position { height: 4px; background: #7393cc; }
.playlist li .controls .statusbar .loading { height: 1px; background: #989695; }
.playlist li.sm2_playing .controls,.playlist li.sm2_paused .controls { position:relative; display:block;}
.playlist li .timing { position: absolute; top: 9px; right: 2px; display:none;}
.playlist li.sm2_playing .timing, .playlist li.sm2_paused .timing { display:block;}
.playlist li .volume { position: absolute; top: 12px; right: 75px; display:none;}
.playlist li.sm2_playing .volume, .playlist li.sm2_paused .volume { display:block;}
.playlist li .volume a { float: left; width: 4px; height: 13px; padding-right: 2px; background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/player_icons.png) 0 100% no-repeat; opacity: .5; }
.playlist li .volume a:hover { opacity: 1; }
.playlist li .volume a.active { opacity: 1; }
.playlist li .volume a.volume-2 { background-position: -6px 100%; }
.playlist li .volume a.volume-3 { background-position: -12px 100%; }
.playlist li .volume a.volume-4 { background-position: -18px 100%; }
.playlist li .volume a.volume-5 { background-position: -24px 100%; }
.playlist li .track { padding: 2px 120px 2px 15px; line-height: 14px; }
.playlist li .dao-audio-actions { color: #aaa; white-space: nowrap; }
.playlist li .dao-audio-actions a { font-weight: normal; color: #aaa; }
.dao-audio-actions .dao-audio-delete a{color:red;}





.dao-video-list { overflow: hidden; zoom: 1; }
.dao-video-list li { float: left; width: 126px; margin-right: 25px; line-height: 16px; }
.dao-video-list li .dao-video-preview { display: block; padding: 2px; border: 1px solid #bbb; margin-bottom: 3px; }
.dao-video-list li .dao-video-preview .dao-video-crop { width: 120px; height: 72px; overflow: hidden; position: relative; }
.dao-video-list li .dao-video-preview .dao-video-crop img { width: 120px; position: relative; top: -12px; }
.dao-video-list li .dao-video-preview .dao-video-time { position: absolute; bottom: 3px; right: 3px; border-radius: 3px; font-size: 11px; font-weight: bold; color: #fff; background: #000; padding: 0 3px; opacity: .8; font-family: Arial, sans-serif; }
.dao-video-list li a { color: #1A3DC1; text-decoration: none; }
.dao-video-list li a:hover { text-decoration: underline; }
.dao-video-list li .author { font-size: 11px; color: #777; }
.dao-video-list li a.username {  }
.dao-video-list li a.dao-comments-link { color: #555; }

.dao-video-list.one-column li { float: none; width: auto; overflow: hidden; zoom: 1; margin-bottom: 20px; }
.dao-video-list.one-column li .dao-video-preview { width: 120px; float: left; margin-right: 10px; }
.dao-video-list.one-column li .dao-video-desc { font-size: 11px; color: #777; line-height: 14px; margin-bottom: 5px; margin-top: 5px; }
.dao-video-list.one-column li .dao-video-info { padding-left: 138px; }
.dao-video-list.one-column li .dao-video-info-extra { font-size: 11px; color: #999; line-height: 14px; }



.dao-search-top { margin-bottom: 30px; }
.dao-search-top .cat-search { padding: 0 95px 3px 0; position: relative; zoom: 1; margin-bottom: 5px; }
.dao-search-top .cat-search .input-wide { width: 97%; padding: 6px 5px 5px; font-size: 14px; font-family: Arial, sans-serif; border: 1px solid #ddd; background: #fafafa; color: #555; }
.dao-search-top .cat-search .button{ padding: 5px 19px;position:absolute;right:0;top:0;font-size:14px;color:#555}
.dao-search-top .cat-alphabet { white-space: nowrap; padding: 0 0 5px }
.dao-search-top .cat-alphabet li { display:inline; padding:0 .54%; color: #bbb }
.dao-search-top .cat-alphabet li a { text-decoration: none; color: #578FBF; }
.dao-search-top .cat-alphabet li a:hover { text-decoration: underline; }
.dao-search-top .dao-abc { padding: 10px 10px 6px; background: #f7f7f7; border-radius: 5px; }
.dao-sort {width: 97%;}
.dao-sort .sort { right:10px;}
.dao-sort .sort a.active{ background: #f7f7f7; border-radius: 1px; }


.dao-rating { overflow: hidden; zoom: 1; margin-bottom: 15px; }
.dao-rating span { margin-left: 10px; }


.category-list-block {  }
.category-list-block li { margin-bottom: 5px; color: #aaa; }
.category-list-block a { font-size: 14px; }

.cat-list { overflow: hidden; zoom: 1; }
.cat-list .cat-item { display: inline-block; *display: inline; zoom: 1; vertical-align: top; width: 200px; padding-left: 32px; margin-right: 10px; margin-bottom: 10px; position: relative; zoom: 1; color: #aaa; }
.cat-list .cat-item img { position: absolute; top: 0; left: 0; }
.cat-list .cat-item a { color: #4D69D1; }
.cat-list .cat-item .cat-item-root { font-size: 14px; padding: 2px 0 2px; }

.dao-path-top { border-bottom: 1px solid #eee; padding-bottom: 5px; margin-bottom: 30px; color: #aaa; }
.dao-path-top a { color: #333; }


.dao-filter-toggle { text-decoration: none; color: #333; background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/arrows.png) 0 2px no-repeat; padding-left: 15px; }
.dao-filter-toggle span { border-bottom: 1px dotted #333; }
.dao-filter-toggle.opened { background-position: 0 -19px; }
.dao-filter-toggle-content { padding-top: 10px; display: none; padding-left: 15px; padding-bottom: 15px; }
.dao-filter-toggle-content p { margin-bottom: 10px; }
.dao-filter-option { margin-bottom: 10px; }
.filter-extended { padding: 5px 0 15px; }
.filter-extended a {  color: #333; }





.blue-pill {
	background: #a5b8da;
	background: -moz-linear-gradient(top, #a5b8da 0%, #7089b3 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5b8da), to(#7089b3));
	border-top: 1px solid #758fba;
	border-right: 1px solid #6c84ab;
	border-bottom: 1px solid #5c6f91;
	border-left: 1px solid #6c84ab;
	border-radius: 18px;
	box-shadow: inset 0 1px 0 0 #aec3e5;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	padding: 6px 10px 6px 10px;
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	text-transform: uppercase;

}

.blue-pill:hover {
	background: #9badcc;
	background: -moz-linear-gradient(top, #9badcc 0%, #687fa6 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9badcc), to(#687fa6));
	border-top: 1px solid #6d86ad;
	border-right: 1px solid #647a9e;
	border-bottom: 1px solid #546685;
	border-left: 1px solid #647a9e;
	-moz-box-shadow: inset 0 1px 0 0 #a5b9d9;
	-webkit-box-shadow: inset 0 1px 0 0 #a5b9d9;
	box-shadow: inset 0 1px 0 0 #a5b9d9;
	cursor: pointer;
}

.blue-pill:active {
	border: 1px solid #546685;
	-moz-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eee;
}

.file-link { color: #777; background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/attach.gif) no-repeat; padding-left: 19px; padding-bottom: 3px; }
.dao-price { font-size: 13px; line-height: 1.3em; margin-bottom: 5px; font-family: Arial, sans-serif; font-weight: bold; }







.dao-calendar-join { background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/event_join.png) no-repeat; width: 86px; height: 23px; position: absolute; top: 5px; right: 0; }
.dao-calendar-join.active { background-position: 0 -23px; }

.dao-event-filter  { background: #fafafa; padding: 10px 15px; border-radius: 5px; }
.dao-event-filter .dao-event-filter-date { overflow: hidden; zoom: 1; }
.dao-event-filter .dao-event-filter-date a { float: left; padding: 2px 7px 3px; color: #555; text-decoration: none; background: #eee; margin-right: 5px; border-radius: 3px; }
.dao-event-filter .dao-event-filter-date a:hover { background: #ddd; }
.dao-event-filter .dao-event-filter-date a.active { background: #ccc; color: #777; }
.dao-event-filter input { border: 1px solid #ddd; padding: 3px 5px; font-family: Arial, sans-serif; }

.dao-index { margin-bottom: 35px; border-radius: 5px; }
.dao-index h3 { margin-bottom: 0; border-bottom: 1px solid #ddd; padding-bottom: 4px; }
.dao-index h3 a { text-decoration: none; }
.dao-index .playlist { border: none; }

.dao-mini-list td { border-bottom: 1px solid #eee; padding: 6px 0; }
.dao-mini-list td a { text-decoration: none; }
.dao-mini-list td a:hover { text-decoration: underline; }
.dao-mini-list td img { position: relative; top: 2px; margin-right: 5px; }
.dao-mini-list td.joined { color: #aaa; }
.dao-mini-list td.joined strong { color: #333; }
.dao-mini-list.dao-mini-list-catalog img { top: 1px; margin-right: 2px; }


.dao-topic-info-top .dao-calendar-join { top: 13px; right: 10px; }
.topic.topic-dao.dao-topic-event .topic-title { padding-right: 100px; }

.item-list.dao-calendar-list h1 { margin-bottom: 15px; }
.dao-event-date { margin-bottom: 13px; font-family: Arial, sans-serif; }
.dao-event-date strong { font-size: 22px; line-height: 1.2em; display: block; }
.dao-event-date span { color: #aaa; margin-left: 10px; }
.dao-event-users { width: 86px; position: absolute; top: 33px; right: 0; font-size: 11px; text-align: center; color: #aaa; }

.item-list.dao-calendar-list.twocolumn .dao-calendar-join { position: static; margin-top: 8px; }
.item-list.dao-calendar-list.twocolumn .dao-date strong { font-size: 14px; line-height: 1.2em; display: block; }
.item-list.dao-calendar-list.twocolumn .dao-event-users { width: auto; position: static; text-align: left; }

.topic.topic-dao.dao-topic-event .dao-event-users { top: 38px; right: 10px; }
.topic.topic-dao.dao-topic-event .dao-topic-info-top { background: transparent; }
.topic.topic-dao.dao-topic-event .dao-topic-tags li a { color: #7E92B2; }
.topic.topic-dao.dao-topic-event .dao-topic-info-top .dao-item-info .username a { color: #7E92B2; }

.yashare-auto-init{float: right;}
.share-blog {float: right;text-decoration: none;border-bottom: 1px #999 dotted;color:#999;padding-top: 5px;cursor: pointer;}
.insert-popup {width:650px;margin-left: -350px;}
/*
 * jQuery UI CSS Framework 1.8.15
 *
 * 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
 */


/* 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.15
 *
 * 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=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------
.ui-widget { font-family: Trebuchet MS, Tahoma, 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: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url() 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }*/

/* Interaction states
----------------------------------
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: none; background: #f6f6f6 url() 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; 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: none; background: #fdf5ce url() 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: none; background: #ffffff url() 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; 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 #fed22f; background: #ffe45c url() 50% top 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: #b81900 url() 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.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(); }
.ui-widget-content .ui-icon {background-image: url(); }
.ui-widget-header .ui-icon {background-image: url(); }
.ui-state-default .ui-icon { background-image: url(); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(); }
.ui-state-active .ui-icon {background-image: url(); }
.ui-state-highlight .ui-icon {background-image: url(); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(); }*/

/* 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: 0; -webkit-border-top-left-radius: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }
*/
/* Overlays 
.ui-widget-overlay { background: #666666 url() 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url() 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Slider 1.8.15
 *
 * 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/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 4px; height: 17px; cursor: default; background: #000; cursor: pointer; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { 
	height: .8em; margin-right: 5px;
	border: none;
	background: #666666;
	background: -moz-linear-gradient(top, #666666 0%, #1e1e1e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#1e1e1e));
	background: -webkit-linear-gradient(top, #666666 0%,#1e1e1e 100%);
	background: -o-linear-gradient(top, #666666 0%,#1e1e1e 100%);
	background: -ms-linear-gradient(top, #666666 0%,#1e1e1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#1e1e1e',GradientType=0 );
	background: linear-gradient(top, #666666 0%,#1e1e1e 100%);
}
.ui-slider-horizontal .ui-slider-handle { top: -3px; }
.ui-slider-horizontal .ui-slider-range { 
	top: 0; height: 100%; 
	background: #f6a828;
	background: -moz-linear-gradient(top, #f6a828 0%, #f76b2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6a828), color-stop(100%,#f76b2a));
	background: -webkit-linear-gradient(top, #f6a828 0%,#f76b2a 100%);
	background: -o-linear-gradient(top, #f6a828 0%,#f76b2a 100%);
	background: -ms-linear-gradient(top, #f6a828 0%,#f76b2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a828', endColorstr='#f76b2a',GradientType=0 );
	background: linear-gradient(top, #f6a828 0%,#f76b2a 100%);
}
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * SoundManager 2 + useFlashBlock
 * Flash positioning and flashblock / clicktoflash handling
*/

#sm2-container {
 /*
  * where the SM2 flash movie goes. by default, relative container.
  * set relative or absolute here, and don't touch it later or bad things will happen (see below comments.)
 */
 position: relative;
 width: 1px;
 height: 1px;
 _overflow: hidden; /* screw IE 6, just make it display nice */
}

#sm2-container object,
#sm2-container embed {
 /*
  * the actual movie bit.
  * SWF needs to be able to be moved off-screen without display: or position: changes. important.
  * changing display: or position: or overflow: here or on parent can cause SWF reload or other weird issues after unblock
  * e.g., SM2 starts but strange errors, no whileplaying() etc.
 */
 position: absolute;
 left: auto;
 top: auto;
 /* 
  * at first, stay <= 8px to fly under the radar of some flash blockers as an "invisible" SWF.
  * dimensions will change with blocked state.
 */
 width: 8px;
 height: 8px;
}

#sm2-container.swf_timedout,
#sm2-container.swf_timedout object,
#sm2-container.swf_timedout embed {
 /* 
  * when SM2 didn't start normally, time-out case. flash blocked, missing SWF, no flash?
  * 48px square flash placeholder is typically used by blockers.
 */
 left: auto;
 top: auto;
 width: 48px;
 height: 48px;
}

#sm2-container.swf_unblocked {
 /* SWF unblocked, or was never blocked to begin with; try to collapse container as much as possible. */
 width: 1px;
 height: 1px;
}

#sm2-container.swf_loaded object,
#sm2-container.swf_loaded embed,
#sm2-container.swf_unblocked object,
#sm2-container.swf_unblocked embed {
 /* hide flash off-screen (relative to container) when it has loaded OK */
 left: -9999em;
 top: -9999em;
}

#sm2-container.swf_error {
 /* when there is a fatal error (flash loaded, but SM2 failed) */
 display: none;
}

#sm2-container.high_performance {
 /* "high performance" case: keep on-screen at all times */
 position: absolute;
 position: fixed;
 overflow: hidden;
 _top: -9999px; /* IE 6 hax, no position:fixed */
 _left: -9999px;
 bottom: 0px;
 left: 0px;
 /*
  * special case: show at first with w/h, hide when unblocked.
  * might be bad/annoying.
  * try to stay within ClickToFlash "invisible" limits (so it won't be blocked.)
 */
 z-index: 99; /* try to stay on top */
}

#sm2-container.high_performance.swf_loaded,
#sm2-container.high_performance.swf_unblocked {
 z-index: auto;
}

#sm2-container.high_performance.swf_loaded,
#sm2-container.high_performance.swf_unblocked,
#sm2-container.high_performance.swf_unblocked object,
#sm2-container.high_performance.swf_unblocked embed {
 /*
  * 8x8px is required minimum to load in fx/win32 in some cases(?)
  * 6x6+ good for fast performance, even better when on-screen via position:fixed
 */
 width: 8px;
 height: 8px;
}

#sm2-container.high_performance.swf_loaded {
 /* stay bottom/left */
 top: auto;
 bottom: 0px;
 left: 0px;
}

#sm2-container.high_performance.swf_loaded object,
#sm2-container.high_performance.swf_loaded embed,
#sm2-container.high_performance.swf_unblocked object,
#sm2-container.high_performance.swf_unblocked embed {
 /* high-performance case must stay on-screen */
 left: auto;
 top: auto;
}

#sm2-container.high_performance.swf_timedout {
 z-index: 99; /* try to stay on top */
}/*!
 * jQuery UI Stars v3.0.1
 * http://plugins.jquery.com/project/Star_Rating_widget
 *
 * Copyright (c) 2010 Marek "Orkan" Zajac (orkans@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * $Rev: 164 $
 * $Date:: 2010-05-01 #$
 * $Build: 35 (2010-05-01)
 *
 */
.ui-stars-star,
.ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
  width: 16px;
  height: 15px;
  display: block;
  background: url(http://indeutschland.ru/plugins/dao/templates/skin/default/img/jquery.ui.stars.gif) no-repeat 0 0;
}
.ui-stars-star a {
  background-position: 0 -32px;
}
.ui-stars-star-on a {
  background-position: 0 -48px;
}
.ui-stars-star-hover a {
  background-position: 0 -64px;
}
.ui-stars-cancel-hover a {
  background-position: 0 -16px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important;
}
.topic .voting li.vk-comments {
	margin-left: 10px;
	margin-right: 10px;
}

#vk_comments,
#fb_comments {
	padding-left: 25px;
	padding-top: 30px;
}

a.vkcomments_tab {
	color: #70AAE0;
	line-height: 30px;
	margin-left: 2px;
	padding: 10px;
}

a.vkcomments_tab:hover,
.VKCmnt_toogleActive {
	background-color: #f5f5f5;
	text-decoration:none;
}

