/* Раздел Радио */

/* Цвет ссылок */
.radio a {
	color: #5d49b2 !important
}

h1.allchan {
	width: 190px;
}

#chanselect {
	float:left;
	margin-top:22px;
}

/* Бэк меню */
.bg_m_radio {
	background: #6c54d5 url(../../Esdbpics/bg_m_radio.png) top repeat-x;
}

/* Закладки в подменю */
.sm_radio_l {
	float: left;
	width: 10px; height: 35px;
	background: url(../../Esdbpics/sm_radio_l.png);
}

.sm_radio_r {
	float: left;
	width: 10px; height: 35px;
	background: url(../../Esdbpics/sm_radio_r.png);
}

.sm_radio_c {
	float: left;
	height: 35px;
	background: url(../../Esdbpics/sm_radio_c.png) repeat-x;
}

/* Группы и каналы на главной */

#ind_radiostat {
float: left;
width: 100%;
margin: 5px 20px;
font-size: 0.85em;
}

#ind_radiostat div {
float: left;
width: 240px;
}

#ind_radiostat div span {
font-weight: bold;
}

#channels_menu {
	float: left;
	position: relative; top: 1px;
	width: 100%;
	margin-top: 15px
}

#channels_menu ul {
	float: left;
	font-size: 0.85em; font-weight: bold;
}

#channels_menu ul li {
	float: left;
	padding: 0
}

#channels_menu ul li span {
	float: left;
}

#channels_menu ul li a {
	float: left;
	height: 19px;
	padding: 1px 10px 0 10px;
	background: #f7f5ff;
	color: #B4ACD2 !important;
	text-decoration: underline;
}

#channels_menu ul li a:hover {
	color: #000000 !important;
	text-decoration: none;
}

#channels_menu ul li.active {
	float: left;
	background: #f1eefd;
	color: #000000;
	border-left: 1px solid #e7e3f7;
	border-top: 1px solid #e7e3f7;
	border-right: 1px solid #e7e3f7;
	border-bottom: 1px solid #f1eefd;
}

#channels_menu ul li.active a {
	color: #000000 !important;
	background: #f1eefd;
	cursor: text;
	text-decoration: none;
}

#channels_menu ul li.active a:hover {
	color: #000000
}

#radio_groups, #radio_groups_new, #radio_groups_top {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	background: #f1eefd;
	border: #e7e3f7 1px solid
}

#radio_groups2 {
	float: left;
	width: 100%;
	padding: 0;
	background: #f1eefd;
	border: #e7e3f7 1px solid
}

#radio_channels {
	float: left;
	width: 100%;
	margin-top: 5px
}

.radio_channels {
	float: left;
	width: 100%;
	margin-top: 5px
}

.channel_n {
	float: left;
	width: 220px; height: 65px;
	margin: 10px 0 0 20px
}

.channel_n .play {
	float: left;
	width: 20px;
	margin-right: 10px
}

.channel_n .info {
	margin-left: 30px
}

.channel_n .info p {
	font-size: 0.85em;
	margin-top: 3px;
	line-height: 120%
}

.channel_t {
	width: 100%;
	margin: 10px 0 0 20px
}

.channel_t .play {
	float: left;
	width: 20px;
	margin-right: 10px
}

.channel_t .info {
	margin-left: 30px
}

.channel_t .info p {
	font-size: 0.85em;
	margin-top: 3px;
	line-height: 120%
}

.group {
	float: left;
	width: 30%; padding-left: 3%; height: 20px;
	margin-top: 5px
}

.group a {
	font-size: 1.1em; font-weight: bold;
}

.group_chan {
	display: none;
}

/* Радиоканал */
.channel {
	float: left;
	width: 100%;
	margin-top: 10px
}

.channel .counter, .channel_t .counter {
	float: left;
	width: 15px;
	text-align: right;
	margin-right: 5px;
	counter-increment: section;
}

.channel .counter:before, .channel_t .counter:before { 
	content: counter(section) "";
}

body { 
	counter-reset: section;
}

.channel .play {
	float: left;
	width: 20px;
	margin-right: 10px
}

.channel .info {
	margin-left: 30px
}

.channel .info p {
	font-size: 0.85em;
	margin-top: 3px;
	line-height: 120%
}

.channel .info h3 img {
	margin-left: 5px;
}

.channel .infotop, .channel_t .infotop {
	margin-left: 50px
}

.channel .infotop p, .channel_t .infotop p {
	font-size: 0.85em;
	margin-top: 3px;
	line-height: 120%
}


/* Каналы для новотеки */

.group_ch {
float: left;
width: 100%
}

.ch {
float: left;
width: 180px;
margin: 10px 0 0 0
}

.ch a {
font-size: 0.95em; font-weight: bold
}

/* Всплывающее описание радиоканалов */
.chandescr {
position: absolute;
display: none; 
max-width: 210px; 
min-width: 100px; 
background: #F2F0FA; 
border: solid 1px #C6BFDE; 
padding: 4px 8px; 
font-size: 0.85em; 
margin-top: 7px; 
color: #5D49B2; 
z-index: 10;
line-height: 120%;
}

.chandescr p {
color: #515151;
font-weight: bold;
}

.chandescr div {
color: #515151;
display: none;
margin-top: 3px;
}


/* Топ Радиоканалов */
.topchannel {
	float: left;
	width: 100%;
	margin-top: 15px
}

.topchannel .play {
	float: left;
	width: 20px;
	margin-right: 10px;
	margin-top: 3px
}

.topchannel .info {
	margin-left: 30px
}

.topchannel .info p {
	font-size: 0.85em;
	line-height: 120%
}

.topchannel .info h2 {
	margin: 0 0 5px 0;
}


/* Меню каналов */
#radio_menu {
	float: left;
	width: 190px;
	padding: 0 20px 10px 20px;
	margin-top: 20px;
	background: #f4f1ff;
	font-size: 0.9em; font-weight: bold;
}

#radio_menu ul {
	float: left;
	width: 100%
}

#radio_menu ul li {
	margin-top: 10px
}

/* Радиоканалы в две колонки */
.radio_list {
	float: left;
	width: 100%
}

.radio_list .channel {
	float: left;
	width: 230px; height: 70px;
	padding-left: 20px
}

.radio_list h2 {
	margin-top: 20px
}

.radio_list h2 img {
	margin-left: 20px
}

.radio_list h2 a {
	border-bottom: dashed 1px;
	text-decoration: none;
}

.radio_list h2 a:hover {
	border-bottom: none;
}



/* Трэк */
 
#radio_list, #radio_newtrack {
	float: left;
	width: 100%;
	margin-top: 10px
}

.radio_track {
	float: left;
	width: 100%;
	margin-top: 7px;
}
 
.radio_track .counter {
	float: left;
	width: 15px;
	text-align: right;
	margin-right: 5px
}
 
.radio_track .play {
	float: left;
	width: 20px; height: 20px;
	position: relative; bottom: 2px
}
 
.radio_track .name {
	float: left;
	width: 300px;
	margin-left: 5px
}
 
.more {
	float: left;
	width: 100%;
	margin-top: 5px; padding-bottom: 1px
}

.top_play {
float: left;
width: 20px; height: 20px;
margin-right: 5px;
position: relative; bottom: 7px;
}

/* Запуск плейера */

#now_listen {
	font-size: 0.85em;
}


/* Запуск плейера */

#play {
	float: left;
	width: 230px;
	margin-top: 15px
}

#play #play_base {
	float: left;
	width: 70px
}

#play #play_aux {
	margin-left: 80px
}

#play #play_aux h3 {
	margin-top: 10px
}

#play #play_aux p {
	font-size: 0.85em;
	margin-top: 15px
}

/* Сейчас в эфире */

#radio_now {
	float: left;
	position: relative;
	width: 300px;
	line-height: 100%;
	margin-top: 5px
}

#radio_now p {
	font-size: 0.8em;
}

#radio_now marquee {
	font-size: 0.9em; font-weight: bold;
	margin-top: 3px
}

#radio_now h4 {
	font-size: 0.85em;
	margin: 22px 0 0 0; padding-bottom: 1px
}

#titlesong {
	font-size: 0.9em; font-weight: bold;
	margin-top: 3px
}

#early {
	position: absolute; top: 75px; left: 0;
	padding: 5px 10px 10px 10px;
	background: #fff;
	border: 1px solid #b5a5f6;
	z-index: 10;
	display:none;
}

#early ul {
	font-size: 0.9em
}

