/* general sidebar style */
.Sclose, .Wclose, .Rclose {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background: url(img/close.png) no-repeat top;
}
.Sclose:hover, .Wclose:hover, .Rclose:hover {background: url(img/close.png) no-repeat bottom}

.Sminimize, .Wminimize, .Rminimize {
	position: absolute;
	left: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background: url(img/min.png) no-repeat top;
}
.Sminimize:hover, .Wminimize:hover, .Rminimize:hover {background: url(img/min.png) no-repeat bottom}

/* box A */
.box_p {
    margin-left: 5px;
}

.box_a {
	margin: 10px 0 0 0;
	background: url(img/box_rp.png) repeat-y;
	overflow: hidden;
}

.box_a h2 {
	display: block;
	width: 250px;
	height: 17px;
	background: url(img/box_h.png) no-repeat top;
	padding: 7px 0 0 30px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
}

.box_a div {
	display: block;
	padding: 0 5px 0 5px;
}

.box_a p {
	line-height: 1.3em;
	color: #999;
	margin: 10px 0 0 0;
}

.box_a em {
	color: #999;
}




.box_acom {
	margin: 0;
	overflow: hidden;
}

.box_acom h2 {
	display: block;
	height: 17px;
	padding: 7px 0 0 30px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
}

.box_acom div {
	display: block;
	padding: 0 5px 0 5px;
}

.box_acom p {
	line-height: 1.3em;
	color: #999;
	margin: 10px 0 0 0;
}

.box_acom em {
	color: #999;
}


span.foot {
	display: block;
	height: 14px;
	background: url(img/box_f.png) no-repeat bottom;
}

span.foot_s {
	display: block;
	height: 14px;
	background: url(img/box_f_s.png) no-repeat bottom;
}

/* Widgets style */
.widgets h2 {
	display: block;
	height: 17px;
	background: url(img/box_h.png) no-repeat top;
	padding: 7px 0 0 30px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
}

.widgets li {
	background: url(img/box_rp.png) repeat-y;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.widgets li li {
	background: none;
	margin: 0 0 0 0;
}

.widgets ul li {

}

.widgets ul {padding: 0 10px 0 10px}
.widgets form {padding: 0 10px 0 10px}

.widgets div {
	padding: 0 10px 0 10px;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.widgets p {margin: 0 0 7px 0}
.widgets form div {padding: 0 0 0 0}
.widgets label {line-height:1.5em}
.widgets input {border:1px solid #ddd;padding:1px;vertical-align:middle;color:#333}

.widgets li#tags {text-align: center;line-height:2.0em}

/* left widget */
.widgetsl {
	float: left;
	width: 156px;
}
.widgetsr {
	float: right;
	width: 156px;
}

.widgetsl h2, .widgetsr h2 {
	display: block;
	height: 17px;
	background: url(img/box_h_s.png) no-repeat top;
	padding: 7px 0 0 11px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
}

.widgetsl li, .widgetsr li {
	background: url(img/box_rp_s.png) repeat-y;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.widgetsl li li, .widgetsr li li {
	background: none;
	margin: 0 0 0 0;
}
.widgetsr li li a {
	background: url(../../images/arrow.gif) no-repeat;
	padding-left: 22px;
}

.widgetsl ul li, .widgetsr ul li {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
}

.widgetsl ul, .widgetsr ul {padding: 0 10px 0 10px}
.widgetsl form, .widgetsr form {padding: 0 10px 0 10px}

.widgetsl div, .widgetsr div {
	padding: 0 10px 0 10px;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.widgetsl p, .widgetsr p {margin: 0 0 7px 0}
.widgetsl form div, .widgetsr form div {padding: 0 0 0 0}
.widgetsl label, .widgetsr label {line-height:1.5em}
.widgetsl input, .widgetsr input {border:1px solid #ddd;padding:1px;vertical-align:middle;color:#333}

/* The ajax tabs */
.tabs {
	display: block;
	height: 22px;
	border-bottom: 1px dotted #ddd;
	margin: 0 1px 0 1px;
}

.tabs li {
	float: left;
	display: inline;
	height: 22px;
}

.tabs li a {
	float: left;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 10px 0 10px;
	border-right: 1px dotted #ddd;
	font-weight: bold;
	background: #fff;
	color: #999;
	font-size: 0.9em;
}

.tabs li a:hover {
	background: #eee;
	color: #333;
}

.tabs li a.selected, .tabs li a.selected:hover {
	background: #fff;
	color: #ff6000;
}

.tabcontent {
	display: none;
	margin: 0 1px 0 1px;
}

.tabcontent li a {
	display: block;
	height: 1%;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
	padding: 4px 10px 4px 10px;
}

.tabcontent li a:hover {
	background: #f6feff;
	color: #ff0000;
}

.tabcontent li a span {
	font-size: 0.9em;
	color: #999;
}

@media print {
	.tabcontent {
	display: block !important;
	}
}
/* Calendar style */
.calendar {
margin: 0;
font-size: 11px;
font-family: verdana;
}
.calendar td {
border: 1px solid #888;
padding: 3px 1px;
}
.calendar td a,
.calendar td a:hover {
font-size: 11px;
font-family: verdana;
color: #000000;
}

/* Subscription style */

#feedlink, #vcrdlink, #privmsg, #new-privmsg-link, #users, #prof, #cdrlink, #inflink, #newslink, #stslink, #outlink, #my_news, #tv, #blogs, #radio, #recept, #games {
	font-weight: bold;
	padding: 1px 0 5px 22px;
	background-position: left center;
}
#feedlink {
	background: url(img/ico_feed.png) no-repeat;
}
#privmsg {
	background: url(img/message.png) no-repeat;
}

#new-privmsg-link {
	background: url(img/massage_view.png) no-repeat;
    color: #993300 !important;
}

.new-pm { 
    background:  #FFFFDD;
    border: solid 1px #FFD700; 
	padding: 4px 4px 4px 4px;
}

#vcrdlink {
	background: url(img/vcard_edit.png) no-repeat;
}
#users {
	background: url(img/users.png) no-repeat;
}
#prof {
	background: url(img/user_gray.png) no-repeat;
}
#cdrlink {
	background: url(img/transmit_blue.png) no-repeat;
}
#inflink {
	background: url(img/shape_move_backwards.png) no-repeat;
}
#newslink {
	background: url(img/newspaper.png) no-repeat;
}
#stslink {
	background: url(img/chart_curve.png) no-repeat;
}
#outlink {
	background: url(img/door_in.png) no-repeat;
}

