/* $Id: content.css,v 1.2.2.8 2007/08/09 19:08:16 yched Exp $ */

.field .field-label,
.field .field-label-inline,
.field .field-label-inline-first {
  font-weight:bold;
}

.field .field-label-inline,
.field .field-label-inline-first {
  display:inline;
}

.field .field-label-inline {
  visibility:hidden;
}

.node-form .number {
  display: inline;
  width: auto;
}


/* $Id: defaults.css,v 1.2 2006/08/25 09:01:12 drumm Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

/* $Id: node.css,v 1.2.2.1 2007/07/24 18:38:58 drumm Exp $ */

.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#node-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}
td.revision-current {
  background: #ffc;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .container-inline .form-text {
  display: inline;
  width: auto;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
* {
	margin:0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Tahoma;
	font-size: 13px;
	width: 100%;
}

table td {
	text-align: left;
	vertical-align: top;
}

a {
	color: #003366;
}

h1, h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0.3em;
}

input, textarea, select {
	border: 1px solid #999999;
	padding: 3px 4px;
}

ul li {
	margin-left: 15px;
}

.clear {
	clear: both;
}

.description {
	color: #333333;
}

.messages {
	padding: 15px;
	margin-bottom: 20px;
}

#loginform {
	display: none;
}

#loginform span {
	display: block;
	float: left;
	padding: 0 20px 0 0;
	position:relative;
}

#head, #content {
	min-width: 800px;
	max-width: 1400px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 800? '800px':((document.documentElement.clientWidth || document.body.clientWidth) > 1400? '1400px':'auto'));
}

#head {
	display: block;
	background: #000000;
	height: 70px;
}

#head .logo {
	float: left;
	margin-left: 50px;
	padding-top: 5px;
}

#head .login {
	float: right;
	margin-right: 50px;
}

#head .menu {
	display: block;
	height: 40px;
	background: #b1d9ef;
	clear: both;
	font-size: 1.385em;
	padding-left: 19px;
}

#head .menu a {	
	padding: 5px 9px;
}

#head .menu a:hover, #head .menu a.active{
	background: #1e5389;
	color: #ffffff;
	text-decoration: none;
}

#head .menu li {
	float: left;
	line-height: 40px;
	vertical-align: middle;
	padding: 0 10px;
	margin-left: 10px;
	list-style: none;
	*padding-top: 5px;
}

#head .menu .help {
	float: right;
	line-height: 40px;
	color: #333333;
	padding: 0 50px 0 0;
}

#head .menu .help:hover {
	background: none;
	color: #333333;
	text-decoration: underline;
}

#head .login {
	font-size: 16px;
	color: #ffffff;
	line-height: 70px;
	vertical-align: center;
}

#head .login a {
	font-style: italic;
	color: #b1d9ef;
}

#head .login a#loginlink {
	padding: 0 5px 0 15px;
	background: url('img/logindot.gif') left 5px no-repeat;
	text-decoration: none;
}

#head .login a#loginlink span {
	border-bottom: 1px dashed #b1d9ef;
}

#head .login a#registerlink {
	padding: 0 5px 0 15px;
	background: url('img/registerdot.gif') left 5px no-repeat;
	margin-left: 10px;
}

#content {
	clear: both;
	position: absolute;
	top: 145px;
	padding: 0 40px 0 40px;
}

#mainarea {
	width: 75%;
	padding: 0 20px 0 10px;
	font-size: 14px;
	line-height: 1.6em;
}

#index #mainarea {
	width: 50%;
	padding: 15px 20px 0 10px;
}

.videoitem {
	padding-bottom: 40px;
}

.movieframe .obj {
	float: left;
	display: block;
	margin-right: 15px;
}

.movieframe {
	font-size: 14px;
}

.movieframe p {
	margin-bottom: 0.8em;
}

#mainarea p {
	margin-bottom: 0.8em;
}

#comments {
	clear: both;
	display: block;
	border-top: 1px solid #d1d1d1;
	margin: 2em 0;
	padding: 2em 0;
}