#early ul li {
	margin-top: 7px;
	white-space: nowrap;
}
#early input {
	margin-top: 10px;
}

/* Ведущий канала */

#chief {
	float: right;
	width: 180px;
	margin-top: 15px
}

#chief_photo {
	float: right;
	width: 70px
}

#chief_info {
	margin-right: 80px
}

#chief_info p {
	font-size: 0.85em;
	margin-top: 9px;
	text-align: right;
}

#chief_info h3 {
	text-align: right;	
}

/* Описание радиостанции */

#radio_text {
	float: left;
	position: relative;
	width: 400px;
	line-height: 120%;
	margin-top: 5px
}

#radio_logo {
	float: right;
	width: 70px
}

/* Картиночные ссылки */

#links {
	float: left;
	width: 100%; height: 115px;
	margin-top: 20px; padding: 10px 0;
	background: #f4f1ff
}

#links ul {
	float: left;
}

#links ul li {
	float: left;
	width: 121px;
	text-align: center;
}

#links ul li p {
	margin: 0px;
        font-size:0.85em;
	line-height: 95%
}


/* FAQ */

.faq {
	float: left;
	width: 100%;
	margin-top: 20px
}

.faq h3 {
	color: #999999; 
}

.faq p {
	color: #000; padding-left: 15px;
}

/* Отзывы слушателей */
.question {
	float: left;
	width: 100%;
	padding-top: 20px;
        margin-bottom: 12px;
}

.question p {
        font-weight:bold;
        margin:0;
        color: #333;
}

.question h3 {
        color: #868686;
}

.question p.info {
        font-weight:normal;
        font-size: 0.85em;
}

.question p.page {
         margin-top: 25px;
}

.question p i { display:block;
	color: #666666;
        margin-left: 15px;
        font-weight:normal;
}

/* Избранные каналы */

#radiofav .chanfav {
	margin-top: 10px
}

#cabfav .chanfav {
	margin-top: 0px
}

.chanfav {
	float: left;
	width: 100%;
	margin-top: 10px
}

.chanfav .play {
	float: left;
	width: 20px;
	margin-right: 10px
}

.chanfav .info {
	width: 220px;
	float: left;
}

.chanfav .info h2 {
	margin-top: 0px;
}

.chanfav .info_music {
	width: 290px;
	float: left;
}

.chanfav .info_music h4 {
	margin-left: 0px;
        font-size:1.0em;
        font-weight:bold;
}

.chanfav .buttons {
	margin-left: 10px
}

.chanfav .buttons img {
	margin-left: 6px;
}

/* Команда */

.command {
float: left; 
padding: 20px 40px 20px 0; 
text-align: center;
}

span .play {
	float: left;
	width: 20px;
	margin-right: 10px
}

span .info {
	margin-left: 30px
}

span .info p {
	font-size: 0.85em;
	margin-top: 3px;
	line-height: 120%
}

ul.columns {
	margin: 10px 0 0 0; padding: 0;
	list-style-type: none;
}

.columns li {
	display: -moz-inline-stack; display: inline-block; //display: inline;
}

.columns div.schan  {
	display: inline; word-spacing: normal; //display: inline-block
}

.columns div.schan , x:-moz-any-link {
	display:block;
}

.columns div.schan , x:-moz-any-link, x:default {
	display: inline;
}

.columns li, .columns div.schan {
	vertical-align: top;
}

.columns li {
	margin: 15px 0 0 20px; //margin: 0; width: 230px; //width: 230px;
}

.columns div.schan {
	//margin: 15px 0 0 20px; //width: 230px;
}

.columns ul {
	width: 100%;
}



ul.columns2 {
	margin: 10px 0 0 0; padding: 0; list-style-type: none; word-spacing: -1ex;
}

.columns2 li {
	display: -moz-inline-stack; display: inline-block; //display: inline;
}

.columns2 div.schan  {
	display: inline; word-spacing: normal; //display: inline-block
}

.columns2 div.schan , x:-moz-any-link {
	display:block;
}

.columns2 div.schan , x:-moz-any-link, x:default {
	display: inline;
}

.columns2 li, .columns2 span  {
	vertical-align: top;
}

.columns2 li {
	margin: 10px 0 0 20px; //margin: 0; width: 146px; //width: 146px;
}

.columns2 div.schan  {
	//margin: 10px 0 0 20px; //width: 146px;
}

.columns2 ul {
	width: 100%;
}


div.schan .play {
	float: left;
	width: 20px;
	margin-right: 10px
}

div.schan .info {
	margin-left: 30px
}

div.schan .info p {
	font-size: 0.85em;
	margin-top: 3px;
	line-height: 120%
}

/* Поиск исполнителя */

#art_sform {
margin-top: 20px;
}

#art_sres{
margin-top: 10px;
width: 100%;
}

#art_stable tr {
vertical-align: top;
}

#art_stable td {
padding: 6px 20px 0 0;
margin: 0px;
border-bottom: dashed 1px #C3C3C3;
}

#art_stable th {
text-align: left;
font-weight: normal;
padding-bottom: 10px;
}

#art_stable td.art_td {
font-weight: bold;
padding-right: 50px;
font-size: 1.2em;
}

#art_stable .columns {
width: 300px;
margin: 0;
}

#art_stable .columns li {
margin: 0 0 20px 0;
}

/* Подкасты канала */

.podplayer {
margin-top:7px; 
width: 270px; height: 20px;
}

.podimg {
float: left; 
margin-right: 20px; w
idth: 100px;
}

.podinfo {
float: left; 
padding-top: 0px; 
margin-top: -10px; 
width: 550px;
}

#tracklist div.line {
float: left;
}

#tracklist div.line p {
line-height: 180%;
}


/* Раздел Конкурс Путевки */

/* Цвет ссылок */
.stlife a {
	color: #AB1483
}

.stlife h3 {
	color: #AB1483
}

.stlife h2 {
	margin-top: 20px
}


/* Раздел Путевка */

/* Цвет ссылок */
.music a {
	color: #ff8100
}

/* Бэк меню */
.bg_m_music {
	background: #ff8e10 url(../../Esdbpics/bg_m_music.png) top repeat-x;
}

/* Закладки в подменю */

.stlife_about {
background: url(../../Esdbpics/stlife_mnbg.gif) top center no-repeat;
}

.stlife_about a {
color: #B20668 !important;
font-weight: bold !important;
}


.sm_music_l {
	float: left;
	width: 10px; height: 35px;
	background: url(../../Esdbpics/sm_music_l.png);
}

.sm_music_r {
	float: left;
	width: 10px; height: 35px;
	background: url(../../Esdbpics/sm_music_r.png);
}

.sm_music_c {
	float: left;
	height: 35px;
	background: url(../../Esdbpics/sm_music_c.png) repeat-x;
}

.sm_music_c span a {
	color: #FCE0B9
}

#putstat {
width: 100%; float: left;
margin-top: 5px;
}

#putstat div {
float: left; margin-right: 30px;
width: 210px;
}

#putstat span {
font-weight: bold;
}

/* Список музыкальных стилей */
#music_styles {
	float: left;
	width: 710px;
	padding: 10px;
	margin-top: 10px;
	background: #fbf2dc;
	border: #f5ecd5 1px solid
}

#music_styles ul {
	float: left;
	width: 175px;
	font-size: 0.9em;
}

#music_styles ul li {
	margin-top: 5px
}

#music_styles ul li a {
	font-weight: bold;
	margin-right: 10px
}

#music_styles div {
	float: left;
	margin-top: 5px;
	width: 175px;
	font-size: 0.95em;
}

#music_styles div a {
	font-weight: bold;
	margin-right: 10px
}

/* Меню музыкальных стилей */
#music_menu {
	float: left;
	width: 190px;
	padding: 0 20px 10px 20px;
	margin-top: 20px;
	background: #fff7e5;
	font-size: 0.9em; font-weight: bold;
}

#music_menu ul {
	float: left;
	width: 100%
}

#music_menu ul li {
	margin-top: 10px
}

/* Селектор музыкальных стилей */

#style_selector {
	float: left;
	padding: 0 20px 10px 20px;
	margin-top: 20px;
	background: #FCF7DB;
	font-size: 0.9em;
}

#style_selector div {
margin:5px 0;
}
#style_selector .active {
   font-weight: bold;
   color: #4C9500;
}
#style_selector div span {
   font-weight: normal;
   color: #000000;
   font-size: 0.8em;
}
#style_selector div.style {
   margin-left: 20px;
   margin-top: 5px;
}
#style_selector div img {
cursor: pointer;
margin-right: 6px;
}