#my_news {
	background: url(img/news_pic2.gif) no-repeat;
}
#tv {
	background: url(img/tv.png) no-repeat;
}
#blogs {
	background: url(img/blogs.png) no-repeat;
}
#radio {
	background: url(img/radio.png) no-repeat;
}

#recept {
	background: url(img/Recipe.png) no-repeat;
}

#games {
	background: url(img/star_icon.png) no-repeat;
}

#loginform {
	display: block;
	margin: 7px 0 0 0;
}

#loginform fieldset#login {
	display: inline;
	overflow: hidden;
	background: url(img/user_gray.png) no-repeat;
	background-position: left center;
	margin-bottom: 10px;
}
#loginform fieldset#password {
	display: inline;
	overflow: hidden;
	background: url(img/lock.png) no-repeat;
	background-position: left center;
}

#feedform {
	display: block;
	margin: 7px 0 0 0;
	background: url(img/ico_email.png) no-repeat;
	background-position: left center;
}

#feedform fieldset {
	display: inline;
	overflow: hidden;
}

#loginform input,
#feedform input {
	vertical-align: middle;
	display: inline;
}
#loginfield {
	background: url(img/field.png) no-repeat;
	width: 154px;
	height: 14px;
	padding: 3px;
	color: #666;
	margin-left: 22px;
}
#feedemail {
	background: url(img/field.png) no-repeat;
	width: 154px;
	height: 14px;
	padding: 3px;
	color: #666;
	margin-left: 22px;
}

#loginbutton,
#feedbutton {
	background: url(img/signup.png) no-repeat top;
	width: 64px;
	height: 20px;
	cursor: pointer;
	margin: 0 0 0 3px;
}
#loginbutton:hover,
#feedbutton:hover {background: url(img/signup.png) no-repeat bottom}

/* Additional post/page sidebar styles */
div.autho p {margin:0;padding:0}
span.side_avatar {
	float: left;
	display: inline;
	margin-right: 10px;
}

span.side_avatar img {
	padding: 2px;
	border: 1px solid #ddd;
}

