* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: #002128;
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	color: #377e75;
	width: 100%;
	height: 100%;
}
h2 {
	font: Arial, Tahoma, Verdana, sans-serif;
}
a {
	color: #b0b1b1;
	outline: none;
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	border: 0px;
	background: #1b393b;
	vertical-align: middle;
	color: #377e75;
}
textarea {
	border: 0px;
	color: #377e75;
	font: Arial, Tahoma, Verdana, sans-serif;
	background: #002128;
}

select { 
	border: 0px;
	background: #1b393b;
	color: #377e75;
	font: Arial, Tahoma, Verdana, sans-serif;
}

/* Common
-----------------------------------------------------------------------------*/

#wrapper {
	width: 1000px;
	background: #002128;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.cleaner {
	clear: both;
}

.nick {
	color: #60beb2;
} 

.left {
    float: left;
}

.label200 {
    width: 200px;
    float: left;
    padding: 2px;
}

.input_wrap {
    padding: 2px;
}

/* Buttons
-----------------------------------------------------------------------------*/

.button, .submit {
	background: url('/images/tvnode/knopka_1.jpg') repeat-x;
	background-position: 0px 5px;
	height: 26px;
	font-size: 11px;
	border: 0px;	
	float: right;
	padding: 0px 15px 0px 15px;
	color: #697b7a;
	cursor: pointer;
}
.button:hover, .submit:hover {
	background: url('/images/tvnode/knopka_2.jpg') repeat-x;
	background-position: 0px 5px;
}

.button:active, .submit:active {
	background: url('/images/tvnode/knopka_3.jpg') repeat-x;
	background-position: 0px 5px;
}

.button_dark, .submit {
	background: url('/images/tvnode/knopka_1_dark.jpg') repeat-x;
	background-position: 0px 5px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 235px;
	background: url('/images/tvnode/background_top1.jpg') no-repeat;
}

#topmenu {
	margin-left: 225px;
	height: 443px;
	background: url('/images/tvnode/background_top2.jpg') no-repeat;
}

#header .search {
	padding-top: 30px;
	margin-left: 590px;
	height: 93px;
}

#header .search input {
	width: 110px;
	border: 0px;
	background: #1b393b;
	margin: -16px 0px 0px 7px;
}

#header .title {
	text-align: center;	
	width: 576px; 
	margin-top: 17px;
	float: left;
	font: 18px OfficinaSansC, Arial, Tahoma, Verdana, sans-serif;
}
#header .title  h1 a {
	color: #67dacb;
}
#header .title  h1 a:hover {
	text-decoration: none;
}

#header .current_channel {
	margin-left: 590px;
	margin-top: 35px;
}

#header .current_channel img {
	padding-bottom: 5px;
}

#header .current_channel a {
	color: #46c0b0;
	font-size: 14px;
}
#header .current_channel a:hover {
	color: #f6860d;
	text-decoration: none;
}

/* Navbar
-----------------------------------------------------------------------------*/
#navbar {
 	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 40px;
	width: 540px;
	float: left;
	text-align: center;
	height: 93px;
	font-size: 14px;
}

#navbar li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 29px;
	width: 80px;
	padding-top: 43px;
}

#navbar li a {
	text-decoration: none;
	white-space: nowrap;
	height: 45px;
	color: #387d84;
    display: block;
    margin-top: -45px;
    padding-top:45px;
}

#navbar li a:hover {
	color: #a1b7b6;
}

#navbar li.home {
	background: url('/images/tvnode/home.png') no-repeat;
	background-position: top center;
}

#navbar li.home:hover {
	background: url('/images/tvnode/home_light.png') no-repeat;
	background-position: top center;
}

#navbar li.channels {
	background: url('/images/tvnode/channels.png') no-repeat;
	background-position: top center;
}

#navbar li.video:hover {
	background: url('/images/tvnode/video_light.png') no-repeat;
	background-position: top center;
}
#navbar li.video {
	background: url('/images/tvnode/video.png') no-repeat;
	background-position: top center;
}

