td.views-field-created-1 {display: none !important;}
.right-side-layout-wrapper {
	font: 11px Verdana, Geneva, sans-serif;
/*	height: 150px; */
	width: 460px;
	border: none;

}
.right-side-layout-image {
	background: #E8E8E8;
	padding: 3px;
	height: auto;
	width: 100px;
	border: thin solid #CCF;
	float: left;
}

.right-side-layout-image-wrapper {
	float: left;
	width: 455px;
 	height: 125px;
}

.right-side-layout-title {
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #00F;
	background: #F7F7F7;
	border-bottom: thin solid #808080;
	margin-left: 10px;
	width: 330px;
	float: left;
}

.right-side-layout-body {
	float: left;
	width: 330px;
	margin-top: 4px;
	margin-left: 10px;
}



#firstopinion img{
margin-bottom: 10px;
margin-right: 10px;
float: left;
}

#firstopinion .views-field-title{
display: block;
width: 160px;
height: 90px;
margin-left: 110px;
}

#firstinterviev .inter_image {
 margin-right: 3px;
}

#firstinterviev .inter_wrapper{
	 margin-bottom: -5px;
}


.more-link a{
font-weight: bold;
font-size: 13px;
margin-bottom: 0px;
}

#firstblogs img{
margin-bottom: 10px;
margin-right: 10px;
float: left;
}

#firstblogs .views-field-title{
display: block;
width: 270px;
height: 60px;
margin-left: 50px;
}


/*  copypast style hidden */
#ctrlcopy {
color:transparent;
height:1px;
overflow:hidden;
position:absolute;
width:1px;
}


/* color news */
.red_news a{
	color: #cc0000;
	font-weight: bold;
}

.view-mode-print p{
	font-size: 150%;
}

.view-mode-print {
	font-size: 150%;
}

/* social butt styles */


#vkshare0 td{
	padding: 0;
	margin: 0;
}

.vk-like011{
	float: left;
}

#twitter-button{
	float: left;
	margin-right: 0px;
	margin-left: 30px;
	vertical-align: top;
}

h3.fpslider a{
	font: normal 13px Arial,Helvetica,sans-serif;
	letter-spacing: normal;
}
h3.fpslider{
	line-height: 70%;
	display: block;
	height: 56px;
	margin-top: 2px;
}

.view-nodequeue-7 .rtecenter{
	padding-top: 10px; 
	vertical-align:	baseline;
	margin: 0;
}

.view-nodequeue-7 tr.row-1 {
	text-align: center;
}

.view-nodequeue-7 table{
	margin-top: 2px;
}


/* Categories */

.right-side-layout-wrapper1 {
	font: 11px Verdana, Geneva, sans-serif;
	height: 100px;
	width: 623px;
	
	padding: 5px;
}
.right-side-layout-image1 {
	background: #E8E8E8;
	padding: 3px;
	height: 75px;
	width: 100px;
	border: thin solid #CCF;
	float: left;
}
.right-side-layout-image-wrapper1 {
	float: left;
	width: 623px;
	height: 98px;
	
}
.right-side-layout-title1 {
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #00F;
	background: #F7F7F7;
	margin-left: 10px;
	width: 490px;
	float: left;
}
.right-side-layout-body1 {
	float: left;
	width: 495px;
	margin-left: 10px;
}
.right-side-layout-time1 {
	float: left;
	width: 95px;
	margin-left: 4px;
}

/* Odd & Even Styles */
tr.even td {
  background: #F1F5FA;
}

tr.odd td {
  background: #fff;
}

td.active {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

tr.even td.active {
  background: #e5e9ed;
}

tr.odd td.active {
  background: #f2f2f2;
}

tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: #FFFEEE;
}

td ul.links {
  margin-bottom: 0;
}

h2.pane-title{
	letter-spacing: 0.03em;	
}


/* Всплывающее окно соцсетей */	
#parent_popup {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#popup { 
  background: #fff;
    width: 600px;
    margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border: 10px solid #ddd;
	position: relative;
	/*--CSS3 CSS3 Тени для Блока--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Закругленные углы--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#popup h1{
	font: normal 26px/26px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
}

#vk_groups_social_main, #vk_groups_social{
display:inline-block !important;
margin:12px auto;
}

/* кнопка закрытия dсплывающего окна */
.close {
    background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 624px;
	cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -18px;
    width: 24px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background-color: rgba(0, 122, 200, 0.8);
}


/* similar articles */ 

.view-similar-articles .view-content .views-field-title a{
	font-size: 125%;	
}

.view-similar-articles .view-content .views-field-title{
	margin-top: 3px;
}