div.autho {
	padding: 10px 10px 0 10px;
}

/* additional menu */
.admin_menu {
	display: block;
	padding: 0 10px 0 10px;
}

.admin_menu li {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
}

/* Various icons */
li.ico_date {
	background: url(img/ico_date.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}
li.ico_author {
	background: url(img/ico_eye.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}
li.ico_prof {
	background: url(img/user_gray.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}
li.ico_categories {
	background: url(img/ico_categories.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}
li.ico_author a,
li.ico_categories a {font-weight:bold;}

li.ico_comments {
	background: url(img/ico_comments.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}

li.ico_views {
	background: url(img/ico_views.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}

li.ico_ratings {
	background: url(img/ico_ratings.png) no-repeat;
	background-position: left 5px;
	padding-left: 1px;
}

li.ico_print {
	background: url(img/ico_print.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.widgetsr2 li {
	margin: 10px 0 0 0;
	overflow: hidden;
}
.widgetsr2 li li {
	background: none;
	margin: 0 0 0 0;
}
.widgetsr2 li li a {
	background: url(../../images/arrow.gif) no-repeat;
	padding-left: 22px;
}

.widgetsr2 ul li {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
}

.widgetsr2 ul {padding: 0 10px 0 10px;}


/* Меню каталог фирм начало */
.widgetsr1 li {
	margin: 10px 0 0 0;
	overflow: hidden;
}
.widgetsr1 li li {
	background: none;
	margin: 0 0 0 0;
}

.widgetsr1 ul li {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
}

.widgetsr1 ul {padding: 0 2px 0 2px;}




.widgetsr3 li {
	margin: 0;
	overflow: hidden;
    font-size: 14px;
}

.widgetsr3 b {

	overflow: hidden;
font-size: 14px;
	color: #297EB9;
}

.widgetsr3 ul {padding: 0px;}


IMG {border-style:none; vertical-align:middle;}

.menuleft{padding:0px 0px 0px 10px;}

/* Меню каталог фирм конец */



/* Топ журналистов начало */
#div_utop {
	width: 255px;
	margin: 0 auto;
}
#middle_utop {
	width: 100%;
	height: 1%;
	position: relative;
    border: 1px solid #297EB9;  /* Параметры рамки */
    background: #f0f0f0; /* Цвет фона */
    padding: 7px; /* Поля вокруг текста */ 
    border-radius: 10px; /* Левый нижний уголок */
	margin-bottom: 3px;
	margin-top: 7px;
	margin-left: -7px;
}
#middle_utop:after {
	content: '';
	clear: both;
	display: table;
}
#container_utop {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content_utop {
	padding: 0 70px 0 70px;
}
#sideLeft_utop {
	float: left;
	width: 60px;
	margin-left: -110%;
	position: relative;
	background: #f0f0f0;
}
/* Топ журналистов конец */


/* tree */
ul.treeview {padding:0 0 0 3px;}
.treeview, .treeview ul { 	list-style: none;	text-align:left;}
.treeview ul {margin-top: 4px; padding:0 0 2px 0; }
.treeview .hitarea {height: 20px; width: 18px; margin-left: -35px; float: left; cursor: pointer;}
.treeview li {	margin: 0;	padding: 6px 0pt 0px 18px;line-height:18px; }
.treeview a.selected {	background-color: #eee;}
#treecontrol { margin: 1em 0; display: none; }
.treeview .hover { color: red; cursor: pointer; }
#.treeview span {font-size:12px;color:#555;}
.treeview li { background: url(/img/tree.gif) no-repeat 3px 9px;; }
.treeview li.expandable, .treeview li.lastExpandable { background:url(/img/tree1.gif) no-repeat 3px 9px;}
.treeview li.collapsable, .treeview li.lastCollapsable { background:url(/img/tree2.gif) no-repeat 3px 9px; }
.treeview li {border-bottom: 1px solid #eee;}
.treeview span.vasjacat {color: #808080;font-size:11px;}
.treeview span.vasjacat2 {color: #808080;font-size:11px;}
/* ===========================SUBCATEGORY============================== */
#sub_cat a {display: block;text-decoration: none; padding:4px;border:solid 1px #c4cde0;}
#sub_cat a:hover {background-color:#F90; border:solid 1px #F60; color:#FFF}
/* ===========================END SUBCATEGORY============================== */