#navbar li.channels:hover {
	background: url('/images/tvnode/channels_light.png') no-repeat;
	background-position: top center;
}

#navbar li.about {
	background: url('/images/tvnode/about.png') no-repeat;
	background-position: top center;
}

#navbar li.about:hover {
	background: url('/images/tvnode/about_light.png') no-repeat;
	background-position: top center;
}

#navbar li.contacts {
	background: url('/images/tvnode/contacts.png') no-repeat;
	background-position: top center;
}

#navbar li.contacts:hover {
	background: url('/images/tvnode/contacts_light.png') no-repeat;
	background-position: top center;
}

#navbar li.chat {
	background: url('/images/tvnode/chat.png') no-repeat;
	background-position: top center;
}

#navbar li.chat:hover {
	background: url('/images/tvnode/chat_light.png') no-repeat;
	background-position: top center;
}

#navbar li.articles {
	background: url('/images/tvnode/article.png') no-repeat;
	background-position: top center;
}

#navbar li.articles:hover {
	background: url('/images/tvnode/article_light.png') no-repeat;
	background-position: top center;
}
#navbar li.program {
	background: url('/images/tvnode/program.png') no-repeat;
	background-position: top center;
}

#navbar li.program:hover {
	background: url('/images/tvnode/program_light.png') no-repeat;
	background-position: top center;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 194px 0 226px;
}
#content2 a:hover {
	text-decoration: underline;
}
#content2 {
	padding: 0 0px 0 226px;
}
#content .title, #content2 .title {	
	padding: 12px 6px 0px 12px;
	height: 60px;
}
#content2 .title h2 {
	line-height: 24px;
	color: #6f948f;
	font-weight: normal;
}
#content2 .title  span {
    color: #67DACB;    
}

#container h2 {
	padding-bottom: 15px;
	padding-left: 10px;
    
	font-weight: normal;
	color: #256159;
}
#container .title2 h2 {
	padding: 8px 0px 0px 29px;
	margin-bottom: 0px;
}

#container .title2 h2 span {
	color: #60BEB2;
	padding-left: 10px;
}

#container .title3 h2 {
	padding: 8px 0px 0px 39px;
	margin-bottom: 0px;
}
#container .title3 h2 span {
	color: #60BEB2;
	padding-left: 10px;
}



.videoadder {
	padding-top: 10px;
}
.videoadder img {
	margin-top: -2px;
}
.videoadder .date {
	padding: 0px 20px 0px 20px;
}
.videoadder .follow {
	float: right;
    margin-right: 15px;
}
#content2 .button {
	margin: 10px 20px 20px 10px; 
}

#content2 .channelimg {
	float: left;
	padding: 10px 25px 10px 10px;
	width: 145px;
}
#content2 .channelimg .header {
	line-height: 15px;
	padding-bottom: 5px;
	height: 30px;
}
#content2 .channelimg .header2 {
	line-height: 14px;
	padding-bottom: 0px;
	height: 35px;
	position: relative;
}
#content2 .channelimg .header2 a {
	bottom: 0;
	position: absolute;
}
#content2 .channelimg .body {
	padding-top: 5px;	
}

#content2 .commentsnum {
	padding-top: 0px;
	padding-right: 27px;
	vertical-align: bottom;
	float: right;
}
#content2 .date {
	padding-top: 0px;
	padding-left: 7px;
	vertical-align: bottom;
	float: left;
	color: #4f666c;
	font-size: 11px;

}


#content2 .commentsnum a {
	color: #4f666c;
	font-size: 11px;
}

#content2 .viewonchannel {
	color: #60beb2;
}


