body, input, button, textarea, select {
	/* font: normal 11px "helvetica neue", helvetica, arial, verdana, sans-serif; */
	font: normal 11px helvetica, arial, verdana, sans-serif;
}
body {background-color: #f5f5ed;}

body, input, textarea {color: #333;}
a {color: #00729c;}
a:hover {color: #813ea7;}

a.news {text-decoration:none;font-weight:bold;color:#000}

.link-inside {
	text-decoration: none;
	line-height: 1.4em;
	color: #fff;
}

.rss {
	background: url(../img/design/rss.gif) no-repeat;
	overflow: hidden;
	text-indent: 20px;
	margin-left: 5px;
	padding-left: 25px;
	text-decoration: none;
}

a.simple {
	color: #00729c;
	font-weight: normal;
}

.link-comments {
	color: #6f00b1;
	padding-left: 17px;
	background: url(../img/design/link-comments.gif) no-repeat 0 2px;
}

.views {
	color: #959595;
	padding-left: 17px;
	background: url(../img/design/views.gif) no-repeat 0 2px;
}

.time {
	color: #959595;
}


/* emphasis
 **************************************/
.em-1 { /* Темно-пурпурный */
	font-weight: bold;
	color: #6f00b1;
	border-color: #6f00b1;
}
.em-2 { /* Фиолетово-красный */
	font-weight: bold;
	color: #b50270;
	border-color: #b50270;
}
.em-3, #menu-main .em-3 { /* Лазурно-серый */
	font-weight: bold;
	color: #00729c;
	border-color: #00729c;
}

.em-4 { /* Кварцевый */
	font-weight: bold;
	color: #959595;
	border-color: #959595;
}

.em-hard {
	border: solid 1px #e7e7e7;
	border-left: none;
	border-right: none;
	background-color: #f5f5f5;
	margin-bottom: 1em;
}

.em-light {
	border: solid 1px #e7e7e7;
	border-left: none;
	border-right: none;
	margin-bottom: 1em;
}

#columns .pagenator {
	padding-left: 30%;
}
.pagenator a {
	display: block; float: left;
	padding: 3px 5px;
	margin-left: 4px;
	background: #c5c5c5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
}
.pagenator .prev {
	background: url(../img/design/carder-button.png) no-repeat;
	width: 19px; height: 13px; margin: 3px 10px 0 0;
	padding: 0;
	overflow: hidden; text-indent: -100em;
}
.pagenator .next {
	background: url(../img/design/carder-button.png) no-repeat right top;
	width: 19px; height: 13px; margin: 3px 0 0 14px;
	padding: 0;
	overflow: hidden; text-indent: -100em;
}
.pagenator .selected {
	background: #00729c;
	color: #fff;
}

.chars a {
	text-align: center;
	color: #000;
	display: block; float: left;
	padding: 3px 10px;
	margin-left: 10px;
	margin-bottom: 1em;
	background: #c5c5c5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
}

.chars .selected {
	background: #00729c;
	color: #fff;
}

.chars .empty {
	background: #fff;
	color: #999;
}

/* columns
 ******************************************************************************/
#columns h3 {
	padding: 1em 17px;
}

#columns h4 {
	font-size: 14px;
}

#columns p, #columns .p {
	position: relative;
	padding: .5em 17px;
	margin: .5em 0;
	overflow: hidden;
}
#columns .p p {
	padding: 0; margin: 10px 0  10px 0;
}

#columns .more {
	color: #333;
	background: url(../img/design/more.gif) no-repeat right center;
	padding-right: 9px;
}

#columns .p-icon {
	float: left;
	margin-right: 10px;
}

#columns ul {line-height: 1.8em;}

#columns .big {font-size: 12px; line-height: 1.5em;}
#columns .big .p-icon {margin-right: 10px;}
#columns .big strong {font-size: 14px;}

#columns .rating {
	position: relative;
	text-align: left;
	display: block;
	width: 70px; height: 14px;
	background: url(../img/design/rating.gif) repeat-x left top;
}
#columns .rating span {
	position: absolute; top: 0; left: 0;
	display: block;
	height: 14px;
	background: url(../img/design/rating.gif) repeat-x left bottom;
}
#columns .rating-1 span {width: 14px;}
#columns .rating-2 span {width: 28px;}
#columns .rating-3 span {width: 42px;}
#columns .rating-4 span {width: 56px;}
#columns .rating-5 span {width: 70px;}

#columns .right {text-align: right;}
#columns .right .rating {float: right; margin-left: 10px;}

#columns .rating a {position: absolute; display: block;width: 14px; height: 14px; overflow: hidden; text-indent: -100em;}
#columns .rating .vote-1 {left: 0;}
#columns .rating .vote-2 {left: 14px;}
#columns .rating .vote-3 {left: 28px;}
#columns .rating .vote-4 {left: 42px;}
#columns .rating .vote-5 {left: 56px;}