/* Лидер чарта */

.leader {
	float: left;
	width: 240px;
	margin: 20px 0 20px 0;
}

.leader .pic {
	float: left;
	width: 70px;
}

.leader .play {
	float: left;
	width: 20px;
}

.leader .play .place {
	float: left;
	line-height: 100%;
	width: 14px; height: 16px;
	padding: 4px 0 0 7px; margin-top: 2px; _margin-top: 0;
	color: #fff; font-size: 0.9em; font-weight: bold;
	background: url(../../Esdbpics/numberplate.gif) no-repeat;
}

.leader .play .play_but {
	float: left;
	margin-top: 2px;
	width: 20px; height: 20px;
}

.leader .info {
	margin-left: 100px
}

.leader .info h3 {
	float: left;
	width: 100%;
	margin-top: 0
}

.leader .info h4 {
	float: left;
	width: 100%;
	font-size: 12px; font-weight: bold;
	margin: 5px 0 0 0
}

.leader .info p {
	font-size: 0.9em;
	margin-top: 3px;
	line-height: 120%;
}

.leader .info p.bonus {
	font-size: 0.85em;
	margin-top: 3px;
	line-height: 120%;
	color: #919191
}

.leader .info p.bonus a {
	color: #919191
}


/* Чарты на главной */

#charts_menu {
	float: left;
	position: relative; top: 1px;
	width: 100%;
	margin-top: 20px
}

#charts_menu ul {
	float: left;
	font-size: 0.85em; font-weight: bold;
}

#charts_menu ul li {
	float: left;
	padding: 0
}

#charts_menu ul li span {
	float: left;
}

#charts_menu ul li a {
	float: left;
	height: 19px;
	padding: 1px 10px 0 10px;
	background: #fffbf1;
	color: #B7AF9C;
	text-decoration: underline;
}

#charts_menu ul li a:hover {
	color: #212121;
	text-decoration: none;
}

#charts_menu ul li.active {
	float: left;
	background: #fff4db;
	border-left: 1px solid #f5ecd5;
	border-top: 1px solid #f5ecd5;
	border-right: 1px solid #f5ecd5;
	border-bottom: 1px solid #fbf2dc;
	color: #212121
}

#charts_menu ul li.active a {
	color: #212121;
	background: #fff4db;
	cursor: text;
	text-decoration: none;
}

#charts_menu ul li.active a:hover {
	color: #212121
}

#charts {
	float: left;
	width: 320px; _width: 300px;
	background: #fff4db;
	border: #f5ecd5 1px solid;
	padding: 10px 10px 10px 20px
}

#charts.chart {
	min-height: 450px;
}

#charts .track {
	width: 100%;
	margin-top: 5px; padding-bottom: 0
}

#charts .track .play {
	float: left;
	width: 20px;
	margin: 0
}

#charts .track .info {
	margin-left: 30px
}

#charts .track .info h3 {
	font-size: 0.9em
}

#new_tracks {
	float: left;
	width: 320px; _width: 300px;
	background: #fff4db;
	border: #f5ecd5 1px solid;
	padding: 10px 10px 10px 20px
}

#new_tracks.chart {
	min-height: 450px;
}

#new_tracks .track {
	width: 100%;
	margin-top: 5px; padding-bottom: 0
}

#new_tracks .track .play {
	float: left;
	width: 20px;
	margin: 0
}

#new_tracks .track .info {
	margin-left: 30px
}

#new_tracks .track .info h3 {
	font-size: 0.9em
}

#rotation {
	float: left;
	width: 100%
}

#rotation .track {
	width: 220px;
	margin-right: 20px
}


/* Меню стилей */

#styles_menu {
	float: left;
}

#styles_menu ul {
	font-size: 0.85em; font-weight: bold;
}

#styles_menu ul li {
	width: 100px;
	padding: 2px 10px;
	background: #fffbf1;
}

#styles_menu ul li.active {
	position: relative; left: -1px;
	background: #fff4db;
	z-index: 10
}

#styles_menu ul li span {
	float: left;
	color: #212121
}

#styles_menu ul li a {
	color: #b7af9c;
}

#styles_menu ul li a:hover {
	color: #212121;
}

#styles_menu ul li.active a {
	color: #414141;
	cursor: text;
	text-decoration: none;
}

#styles_menu ul li.active a:hover {
	color: #414141
}

#styles_menu ul li ul {
	font-weight: normal; font-size: 1em;
}

#styles_menu ul li ul li {
	position: relative; left: 0;
	background: none;
	padding: 0
}

#styles_menu ul li ul li.active {
	position: relative; left: 0;
	border: none;
	font-weight: bold; font-size: 0.95em
}

#styles_menu ul li.active ul li a {
	color: #b7af9c;
	cursor: pointer;
	text-decoration: underline;
}

#styles_menu ul li.active ul li a:hover {
	color: #212121
}

#styles_menu ul li.active ul li.active a {
	color: #212121;
	cursor: text;
	text-decoration: none;
}

#styles_menu ul li.active ul li.active a:hover {
	color: #212121
}

/* Чарт авторов */

#author_chart {
	float: left;
	width: 190px;
	/* border: #b5b5b5 solid 1px; */
	padding: 0; margin-top: 15px
}

#author_chart .author {
	width: 190px;
	height: 70px;
	margin: 7px 0 10px 0
}

/* Блок автора */
.author {
	float: left;
	width: 100%;
	height: 80px;
	margin-top: 20px
}

.author .pic{
	float: left;
	width: 60px;
	height: 60px;
	background: url(/Esdbpics/face60.gif) top left no-repeat;
	margin-right: 10px
}

.author .info {
	margin-left: 70px
}

.author .info p {
	font-size: 0.9em;
	line-height: 120%
}

.author .info p.bonus {
	font-size: 0.85em;
	margin-top: 3px;
	line-height: 120%;
	color: #919191
}

/* Список авторов */

.author_list {
	float: left;
	width: 100%;
}

.author_list .author {
	float: left;
	width: 240px;
	margin-top: 20px
}

/* Блок трека */
.track {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.track .pic {
	float: left;
	width: 50px;
	height: 50px;
	background: url(/Esdbpics/face50.gif) top left no-repeat;
}

.track .play {
	float: left;
	width: 20px;
	margin-left: 10px
}

.track .play img {
	margin-bottom: 5px;
}


.track .info {
	margin-left: 90px
}

.track .info p a {
	color: #212121
}

.track .info p {
	font-size: 0.9em;
	margin-top: 3px;
	line-height: 120%;
}

.track .info p.bonus {
	font-size: 0.85em;
	margin-top: 3px;
	line-height: 120%;
	color: #919191
}

/* Блок мелкого трека */

.tracks_listsmall {
	float: left;
	width: 100%;
}

.tracks_listsmall .track {
	width: 230px;
	height: 110px;
	margin-right: 10px
}

.tracks_listsmall .track .pic {
	float: left;
	width: 50px;
	background: url(/Esdbpics/face50.gif) top left no-repeat;
}

.tracks_listsmall .track .info {
	margin-left: 90px
}

.tracks_listsmall .track h3 {
	font-size: 0.9em
}

.tracks_listsmall .track .info p.bonus {
	font-size: 0.85em;
	margin-top: 3px;
	line-height: 120%;
	color: #919191
}

/* выбор редакции */
#music_choice {
	float: left;
	width: 710px;
	margin-top: 10px;
	background: #fff7e5;
	padding: 0 10px 20px 10px
}

#music_choice .track {
	width: 225px;
	font-size: 0.9em;
	height: 90px;
	margin-right: 10px
}

#sl_choice {
	float: left;
	width: 100%;
}

#sl_choice .track {
	width: 230px;
	height: 110px;
	margin-right: 10px
}

#sl_choice .track .pic {
	float: left;
	width: 60px;
	background: url(/Esdbpics/face60.gif) top left no-repeat;
}

#sl_choice .track .info {
	margin-left: 100px
}

#sl_choice .track h3 {
	font-size: 0.9em
}

#sl_choice .track .info p.bonus {
	font-size: 0.85em;
	margin-top: 3px;
	line-height: 120%;
	color: #919191
}