#content .item_wrap {
	background: url('/images/tvnode/item_bg.jpg') no-repeat;
	width: 550px;
	background-position: bottom;
	min-height: 100px;
	padding-top: 30px;
	padding-bottom: 45px;
	padding-left: 30px;
}
#content2 .lastvideo_wrap {
	background: url('/images/tvnode/item_bg_long.jpg') no-repeat;
	background-position: left;
	width: 731px;
	background-position: bottom;
	min-height: 100px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#content2 .item_wrap {
	background: url('/images/tvnode/item_bg_long.jpg') no-repeat;
	background-position: left bottom;
	width: 730px;
	min-height: 100px;
	padding-top: 15px;
	padding-bottom: 40px;
	padding-left: 30px;
}
#content2 .bgclean {
    background-image: none;
}


.item_wrap table tr td {
    padding: 0px 3px 3px 3px;
}


/* Channel descr
-----------------------------------------------------------------------------*/

#content2 .channeldescr {
	margin: 23px 35px 0px 15px;
	padding: 4px 15px 10px 25px;
	background: url('/images/tvnode/polosa.jpg') repeat-y;
	border: 1px solid #1b3538;
}
#content2 .channeldescr .arrow {
	margin-top: 5px;
	margin-left: -24px;
	position: absolute;
	width: 10px;
	height: 10px;
}
#content2 .text {
	padding-top: 5px;
}
#content2 .channelparams {
	padding: 5px 0px 0px 40px;
	color: #60BEB2;
}

/* Comments under channel
-----------------------------------------------------------------------------*/


.add_comment_wrap {
	padding-bottom: 0px;
    padding-top: 25px;
}
.item_wrap h3 {
	font: 18px/18px OfficinaSansC, Arial, Tahoma, Verdana, sans-serif;
	color: #f6860d;
}
.add_comment_wrap textarea {
	width: 710px;
	height: 100px;
	margin: 27px 20px 0px 0px;
	border: 0px;
	background: #002128;
	font: Arial, Tahoma, Verdana, sans-serif;
}
#content2 .comments {
	padding-top: 20px;
}
#content2 .comments .date {
	float: none;
}

.comments li {
	list-style: none;
	padding: 2px 10px 2px 0px;
}
.comments li span.nick {
	padding-bottom: 5px;
	font-weight: bold;
}

/* Add video
-----------------------------------------------------------------------------*/

#content2 .addvideo {
    padding-bottom: 55px;
}
#content2 .addvideo textarea {
    margin-top: 3px;
    width: 622px;    
}
#content2 .addvideo ul.errorlist {
    margin-top: -18px;
    height: 18px;
}
#content2 .addvideo table tr th {
    vertical-align: top;
    padding-top: 20px;
    font-weight: normal;
    text-align: left;
}
#content2 .addvideo table tr td {
    padding-top: 18px;
    padding-left: 20px;
    width: 650px;
}
#content2 .addvideo table tr td .helpmsg {
    padding-top:5px;
    font-size: 11px;
}
#content2 .addvideo .button {
    padding-top: 0px;
    margin-top: 0px;
}

#content2 .addvideo .helpsymbol {
    position: absolute;
    padding-left: 5px;
    padding-top: 1px;

}

/* Edit video dialog
-----------------------------------------------------------------------------*/

.ui-dialog .addvideo {
    color: #377E75;
}
.ui-dialog .addvideo {
    padding-bottom: 55px;
}

.ui-dialog .addvideo textarea, .ui-dialog .addvideo input {
    background: #001D23;
    width: 420px;
}
.ui-dialog .addvideo textarea {
    margin-top: 3px;
    width: 420px;    
}
.ui-dialog .addvideo ul.errorlist {
    margin-top: -18px;
    height: 18px;
}
.ui-dialog .addvideo table tr th {
    vertical-align: top;
    padding-top: 20px;
    font-weight: normal;
    text-align: left;
}
.ui-dialog .addvideo table tr td {
    padding-top: 18px;
    padding-left: 20px;
    width: 650px;
}
.ui-dialog .addvideo table tr td .helpmsg {
    padding-top:5px;
    font-size: 11px;
}
.ui-dialog .addvideo .button {
    padding-top: 0px;
    margin-top: 0px;
}