#columns .rating .hidden {left: 0; visibility:hidden; display:none;}

#columns .sep-top {
	margin-top: .5em;
	padding-top: 1em;
	border-top: solid 1px #e7e7e7;
}
#columns .sep-bottom {
	margin-bottom: .5em;
	padding-bottom: 1em;
	border-bottom: solid 1px #e7e7e7;
}

#columns input.search {
	width: 80px; height: 20px;
	padding: 6px 7px 0 22px;
	border: none;
	background: transparent url(../img/design/search_input.png) no-repeat;
}

#columns .clip-icon {
	width: 121px;
	margin-left: auto;
	margin-right: auto;
}
#columns .clip-icon img {
	display: block;
	margin: 0 auto .7em;
}

#columns .position {
	float: right;
	font-weight: bold;
	font-size: 16px;
	width: 65px; height: 42px;
}
#columns .position span {
	display: block; width: 42px; height: 31px;
	text-align: center; padding-top: 11px;
	background: url(../img/design/position.png) no-repeat;
}
#columns .position-strong span {
	background-position: left bottom;
	color: #fff;
}
#columns .position-up {
	background: url(../img/design/position-move.gif) no-repeat right top;
}
#columns .position-down {
	background: url(../img/design/position-move.gif) no-repeat right bottom;
}

/* tv-guide
 **************************************/
.tv-guide {
	clear: both;
}
.tv-guide .item {
	zoom: 1;
	padding: 2px 17px 2px 80px;
	border-top: dashed 1px #e7e7e7;
	font-size: 14px;
	font-weight: bold;
}

.tv-guide .item .time {color: #333; margin-right: 10px; padding-left: 30px;}
.tv-guide .item img {vertical-align: middle; margin-right: 10px;}
.tv-guide .past {opacity: .5;}
.tv-guide .now, .tv-guide .now .time, .tv-guide .now a {color: #6f00b1;}
.tv-guide .now .time {background: url(../img/design/broadcast-video.gif) no-repeat left 3px;}
.tv-guide .first {background: url(../img/design/tv-first.gif) no-repeat 293px 77px;}
.tv-guide .repeat {background: url(../img/design/tv-repeat.gif) no-repeat 293px 77px;}

.tv-first {background: url(../img/design/tv-first.gif) no-repeat right top;}
.tv-first a {color: #6f00b1;}
.tv-first .date {font-size: 11px; margin-left: 10px; color: #666;}

/* comments
 **************************************/
#columns .comments .comment {
	margin-top: .5em;
	padding: 1em 17px 0;
	border-bottom: solid 1px #e7e7e7;
}
#columns .comments .comment .head, #columns .comments .comment .body {
	padding: 0;
	margin: 0 0 1em 65px;
	overflow: hidden;
}
#columns .comments .comment .avatar {
	float: left;
}
#columns .comments .head .name {color: #00729c;}
#columns .comments .head .date {color: #707070;}
#columns .comments .head .vote_msg {
	float: right;
}

#columns .comments .head .vote-rating {
	float: right;
	width: 40px;
	text-align: center;
	color: #707070;
}

#columns .comments .head .vote_msg .down, #columns .comments .head .vote_msg .up {
	display: block;
	float: left;
	width: 14px; height: 14px;
	background: url(../img/design/vote.gif) no-repeat;
	overflow: hidden; text-indent: -100em;
}
#columns .comments .head .vote_msg .down {
	background-position: left bottom;
}
#columns .comments .comment .body textarea {width: 390px; margin-bottom: 1em;}
#columns .comments .comment .body .button {float: left;}

/* carder
 **************************************/
.carder {
	position: relative;
	width: 136px;
	margin: .5em auto 1em;
	background: url(../img/design/carder.gif) repeat-x;
}
.carder .cards {
	position:relative;
	width: 134px; height: 133px;
	margin: 0 1px;
	padding-top: 5px;
	background-color: #fff;
	overflow: hidden;
}
.carder .cards .items {
	width:20000em;
    position:absolute;
}
.carder .card {
	float: left;
	width: 120px;
	margin: 0 7px;
	text-align: center;
}
.carder .card img {
	display: block;
	margin: 0 auto 5px;
}
.carder-buttons {position: absolute; top:0; left: 0; width: 136px;}
.carder-button {
	position: absolute;
	background: no-repeat center center;
	width: 40px;
	height: 110px;
	cursor: pointer;
}
.carder-button div {
	margin: 50px auto 0;
	width: 19px; height: 13px;
	background: url(../img/design/carder-button.png) no-repeat;
}
.carder-buttons .prev {left: -40px;}
.carder-buttons .next {right: -40px;}
.carder-buttons .next div {background-position: -19px 0;}
.carder-buttons .disabled div {background-position: 0 -13px;}
.carder-buttons .disabled .next-d {background-position: -19px -13px;}

.carder-3 {width: 406px;}
.carder-3 .cards {width: 404px;}
.carder-3 .carder-buttons {width: 404px;}