/* Блок трека без картинки */
.track2 {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.track2 .play {
	float: left;
	width: 20px;
}

.track2 h3 {
	font-size: 0.9em
}

.track2 .info {
	margin-left: 30px
}

.track2 .info p {
	font-size: 0.9em;
	margin-top: 3px;
	line-height: 120%;
}

/* Меню треков */
#music_menu {
	float: left;
	width: 190px;
	padding: 0 20px 10px 20px;
	margin-top: 20px;
	background: #fff7e5;
	font-size: 0.9em; font-weight: bold;
}

#music_menu ul {
	float: left;
	width: 100%
}

#music_menu ul li {
	margin-top: 10px
}

/* Треки в две колонки */
.music_list {
	float: left;
	width: 100%
}

.music_list .track {
	float: left;
	width: 230px; height: 80px;
	padding-left: 20px
}

.music_list h2 {
	margin-top: 20px
}

.music_list h2 img {
	margin-left: 20px
}

/* Список треков */
.tracks_list {
	float: left;
	width: 100%
}

.tracks_list .track {
	float: left;
	width: 230px; height: 110px;
	padding-right: 20px
}

.tracks_list h2 {
	margin-top: 20px
}

.tracks_list h2 img {
	margin-left: 20px
}


/* Заголовок стилей */

#style_title {
	padding: 30px 0 10px 0;
	font-size: 1.5em;
}


/* Сортировка треков */

#sort_tracks {
	float: left;
	width: 100%; height: 35px;
margin-top: 15px
}

#sort_tracks ul {
    float: left;
    width: 100%
}

#sort_tracks ul li {
	float: left;
	margin-right: 10px;
}

#sort_tracks ul li img {
	margin-right: 3px;
}


/* Авторы */

.authors {
	float: left;
	width: 100%;
	margin-top: 10px
}

.authors ul {
	float: left;
	width: 100%;
}

.authors ul li {
	margin-top: 5px
}

.authors h4 {
	font-size: 1.1em; font-weight: bold;
}

.authors h3 {
	float: left;
	width: 100%
}

.authors p {
	font-size: 0.85em; font-style: italic;
	margin-top: 0
}

/* Исполнитель */

.performer {
	float: left;
	width: 100%;
	margin-top: 10px
}

.performer_img {
	float: left;
	width: 170px; height: 170px;
	margin-top: 12px;
background: url(/Esdbpics/face170.gif) no-repeat;
}

.performer_info {
	margin-left: 190px
}

.performer_info h1 {
	margin-top: 4px
}

.performer_img2 {
	float: left;
	width: 100px; height: 100px;
	margin-top: 12px;
background: url(/Esdbpics/face100.gif) no-repeat;
}

.performer_info h4.pers {
	margin: 10px 0 0 0;
	font-size: 0.9em; font-weight: bold;
	 color: #818181
}

.performer_info h4.pers a {
	 color: #289D86
}

.performer_info2 {
	margin-left: 120px
}

.performer_info2 h1 {
	margin-top: 0px;
}

.performer  ul {
	margin: 5px 0 0 0;
	font-size: 0.85em; font-style: italic;
	color: #717171
}

.performer  p {
	font-size: 0.9em;
}

.performer  p.links {
	font-style: italic;
}

.performer h3 {
color:#717171;
}

/* Запуск плеера трека */
#track_play {
	float: left;
	width: 100%;
	margin-top: 15px
}

#track_play #track_base {
	float: left;
	margin-top: 8px;
	width: 70px
}

#track_play #track_aux {
	margin-left: 90px
}


#track_aux ul {
	margin: 7px 0 0 0;
	font-size: 0.85em
}

#track_aux h2 {
	margin-top: 0;
}

#track_aux ul span {
	font-weight: bold;
}

/* Треки на «моей странице» */

#mediabank {
float: left
width: 100%;
}


#mediabank .track {
width: 330px; height: 100px;
padding-right: 20px
}

#mediabank h2.first {
margin-top: 20px
}

#mediabank h2.tracks {
margin-top: 10px
}

/* Статистика */

#stats {
	float: left;
	width: 100%
}

#stats ul {
	margin: 7px 0 0 0;
	font-size: 0.85em
}

#stats ul span {
	font-weight: bold;
}

#userdata {
	float: left;
	width: 100%
}

#track_descr {
margin: 37px 0; font-size: 0.85em; 
float: right; width: 190px
}

/* Комментарии */

.comments {
	float: left;
	width: 100%;
}

.comments h3 {
	color: #000
}

.comments .add {
	float: left;
	width: 100%;
	margin: 6px 0 0 0;
	font-size: 0.9em; font-style: italic;
}

.comments dl {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-size: 0.9em;
}

.comments dt {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #717171;
	font-style: italic;
}

.comments dt a {
	font-weight: bold;
}

.comments dd {
	float: left;
	width: 100%;
}

/* Фотоальбом */

.photoalbum {
	float: left;
	margin-top: 10px;
	width: 100%
}

.photoalbum .photo {
	float: left;
	height: 150px;
	margin: 20px 20px 0 0
}

/* Результат добавления */
#result_action {
margin:15px 0;
width:450px;
height:30px;
padding:5px;
background-color:#FFFFDD;
border:1px dashed #FFD700;
display:none;
}

/* Список в линию */

.list_line {
	float: left;
	width: 100%
}

.list_line ul {
	float: left;
	margin-top: 10px;
	font-size: 0.8em;
}

.list_line ul li {
	float: left;
	margin-top: 5px
}

.list_line ul li a {
	margin-right: 20px
}

.list_line ul li img {
	margin-right: 20px;
	background: #eeeeee;
}





/* Раздел Видео */

/* Цвет ссылок */
.exclusive a {
	color: #3970d1 !important
}

.exclusive h3 {
	color: #3970d1
}

/* Бэк меню */
.bg_m_exclusive {
	background: #3f76d4 url(../../Esdbpics/bg_m_ecsclusive.png) top repeat-x;
}

/* Закладки в подменю */
.sm_exclusive_l {
	float: left;
	width: 10px; height: 35px;
	background: url(../../Esdbpics/sm_ecsclusive_l.png);
}

.sm_exclusive_r {
	float: left;
	width: 10px; height: 35px;
	background: url(../../Esdbpics/sm_ecsclusive_r.png);
}

.sm_exclusive_c {
	float: left;
	height: 35px;
	background: url(../../Esdbpics/sm_ecsclusive_c.png) repeat-x;
}


/* Блок видеоклипа на главной */
.clip_i {
	float: left;
	width: 100%;
	min-height: 120px;
	margin-top: 20px
}

.clip_i .pic {
	float: left;
	width: 100px;
	margin-right: 10px
}

.clip_i .info {
	margin-left: 120px
}

.clip_i .info p {
	font-size: 0.85em;
	line-height: 130%
}

/* Блок видеоклипа */
.clip {
	float: left;
	width: 100%;
	margin: 15px 0 5px 0
}

.clip .pic {
	float: left;
	width: 50px;
	margin-right: 10px
}

.clip .info {
	margin-left: 60px
}

.clip .info h3 {
font-size: 0.9em; font-weight: bold
}

.clip .info p {
	font-size: 0.85em;
	line-height: 130%;
        margin-bottom:20px;
}



#day {
	float: left;
	width: 100%;
	margin-top: 20px
}


#day #tube object {
width: 460px;
height: 360px;
}


#day #tube embed {
width: 460px;
height: 360px;
}

#day ul {
font-size: 0.85em; font-weight: bold;
line-height: 100%
}

#day h3 {
	margin-top: 10px
}

#day .vote_left {
	float: left;
	width: 10px; height: 20px;
	background: url(../../Esdbpics/button_left.png) no-repeat;
}

#day .vote_right {
	float: left;
	width: 10px; height: 20px;
	background: url(../../Esdbpics/button_right.png) no-repeat;
}

#day .vote_center {
	float: left;
	padding-top: 4px;
	height: 20px;
}

#day .vid_vote a:hover {
	background: url(../../Esdbpics/button_bg_out.gif) repeat-x;
	color: #515151 !important;
}

#day .vid_vote a {
	float: left;
	text-decoration: none;
	margin-top: 6px;
	height: 20px;
	background: url(../../Esdbpics/button_bg_over.gif) repeat-x;
	color: #fff !important;
}


/* Видеоклипы */

.clip_block {
	float: left;
	width: 100%;
	padding: 5px 15px;
	background: url(/Esdbpics/allclips_bg.gif) top left no-repeat;
	height: 120px;
	margin-top: 50px;
}