.ui-dialog .addvideo .helpsymbol {
    position: absolute;
    padding-left: 5px;
    padding-top: 1px;
}

.ui-dialog .addvideo .button {
	background: url('/images/tvnode/knopka_1_dark.jpg') repeat-x;
	background-position: 0px 5px;
	height: 26px;
	font-size: 11px;
	border: 0px;	
	float: right;
	padding: 0px 15px 0px 15px;
    margin-right: 25px;
	color: #697b7a;
	cursor: pointer;
    width: 100px;
}
.ui-dialog .addvideo .button:hover {
	background: url('/images/tvnode/knopka_2.jpg') repeat-x;
	background-position: 0px 5px;
}

.ui-dialog .addvideo .button:active {
	background: url('/images/tvnode/knopka_3.jpg') repeat-x;
	background-position: 0px 5px;
}




/* Video, descr and site
-----------------------------------------------------------------------------*/

#content2 .mainvideo {
    text-align: center;
    margin-right: 15px;
}

#content2 .editvideo_panel {
    float: right;
    padding-right: 15px;
}

#content2 .videodescr {
	margin: 13px 15px 0px 0px;
	padding: 4px 15px 10px 25px;
	background: url('/images/tvnode/polosa.jpg') repeat-y;
	border: 1px solid #1b3538;
}
#content2 .videodescr .arrow {
	margin-top: 5px;
	margin-left: -24px;
	position: absolute;
	width: 10px;
	height: 10px;
}

#content2 .videolinks {
    margin-top: 15px;
    margin-right: 15px;
    padding: 5px;
    background-color: #2a3e45;
}

/* Small Video
-----------------------------------------------------------------------------*/

#content2 .smallvideo {
	float: left;
	width: 204px;
	padding: 10px 25px 10px 10px;
	position: relative;
}
#content2 .smallvideo2 {
	width: 204px;
	padding: 10px 25px 10px 10px;
	position: relative;
}

#content2 .smallvideo .header, #content2 .smallvideo2 .header {
	height: 35px;
	padding-bottom: 3px;
	vertical-align: bottom;
}

#content2 .smallvideo .date, #content2 .smallvideo2 .date {
	color: #4f666c;
	font-size: 11px;
	padding-top: 2px;
	float: left;
}

#content2 .smallvideo .commentsnum, #content2 .smallvideo2 .commentsnum {
	color: #4f666c;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 0px;
	float: right;
}

/* Channels List
-----------------------------------------------------------------------------*/

#content2 .channellist .search {
    padding: 15px 0px 0px 30px;
}
#content2 .channellist .search input.query {
    width: 600px;
    height: 20px;
}
#content2 .channellist .search input.button {
    float: none;
    width: 60px;
    padding: 0px;
    margin-top: -6px;
    margin-bottom: 0px;
}

#content2 .item_wrap .image {
	float: left;
	margin-top: 10px;
	padding-right: 18px;
	width: 172px;
}

#content2 .item_wrap .image span {
	color: #60beb2;
	font-weight: normal;
}

#content2 .item_wrap .descr {
	right: left;
	padding: 5px 20px 0px 5px;
}

#content2 .item_wrap .descr h3 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
	line-height: 22px;
	color: #60beb2;
	text-decoration:none;
}

#content2 .item_wrap .descr a:hover h3 {
	color: #f6860d;
    text-decoration:underline;
}

#content2 .pagenav {
	text-align: center;
	padding: 20px 0px 0px 0px;
	color: #60beb2;
}

#content2 .pagenav span {
	color: #F6860D;
}

#content2 .pagenav a {
	color: #60beb2;
}

#content2 .pagenav img {
	padding: 3px 15px 0px 15px; 
}