.carder-5 {width: 670px;height:90px}
.carder-5 .cards {width: 668px;}
.carder-5 .carder-buttons {width: 668px;}

/* columns
 **************************************/
.columns {
	zoom: 1;
}
.columns .column {
	float: left;
	margin-bottom: 1em;
}
.columns .column-icon {
	display: block;
	margin-bottom: .5em;
}

.columns .column {
	padding-right: 10px;
}

.columns-3 .column {
	width: 144px;
	height:130px;
}
.columns-4 .column {
	width: 106px;
}
#columns .columns-2 .clip-icon {
	padding-left: 70px;
}

/* list-num
 **************************************/
#columns .list-num {
	margin: .5em 0;
}
#columns .list-num p {
	padding-left: 32px;
	margin: 0;
}
#columns .list-num .num {
	position: absolute;
	display: block;
	width: 13px;
	margin-left: -15px;
	font-weight: bold;
}
#columns .list-num .selected {
	border: solid 1px #e7e7e7;
	border-left: none;
	border-right: none;
	background-color: #f5f5f5;
}

#columns .list-num .selected .num {
	width: 13px; height: 13px;
	top: 50%;
	margin-top: -7px;
	margin-left: -21px;
	overflow: hidden; text-indent: -100em;
	background: url(../img/design/list-num-selected.png) no-repeat;
}

#columns .list-num .p-icon {
	position: absolute;
	left: 25px;
}

#columns .list-icon p {padding-left: 85px;}
#columns .list-icon-big p {padding-left: 175px; margin-bottom: 1em;}
#columns .list-icon-big {font-size: 12px; line-height: 1.5em;}
#columns .list-icon-big strong {font-size: 14px;}
#columns .list-icon-big .num {font-size: 14px;}

/* body
 **************************************/
.field-row {
	clear: both;
	margin-bottom: .8em;
}
.field-row label {
	width: 78px;
	float: left;
}
.field-row input, .field-row textarea, .field-row select {
	margin-right: 5px;
}

.field-row textarea {
	width: 370px;
	margin-right: 0;
}
.field-row .error {
	margin-left: 5px;
	padding: 2px 5px;
	background: #6f00b1;
	color: #fff;
}

#columns .field-row-user .head {margin-left: 78px;}
#columns .field-row-user .name {color: #00729c;}
#columns .field-row-user img {position: absolute;}

/* body
 ******************************************************************************/

/*#body {background-color: #a2b7b0;}*/
#body {background-color: #f5f5ed;}

/* broadcast
 ******************************************************************************/
#broadcast {font-size: 12px;}
#broadcast .choice {font-size: 11px;}

#broadcast-now .now {font-weight: bold;}

/* menu-top
 ******************************************************************************/
#menu-top {
	margin: 5px 0 20px;
	padding: 8px 20px;
	font-size: 12px;
}
#menu-top li {font-weight: bold;}
#menu-top ul.language li {border-color: #a6a6a6;}
#menu-top ul.language a {
	width: 16px; height: 11px;
	margin: 3px 0;
	background-image: url(../img/design/language-flag.gif);
}
#menu-top ul.language a.ru {background-position: 0 0;}
#menu-top ul.language a.ua {background-position: -16px 0;}
#menu-top ul.language a.by {background-position: -32px 0;}

/* menu-user
 ******************************************************************************/
#menu-user-giest .login {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

#columns .box-head {
	color: #3e3e3e;
	font-size: 12px;
}


/* footer
 ******************************************************************************/

/* menu-full
 **************************************/
#menu-full .column h4 {
	background: url(../img/design/menu-full-header.gif) no-repeat left bottom;
	text-transform: uppercase;
}

/* copyright
 **************************************/
#copyright {border-top: solid 1px #ccc;}



/* panel
 **************************************/
#panel {
	width:100%;
	height:20px;
	font: normal 13px  tahoma, verdana;
	position:fixed;
	z-index:1000;
	background:url('../img/design/bg_point.png') repeat;
	color:#d0d1d3;
	padding:1px;
}

#panel a
{
	color:#ffffff;
	text-decoration:none;
	padding:0 6px;
	font-weight:bold;
}
#panel a:hover
{
	text-decoration:underline;
}

#panel SPAN.aone
{
	padding-left:25px;
	background:url('../img/design/aone.png') no-repeat;
}

#panel INPUT
{
	border:solid 1px #d0d1d3;
	width:160px;
	color:#717171;
	padding: 1px;
}
#panel BUTTON
{
	background:none;
	border:none;
	color:#ffffff;
	font: bold 13px  tahoma, verdana;
	cursor:pointer;
}


#panel_open
{
	width:100%;
	position:fixed;
	z-index:999;
	font: normal 13px  tahoma, verdana;
	display:none;
}

#panel_open a
{
	width:100%;
	background:url('../img/design/bg_point.png') repeat;
	color:#ffffff;
	padding:4px 10px;

}