.clip_block h2 {
	margin-top: 0px;
	padding-top: 0px;
}

.clip_block .clip {
	width: 190px;
	height: 70px;
	float: left;
	margin-right: 20px
}

.clip_block .prev_clip {
	width: 24px;
	padding-top: 30px;
	float: left;
	margin-right: 20px
}

.clip_block .next_clip {
	width: 24px;
	padding-top: 30px;
	float: right;
	margin-right: 30px
}

.clip_block #other_clip, .clip_block #popul_clip {
	margin-left: 44px;
}

.clip_block .info {
width: 130px;
height: 55px;
overflow: hidden;
}

.clip_block .pic {
padding-top: 4px;
}

.clip_block .currentpage {display:none;}

#allclip_block {
	float: left;
	width: 100%;
}

#allclip_block .clip {
	width: 220px;
	height: 70px;
	float: left;
	margin-right: 20px
}


#exclclip {
padding-left: 0px;
margin-bottom: 40px;
}

#exclclip #container1, #exclclip #container2 {
margin: 10px 0 8px 0;
}

#exclclip #container1 h2, #exclclip #container2 h2{
margin-top: 20px;
}

#exclclip p {
font-size: 11px;
font-style: italic;
margin-bottom: 4px;
}

#exclclip a {
font-size: 12px;
font-style: normal;
border-bottom: dashed 1px;
}

#exclclip a:hover {
text-decoration: none;
border-bottom: none;
}

#excltext {
padding-left: 0px;
margin-bottom: 10px;
}

#exclfoto {

}

#exclfoto img {
margin: 10px 10px 0px 0;
}


#excltext span {
color:#506281;
}



#exdiscuss {
padding-left: 15px;
margin-bottom: 40px;
}

#exdiscuss h2 {
margin-bottom: 10px;
}

#exdiscuss h2 a {
border-bottom: dashed 1px;
}

#exdiscuss h2 a:hover {
text-decoration: none;
}

#exdisform {
font-size: 11px;
display: none;
}

#exdisform .exderr {
font-size: 13px;
padding-bottom: 10px;
color: #B698E2;
}

#exdisform p {
margin: 0;
padding: 0;
}

#exdisform input {
margin: 12px 0 0 0;
}

#exdisform textarea {
width: 500px;
height: 250px;
}

.exdiscmess {
margin: 30px 0 0 0;
}

.exdiscmess span {
color: #B698E2;
font-size: 10px;
margin-right: 5px;
}

.exdiscmess font {
font-size: 11px;
}

.exdiscmess a {
font-size: 11px;
}

.exdiscmess p {
margin: 4px 0 0 0;
}

#expages {
font-size: 10px;
margin: 15px 0px;
line-height: 13px;
}
#expages span {
width: 10px;
margin-left: 3px;
color: #905ADE;
}

#video_links {
margin-top: 5px;
list-style-type:none;
}

#video_date {
margin-top: 5px;
margin-bottom: 20px;
list-style-type:none;
clear: both;
}

#video_links li, #video_date li {
float:left; padding:10px 10px 0 0;
font-size: 11px;
}

#video_links li.vid_vote, #video_date li.vid_vote {
padding-top: 0px;
}

/* Раздел Новости */

/* Цвет ссылок */
.news a {
	color: #368c59
}

/* Лента на индексе */

.daily {
	float: left;
	width: 100%;
	margin-top: 20px
}

.daily .pic{
	float: left;
	width: 55px;
}

.daily .info {
	margin-left: 55px
}

.daily .info h3 {
	font-size: 0.95em;
	margin: 11px 0 0 10px
}

.daily .info span {
	position: relative; top: 3px; _right: 3px;
	padding: 1px 5px 3px 5px;
	line-height: 100%;
	font-size: 0.8em; font-weight: bold;
	color: #000;
}

.daily .info span.news {
	background: #e4f7eb;
	border-top: #d9f1e2 1px solid;
	border-right: #d9f1e2 1px solid;
	border-bottom: #d9f1e2 1px solid
}

.daily .info span.movie {
	background: #f7e8e8;
	border-top: #f1dddd 1px solid;
	border-right: #f1dddd 1px solid;
	border-bottom: #f1dddd 1px solid
}

.daily .info span.video {
	background: #e4ebf9;
	border-top: #dae2f3 1px solid;
	border-right: #dae2f3 1px solid;
	border-bottom: #dae2f3 1px solid
}

.daily .info p {
	font-size: 0.85em;
	line-height: 120%;
	margin: 2px 0 0 10px
}

/* Бэк меню */
.bg_m_news {
	background: #2fae5f url(../../Esdbpics/bg_m_news.png) top repeat-x;
}

/* Закладки в подменю */
.sm_news_l {
	float: left;
	width: 10px; height: 35px;
	background: url(../../Esdbpics/sm_news_l.png);
}

.sm_news_r {
	float: left;
	width: 10px; height: 35px;
	background: url(../../Esdbpics/sm_news_r.png);
}

.sm_news_c {
	float: left;
	height: 35px;
	background: url(../../Esdbpics/sm_news_c.png) repeat-x;
}

/* Блок новости */
.new {
	float: left;
	width: 100%;
	margin: 15px 0 5px 0
}

.new .pic{
	float: left;
	width: 55px;
	margin-right: 10px
}

.new .info {
	margin-left: 65px
}

.new .info h3 img {
	position: relative; bottom: 2px; margin-right: 3px;
}

.new .info p {
	font-size: 0.9em;
	line-height: 120%
}

.new .info  ul{list-style-type:none;}
.new .info  ul li {float:left;font-size:10px;color:#999999;padding:5px 10px 0 0;}
.new .info  ul li a{color:#999999}


.new40 {
	float: left;
	width: 100%;
	margin: 15px 0 5px 0
}

.new40 .pic{
	float: left;
	width: 40px;
	padding-top: 4px;
	margin-right: 10px
}

.new40 .info {
	margin-left: 50px
}

.new40 .info h3 {
	font-size: 1.0em;
}

.new40 .info h3 img {
	position: relative; bottom: 2px; margin-right: 3px;
}


.w350 ul li {padding:0 10px 10px 30px;}


/* Блок интервью */

.interview {
	float: left;
	width: 100%;
	margin-top: 20px
}

.interview .pic {
	float: left;
	width: 150px
}

.interview  .pic .look {
	padding:20px 0 0 15px;
}


.interview .info {
	margin-left: 170px
}

.interview dl {
	float: left;
	width: 100%	
}

.interview dt {
	margin-top: 10px;
	font-weight: bold;
	
}

.interview dd {
	margin-top: 6px
}

/* Сортировка новостей */

#sort_news {
	float: left;
	padding: 10px 0 0 0;
	width: 100%; height: 35px
}

#sort_news ul {
    float: left;
    width: 100%
}

#sort_news ul li {
	float: left;
	margin-right: 15px;
}

#sort_news ul li img {
	margin-right: 5px;
position: relative; top: 1px
}

/* вывод инвы про новость, интервью - просмотры, голоса */
.port_page_rank {width:100%;}
.port_page_rank ul li {float:left;padding:10px 20px 20px 0;color: #999999}

/* вывод содержания новости */
#news_foto {
float: right; 
padding-left: 20px; 
padding-bottom: 8px; 
text-align: center; 
font-size: 0.8em;
}

#news_fotoblock {
width: 310px;
}

#news_fotoblock img {
float: left; 
margin: 6px 3px 0 3px;
}

#news_tracks {
width: 350px;
padding-top: 20px
}

.news_track {
	float: left;
	width: 350px;
	margin-top: 7px
}
 
.news_track .play {
	float: left;
	width: 20px; height: 20px;
	position: relative; bottom: 2px
}
 
.news_track .name {
	float: left;
	width: 300px;
	margin-left: 5px
}

#news_photoalbum td {
padding:10px 15px 5px 0;
vertical-align: top;
}

#news_photoalbum td img {
border: none;
}
#news_photoalbum td div {
font-size: 0.75em;
margin-top: 4px;
line-height: 100%;
}


/* Персона */


.pers_indsmall {
float: left; 
width: 87px; 
margin: 5px 0 10px 0;
}

.pers_indsmall p {
font-size: 0.8em; 
margin-top:0; 
line-height: 120%
}

.pers_indsmall p.more {
font-size: 0.85em; 
margin-top: 47px
}

.pers_indsmall p a {
color: #000000 !important;
}
 
#person {
	float: left;
	width: 100%; min-height: 300px;
	margin-top: 20px
}
 