#content2 .site {
	color: #60beb2;
	padding-bottom: 8px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 225px;
	margin-left: -100%;
	position: relative;
	background: url('/images/tvnode/background_top3.jpg') no-repeat;
	padding-top: 140px;
}

.leftnav  {
	padding: 0px 50px 0px 50px;
}

.leftnav li {
	font-size: 14px;
	list-style: none;
	padding: 4px 0px 4px 0px;
}

.leftnav li a {
	color: #60beb2;
}
 

.leftnav li.imporant a {
	color: #F6860D;
}
.leftnav li.imporant a:hover {
	color: #F6860D;
	text-decoration: underline;
}


.leftnav li a:hover {
	color: #f6860d;
	text-decoration: none;
}
.leftitem {
	padding: 35px 20px 0px 20px;
}
.leftitem h2 {
	font-weight: normal;
}
.leftitem h3 {
	color: #256159;
	font: 18px/18px OfficinaSansC, Arial, Tahoma, Verdana, sans-serif;
	padding-bottom: 5px;
}
.leftitem h4 {
	padding-top: 20px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 7px;
	line-height: 14px;
}
.leftitem .comments {
    padding-top: 8px;
}
.leftitem .comments li {
	list-style: none;
	padding: 4px 0px 4px 0px;
}
.leftitem .comments li a {
	color: #4f666c;
	text-decoration: none;
}
.leftitem .comments li a:hover {
	text-decoration: underline;
}

/* Left randomvideo
-----------------------------------------------------------------------------*/

.radnomvideos h4 a:hover {
	text-decoration: underline;
}

/* Left banners
-----------------------------------------------------------------------------*/
.leftbanners {
	margin-left: -10px;
	margin-bottom: -15px;
	padding-bottom: 0px;
}

/* Left radionode item
-----------------------------------------------------------------------------*/
.leftradionode h3 {
	margin-top:-50px;
	margin-left: 52px;
}
.leftradionode h3 a {
	letter-spacing: 0.1em;
    color: #5cc6b2;
}
.leftradionode h3 a:hover {
	color: #F6860D;
	text-decoration: underline;
}
.leftradionode a:hover {
	text-decoration: underline;
}

.leftradionode div.content{ 
	margin-top:50px;
}
.leftradionode {
	background: #293e44 url('/images/tvnode/radionode.jpg') no-repeat;
	width: 195px;
	padding: 60px 0px 0px 0px;
	margin-left: 10px;
	margin-top: 35px;
	margin-bottom: 25px;
	font-size: 14px;
}
.leftradionode hr {
	width: 80%;
	text-align: center;
	margin: 15px auto;
	color: #465453;
	background-color: #465453;
	height: 1px;
	border-width:0px; /* убрать рамки вокруг элемента */
}
.leftradionode ul {
	padding: 10px 20px 0px 20px;
}
.leftradionode li {
	list-style: none;
	padding: 0px 0px 2px 0px;
}
.leftradionode ul li a{
	color: #788988;
}


.leftradionode ul.last li {
	list-style: none;
	padding: 0px 0px 20px 0px;
	font-size: 11px;
}

.leftradionode ul.last li a{
	color: #60beb2;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 185px;
	margin-left: -189px;
	position: relative;
	padding: 5px 0px 0px 4px;
}
/*.videodescr {
	height: 400px;
    padding-top: 10px;
}*/
.righttitem {
	padding: 35px 20px 0px 0px;
}
.righttitem h3 {
	color: #256159;
	font: 18px/18px OfficinaSansC, Arial, Tahoma, Verdana, sans-serif;
	padding-bottom: 5px;
}
.righttitem h4 {
	padding-top: 20px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 7px;
	line-height: 14px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -100px auto 0;
	height: 200px;
	background: white url('/images/tvnode/footer.jpg') no-repeat;
}

/* Profile
-----------------------------------------------------------------------------*/

#content2 .profile .form_wrap {
    width: 350px;
}