#comments .cinfo {
	color: #999999;	
	margin-bottom: 0.3em;
}

#comments .cinfo .date {
	font-size: 11px;
	margin-left: 10px;
}

#comments .comment {
	margin-top: 1.5em;
}

#comments .intended {
	margin-left: 20px;
}

#comments .links {
	position: relative;
	top: -3px;
	font-size: 11px;
}

#comments .links li {	
	margin: 0;
	padding: 0 20px 0 0;
}

#comments .box {	
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #d1d1d1;
}

#index .column {
	width: 20%;
	padding: 15px 10px 0 10px;
}

.column {
	width: 25%;
	padding: 0 10px 0 10px;
}

#index .leftcolumn {
	padding-left: 20px;
}

.centercolumn {	
	border: 1px solid #d1d1d1;
}

.view-content-lastvideo ul li, .view-content-bestvideo ul li {
	list-style: none;
	margin: 0;
}

.view-content-lastvideo, .view-content-bestvideo {
	margin-bottom: 30px;
}

.view-content-lastvideo .movieframe, .view-content-bestvideo .movieframe {
	clear: both;
	font-size: 13px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: top;
}

.view-content-lastvideo p, .view-content-bestvideo p {
	margin-bottom: 5px;
	margin-top:0;
	*position: relative;
	*top: -17px;
}

.view-content-lastvideo .movieframe img, .view-content-bestvideo .movieframe img {	
	float: left;
	margin: 0 10px 10px 0;
}

.view-content-lastvideo .illcontainer, .view-content-bestvideo .illcontainer {
	display: block;
	width: 95px;
	height: 70px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
	*margin: 0 10px 20px 0;
}

.view-content-lastvideo .arrow, .view-content-bestvideo .arrow {	
	position:absolute;
	top: 23px;
	left: 35px;
}

.view-content-lastvideo .starrt, .view-content-bestvideo .starrt, .starrt {
	color:#cc0000;
	background: url('/themes/bitonline/img/star.gif') 0 -18px  no-repeat;
	font-size:16px;
	font-weight:bold;
	padding:3px 0 0 25px;
}

.routnav {
	padding: 0 65px 0 50px;
	position: relative;
}

.routnav .cnt {
	width: 33%;
	height: 90px;
	float: left;
	display: block;
	position: relative;
	background: url('img/rngray.gif') left 54px repeat-x;
}

.routnav .done {
	background: url('img/rndone.gif') left 54px repeat-x;
}

.routnav .cnt .item {
	width: 130px;
	position: relative;
	left: -65px;
	float: left;
	text-align: center;
}

#mainarea .routnav .last {
	width: 130px;
	position: absolute;
	right: -60px;
	text-align: right;
	background: none;
}

.routnav .cnt .item p {
	font-size: 11px;
	text-align: center;
	color: #cccccc;
}

.routnav .done .item p {
	color: #003366;
}

.routnav .active .item p {
	color: #003366;
	font-weight: bold;
}

.routnav .cnt .item span {
	display: block;
	width: 66px;
	height: 66px;
	position: absolute;
	top: 23px;
	left: 30px;
	background: url('img/roundgray.gif') left top no-repeat;
	color: #999999;
	padding: 22px 0 0;
	margin: auto;
}

.routnav .done .item span, .routnav .active .item span {
	background: url('img/rounddone.gif') left top no-repeat;
	color: #336699;
}

.routnav .cnt .item span em {
	font-size: 20px;
	font-style: normal;
}

.column h3 {
	font-size: 1.385em;
	font-weight: normal;
	margin-bottom: 23px;
}

.banners a {
	width: 100%;
	display: block;
	border: 1px solid #d1d1d1;
	height: 55px;
	line-height: 55px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: center;
}

.banners a:hover {
	border: 1px solid #b1d9ef;
}

.banners a img {
	margin: auto;
	line-height: 55px;
}

.banners a span {
	text-align: center;
	vertical-align: center;
	line-height: 55px;
}