#person .photo {
	float: left;
	width: 230px
}
 
#person .text {
	margin-left: 250px
}
 
#person .text h2 {
	margin-top: 0;
	padding-bottom: 5px;
}

#person_q {
	float: left;
	width: 100%;
	margin-top: 30px
}
 
#person_q a {
	font-size: 1.6em;
	text-decoration: none;
	border-bottom: 1px dashed
}
 
#person_q a:hover {
	border-bottom: none
}
 
#person_q p {
	font-size: 0.9em;
	width: 70%;
	margin-top: 8px;
	color: #919191
}
 
#person_q_on {
	display: none;
	float: left;
	width: 100%;
	margin-top: 30px
}
 
#person_q_on textarea {
	float: left;
	width: 100%; height: 100px;
}
 
#person_q_on input {
	float: left;
	margin-top: 10px
}
 
#person_more {
	float: left;
	width: 100%
}
 
#person_more .person {
	float: left;
	width: 210px; height: 60px;
	margin: 20px 30px 0 0;
}
 
#person_more .person img {
	float: left;
	width: 55px
}
 
#person_more .person h3 {
	margin-left: 65px;
	font-size: 0.9em
}

#person_inter {
	width: 100%;
	margin-top: 15px
}

#person_inter i {
	font-weight: bold;
	font-size: 0.9em;
}


/* Комментарии к разделам */

#header_help {
	float: left;
	width: 100%;
padding-bottom: 20px
}

#header_help ul {
	float: left;
	width: 100%;
	margin-top: 6px;
	line-height: 100%;
	font-size: 0.9em; font-weight: bold
}

#header_help ul li {
	float: left;
	margin-right: 20px;
}

#header_help ul li a {
	color: #000; padding-bottom: 1px;
	text-decoration: none;
	border-bottom: 1px dotted; _border-bottom: 1px dashed;
font-weight: normal
}

#header_help ul li a:hover {
	border-bottom: none
}

.help_content {
	float: left;
	width: 100%;
	margin-top: 10px
}

.help_content ul li a {
border-bottom: 1px solid !important
}


.help_content ul li a.js {
border-bottom: 1px dotted !important
}

.help_content ul li a:hover {
border-bottom: none !important
}

.help_content ul {
float: none !important;
margin-left: 30px;
font-size: 1em
}


.help_content ul li {
float: none !important;
font-weight: normal !important;
padding-bottom: 10px;
line-height: 130%
}

.help_content .close {
	float: left;
	width: 100%;
	margin-top: 5px;
	font-size: 0.85em
}

.help_content .close img {
	margin-right: 5px
}

.help_content .close a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted
}

.help_content .close a:hover {
	border-bottom: none
}

#help0 {
	display: block;
}

#help1 {
	display: none;
}

#help2 {
	display: none;
}

#help3 {
	display: none;
}

#help4 {
	display: none;
}

#voucher_about {
	display: none;
}

#voucher_how {
	display: none;
}


#personals_off {
	display: block;
}

#personals_on {
	display: none;
}

#rotation_off {
	display: block;
}

#rotation_on {
	display: none;
}


/* Раздел Кино */

/* Цвет ссылок */
.movie a {
	color: #ac2d2d
}

/* Бэк меню */
.bg_m_movie {
	background: #e66f6f url(../../Esdbpics/bg_m_movie.png) top repeat-x;
}

/* Закладки в подменю */
.sm_movie_l {
	float: left;
	width: 10px; height: 35px;
	background: url(../../Esdbpics/sm_movie_l.png);
}

.sm_movie_r {
	float: left;
	width: 10px; height: 35px;
	background: url(../../Esdbpics/sm_movie_r.png);
}

.sm_movie_c {
	float: left;
	height: 35px;
	background: url(../../Esdbpics/sm_movie_c.png) repeat-x;
}


/* Блок фильма */
.film {
	float: left;
	width: 100%;
	margin: 15px 0 5px 0
}

.film .pic{
	float: left;
	width: 75px;
	margin-right: 10px
}


.film .info {
	margin-left: 65px
}

.film .info p {
	font-size: 0.9em;
	line-height: 120%
}

.film .info  ul{list-style-type:none;}
.film .info  ul li {float:left;font-size:10px;color:#999999;padding:5px 10px 0 0;}
.film .info  ul li a{color:#999999}



/* Блок новости */
.movie_new {
	float: left;
	width: 100%;
	margin: 10px 0 30px 0;
}

.movie_new .pic{
	float: left;
	width: 200px;
	margin: 7px 20px 0 0; _margin-top: 0;
}

.movie_new .info {
	margin-left: 220px
}

.movie_new .info h2 {
	margin: 0 0 10px 0
}

.movie_new_i {
	float: left;
	width: 100%;
	margin-top: 20px
}

.movie_new_i .pic{
	float: left;
	width: 100px;
	margin-right: 20px
}

.movie_new_i .info {
	margin-left: 120px
}

.movie_new .info p, .movie_new_i .info p {
	font-size: 0.9em;
	line-height: 140%
}

.movie_new .info ul, .movie_new_i .info ul {
	margin-top: 15px;
	font-size: 0.85em; font-weight: bold;
	line-height: 140%
}

.movie_new .info ul li, .movie_new_i .info ul li {
	margin-top: 7px;
}

.movie_new .info ul li span, .movie_new_i .info ul li span {
	font-weight: normal;
}

.trailer {
	margin: 15px 0;
	font-weight: bold;
}

.movie_new .info .dopinfo {
	line-height: 170%;
}

/* Блок кадров */

.movie_fotoblock {
width: 100%;
margin-top: 20px;
}

.movie_fotoblock img {
float: left; 
margin: 0 10px 10px 0;
}

.movie_fotoblock img.sec {
float: left; 
margin-right: 0px;
}





/* Раздел Общение*/

/* Блок для главных страниц */
.forum_block {float: left; width: 100%; background:#DEF2EE; margin-top:5px;}
.forum_block table {padding:0 10px;}
.forum_block table tr td{padding:0 0 0 5px;}
.forum_block table tr th{padding:5px 0 0 5px;text-align:left;font-size:0.7em;}
.forum_block a {color:#289D86}
.forum_block p.small{text-align:right;padding:0 20px 3px 10px;font-size:0.9em;}


/* Цвет ссылок */
.forums {
	float: left;
	width: 100%
}

.forums table {
float:left;
}
.forums table tr {
vertical-align: top;
}

/* Бэк меню */
.bg_m_forums {
	background: #32a58e url(../../Esdbpics/bg_m_forums.png) top repeat-x;
}

/* Закладки в подменю */
.sm_forums_l {
	float: left;
	width: 10px; height: 35px;
	background: url(../../Esdbpics/sm_forums_l.png);
}

.sm_forums_r {
	float: left;
	width: 10px; height: 35px;
	background: url(../../Esdbpics/sm_forums_r.png);
}

.sm_forums_c {
	float: left;
	height: 35px;
	background: url(../../Esdbpics/sm_forums_c.png) repeat-x;
}

.sm_forums_c span a {
	color: #CEF5ED
}


.forums a {
	color: #289d86
}

.forum {
	float: left;
	width: 100%;
	margin-top: 15px
}

.forum h3 {
	font-size: 0.9em;
	margin: 0
}

.forum p {
	font-size: 0.85em;
	margin-top: 0
}

.blog {
	float: left;
	width: 100%;
	margin-top: 20px
}

.blog .pic{
	float: left;
	width: 45px;
	margin-right: 10px
}

.blog .info {
	margin-left: 55px
}

.blog .info p {
	font-size: 0.85em;
	margin-top: -4px
}

.blog .info h3 {
	font-size: 0.9em;
	margin: 0
}

.photos {
	float: left;
	width: 710px;
	padding: 10px; margin-top: 15px;
	background: #d9efea;
	border: #cfeae5 1px solid
}


.photo {
	float: left;
	width: 118px;height:100px;
	text-align: center;
}

.photo p{
	float: left;
	width: 118px;
	text-align: left;
        font-size: 0.9em;
}

.photo a.pic {
	float: left;
	border-left: #fff solid 5px;
	border-top: #fff solid 5px;
	border-right: #fff solid 5px;
	border-bottom: #fff solid 10px
}

.photo a.pic:hover {
	border-left: #3eae98 solid 5px;
	border-top: #3eae98 solid 5px;
	border-right: #3eae98 solid 5px;
	border-bottom: #3eae98 solid 10px
}

.photo2 {
	float: left;
	width: 140px; height:130px;
	text-align: center;
}

.photo2 p{
	float: left;
	width: 118px;
	text-align: left;
        font-size: 0.9em;
}

.photo2 a {
	float: left;
	border-left: #eee solid 5px;
	border-top: #eee solid 5px;
	border-right: #eee solid 5px;
	border-bottom: #eee solid 10px
}

.photo2 a:hover {
	border-left: #3eae98 solid 5px;
	border-top: #3eae98 solid 5px;
	border-right: #3eae98 solid 5px;
	border-bottom: #3eae98 solid 10px
}

#photos {
	float: left;
	width: 330px;
	padding: 3px 10px 10px 10px; margin-top: 10px;
	background: #def2ee
}

#photos .photo {
	float: left;
	width: 80px;
	margin-top: 7px;
	text-align: center;
}

#photos .photo a {
	float: left;
	border-left: #fff solid 3px;
	border-top: #fff solid 3px;
	border-right: #fff solid 3px;
	border-bottom: #fff solid 6px
}

#photos .photo a:hover {
	border-left: #3eae98 solid 3px;
	border-top: #3eae98 solid 3px;
	border-right: #3eae98 solid 3px;
	border-bottom: #3eae98 solid 6px
}