#content2 .profile h3 {
    padding-top: 10px;
    font-size: 14px;
    color: #67DACB;    
}

/* Login and register form
-----------------------------------------------------------------------------*/

#sideLeft .login_form {
    padding-bottom: 20px;
}
#sideLeft .login_form .title {
    color: #60BEB2;
    padding-bottom: 10px;
}
#sideLeft .login_form input {
    width: 130px;
    margin: 5px 5px 5px 0px;
}
#sideLeft .login_form .button {
    float: none;
    width: 100px;
}
#sideLeft .login_form .register {
	font-size: 11px;
	float: right;
}
#sideLeft .login .button {
	float: left;
}


#container .login table {
    width: 250px;
    padding-left: 10px;
}
#container .login .button {
    float: right;
    width: 100px;
}
#container .login input {
    width: 130px;
    float: right;
    margin: 5px 5px 5px 0px;
}
#container .login .errorlist {
    padding-left: 15px;
}
#container .register table {
    padding-left: 10px;
    border: 1px;
    width: 300px;
}
#container .register input {
    float: right;
    padding: 0px;
}
#container .register table tr td { 
    padding: 3px 0px 3px 0px; 
}
#container .register .errorlist {
    padding-left: 10px;
}
#container .register .button {
    width: 130px;
    padding: 0px;
    margin: 0px;
    float: right;
}

/* Form Wrap
-----------------------------------------------------------------------------*/

.form_wrap table {
    padding-top: 10px;
}

.form_wrap table tr th {
/*    padding: 2px 0px 2px 0px; */
    width: 150px;
}

.form_wrap table tr th {
    text-align: left;
    font-weight: normal;
}

.errorlist {
    font-size: 11px;
}

.errorlist li {
	list-style: none;
    color: #294b4e;
}

.message {
    color: #F6860D;
}

/* Contact Form
-----------------------------------------------------------------------------*/

.contact_form table th {
	text-align: left;
}
.contact_form {
    padding-bottom: 55px;
}
.contact_form ul.errorlist {
    margin-top: -18px;
    height: 18px;
}
.contact_form table tr th {
    vertical-align: top;
    padding-top: 20px;
    font-weight: normal;
    text-align: left;
}
.contact_form table tr td {
    padding-top: 18px;
    padding-left: 20px;
}
.contact_form .submit {
    padding-top: 0px;
    margin-top: -20px;
}

#content2 .contact_form textarea {
    padding-top: 3px;
    width: 600px;
}

#content .contact_form textarea {
    padding-top: 3px;
    width: 430px;
}

/* Moderation
-----------------------------------------------------------------------------*/

#content2 .moderation h3 {
    color: #6F948F;
    padding-bottom: 10px;
}
#content2 .moderation .video {
    float: left;
}
#content2 .moderation .info {
    float: left;
    padding: 0px 10px 0px 10px;
    width: 300px;
}
#content2 .moderation .description {
    padding-left: 0px;
    padding-right: 20px;
}
#content2 .moderation .videolist li {
	list-style: none;
    padding-top: 25px;
}
#content2 .moderation .videolist li span {
    color: #46c0b0;
}

/* Chat
-----------------------------------------------------------------------------*/

#chat_text {
    margin-top: 5px;
    padding: 5px 5px 5px 7px;
    width: 525px;
    height: 500px;
	background: #001d23;
}
#chat_text .chat_time_div {
    float: left;
    padding-right: 5px;
}
#chat_text .nick {
    font-weight: normal;
}
#chat_users_wrap {
}
#chat_users_wrap li {
    list-style: none;
}
.chat h3 {
	color: #60beb2;
	font-size: 12px;
}
.chat h3.in_chat {
	padding-bottom: 7px;
	font-size: 12px;
}

.chat .chat_users_container {
    padding-top: 10px;
    padding-left: 8px;
}

.chat .unregisterd_users {
    padding-top: 10px;
    font-size: 11px;
    color: #294b4e;
}

