html,body {
	background:#eee;
}
pre .nocode { background-color: none; color: #000 }
pre .str { color: #080 }
pre .str, pre .lit { color: #080 } /* string   */
pre .kwd { color: #008; font-weight: bold }
pre .typ { color: #98fb98 } /* type    - lightgreen */
pre .pun { color: #660 }    /* punctuation */
pre .pln { color: black }    /* plaintext */
pre .dec { color: #98fb98 } /* decimal         - lightgreen */
pre .atn { color: #8AC763; font-weight: bold }
pre .tag { color: #8AC763; font-weight: bold } 
pre .atv { color: #080 }	

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE } /* IE indents via margin-left */
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,li.L3,li.L5,li.L7,li.L9 { }
	

pre .com {
	color: #888; 
	font-style:normal;
	font-family:arial;
	margin-left:10px;
}

pre.prettyprint.lang-html {
	max-width:970px;
	overflow:hidden;
}

pre.prettyprint.lang-html:hover {
	max-width:none;
}

.bif {
	box-shadow:inset 0 0 10px #bbb !important;
}

pre {
	display: inline-block; 
	margin-bottom:14px;
	padding-top:12px;
	padding-left:12px;
	padding-bottom:12px;
	color:black;
	-moz-tab-size: 4;
	-webkit-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	padding-right:20px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	background:#F1F1F1;
	margin-top:0;
}

/* PP */

html {
	height:100%;  /* Í */ 
	font-size:100%;
	padding:0 !important;
	margin:0 !important;
}

body {
	height:100%; /* Í */
	font-size: 62.5%;
	color:black;
	line-height:1.6em;
	position:relative;
	zoom:1;
	width:auto;
	padding:0 !important;
	margin:0 !important;
	font-size:14px;
}

body, select, input, textarea {  
	font-family: Arial,  Tahoma,  'Trebuchet MS', Helvetica, sans-serif; 
}
body, td, form, input{margin:0;padding:0; }

A IMG { border: none; }
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	margin:0;
}
a { 
	color: #0077b3; 
}
a:hover { 
	color: #C83F31 !important; 
	color: #bc0000 !important; 
}
a:visited {background: transparent !important; }

.textBox {
	overflow:hidden;
	color:#1a1a1a;
	zoom:1;
	line-height:1.4em;
	line-height:1.28em;
	max-width:900px;
}

.textBox p {
	margin-top:0;
}

.textBox h2, .textBox .h2 {
	margin-top:17px;
	margin-bottom:0px;
	font-size:14px;
	line-height:1.2em; 
	font-weight:bold;
	color:#2c93cc;
	color:black;
	
}

.textBox h3, .textBox .h3 {
	margin-top:42px;
	margin-bottom:12px;
	font-size:1.5em;
	font-weight:normal;
	color:black;
}

/* OL */

.textBox ol {
	margin-bottom:15px;
	list-style-position:inside;
	list-style-position:outside;
	padding-left:27px;
	margin-top:4px;
}

.textBox ol li {
	list-style-type:decimal;
	margin-bottom:0px;
	line-height:1.43em;
	margin-bottom:17px;
}

.textBox ol li ol li {
	margin-top:5px;
}

.textBox ul li ul {
	margin-bottom:0;
	position:relative;
	left:-7px;
	margin-bottom:-8px;
	margin-left:40px;
	margin-top:10px;
	
}

.textBox ul li ul li {
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:12px;
	zoom:1;
}

.html_index {
	font-size:17px;
	line-height:1.4em;
	padding-left:30px;
	padding-top:20px;
	padding-bottom:150px !important;
	height:auto !important;
}

.html_index a {
	display:block;
	width:400px;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:10px;
}

.html_index a:hover {
	color:red;
	background:#EFF0F1;
}


/* POPUP */

.popupTable {
	width:100% !important;
	height:100%;
	
	position:fixed; /* ÌÅ ÎÏÍÉÏÑÂÕÁÞÅÐßÚ */
	position:absolute; /* ÎÏÍÉÏÑÂÕÁÞÅÐßÚ */
	left:0;
	top:0;
	z-index:1000;
	border-collapse:collapse;
}


.popupTable .popup {
	background:#92c02a; /* CR */
	background:#366FAB; /* BR */
	background:white; /* white */
	top:0;
	position:relative;
	z-index:1000 !important;
	width:auto;
	zoom:1;
	padding:20px;
}

.popupTable .popup .popupHeader {
	padding-right:40px;
	zoom:1;
	position:relative;
}

.popupTable .popup .popupTitle {
	font-size:1.8em;
	line-height:1em;
	margin-top:-3px;
}

.popupTable .popup .popupCaption {
	font-size:1.4em;
	line-height:1.4em;
	padding-top:4px;
	padding-bottom:9px;
	font-style:italic;
	padding-top:8px;
	padding-left:18px;
}



.popupTable td {
	border:none;
}

.popupTable tbody {
	border:none !important;
}


.popupTable .popupCloser {
	width:100% !important;
	height:1000px;
	position:absolute;
	top:0 !important;
	left:0;
	z-index:0;
	cursor:pointer;
}

.popupTable .td1 {
	width:auto;
	width:600px;
}

.popupTable .td2 {
	width:100px;
	vertical-align:middle;
}

.popupTable .td3 {
	width:auto;
	width:600px;
}

.popupClose {
	width:25px;
	height:25px;
	position:absolute;
	top:0px;
	right:0px;
	outline:none;
	color:black;
	font-size:35px;
	text-decoration:none;
}

.popupClose span {
	display:block;
	position:absolute;
	top:2px;
	left:2px;
	line-height:21px;
	width:21px;
	height:21px;
}
.popupClose:hover {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background:#BC0000;
	color:white !important;
}
/* / POPUP */

/* framework */
p { margin-bottom:18px; }
.none { display:none; }
.redStar { color:#C83F31; }
.textArea { border:none; }
.arrow { font-family:'Times New Roman'; }
.clear { clear:both; font-size:0; line-height:0; overflow:hidden;}
.del { text-decoration:line-through; }
.out { position:absolute;
	top:0 !important;
	top:-6000px !important; 
}

.select {
	border:1px solid #7F9DB9;
	height:21px;
	font-size:14px;
}

/* Dashed */

.dashed, 
.dashedSpan span {
	text-decoration:none;
	border-bottom:1px dashed #0077b3; /*  */
	color:#0077b3; /*  */
}

.dashed:visited, 
.dashedSpan:visited span {
	color:#0090FF; /* ßÕÌÕÈ */
	color:#0077b3; /*  */
}

.dashed:hover, 
.dashedSpan:hover span {
	text-decoration:none;
	border-bottom:1px dashed #B90202; /*  */
	color:#B90202; /*  */
}

.dashedSpan {
	text-decoration:none;
}

/* Dashed */

.lastLineDestroyer {
	height:1px;
	background:white;
	margin-top:-1px;
}


button {
	border:none;
	background:transparent;
	padding:0;
	margin:0; 	
	overflow:visible;
	display:block;
	zoom:1;
	cursor:pointer;
}

button img {
	zoom:1;
	position:relative;
}

.sideLeft {
	float:left;
	display:inline;
	zoom:1;
}

.sideRight {
	float:right;
	position:relative;
}

.page {
	min-height:100% !important; /* Í */
	height: auto !important;
	height:100%;
	zoom:1;
	font-size:1em;
	
}




/* UL */

.textBox ul {
	margin-bottom:15px;
	zoom:1;
	line-height:1.42em;
	margin-left:10px;
	margin-top:5px;
}

.textBox ul li {
	zoom:1;
	padding-left:15px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.test {
	position:fixed;
	_position:absolute;
	z-index:1000;
	top:0;
	right:0;
	font-size:14px;
	padding:6px;
	border:1px solid #333;
	background:white;
}

.shadow {
	background:white !important;
	background:black !important;
	height:100%;
	left:0;
	opacity:0.45;
	filter:alpha(opacity = 45);
	position:fixed;
	top:0;
	width:100%;
	z-index:500;
	display:none;
	cursor:pointer;
}

.inputText {
	border:1px solid #999;
	height:20px;
	font-size:12px;
	padding-left:2px;
}


/* DEFAULT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

#edit-body-und-0-format {
	display:none;
}

.popupIframe {
	display:none;
}



/* POPUP */


.popupTable {
	width:100% !important;
	height:100%;
	
	position:fixed; /* ÌÅ ÎÏÍÉÏÑÂÕÁÞÅÐßÚ */
	position:absolute; /* ÎÏÍÉÏÑÂÕÁÞÅÐßÚ */
	_position:absolute;
	left:0;
	top:0;
	z-index:1000;
	border-collapse:collapse;
}


.popupTable .popup {
	background:#92c02a; /* CR */
	background:#366FAB; /* BR */
	background:white; /* white */
	top:0;
	position:relative;
	z-index:1000 !important;
	width:auto;		
	zoom:1;	
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 21px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 21px;
	box-shadow: rgba(0,0,0,0.3) 0 0 21px;	
}

.popupTable .popup .popupHeader {
	padding-right:40px;
	zoom:1;
	position:relative;
}

.popupTable .popup .popupTitle {
	font-size:1.8em;
	line-height:1em;
	margin-top:-3px;
}

.popupTable .popup .popupCaption {
	font-size:1.4em;
	line-height:1.4em;
	padding-top:4px;
	padding-bottom:9px;
	font-style:italic;
	padding-top:8px;
	padding-left:18px;
}



.popupTable td {
	border:1px dotted white;
	border:none;
}




.popupTable .popupCloser {
	width:100% !important;
	height:1000px;
	position:absolute;
	top:0 !important;
	left:0;
	z-index:0;
	cursor:pointer;
}



.popupTable .td1 {
	width:auto;
	width:600px;
}

.popupTable .td2 {
	width:100px;
	vertical-align:middle;
}

.popupTable .td3 {
	width:auto;
	width:600px;
}

.shadow {
	background:white !important;
	background:black !important;
	z-index:700;
	cursor:pointer;
}

.popupTableFirefox2 {
}

.popupTableFirefox2 #player {
	z-index:1000;
}

.popupTableFirefox2 td {
	background:#fdf;
}

.popupTableFirefox2 .popup {
	position:fixed;
	top:-2000px;
}

.popupTable .popupBody {
	min-width:200px;
	min-height:100px;
	margin-top:20px;
	position:relative;
}

/* / POPUP */

.shadow {
	background:black;	
}

h2 {
	font-size:20px;
}

.pluginHeaderImg {
	float:left;
}

form.fivestar-widget {
	clear:none !important;
}

.pluginHeaderImg .smallTeaserImg {
	width:150px;
}

.pluginHeaderCotent {
	position:relative;
}

.tagsListItem {
	float:left;
	margin-right:10px;
}

.demoLinkTitle {
	display:none;
}

.liveDemoTA:focus {
	background:#FFFFD4;
}


.liveDemoTA::selection {
	background: #ffb7b7; /* Safari */
}

.liveDemoTA::-moz-selection {
	background: #ffb7b7; /* Firefox */
}

.teaser h2 a {
	text-decoration:none;
}
.teaser h2 {
	font-size:25px;
	line-height:1.3em;
}

.editLink {
	font-size:10px;
	line-height:10px;
	display:inline-block;
	font-weight:bold;
	color:#bc0000;
	text-transform:uppercase;
}

.moreLink {
	color:black;
	margin-right:15px;
}

.teaserBottomLine a {
	color:black;
	margin-right:20px;
}

.teaser .liveNewWindowBox {
	margin-bottom:5px;
	margin-top:0px;
}

.teaserTagsBox {
	display:inline-block;
	font-size:11px;
	line-height:13px;
	padding-left:10px;
}

.teaserTagsBox a {
	color:gray;
	text-decoration:none;
}


/* Fivestar */

.fivestar-widget div.star, 
.fivestar-widget div.star a {
	background:transparent url(/img/star.png) no-repeat scroll 0 0;
}

div.fivestar-widget .cancel, div.fivestar-widget .star{
	width:33px;
	height:33px;
}

/* Ïðîãîëîñîâàííûå çâåçäû */
div.fivestar-widget div.on a {
	background-position:0 -50px;
	width:100% !important;
}

/* HOVER */
div.fivestar-widget div.hover a, div.rating div a:hover {
  background-position: 0 -100px;
}

/* FIVESTAR */

.teaserBottom {
	margin-bottom:45px;
	overflow:hidden;
	zoom:1;
}

ul.primary {
	border-bottom:none !important;
}

.liveDemoBox {
	clear:both;
	margin-top:17px;
}

.pluginHeader .pluginHeaderImg {
	margin-bottom:20px !important;
}

.currentPluginCountBox {
	font-size:1.8em;
	margin-top:60px;
}

.similarPlugins .smallTeaser {
	float:left;
}

.liveDemoHTML {
	margin-bottom:20px;
}

.liveDemoLabelLink {
	color:black;
	border-bottom-color:black;
}

.liveNewWindowBox {
	padding-bottom:9px;
}

.liveDemoTA {
	width:500px;
	font-size:12px;
}

.teaserBottomLinks {
	float:left;
}

.teaserFivestar {
	margin-left:20px;
	display:block;
	float:left;
}

.icoPaid {
	background: url(/img/icoMoney.png) no-repeat;
	
}


.shareVk a {
	display:block;
	width:16px;
	height:16px;
	background: url(/img/icoVk.png) no-repeat;
}

.logo span {
	font-size:14px;
	display:block;
	color:#777;
	line-height:1.7em;
	margin-top:3px;
	text-align:right;
	position:relative;
	top:-8px;
}
.logo a, .logo div {
	text-decoration:none;
	color:black;
	display:block;
	width:353px;
	height:43px;
}

.pluginHeaderCategoryInner {
	overflow:hidden;
	zoom:1;
}

.pluginHeaderTagsInner {
	overflow:hidden;
	zoom:1;
}

.pluginHeaderFivestar {
	position:absolute;
	left:0;
	top:13px;
}

.catLineGraphBox {
	width:150px;
	margin-left:130px;
	
}

.catLineTitle {
	font-size:16px;
	line-height:1.2em;
	float:left;
	width:117px;
}

.catalogTitle {
	font-size:20px;
	margin-bottom:20px;
}

.catalogLine {
	position:relative;
	margin-bottom:15px;
	overflow:hidden;
}


.admin-panel .body {
	height:auto !important;
	min-height:10px;
}

.icoRss {
	width:14px;
	height:14px;
	display:inline-block;
	background: url(/img/icoRss.png) no-repeat;
	margin-left:4px;
	display:none;
}

.contentBoxTitle {
	font-size:18px;
}

.contentBox {
	margin-top:20px;
	margin-bottom:20px;
}

.tagsLabel {
	color:gray;
	float:left;
	width:80px;
	margin-right:5px;
}

.pageTitle {
	font-size:2.2em;
	font-family:arial;
	line-height:1em;
}

.pageTitle:first-letter {
	text-transform:uppercase;
}

.sideTitle a {
	color:black;
	
}

.catLineGraphCount {
	display:inline-block;
}

.catalogList {
	margin-top:40px;
	overflow:hidden;
	zoom:1;
	margin-right:-20px;
}

.catLineGraph {
	display:inline-block;
	height:10px;
	background:#31A839;
	font-size:9px;
	color:white;
	line-height:10px;
	text-align:right;
	padding-right:5px;
	position:relative;
	top:-2px;
}

.smallTeasersList {
	margin-top:20px;
	overflow:hidden;
	zoom:1;
}


.teaser {
	margin-bottom:45px;
	position:relative;
}


.rate_vidget_rating {
	font-size:25px;
	font-weight:bold;
	text-align:center;
	height:24px;
}


.rate_vidget_zero {
	height:24px;
	color:#aaa;
	text-align:center;
	font-size:25px;
}

.rate_vidget_rating_initial {
	display:none;
}

.sideBox {
	margin-right:40px;
	/*  */
	float:left;	
}

/* RATE */


.voting_YES .rate_vidget_zero {
	display:none;
}

.voting_NO .rate_vidget_rating {
	display:none;
}

div.rate-widget a.rate-button {
	float:none;	
	background-image:url(/img/voting.png);
	width:32px;
	height:19px;
	border:none !important;
}

.user_vote_status {
	height:7px;
}

.gc-bubbleDefault, 
.pls-container {
	/* 
	google plus
	display:none !important;	
	*/
}

.icoVk {
	background-position:-20px 0;
}

.socialLink  {
	float:left;
	margin-top:1px;
	margin-right:15px;
	display:block;
	width:16px;
	height:16px;
	background-image:url(/img/icos.png);
	background-repeat:no-repeat;
}

.plusOne {
	float:left;
}

.icoFb {
	background-position:-40px 0;
}

.socialLink,
.plusOne {
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.socialLink:hover,
.plusOne:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

.smallTeaserTitle {
	font-size:16px;
	line-height:1.2em;
}

.smallTeaserTitle>a {
	margin-right:6px;
}

.menuLink {
	display:inline-block;
	padding-left:9px;
	padding-right:9px;
}

.sideTitle {
	font-size:18px;
	margin-bottom:7px;
	padding-left:9px;
}

.pager-item {
	padding:0;
	
}

.catGrid {
	display:inline-block;
	width:14px;
	height:12px;
	margin-left:6px;
	background: url(/img/icoGrid.png) no-repeat 2px 2px;
	position:relative;
	top:2px;
	display:none;
}

.catGrid:hover {
	background-position: 2px -18px;
}

span.catGrid {
	background-position: 2px -38px !important;
}

.sideMulticol {
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	column-count: 2;
	column-gap: 15px;
	width:240px;
}

.sideMulticol>div {
	white-space:nowrap;
}

.teaserLinkBox {
	text-decoration:none;
}

.smallTeaserText {
	line-height:1.3em;
	margin-bottom:5px;
	margin-top:5px;
}

.smallTeaserText ul {
	margin-top:5px;
	margin-bottom:16px;
}

.smallTeaserText ul li {
	background:url(/img/li_middle.png) no-repeat 0 0.64em;
	padding-left:18px !important;
	padding-bottom:5px;
	line-height:1.1em;
}

.icoIE8 {	
	background: url(/img/icoIE8.png) no-repeat;
}

.smallTeaserLeft {
	width:102px;
	float:left;
}

.smallTeaserContent {
	padding-left:116px;
	
}

.rate_vidget_rating, .teaserRating {
	color:#31A839;
	
}
.teaserRating {
	margin-right:6px;
	font-size:20px;
	line-height:1.4em;
	float:left;
	margin-right:7px;
}

.smallTeaserImgWrap {
	text-align:center;
	font-size:0;
	line-height:0;
	display:block;
}

.smallTeaserImg {
	border:1px solid #ccc;
}

.gradeItemRed { background:#DF3F3F;}
.gradeItemGreen { background:#6FBF3F;}
.gradeItemBlue { background:#4F6FFF;}
.gradeItemYellow { background:#EFDF3F;}

.reviewGradeItem { 
	position:relative; 
	width:7px;
	height:100%;
	float:left;
	margin-right:2px;
}
.similarPlugins .reviewGradeItemInner {
	border-color:#eee;
}
.reviewGradeItemInner {
	position:absolute;
	width:7px;
	bottom:0;
	left:0;
	display:block;
	border:1px solid white;
}

.reviewGradeItemInner:hover {
	border:1px solid #555;
}


.reviewGrade {
	width:41px;
	height:30px;
	position:relative;
}

.teaserIcos {
	margin-right:-10px;
	margin-top:7px;
}
.teaserIcos .titleIcon {
	float:left;
	margin-right:6px;
}

.teaserIcos .reviewGrade {
	float:left;
}

.reviewGradeBig .reviewGrade {
	width:100px;
	height:60px;
}

.reviewGradeBig .reviewGradeItem,
.reviewGradeBig .reviewGradeItemInner {
	width:14px;
}

.reviewGradeBig .reviewGradeItem {
	margin-right:4px;
}

.reviewDisabledInfoText {
	margin-bottom:9px;
}

.reviewDisabledInfoText p {
	margin-top:0px;
	margin-bottom:9px;
}

.addReviewBoxP {
	position:relative;
	z-index:10;
}

.pageFooter a {
	color:#FFE68E !important;
	text-decoration:none;
}

.pageFooter a:hover {
	text-decoration:underline;
}

.flagLink {
	display:inline-block;
	background:pink;
	width:16px;
	height:16px;
	background: url(/img/icoLinkFlag.png) no-repeat;
	margin-left:9px;
	position:relative;
	top:4px;
	display:none;
}

.linkLine:hover .flagLink {
	display:inline-block;
}

.notActualItem {
	margin-top:15px;
}

.notActualPageP {
	margin-left:10px;
	color:gray;
}

.notActualPageP a {
	color:gray;
}

.notActualPage {
	margin-top:35px;
}

#page_url {
	display:none;
}

.votesListArrow {
	background: url(/img/voting.png) no-repeat;
	width:32px;
	height:19px;
	position:relative;
	opacity: 0.8;
	filter:alpha(opacity=80);
	float:left;
}

.votesListUP {
	background-position:-100px 0;
}
.votesListDOWN {
	background-position:-100px -50px;
}

.votesListIP {
	margin-left:13px;
}

.votesListItem span {
	float:left;
}

.votesListItem {
	margin-bottom:17px;
	line-height:1.3em;
}

.votesListNodename {
	width:120px;
	overflow:hidden;
	white-space:nowrap;
	margin-left:10px;
	position:relative;
}

.votesListUsername {
	margin-left:16px;
	color:black;
}

.votesListDate {
	color:gray;
	margin-left:16px;
	font-size:10px;
	line-height:2.1em;
}

.catalogBoxNumVotes .catLineTitle {
	white-space:nowrap;
}

.catalogBoxNumVotes .catLineTitle {
	position:relative;	
	overflow:hidden;
	width:120px;
}

.catalogListStats .catalogBox {
	margin-right:70px;
}

tbody  {
	border-top:none !important;
}

.bold {
	font-weight:bold;
}

.contentBoxTitleReviews {
	margin-bottom:30px;
}

span.icoProviderVk {
	background-position:0 -19px;
}

span.icoProviderFacebook {
	background-position:0 -88px;
}

span.icoProviderTwitter {
	background-position:0 -111px;
}

span.icoProviderGoogle {
	background-position:0 -134px;
}

span.icoProviderYandex {
	background-position:0 -157px;
}

span.icoProviderOk {
	background-position:0 -42px;
}

span.icoProviderMailru {
	background-position:0 -65px;
}

.headerUserName {
	font-weight:bold;
	position:relative;
}

.userLogout {
	text-decoration:none;
	font-size:16px;
	margin-left:2px !important;
	position:relative;
	top:-1px;
}



.headUserBox {
	float:right;
	padding-right:20px;
}

.connect_widget_text_summary connect_text_wrapper {
	display:none !important;
}

.reviewAuthorBox {
	margin-top:13px;
	line-height:1.1em;
}

.nodeSocialBox {
	height:22px;
	overflow:hidden;
	float:left;
	zoom:1;
	margin-top:26px;
	margin-left:25px;
}

.pluginHeaderTags {
	padding-top:2px;
	overflow:hidden;
	float:left;
	zoom:1;
}

.pluginDetailsStream {
	margin-bottom:45px;
	margin-top:5px;
	/* 
	background:#EEEEEE;
	margin-left:-80px;
	padding-left:80px;
	padding-bottom:20px;
	padding-top:20px;
	margin-right:-40px;
	*/
}

.similarPluginsInner {
	max-width:1360px;
}

.similarPlugins .contentBoxTitle {
	padding-bottom:30px;
}

.similarPlugins .smallTeaserImg {
	border-color:#888;
}

.fooerMenu {
	float:left;
	text-align:left;
	margin-right:60px;
}

.fooerMenu span {
	display:block;
}

.footerInner {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	zoom:1;
	padding-top:25px;
	padding-left:80px;
}

.smallTeasersListBest {
	margin-top:40px;
	margin-bottom:40px;
}

ul.pager {
	overflow:hidden;
	padding:1px;
	margin-top:65px;
	margin-bottom:70px;
	list-style:none;
}

.messages.error {
	display:none;
}

.disabledInfoOverlay {
	width:280px;
	height:150px;
	position:absolute;
	top:0;
	left:-280px;
	background:#ccc;
}

.formLine {
	overflow:hidden;
	zoom:1;
	padding:2px;
	padding-bottom:15px;
	
}

.formLabel {
	width:120px;
	float:left;
	text-align:right;
}

.formLineInner {
	margin-left:140px;
}

.formRemark {
	padding-left:10px;
}

.formLineInner textarea {
	display:inline-block;
	position:relative;
	margin-left:0;
}

.submitPluginTA {
	width:250px;
	height:50px;
	padding:2px !important;
}

.submitPlugDescr {
	margin-left:10px;
	color:gray;
	display:inline-block;
}

.pluginAddPopupTitle {
	font-size:18px;
	margin-bottom:10px;
}

.formButton {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	padding-right:8px;
}

.addPopupItem {
	margin-bottom:35px;
}

.addPopupItem2 {
	margin-bottom:0px;
}

.addPopupItem .inputText {
	width:280px;
	margin-right:10px;
}

.categoryDescr {
	margin-top:20px;
	margin-bottom:35px;
	color:#666;
	font-size:18px;
}

.reviewNodeSummary {
	float:left;
}

.reviewGrade_node {
	margin-top:10px;
	overflow:hidden;
	padding:1px;
	margin-top:20px;
	margin-bottom:20px;
}

.reviewGrade_node .reviewGrade {
	margin-top:10px;
	float:left;
	margin-top:6px;
	height:79px;
	width:120px;
}
.reviewGrade_node .reviewGradeItem,
.reviewGrade_node .reviewGradeItemInner  {
	width:18px;
}
.reviewGrade_node .reviewGradeItem {
	margin-right:5px;
}

.reviewAverageLine {
	float:left;
	padding-left:40px;
	color:#666;
}

.reviewAverageLineLabel {
	font-size:18px;
}

a.feedback {
	position:fixed;
	top:65%;
	left:0;
	font-size:18px;
	text-align:center;
	z-index:100;
	text-decoration:none;
	font-weight:bold;
	width:14px;
	color:#000 !important;
	display:block;
	padding-right:3px;
	opacity: 0.2;
	filter:alpha(opacity=20);
	font-family:courier;
}

a.feedback:hover {
	background:#ddd;
	color:#000 !important;
	opacity: 1;
	filter:alpha(opacity=100);
}

.reviewNodeTitle {
	font-size:20px;
	padding-bottom:11px;
}

.reviewsPage {
	padding-top:40px;
}

.reviewsPage .reviewBox {
	margin-bottom:80px;
}

.reviewTitle {
	font-weight:bold;
}

.reviewBox {
	margin-bottom:60px;
	position:relative;
}

.review-block {
	margin-bottom:11px;
}

.reviewsBoxImg {
	margin-bottom:10px;
}

.reviewContent {
	margin-left:100px;
}

.reviewsPage .reviewLeft {
	padding-top:4px;
}

.reviewsPage .reviewLeft img {
	width:67px;
	margin-left:1px;
}

#edit-author--2 {
	display:none;
}

#edit-actions #edit-preview {
	display:none;
}

.tabs.primary {
	display:none;
}

.editReviewTitle {
	display:block;
	margin-bottom:20px;
}

.footerSummaryBox {
	float:left;
	margin-left:100px;
	text-align:left;
}

.footerMailBox {
	line-height:18px;
	margin-top:4px;
}

.popupBody .demoLinks {
	left:auto;
	right:-17px;	
}

.demoReportItem {
	margin-bottom:15px;
}

.demoReportTA {
	width:330px;
	height:50px;
}

.statusBox {
	margin-top:20px;
	padding-bottom:30px;
}

.statusBoxTitle {
	font-size:18px;
}

#edit-field-review-c-goals-und-0-format,
#edit-field-review-c-defects-und-0-format,
#edit-field-review-c-comment-und-0-format {
	display:none;	
}

.demoLinkFlag {
	top:77px;
	background-position: 2px -176px  !important;
}

.demoLinkFlag:hover {
	background-position: 2px -196px  !important;
}

.review_editLink {
	font-size:12px;
}

.reviewLinks {
	margin-top:7px;
}
.compareTableTitle {
	font-size:18px;
	line-height:1.3em;
	margin-bottom:20px;
	margin-top:15px;
}

.compareEmbedded_termPage {
	margin-top:80px;
}

.plugin-image {
	display:none;
	/* 
	position:absolute;
	top:-6000px;	
	*/
}

.contentStream table,
.cke_show_borders table {
	border:none !important;
}		

.contentStream tbody,
.cke_show_borders tbody {
	border:none !important;
}		

/* 
.EEEEEE {
	
}
 */

blockquote {
	padding-left:20px;
	border-left:3px solid gray;
	font-style:italic;
}

#taxonomy-content {
	margin-top:30px;
	max-width:1000px;
}


.contentStream table td,
.cke_show_borders table td {
	padding: 6px 10px  !important;
	border-color:#bbb !important;
	line-height:1.3em;
}

.comparesPage table tr td:first-child,
.compareEmbedded table tr td:first-child,
.cke_show_borders table tr td:first-child {
	white-space:nowrap;
	font-size:18px;
}

.comparesPage table tr:first-child td,
.compareEmbedded table tr:first-child td,
.cke_show_borders table tr:first-child td {
	background:#eee;
	font-weight:bold;
}

.submitPluginTitle {
	margin-bottom:2px;
}

.submitPluginBox {
	margin-bottom:15px;
}

.textBox ul {
	list-style-type:disc !important;
	margin-left:30px;
}

.textBox ul li {
	padding-left:0px;
	line-height:1.1em;
	margin-bottom:7px;
}

.textBoxTodo {
	width:600px;
}

.todoPage {
	margin-top:30px;
}

.compareItem {
	margin-top:50px;
	margin-bottom:80px;
}

.compareItem h3 {
	font-size:22px;
	margin-bottom:30px;
}

.comparesPage {
	padding-bottom:30px;
}

.externalLink {
	padding-right:27px;
	background: url(/img/icoDemoLinks.png) no-repeat 100% -156px;
	margin-right:5px;
}

.submitPluginURL {
	width:150px;
	padding:2px !important;
	margin-right:5px;
	border-color:#555;
	background:#aaa;
}

.submitPluginURL:focus {
	background:white;
}

.markInner {
	display:inline-block;
	text-align:center;
	width:24px;
	position:relative;
	top:-3px;
	font-size:11px;
}

.markBox {
	position:absolute;
	top:1px;
	left:7px;
	display:block;
	width:22px;
}

.catalogBox {
	float:left;
	margin-right:40px;
	margin-bottom:40px;
	min-height:430px;
}

.infographics_diagramBox {
	margin-top:45px;
}

.infographics_diagram {
	border:1px solid #ccc;
}

.infographics_diagramTitle {
	margin-bottom:5px;
}

.catalogBoxGraph .catalogLine {
	overflow:visible !important;
	margin-bottom:27px;
}

.catalogBoxGraph .catLineTitle {
	margin-left:45px;
}
.catalogBoxGraph .catLineGraphBox {
	margin-left:175px;
}

.body {
	position:relative;
	padding-bottom:200px;
	min-height:300px;
}
	
.poll .vote-form {
	text-align:left !important;
}	

.poll .vote-form .choices {
	margin:0 !important;
}

.content .vote-form {
	padding-left:30px;
}
	


div.adminLinks {
	float:none;
	margin-top:17px;
	clear:both !important;
	display:none;
}

.adminLinks .sideMulticol {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;	
	width:800px;
	height:90px;
}

.closeAdminPanel {
	text-decoration:none;
	margin-left:5px;
}

.subscribesBox {
	float:left;
}


.headSocialBox {
	overflow:hidden;
}

.headSocialBox .socialLink {
	margin-right:7px !important;
	min-height:17px;
	display:inline-block;
}

.content-page h2 {
	color:#F8912D;
	font-weight:normal;
	font-size:18px;
	margin-bottom:10px;
}

.carousel-images img {
	height:150px;
}

.content-page {
	/* 
	max-width:800px;
	*/
	line-height:1.5em;
}

.content-page h4{
	font-size:20px;
	color:#999;
	line-height:1.3em;
}

.content-page h5{
	font-size:18px;
	color:#999;
	line-height:1.3em;
}

.content-page table td {
	border:1px solid #999;
	padding:7px;
}

body>.header {
	z-index:100;
	position:relative;
	background:#eee;
	height:85px;
}




.listTextMask {
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	right:0;
	background: url(/img/listTextMask.png) no-repeat top right;
}

.RSSline {
	overflow:hidden;
	zoom:1;
	margin-bottom:12px;
}

a.rssLink {
	font-size:24px;
	color:#F8912D;
	line-height:1em;
	text-decoration:underline;
	position:relative;
}

.rssHidder {
	overflow:hidden;
	max-width:140px;
	white-space:nowrap;
	float:left;
	position:relative;
	z-index:0
}

.rssHidderMask {
	background: url(/img/listTextMask.png) no-repeat top right;
	width:20px;
	position:relative;
	height:30px;
	float:left;
	z-index:200;
	display:block;
	margin-left:-20px;
	top:0;
	right:0;
	text-decoration:none !important;
}

.RSSico {
	font-size:24px;
	background: url(/img/rss_24.png) no-repeat 100% 2px;
	padding-right:28px;
	line-height:1em;
	text-decoration:none;
}

.headFeatures {
	margin-left:440px;
	overflow:hidden;
	padding-left:20px;
	padding-top:8px;
	zoom:1;
}

.headFeatures ul {
	float:left;
	list-style-type:disc;
}

.headFeatures ul {
	float:left;
}

.headFeatures1 {
	margin-right:55px;
	
}

.content .poll .percent {
	margin-bottom:25px;
}	

.content .poll {
	padding-top:20px;
}

.poll {
	font-size: 14px;
	max-width:500px;
}

.poll .percent {
	margin-top:-26px;
	margin-bottom:15px;
	color:black;
}

.poll .text {
	padding-right:45px;
	line-height:1.2em;
}

.poll .title {
	font-size:18px;
	margin-bottom:4px;
	font-weight:normal !important;
}

.poll .foreground {
	background:#31A839 !important;
}

.poll .bar, .poll .foreground {
	height:6px !important;
}

.poll .total, 
.sideBoxPoll .links {
	display:none !important;
}

.pluginPageText ul,
.cke_show_borders ul {
	list-style-type:disc;
	padding-left:30px;
	margin-bottom:20px;
}


.compareEmbedded table,
.cke_show_borders table {
	border-collapse:collapse !important;
}

.compareEmbedded {
	margin-top:40px;
	padding-bottom:10px;
	margin-bottom:10px;
}

.compareEmbedded table tr td:first-child,
.cke_show_borders table tr td:first-child {
	white-space:nowrap;
	font-size:18px;
}

.compareEmbedded table td,
.cke_show_borders table td {
	vertical-align:top;
}

.edit_compare_table {
	display:inline-block;
	margin-top:15px;
	margin-bottom:10px;
}

.cke_contents>iframe {
	padding: 15px !important;
}

.langBox {
	margin-right:40px;
}

.langItem {
	font-weight:bold;
	color:white;
	margin-right:10px;
}

.headerLine .langItem a {
	font-weight:normal;
	margin-left:0px !important;
}

.headerLine a {	
	color:white !important;
	margin-left:20px !important;
}

.headerLine a:hover {
	text-decoration:none;
	border-bottom:none;
}

.formBoxDefault {
	background:none !important;
	border:none !important;
}

.rel {
	position:relative;	
}


.donatePage {
	padding-top:20px;
}
.donatePage table td img {
	position:relative;
	top:3px;
	margin-bottom:1px;
	margin-right:7px;
}

.donateLink {
	background: url(/img/icoDemoLinks.png) no-repeat 0 -218px;
	/* 
	background: url(/img/damka_deneg.png) no-repeat 0 2px;
	*/
	padding-left:30px;
	margin-left:-30px;
}

a.donateLink:hover {
	text-decoration:underline !important;
	/* 
	background-position:0 -18px;
	*/
	background-position:0 -248px;
}

span.donateLink {
	background-position:0 -216px;
	/* 
	background-position:0 4px;
	*/
}



.book-descr {
	margin-left:120px;
}

.books-section {
	overflow:hidden;
	zoom:1;
	margin-bottom:70px;
}


.book-review {
	line-height:1.3em;
	font-size:16px;
	margin-top:20px;
	margin-right:35px;
}

.book-title {
	font-size:18px;
	line-height:1.3em;
	margin-bottom:9px;
}

.book-caption {
	font-size:16px;
	line-height:1.2em;
	margin-bottom:12px;
}

.books-section-title {
	font-size:26px;
	margin-bottom:35px;
	margin-top:35px;
	color:#F78615;
}	


.book-link {
	margin-bottom:7px;
}

.book-price {
	font-size:17px;
	margin-right:2px;
	color:#34BD0E;
}

.book-price span {
	font-size:18px;
}

.topLinkP {
	font-size:20px;
	line-height:1.4em;
}

div.bookBIG img {
	width:auto;
}

.book-img img {
	top:5px;
	position:absolute;
	left:0;
	width:100px;
	position:absolute;
	border:1px solid #ccc;
	cursor:pointer;
}

.book-img {
	float:left;
	position:relative;
	padding-top:5px;
}

.bookBIG .book-descr, 
.bookBIG .book-review
{
	visibility:hidden;
}

.book {
	float:left;
	width:340px;
	margin-right:20px;
	min-height:415px;
	margin-bottom:30px;
}

.book-link a {
	background: url(/img/icoDemoLinks.png) no-repeat 100% -276px;
	padding-right:18px;
}

.demoShortURLP {
	display:none;
	overflow:hidden;
}

.demoShortURL:hover .shortURL-ancor {
	visibility:visible;
}

#qrcode {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

#qrcode img {
	position:relative;
	top:-10px;
}

.demoShortURL {
	background:#FFF2B7;
	padding:10px 15px ;
	margin-bottom:20px;
	font-size:30px;
	color:#444;
	display:inline-block;
}

.shortURLbox {
	float:left;
}

a.shortURL-ancor {
	visibility:hidden;
	color:gray !important;
	text-decoration:none;
	font-size:20px;
	margin-left:7px;
	margin-right:3px;
}

.demoShortDesc {
	line-height:1.3em;
}

.liveDemoHTMLContent {
	display:none;
	padding-bottom:15px;
}


.demoFrameBorder {
	border:1px solid #aaa;
}

.contentBoxTaxonomy {
	margin-top:0px;
	margin-bottom:20px;
}

.adPagerBottom {
	margin-bottom:40px;
}

.sideMulticol .menuActive a {
	color:black;
}

.reviewCommentAuthor {
	margin-right:10px;
	font-weight:bold;
}

.rateCommentValue {
	color:#31A839;
	font-size:20px;
	line-height:1.4em;
	text-align:center;
}

/*======================= */

.link_rate_up .rate-fivestar-2,
.link_rate_up .rate-number-up-down-btn-up
 {
	background-position: -100px 0 !important;
}

.link_rate_down .rate-fivestar-1,
.link_rate_down .rate-number-up-down-btn-down {
	background-position: -100px -50px !important;
}

a.rate-button:hover {
	background-position:-50px 0;
}

a.rate-fivestar-1:hover, 
a.rate-number-up-down-btn-down:hover {
	background-position:-50px -50px;
}

.rate-fivestar-2,
div.rate-user a.rate-fivestar-2 {
	background-position:0 0;
}

.rate-fivestar-1,
div.rate-user a.rate-fivestar-1,
.rate-number-up-down-btn-down,
div.rate-user a.rate-number-up-down-btn-down
 {
	background-position:0 -50px;
}

.commentCommentHiddenData {
	display:none;
}

.reviewCommentBox {
	padding-left:50px;
}

.commentCommentTA {
	width:400px;
	height:100px;
	border:1px solid #aaa;
}

textarea:focus {
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #aaa 0px 0px 15px;
	outline:none;
	border:1px solid #888;
}

.reviewCommentForm textarea {
	padding:5px 7px;
	font-size:14px;
}

.commentReivewButton {
	padding:3px 8px;
	font-size:14px;
}

.commentCommentTAP {
	padding-top:15px;
	margin-bottom:10px;
}


.smallCommentBox {
	padding-top:5px;
	padding-bottom:5px;
	margin-left:50px;
	border-top:1px solid #aaa;
}

.reviewCommentHidden .reviewCommentForm {
	display:none;
}

.reviewCommentLink {
	display:none;
}

.reviewCommentHidden .reviewCommentLink {
	display:inline;
}

.similarPlugins {
	overflow:hidden;
	zoom:1;
	position:relative;
	margin-top:50px;
	
	background:#EEEEEE;
	margin-left:-80px;
	padding-left:80px;
	margin-bottom:-50px;
	padding-top:35px;
	padding-bottom:40px;
}


.reviewLeft {
	float:left;
	width:80px;
	padding-top:8px;
	overflow:hidden;
}

.reviewsBox {
	margin-top:50px;
	margin-bottom:70px;
	width:830px;
	position:relative;
}

.commentBox .rel {
	display:none;
}

.addReviewButtonDisabled {
	background-color:#bbb !important;
	
}

#reviewDisabledUloginBox {
	padding-bottom:4px;
}

.reviewDisabledInfo {
	padding-top:15px;
	padding-bottom:12px;
	padding-left:17px;
	padding-right:10px;
	line-height:1.3em;
	display:none;
	width:300px;
	border:1px solid gray;
	background:#FDFDB2;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 21px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 21px;
	box-shadow: rgba(0,0,0,0.3) 0 0 21px;	
}


.reviewDisabledInfoP {
	position:absolute;
	top:1500px;
	top:-1000px;
	left:300px;
	z-index:450;
}
	
.icoUloginProvider {
	 /* 
	 background: url(http://ulogin.ru/img/small.png) no-repeat 16px 16px;
	 */ 
	width:16px;
	height:16px;
	display:inline-block;
	position:relative;
	top:3px;
}


div.form-actions.form-wrapper #edit-submit {
	margin-right:30px;
}

.addReviewLink:hover {
	color:white !important;
	opacity: 1;
	filter:alpha(opacity=100);
}

.addReviewLink:active {
	background-color:#D53434;
}

div.form-actions.form-wrapper #edit-submit:hover {
	background:#6FBF3F;
	cursor:pointer;
}
div.form-actions.form-wrapper #edit-submit:active  {
	background:#F9573B !important;
	background:#D53434 !important;
}

.teaserText,
.pluginHeaderText {
	color:#555;
	font-size:18px;
	width:80%;
	line-height:1.3em;
}

.teaserText {
	padding-top:5px;
	margin-bottom:11px;
}

div.teaserText ul {
	margin-top:5px;
	margin-bottom:16px;
}

div.teaserText ul li {
	background:url(/img/li_middle.png) no-repeat 0 0.62em;
	padding-left:20px !important;
	padding-bottom:2px;
}

.pluginHeaderText {
	position:relative;
	display:block;
	margin-top:15px;
	margin-bottom:20px;
	
}

.pluginHeaderText ul {
	margin-left:3px;
	margin-top:16px;
}
.pluginHeaderText li {
	padding-left:22px;
	padding-bottom:3px;
	background:url(/img/li_big.png) no-repeat 0 0.62em;
}


.rate-widget,
.teaser .pluginLabels {
	left:-55px;
}

.teaser .rate-widget {
	top:-8px;
}

.pluginLabels {
	position:absolute;
	top:80px;
	left:25px;
	width:31px;
}

.noFooter {
	padding-bottom:80px !important;
}

.vertical-tabs {
	margin-bottom:70px !important;
}

.compareEmbedded p {
	margin-bottom:0px;
}

.pluginPageText {
	clear:both;
	font-size:15px;
	margin-top:25px;
	margin-bottom:17px;
}

.pluginPageText p {
	max-width:700px;
}

td .ok, 
td .no, 
td .not {
	background-position:center center;
	background-repeat:no-repeat;
	min-height:24px;
}

td .ok {
	background-image:url(/img/compare_ok.gif);
	opacity: 0.75;
	position:relative;
	top:1px;
	color:black !important;
	filter:alpha(opacity=75);
}

td .not,
td .no {
	background-image:url(/img/compare_not_bw.png);
}

td .ok.t,
td .no.t {
	background-position: 0 5px;
	padding-left:30px;
}

.logo {
	margin-top:12px;
	margin-left:40px;
	margin-right:60px;
	font-size:32px;
	top:22px;
	width:353px;
	height:60px;
	background: url(/img/logo2.png) no-repeat;
	float:left;
}

.menuTop span a {
	text-decoration:none;
}

.menuTop {
	font-size:20px;
	float:left;
	margin-right:50px;
}

.menuTopParent {
	overflow:hidden;
	float:left;
	margin-top:15px;
}


.menuTop span {
	display:block;
	margin-bottom:10px;
}

.headAd {
	margin-bottom:18px;
	padding-left:20px;
	height:90px;
	margin-top:30px;
}

.smallTeaser {
	float:left;
	position:relative;
	width:420px;
	width:390px;
	margin-bottom:20px;
	margin-right:30px;
	height:150px;
}

.smallTeasersList, .similarPlugins {
	
}

.sideMulticolCats a {
	text-decoration:none;
}
.sideMulticolCats {
	-moz-column-count: 5;
	-moz-column-gap: 15px;
	-webkit-column-count: 5;
	-webkit-column-gap: 15px;
	column-count: 5;
	column-gap: 15px;
	width:480px;
}

.teaserLinkTitle {
}



.adminMenuP {
	position:fixed;
	top:0; left:0;
	z-index:200;
}
.adminMenuTitle {
	font-weight:bold;
	padding-top:8px;
	padding-left:49px;
	padding-bottom:17px;
}
.adminMenu a {
	text-decoration:none;
	display:block;
	padding:7px 20px 7px 15px;
	color:black;
	border-left:8px solid white;
}
.adminMenu a:hover {
	text-decoration:underline;
	border-color:#ddd;
}
.adminMenu {
	background:white;
	padding-bottom:10px;
	border-bottom-right-radius:10px;
	display:none;
	border-right:3px solid #FFE68E;
	border-bottom:3px solid #FFE68E;
}
.adminMenuOpen {
	position:fixed;
	width:33px;
	height:33px;
	background:white;
	border-bottom-right-radius:4px;
	box-shadow:0 0 10px rgba(0,0,0, 0.5);
}
.adminMenuVisible .adminMenuOpen {
	background-color:#FFE68E;
}
.adminMenuVisible .adminMenu {
	display:block !important;
}
.rate-widget {
	position:absolute;
	top:-5px;
	background:white;
}

input[type="button"],
input[type="submit"] {
	outline:none;
}

.contentStream {
	padding-left:80px;
	padding-top:20px;
	position:relative;
}


.rate-widget li {
	float:none !important;
}

.view-suggested-plugins li {
	margin-bottom:0px !important;
	position:relative;
}
.view-suggested-plugins {
	padding-top:30px;
	
}
.view-suggested-plugins a {
	text-decoration:none;
}

.views-field-count {
	position:absolute;
	left:0;
}


.unflag-action {
	background: url(/img/star_bookmark.png) no-repeat;
}
.flag-action:hover {
	opacity: 1;
}



.flag-action,
.unflag-action {
	display:inline-block;
	width:24px;
	height:24px;
}



.view-suggested-plugins .views-field-edit-node {
	position:absolute;
	left:400px;
	z-index:10;
}
.views-field-ops {
	position:absolute;
	left:20px;
	width:24px;
	height:24px;
}

.views-field-ops,
.flag-action {
	background: url(/img/star_bookmark2.png) no-repeat;
	opacity: 0.6;
}

.langItem span {
	font-weight:normal;
}

.newsString {
	color:white;
	display:block;
	float:left;
	text-align:left;
	padding-top:6px;
	padding-left:40px;
}


.headerLine {
	text-align:right;
	line-height:1.2em;
	height:30px;
	color:white;
}

.linksBox span {
	margin-right:15px;
}

.headFavLink {
	background: url(/img/star_bookmark_small.png) no-repeat;
	padding-left:18px;
}


#headerUloginBox {
	padding-top:6px;
}

.page-node-add-plugin .vertical-tabs,
.page-node-add-plugin .form-item-language {
	display:none;
}

.statusBox a {
	text-decoration:none;
}






.view-suggested-plugins li.views-row ul li,
.view-suggested-plugins li.views-row ul {
	margin:0 !important;
	list-style:none !important;
}
.view-suggested-plugins li.views-row {
	min-height:20px;
	clear:both;
	margin-bottom:25px !important;
	overflow:hidden;
	list-style:none !important;
}

.commercial {
	background: url(/img/dollar3.png) no-repeat;
	width:24px;
	height:24px;
	display:inline-block;
}

.views-field-field-commercial {
	margin-left:50px;
	float:left;
	min-width:1px;
	min-height:1px;
}


.view-suggested-plugins .views-field-field-demo-razrab {
	font-size:17px;
	float:left;
	margin-left:10px;
}
#uLogin {
	/* 
	display:none;
	position:absolute;
	*/
	top:4px;
	right:20px;
	display:inline-block;
}


.headerUloginBoxLabel {
	position:relative;
	margin-right:4px;
	top:-2px;
}
li p {
	margin:0;
}
 
.showThisDemo {
	display:block !important;
}

.turnOnDemos {
	display:none;
}

.demoOff .turnOnDemos {
	display:inline;
}

.demoOff .turnOffDemos {
	display:none;
}

.showDemoLink span {
	position:absolute;
	top:18px;
	left:140px;
	font-style:italic;
	color:#666;
}
.showDemoLink {
	padding:15px;
	background:#DDDDDD;
	border-radius:5px;
	box-shadow: 0 0 10px #BBBBBB inset !important;
	width:400px;
	padding-left:20px;
	text-decoration:none;
	font-size:22px;
	line-height:1.2em;
	position:relative;
	display:none;
	float:left;
}

.hideDemoLink {
	display:none !important;
}

.demoOff .teaserDemoBox2 {
	display:none;
}

.teaserText p {
	margin:0px;
}

.demoOff .showDemoLink {
	display:inline-block;
}

.demoLinksBox {
	float:left;
}

a.demoNewWindow {
	top:5px;
	background-position: 2px 3px;
}

.demoNewWindow:hover {
	background-position: 2px -17px;
}

a.demoCurrentWindow {
	top:30px;
	background-position: 2px -36px;
}

.demoCurrentWindow:hover {
	background-position: 2px -56px;
}

.demoLink:hover{
	background-position: 100% -48px;
}

.demoLink:hover span {
	border-bottom:1px dashed #bc0000 !important;
}

.demoLink span,
.demoLink:visited span {
	border-bottom:1px dashed #0077b3;	
}

.demoLink {
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	background: url(/img/icoPopup.png) no-repeat 100% 2px;
	padding-right:11px;
}



.demoLinks {
	color:black;
	background: url(/img/icoDemoLinks.png) no-repeat;
	position:absolute;
	height:16px;
	width:15px;
	margin-left:8px;
}

.pageFooter, .headerLine, ul.pager a {
	background:#777;
}
ul.pager a {
	border:2px solid #777;
}


.menuActive, 
ul.pager a:hover,
.pager-current {
	background:#E7E7E7;
}

.pager-current {
	border:2px solid #bbb;
	
}

ul.pager a,
.pager-current {
	border-radius: 4px;
}


ul.pager a {
	display:block;
	color:white;
	text-decoration:none;
}

ul.pager li {
	float:left;
	margin-left:0;
	margin-right:15px;
	font-weight:normal;
	padding:0 !important;
	font-size:18px;
}

ul.pager a:hover {
	color:black !important;
}

ul.pager a,
ul.pager li.pager-current {
	padding:2px 7px !important;
}

.pager-current {
	display:block;
}
.pager-first,
.pager-next,
.pager-last,
.pager-previous {
	display:none !important;
}


.teaserDemoBox {
	position:relative;
	margin-bottom:20px;
}

.addReviewLink {
	padding-left:57px !important;
	background-image: url(/img/icoAddReview.png);
	background-repeat:no-repeat;
	background-position: 16px 7px;
	
	padding:7px 20px !important;
	padding-left:52px !important;
}

.addReviewLink,
div.form-actions.form-wrapper #edit-submit {
	opacity: 1;
	border:none;
	filter:alpha(opacity=100);

	font-size:20px;
	display:inline-block;
	color:white;
	text-align: center; 
	border-radius: 4px;
	box-shadow: #888 0px 3px 4px;
	opacity: 0.85;
	filter:alpha(opacity=85);
	text-decoration:none;
	padding: 3px 12px;
	
	background-color:#6FBF3F;
	
	transition-property: background-color;
	transition-duration: 0.14s;

}
.page-node-edit.node-type-plugin .form-item-language,
.page-node-edit.node-type-plugin .sidebar {
	display:none;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus{
	background:#fffac5;
}
textarea,
input[type=text],
input[type=password]{
	padding: 5px 5px 3px;
	border:1px solid #8E8E8E;
}

#edit-field-title-ru-und-0-value,
#edit-title {
	font-size:18px;
}

#edit-field-title-ru label,
.form-item-title label {
	float:left;
	font-size:18px;
	font-weight:normal;
	width:100px;
	position:relative;
	top:5px;
}
#edit-field-title-ru input,
.form-item-title input {
	width:900px;
}

#node_plugin_form_group_plugin_short {
	overflow:hidden;
}
#node_plugin_form_group_plugin_short h3 {
	display:none;
}
#node_plugin_form_group_plugin_short textarea {
	height:70px;
}
#node_plugin_form_group_plugin_short .field-type-text-long {
	width:500px;
	margin-right:30px;
	float:left;
}