#top {
	float: left;
	width: 100%
}

.person {
	float: left;
	width: 175px;
	margin-top: 20px
}

.person .pic{
	float: left;
	width: 60px;
	margin-right: 10px
}

.person .info {
	margin-left: 70px
}

.person .info p {
	font-size: 0.9em;
	line-height: 120%
}

#chat {
	float: left;
	width: 330px;
	padding: 0 10px 10px 10px; margin-top: 10px;
	background: #def2ee
}

#chat .photo {
	width:65px;
	margin-top: 10px
}

#chat .photo a {
	float: left;
	border-left: #fff solid 3px;
	border-top: #fff solid 3px;
	border-right: #fff solid 3px;
	border-bottom: #fff solid 6px
}

#chat .photo a:hover {
	border-left: #3eae98 solid 3px;
	border-top: #3eae98 solid 3px;
	border-right: #3eae98 solid 3px;
	border-bottom: #3eae98 solid 6px
}

/* сейчас онлайн */

#port_online {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#port_online .port_online_item {
	float: left;
	width: 83px; height:90px; position:relative; 
	margin-right: 5px; overflow:hidden; 
}

#port_online .port_online_item .pic {
width: 50px; height: 50px;
background: url(/Esdbpics/face50.gif) no-repeat
}

#port_online .port_online_item p{
font-size: 0.85em;
line-height: 110%;
position:absolute;top:45px;
}

/* с днем рождения */
#port_birthday {
        overflow:hidden;

}

#port_birthday ul li{
         float: left;
         list-style-type:none;
         padding:10px 20px 0 0;
font-size: 1em; font-weight: bold
}


#communblock {width:100%;}
/* #communblock img{padding:10px 6px 6px 6px ;float:left;}
#communblock p{font-size:10px;text-align:right;padding:0 10px 3px 0;}
#communblock p a{text-decoration:none;border-bottom:solid 1px;}
#communblock p a:hover{text-decoration:none;border-bottom:none;} */

#communblock .ct{padding:7px 0 0 0;}
#communblock p.mb{font-size:16px;text-align:left;}
#communblock div.mb{color:#1b99d4;}

/* Форумы */

textarea {
font-size: 1em
}

#content .title {
color: #7E7E7E;
}

/* Форумы */

#fortable2 {
width: 100%;
margin: 0 0 30px 0;
}

#fortable2 td {
padding: 6px 0 6px 5px;
vertical-align: top;
}


#fortable2 .forhead td {
vertical-align: bottom;
font-size: 0.8em;
}

#fortable2 .forhead td h2{
margin-top: 20px;
font-size: 1.85em;
}

#fortable2 h3 {
margin-top: 0;
}


/* Темы */


.forblock {
margin: 0 0 10px 0;
padding: 5px 0 5px 0;
width: 100%;
}

#fortable {
width: 100%;
margin: 10px 0 10px 0;
clear: both;
}

#fortable td {
padding: 6px 5px 6px 0;
vertical-align: top;
border-bottom: solid 1px #ADADAD;
}


#fortable tr.messtr td{
background: #E8E8E8;
border: 0px;
font-size: 0.85em;
}


#fortable span {
font-size: 0.85em;
}

#fortable .sort {
text-align: right;
font-size: 0.85em;
border: 0px;
}

.newtheme {
float: right;
text-align: right;
width: 20%;
}

.messbody {
overflow: hidden;
width: 580px;
}

/* Постраничник */

.pages {
width: 60%;
float: left;
font-size: 0.95em;
}

.pages span {
	font-weight: bold;
	padding: 3px 5px;
	margin-right: 2px;
	background: #E5E5E5;
}

.pages a {
	padding: 3px 5px;
	margin-right: 2px;
	font-size: 0.85em;
	font-weight: normal;
}

/* Сообщения темы */
#messtable {
width: 100%;
margin: 10px 0 40px 0;
clear: both;
}

#messtable td {
padding: 6px 5px 6px 0;
vertical-align: top;
}

#messtable h2 {
margin-top: 7px;
color: #7E7E7E;
}

.usinf {
font-size: 0.85em;
}

.usinf img {
margin-top: 8px;
}

.warmess {
color: #868686;
font-size: 1.6em;
float: right;
width: 30%;
text-align: right;
}

#messtable #messtr {
background: #E8E8E8;
}

#messtable .messtr {
background: #E8E8E8;
}

#messtable td.moder {
background: #CEEAE5;
}

.messdate {
float: left;
font-size: 0.8em;
}

.messlink {
float: right;
font-size: 0.8em;
}

#messtable .messbut {
padding: 0 0 10px 0;
border-bottom: solid 1px #ADADAD;
}

.citata {
width: 97%;
float:left;
margin: 10px 0;
padding: 26px 6px 20px 6px;
border: dotted 1px #ADADAD;
border-left: solid 5px #ADADAD;
color: #7E7E7E;
background: url(/Esdbpics/citat_bg.gif) top right no-repeat;
}

.discusslist p span {
font-size: 0.85em;
color: #999999;
}

/* Форма ввода */

#cform {
width: 100%;
float: left;
margin-top: 20px;
}

#forform {
width: 600px;

}

#forform p {
color: #7E7E7E;
padding: 0 0 5px 0;
}

#forform .fortxt {
width: 500px;
font-size: 1.0em;
}

#forform .fortxt13 {
width: 500px;
font-size: 13px;
}

#forform .check {
width: 13px;
}

#forform textarea {
width: 400px;
}

#forform .button {
width: 175px;
margin: 0 0 20px 0;
font-size: 1.0em;
}

#forform input {
width: 80px;
font-size: 20px;
}

#forform span {
color: #e51937;
font-size: 1.2em;
}

#forform h1 {
color: #919191;
}



/* Форма логина */

#rform p {
color: #7E7E7E;
padding: 0 0 5px 0;
}

#rform input {
width: 200px;
font-size: 1.0em;
}

#rform .check {
width: 13px;
}

#rform textarea {
width: 200px;
}

#rform .button {
width: 175px;
margin: 0 0 20px 0;
font-size: 1.0em;
}

#rform span {
color: #e51937;
font-size: 1.2em;
}

/* Предпросмотр */

#messpr {
padding: 10px 6px 20px 6px;
border: dotted 1px #ADADAD;
border-left: solid 5px #ADADAD;
color: #7E7E7E;
margin: 20px 0 20px 0;
}

#messpr h2 {
margin-top: 7px;
color: #007DC3;
}


/* фото пользователей на сайте */

.gallery_photo_menu  {
	padding: 0 20px 10px 0; margin-top: 10px;
        clear:both;overflow:hidden;
}

.gallery_photo_menu ul li {
        float: left;
	margin-right: 20px; padding-left: 15px;
	background: url(../../Esdbpics/arr.gif) no-repeat 0 5px; 
	/* background: #def2ee;*/
}

.gallery_photo_menu ul li.active {
	background: url(../../Esdbpics/arr2.gif) no-repeat 0 5px; 
}

.gallery_photo_menu ul li.active1 {
	background: url(../../Esdbpics/arrt.gif) no-repeat 0 5px; 
}

.gallery_photo_menu ul li.none {
	background: none
}