#chat_nick {
    float: left;
    padding-right: 10px;
    padding-top: 5px;
}
#chat_nick input {
	height: 20px;
}
#chat_send_msg {
    float: left;
    padding-top: 5px;
}
#chat_send_msg .anonymous_msg {
	height: 20px;
	width: 310px;
}
#chat_send_msg .auth_msg {
	height: 20px;
	width: 430px;
}

.chat .submit {
    margin: 0px;
}

/* Just text
-----------------------------------------------------------------------------*/
#content2 .item_text {
	padding-right: 60px;
	width: 700px;
}
#content2 .item_links {
	padding-right: 60px;
	width: 700px;
	line-height: 28px;
}

/* Video list
-----------------------------------------------------------------------------*/

#content2 .videolist .video_wrap {
    float: left;
    width: 350px;
    padding: 0px 2px 14px 2px;
}
#content2 .videolist .video_wrap .video {
    float: left;
}
#content2 .videolist .video_wrap .descr {
    padding-left: 0px;
    float: left;
}
#content2 .videolist .video_wrap .descr .commentsnum,  
#content2 .videolist .video_wrap .descr .date,
.link2 {
	padding-top: 0px;
	padding-right: 0px;
	vertical-align: bottom;
	color: #4f666c;
	font-size: 11px;
    float: none;
}
#content2 .videolist .video_wrap .descr .commentsnum,  
#content2 .videolist .video_wrap .descr .date a,
.link2 {
	color: #4f666c;
	font-size: 11px;
}

#content2 .videolist .video_wrap .vtitle {
    height: 100px;
}

/* Django forms
-----------------------------------------------------------------------------*/

#content2 .tableform {
    padding-bottom: 55px;
}
#content2 .tableform textarea {
    margin-top: 3px;
    width: 622px;    
}
#content2 .tableform ul.errorlist {
    margin-top: -18px;
    height: 18px;
}
#content2 .tableform table tr th {
    vertical-align: top;
    padding-top: 20px;
    font-weight: normal;
    text-align: left;
}
#content2 .tableform table tr td {
    padding-top: 18px;
    padding-left: 20px;
    width: 650px;
}
#content2 .tableform table tr td .helpmsg {
    padding-top:5px;
    font-size: 11px;
}
#content2 .tableform .button {
    padding-top: 0px;
    margin-top: 0px;
}

#content2 .tableform .helpsymbol {
    position: absolute;
    padding-left: 5px;
    padding-top: 1px;

}

/* Messages menu
-----------------------------------------------------------------------------*/

#content2 ul.messages_menu {
    float: right;
    padding-right: 20px;
}

#content2 ul.messages_menu li {
    float: left;
    list-style: none;
    padding-right: 15px;
    text-align: left;
}

#content2 table.messages {
    margin-top: 10px;
    width: 95%;
    text-align: left;
}

#content2 table.messages tr th {
	border: 1px solid #1b3538;
    padding: 2px 2px 2px 3px;
	color: #f6860d;
}

#content2 table.messages tr td {
	border: 1px solid #1b3538;
    padding: 2px;
}

/* Tvnode socuial buttons
-----------------------------------------------------------------------------*/

.social_tvnode {
    background: url('/images/tvnode/tvnode_social.jpg');
    height: 20px;
    width: 86px;
    float: left;
}

.social_tvnode_t {
    background: url('/images/tvnode/tvnode_social.jpg');
    background-position: 109px 0px; 
    width: 21px; 
    height: 20px;
    float: left;
}

.social_tvnode_vk {
    background: url('/images/tvnode/tvnode_social.jpg');
    background-position: 88px 0px; 
    width: 21px; 
    height: 20px;
    float: left;
}

.social_tvnode_y {
    background: url('/images/tvnode/tvnode_social.jpg');
    background-position: 67px 0px; 
    width: 67px; 
    height: 20px;
    float: left;
}