.translateDescr {
	font-size:12px;
	
}


.page-node-add-plugin .form-item-title {
}

.trLink  {
	text-decoration:underline;
	color:#0077B3;
	font-weight:normal;
	padding-left:20px;
	cursor:pointer;
}

.translateTitle {
	font-size:em;
	font-size:16px;
	position:absolute;
	right:7px;
}

.homepageBox {
	position:relative;
	float:left;
	padding-left:30px;
}

.homepageLink:hover {
	color:black !important;
	background-color: #FCD5AE;
}
.homepageLink {
	text-decoration:none;
	border:1px solid #DF7307;
	color:black;
	color:#D16C07;
	padding:3px 10px;
	border-radius:3px;
	padding-left:25px;
	background: url(/img/icoHomepage.png) no-repeat 7px 3px;
}

.icoCPU_load {
	background: url(/img/cpu_load.png) no-repeat;
}

.icoNative_js {
	background: url(/img/icoNative_js.png) no-repeat;
}

.titleIcon {
	display:inline-block;
	width:31px;
	height:31px;
	margin-bottom:9px;
}

.teaser .pluginLabels {
	top:2px;
}

.smallTeaserText p {
	margin:0;
}

.pageFooter {
	color:white;
	clear:both;
	font-size:1em;
	zoom:1;
	position:relative;
	z-index:400;
	height:170px; /* Í */
	margin-top: -170px; /* Í */
	font-size:14px;
	line-height:1.7em;
	width:100%;
	text-align:center;
}


.sidebar {
	margin-bottom:20px;
	padding-top:20px;
	padding-left:50px;
	overflow:hidden;	
	zoom:1;
}


.teaserDemoBox iframe {
	border-radius: 5px;
	float:left;
	max-width:100%;
	-webkit-transform:scale(1);
	-moz-transform-scale(1);
}



.smallPopup {
	position:absolute;
	top:-6000px;
	left:300px;
	left:15%;
	z-index:750;
	background:white;
	padding:40px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 21px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 21px;
	box-shadow: rgba(0,0,0,0.3) 0 0 21px;	
}


.smallPopup .popupClose {
	top:10px;
	right:10px;
}

.teaserDemoBox iframe {
	background:white;
}