#footer {
	border-top: 1px solid #d1d1d1;
	padding: 30px 10px;
	margin-top: 30px;
}

#footer .menu {
	display: block;
	width: 100%;
	clear: both;
}

#footer .menu li {
	display: inline;
	vertical-align: middle;
	margin-right: 2em;
	margin-left: 0;
}

.starbox {
	display: block;
	position:relative;
	left: 130px;
}

.ddescription {
	color:#666666;
	font-size:12px;
}

.ddescription a {
	color: #666666;
}

.ddescription span {
	margin-right: 30px;
}

.bluestars {
	display:block;
	width: 60px;
	height: 11px;
	display: block;
	padding: 6px 0 0 0;
	margin-right: 20px;
}

.bluestars .plus {
	display: block;
	height: 11px;
	background: url('img/bluestars.gif') left -11px repeat-x;
	float:left;
}

.bluestars .minus {
	display: block;
	height: 11px;
	background: url('img/bluestars.gif') right 0px repeat-x;
	float: right;
}



.graystars {
	display:block;
	width: 60px;
	height: 11px;
	display: block;
	padding: 6px 0 0 0;
	margin-right: 20px;
}

.graystars .plus {
	display: block;
	height: 11px;
	background: url('img/graystars.gif') left 0px repeat-x;
	float:left;
}

.graystars .minus {
	display: block;
	height: 11px;
	background: url('img/graystars.gif') right -11px repeat-x;
	float: right;
}

.feed-source {
	display: none;
}

.feed-item-body {
	font-size: 13px;
	line-height: 1.2em;
}

.feed-item-date {
	font-size: 11px;
	color: #666666;
}

.fivestar-form-item {
	margin-bottom: 20px;
	display: block;
	position:relative;
	clear:both;
	padding-left: 150px;
}

.fivestar-form-item label {
	position: relative;
	left: -150px;
	display: block;
	width: 140px;
	float: left;
	margin-right: -140px;
	line-height: 1.1em;
}
	
.fivestar-form-item select option {
	padding-right: 10px;
}

/* $Id: system.css,v 1.21 2006/12/21 16:13:06 dries Exp $ */

/*
** HTML elements
*/
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
td.active {
  background-color: #ddd;
}

tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
.error {
  color: #f00;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  background: #fcc;
  color: #200;
}
div.warning, tr.warning {
  background: #ffd;
}
div.ok, tr.ok {
  background: #dfd;
}
.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
  list-style: disc;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right;
}
.more-help-link {
  font-size: 0.85em;
  text-align: right;
}
.nowrap {
  white-space: nowrap;
}
.pager {
  clear: both;
  text-align: center;
}
.pager a, .pager strong.pager-current {
  padding: 0.5em;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left;
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0;
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
  display: inline;
}

/*
** Menus
*/
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../../misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../../misc/menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}

/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../../misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
}
html.js input.throbbing {
  background-position: 100% -18px;
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(../../misc/menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(../../misc/menu-collapsed.png);
  background-position: 5px 50%;
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../../misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin-top: 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc;
}

/* $Id: user.css,v 1.4 2006/12/30 07:45:31 dries Exp $ */

#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em;
}
#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em;
  float: left;
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
#user-login-form {
  text-align: center;
}
#user-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#user-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}

/* Generated by user.module but used by profile.module: */
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .picture {
  float: right;
  margin: 0 1em 1em 0;
}
.profile dt {
  margin: 1em 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin:0;
}

<!--LiveInternet counter--><script type="text/javascript"><!--
				document.write("<a href='http://www.liveinternet.ru/click' "+
				"target=_blank><img src='http://counter.yadro.ru/hit?t39.3;r"+
				escape(document.referrer)+((typeof(screen)=="undefined")?"":
				";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
				screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
				";"+Math.random()+
				"' alt='' title='LiveInternet: показано число просмотров и"+
				" посетителей за 24 часа' "+
				"border='0' width=1 height=1><\/a>")
				//--></script><!--/LiveInternet-->