.gallery_photo_city {
        float: left;
        width: 100%;
        font-size:1.1em; font-weight: bold
}

.gallery_photo_city ul {
float: left;
width: 100%;
margin: 10px 0 0 0; padding: 0
}

.gallery_photo_city ul li {
float: left;
width: 220px; height: 30px;
list-style-type: square;
margin-left: 14px
}

.gallery_photo_city ul li a {
color: #717171
}

.users_gallery_photo  {
	padding: 20px 0 10px 0;
}

.gallery_photo_item {
        float: left;
        width:170px; height:130px;
}

.gallery_photo_item a {
        float: left;
	border-left: #eee solid 5px;
	border-top: #eee solid 5px;
	border-right: #eee solid 5px;
	border-bottom: #eee solid 10px
}

.gallery_photo_item a:hover {
	border-left: #3eae98 solid 5px;
	border-top: #3eae98 solid 5px;
	border-right: #3eae98 solid 5px;
	border-bottom: #3eae98 solid 10px
}

/* Подписка */

#subscribe {
float: left;
width: 100%
}

#subscribe ul {
float: left;
width: 100%;
margin-top: 5px
}

#subscribe ul li {
float: left;
width: 100%;
margin-top: 5px
}

#subscribe ul li input {
margin-right: 5px;
position: relative; top: 1px
}

#subscribe .submit {
float: left;
width: 100%;
margin: 10px 0 0 0
}

/* Друзья */

#friendslist {
float: left;
width: 100%;
margin-top: 10px
}

#friendslist .friend {
float: left;
width: 170px; height: 85px
}

#friendslist .friend .pic {
float: left;
width: 70px; height: 75px;
background: url(/Esdbpics/face60_2.gif) no-repeat;
}

#friendslist .friend .info {
margin-left: 80px;
}

#friendslist .friend img.user {
float: left;
margin-right: 10px;
border-left: #eee solid 5px;
border-top: #eee solid 5px;
border-right: #eee solid 5px;
border-bottom: #eee solid 10px
}

#friendslist .friend p {
margin-top: 0;
}

/* Гости */

.view {
float: left;
padding: 10px; margin-top: 10px;
width: 330px;
background: #d9efea;
border: #cfeae5 1px solid
}

.view .view_item {
float: left;
width: 160px; height: 75px
}

.view .view_item .pic {
float: left;
width: 66px;
height: 68px;
background: url(/Esdbpics/face60.gif) center no-repeat;
}

.view .view_item .pic a {
float: left;
border-left: #fff solid 3px;
border-top: #fff solid 3px;
border-right: #fff solid 3px;
border-bottom: #fff solid 6px
}

.view .view_item .pic a:hover {
border-left: #289D86 solid 3px;
border-top: #289D86 solid 3px;
border-right: #289D86 solid 3px;
border-bottom: #289D86 solid 6px
}

.view .view_item .info {
	margin-left: 75px
}

.view .view_item .info a {
	font-weight: bold; font-size: 0.9em
}

.view .view_item .info p {
	font-size: 0.8em;
	color: #ADADAD;
	margin-top: 0px
}

/* Лента */

.friendlenta {
float: left;
width: 100%;
margin-top: 10px
}

.friendlenta_item {
float: left;
width: 100%;
margin-top: 10px
}

.friendlenta_item p {
margin-top: 0;
}

.friendlenta_item p.date {
margin-top: 0;
font-size: 0.8em;
color: #919191
}

.friendlenta_item p img {
clear: both
}


/* Селект городов */

#city_list {
	float: left;
	margin-bottom: 20px;
	width: 100%

}

.city_sel {
	float: left;
	margin-right: 20px;
}

/* О юзере в highslide */

.small_info {
	font-size: 0.85em;
	min-width: 193px;  background: #F4F1FF;
}

.small_info h3 {
	font-size: 1.1em; font-weight: bold;
}

.small_info ul {
	font-size: 0.8em; font-style: italic;
	margin-top: 0px
}

.small_info h4 {
	margin: 5px 0 0 0;
	font-size: 0.9em; font-weight: bold;
	color: #818181
}

.small_info p {
	margin-top: 0; padding-bottom: 10px;
	font-size: 0.75em; line-height: 130%;
	color: #818181
}

.small_info p.dates {
	font-size: 0.7em;
	color: #AFAFAF
}

/* Фото пользователей */

.foto50 {
width: 50px;
height: 50px;
margin-right: 10px;
background: url(/Esdbpics/face50.gif) center no-repeat;
} 


/* Фотоальбом пользователя */

#photoalbum {
	float: left;
	width: 100%;
margin-top: 20px
}

#photoalbum .photoitem {
	float: left;
	height: 160px;
	margin: 0;
	padding: 20px 60px 0 0;
}

#photoalbum img {
	border: 6px solid #dddddd;
}

#photoalbum img.none{
	border: none;
}

#photoalbum .photoitem .photoedit {
	float: left;
	margin: 0;
	padding: 0;
	width: 45px; height: 15px;
}

#photoalbum .photoitem .photoedit img {
	border: none;
}


#photoalbum  .cabmess {
	margin: 5px 0 0 20px;
}

/* Центр сообщений */

#messcenttop ul {
	float: left;
list-style-type: none;
	padding: 0 0 20px 0;
	margin: 0;
}

#messcenttop  ul {
	float: left;
	font-size: 0.9em;
	list-style-type: none
}

#messcenttop  li {
	float: left;
	font-size: 1.1em;
	margin-right: 20px;
}

#messcenttop  li  span{
padding: 2px 6px 2px 6px;
font-size: 0.7em;
background: #eeeeee;
color: #000000;
}

#messcenttop  li  a{

}

#messcent {
margin: 0 0 30px 0;
}

#messcent  td{
padding: 10px 20px 10px 0;
}

#messcent .new {
padding: 2px 6px 2px 6px;
font-size: 0.7em;
background: #A50303;
color: #ffffff;
}
#messcent .messlist  td {
border-bottom: dotted 1px #B4B4B4;
}

#message {
max-width: 700px;
min-width: 400px;
width: 80%;
}

#message p {
padding-bottom: 8px;
}

#message p span {
font-size: 0.85em;
color: #818181
}

#messtop  ul {
	float: left;
margin: 0;
	padding: 0 0 20px 0;
list-style-type: none
}

#messtop  ul {
	float: left;
}

#messtop  li {
	float: left;
	font-size: 1.1em;
	margin-right: 20px;
	color: #80307A;
}

#messtop  li  a{
font-size: 0.9em;
}

.caberrmess2 {
font-size: 1.1em; font-weight: bold;
color:#EC6100;
}

.cabmess {
font-size: 1.1em; font-weight: bold;
margin-bottom: 10px;
color:#D66F68;
}

.cabtext{
        width: 350px;
	font-size: 13px;
}

.codestyle {
float: left;
width: 100;
margin-top: 10px;
background: #f1f1f1;
}

.instyle {
float: left;
width: 96%;
font-family: Courier;
padding:2%;
}


/* Участники путевки */

.conauth {
	float: left;
	width: 240px;
	margin: 20px 0 0 0;
}

.conauth .pic {
	float: left;
	width: 70px;
}

.conauth .info {
	margin-left: 70px
}

.conauth .info h3 {
	float: left;
	width: 100%;
	margin-top: 0
}

.conauth .info h4 {
	float: left;
	width: 100%;
	font-size: 12px; font-weight: bold;
	color: #818181; font-style: italic; margin: 5px 0 0 0
}

.conauth .info p {
	font-size: 0.85em;
	margin-top: 3px;
	line-height: 120%;
	color: #919191
}

/* Опрос на 101 */

#indvote h4 {
	margin: 5px 0 0 0;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 120%;
}

#indvote span.moreres {
	font-size: 0.85em;
	font-weight: bold;
	margin-left: 10px;
}

#indvote span.moreres a {
color: #000
}

#indvote span.moreres img {
position: relative; top: 1px; left: 5px
}

#indvote ul {
	margin: 10px 0;
}

#indvote ul li {
	margin-top: 3px;
}

#indvote ul li input {
	position: relative; top: 2px;
}

.voteresult {
	margin-top: 10px;
}

.voteresult td {
	padding-right: 20px;
	padding-bottom: 5px;
}

.voteresult td.votegraph {
	padding-right: 5px;
	padding-bottom: 5px;
}

.voteresult td img {
	height: 5px;
	position: relative; top: 7px;
}