body {
  font-size: 100%; 
  background: #f6ebdf url(img/bg.png);
  color: #473c30;
  margin:0;
  padding:0;
}
body, caption, th, td, input, textarea, select, option, legend, fieldset {
  font-family: Arial, Helvetica, sans-serif;
}

/* Shrift 12px s vysotoi stroki v 14px. 1em==16px*/
#page{
  font-size: 0.75em; /* 16px x .75 = 12px */
  line-height: 1.5em; /* 12px x 1.16 = 14px */ 
}

/* 
*HTML elementy 
*/
h1, h2, h3, h4, h5, h6 {padding:0; margin:0;}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {color: #b30039;}
h1 { font-size: 2.0em; font-weight: normal; line-height: 1.2em; margin-bottom: 10px;}
h2 { font-size: 1.5em; font-weight: normal; line-height: 1em;}
h2.biomenu { font-size: 12px; line-height: 1.5em; }
h3 { font-size: 1em; line-height: 1.5em; font-weight: normal; margin: 0 0 0 15px; }
/* h3, h4, h5, h6 {font-size: 1.33em;}*/


p, ul, ol, dl, pre, table, fieldset, blockquote { margin: 0;}
p {padding-bottom: 17px;}
ul, ol{ margin-left: 0; padding-left: 2em; }
li { margin: 0; padding: 0;}
a {color: #7c233f; text-decoration: underline;}
a:hover {text-decoration: none;}
a:active {color:#000; text-decoration: underline;}
a.active{text-decoration: none; cursor: text;}
a.title { color: #b30039;}
img {margin: 0; padding:0; border: 0px;}
table{ border-collapse: collapse;}
.image {margin-right: 5px; margin-bottom: 2px; float: left; position: relative;}
.img-border {border: 2px solid #e5d3c2; }



/*Vspomogatelnye*/
.clear-block {clear: both;}


/*  
*Struktura
 */
 
#page{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
  
#main{
  position: relative;
  _zoom: 1;
  height:100%; /**Dlya glyuka ot IE7**/
}

#content{
  float: left;
  width: 100%;
  margin-left: 0;
  margin-right: -100%; /* Negative value of #content's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  _display: inline; /* display inline or double your floated margin! [1] */
  _overflow: hidden; /* in ie6, overflow auto is broken [2] and so is overflow visible [3] */
  _overflow-y: visible;
}

#content-inner{
  padding-left: 225px; /* The width + left margin of #sidebar-left. */
  padding-right: 255px; /* The width + right margin of #sidebar-right. */
  padding-top: 29px;
}

/** sidebar-left **/
#sidebar-left{
  float: left;
  width: 210px;
  margin-left: 5px;
  margin-right: -215px; /* Negative value of #sidebar-left's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  _display: inline; /* display inline or double your floated margin! [1] */
  _overflow: hidden; /* in ie6, overflow auto is broken [2] and so is overflow visible [3] */
  _overflow-y: visible;
}

#sidebar-left-inner{
  margin: 0;
  padding: 0;
}

/** sidebar-right **/
#sidebar-right{
  float: right;
  width: 240px;
  margin-left: -245px; /* Negative value of #sidebar-right's width + right margin. */
  margin-right: 5px;
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  _display: inline; /* display inline or double your floated margin! [1] */
  _overflow: hidden; /* in ie6, overflow auto is broken [2] and so is overflow visible [3] */
  _overflow-y: visible;
}

#sidebar-right-inner{
  margin: 0;
  padding: 0;
}

#footer {clear: both;}

/*  
*Oformlenie
 */

  /**Shapka**/
#header{
  padding: 0 20px 5px 20px;
  height: 194px;
}
#logo {
  float: left;
  width: 210px;
  height: 194px;
  display: inline;
  margin-right: 20px;
}
#header-inner{
  height: 194px;
  width: 100%;
  display: inline;
}

#lenta-photo {
  height: 98px;
  position: relative;
  overflow: hidden;
}
#lenta-photo img{
  border: 3px solid #ddba8f;
}
#lenta-photo a{
  float: left;
  display: inline;
}

#lenta-photo a.last{
  margin-right: 0%;
}
 
.infiniteCarousel .wrapper {
  width: 100%; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  height: 98px;
  position: absolute;
  top: 0;
}
.infiniteCarousel .wrapper ul {
  width: 840px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}
 
.infiniteCarousel ul li {
  display:inline;
  float:left;
  padding: 9px 17px 0 0;
  height: 89px;
  width: 90px;
}
 
#search-subscribe {
  height: 96px;
  text-align: center;
}
#search {
  float: left;
  width: 42%;
  height: 90px;
  padding-top: 6px; 
}
#search form {
  width: 315px;
  margin: 0 auto;
  height: 80px;
  padding-top: 12px;
  background: url(img/search-bg.jpg) no-repeat 205px -5px;
}
#search label, #subscribe label {
 display: block;
 color: #968573;
 font-size: 1.33em;
 text-transform: uppercase;
 margin-bottom: 5px;
 text-align: left;
}
#search input, #subscribe input {
 float: left;
}
#search form div.item,
#subscribe form div.item {
	height: 35px;
	background: url(img/search-form-l.png) no-repeat left top;
}
#search input.search-form,
#subscribe input.search-form {
 width: 208px;
 background: url(img/search-form.png) repeat-x;
 border: none;
 font-size: 1.16em;
 color: #968573;
 padding: 10px 0 10px 0;
 margin: 0;
 margin-left: 10px;
}
#search input.search-but,
#subscribe input.search-but {
 width: 84px;
 background: url(img/search-button.png) no-repeat left top;
 border: none;
 font-size: 1.16em;
 font-weight: bold;
 color: #fff;
 padding: 9px 0 11px 0;
 cursor: pointer;
 margin: 0;
}


#subscribe {
  height: 90px;
  padding-top: 6px;
  float: left;
}
#subscribe form {
  width: 323px;
  margin: 0 auto;
  height: 80px;
  padding-top: 12px;
  background: url(img/subscribe-bg.jpg) no-repeat 240px top;
}
#subscribe input.search-form {
 width: 129px;
 background: url(img/search-form.png) repeat-x;
}
#subscribe input.search-but {
 width: 132px;
 background: url(img/sub-button.png) no-repeat left top;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #000;
	color: #fff;
	font-size: 0.75em;
	padding: 5px;
	opacity: 0.8;
	width: 146px;
	margin-top: -70px;
	margin-left: -75px;
}


  /**Top-Menu i FOOTER**/
.inline-menu {
  height: 33px;
  background: #bd164e url(img/top-menu-bg-l.png) no-repeat left top;
  margin: 0 4%;
  text-align: center;
  padding-left: 7px;
}
.inline-menu div.inline-menu-right{
  background: url(img/top-menu-bg-r.png) no-repeat right top;
  height: 33px;
  padding-right: 7px;
}

.inline-menu ul.menu {
  height: 33px;
  list-style: none;
  margin: 0 auto;
  display: table;
  white-space: nowrap;
  padding: 0px;
}
.inline-menu ul.menu li {
  display: table-cell;
  background: url(img/top-menu-line.png) no-repeat right 2px;
  padding: 7px 15px 7px 15px;
  behavior: url("http://www.mega-stars.ru/ie6hover.htc");
}
.inline-menu ul.menu li.last {
  background: none;
  padding-right: 0px;
}
.inline-menu ul.menu li.first {
  padding-left: 0px;
}
/**FOR IE**/
.inline-menu ul.menu {//display: inline-block;}
.inline-menu ul.menu {//display: inline;}
.inline-menu ul.menu li {//display: inline-block;}
.inline-menu ul.menu li {//display: inline; float: left;}

.inline-menu ul.menu li a,
.inline-menu ul.menu li {
  color: #fff;
  font-weight: bold; 
}


.inline-menu ul.menu li div {	
	behavior: url("http://www.mega-stars.ru/ie6hover.htc");
	display: none;
	z-index: 3000;
}
.inline-menu ul.menu li:hover div,
.inline-menu ul.menu li div:hover,
.inline-menu ul.menu li.hover div,
.inline-menu ul.menu li div.hover{
	display: block;
	position: absolute;
	z-index: 100;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	margin-left: -15px;
	z-index: 3000;
}
.inline-menu ul.menu li ul{	
	padding: 0;
	background: #af0f41;
	position: relative;
	float: left;
	padding-bottom: 7px;
}
.inline-menu ul.menu li ul li{
	clear: both;
	display: list-item;
	background: transparent;
	list-style: none;
	padding: 0 15px;
}
.inline-menu ul.menu li ul li a{
	font-weight: normal;
}





  /**Block**/
.block  {margin-bottom: 22px; width: 210px;}
  
  /**block title**/
.block h4.title {color:#fff; font-size: 1.33em; font-weight: bold;}
.block h5.title {font-size: 1.16em; font-weight: bold;}

/**Skruglenie blokov**/
.r-border-shape {background: #e5d3c2; }
.r-border-shape .content{
	background:#fff;
	padding:7px 8px;
	margin: 0 2px;
}

#content .r-border-shape .content{
	padding:7px 13px;
}

.r-border-shape .tb, .r-border-shape .bb{
	position:relative;
	height:9px;
	overflow:hidden;
}

.r-border-shape .cn{
	position:relative;
	width:9px;
	height:36px;
	background:url(img/r-border2.png);
	overflow:hidden;
}

.r-border-shape .cn.r{
	position:absolute;
	margin-left:100%;
	left:-9px;
	top:-9px;
}

.r-border-shape .bb .cn{margin-top:-18px;}
.r-border-shape .cn.l{
	width:auto;
	margin-right:9px;
}

  
  /**Block znamenitosti**/
#block-znamenitosti div.title{
	background: url(img/stars-title-bg.jpg) no-repeat;
	height: 76px;
}
#block-znamenitosti h4.title {
	padding: 38px 0 0 84px;
}
#block-znamenitosti .razdel {
	_height: 20px;	
	min-height: 20px;	
}
#block-znamenitosti a.title {
	color: #b30039;
	float: right;
	position: relative;
	margin-right: 17px;
	text-align: right;
}

#block-znamenitosti .stars-menu {
	width: 100%;
	padding-bottom: 19px;
	
}
#block-znamenitosti .stars-menu-last{
	padding-bottom: 0;
}
#block-znamenitosti .stars-menu .left,
#block-znamenitosti .stars-menu .right {
	text-align: center;
	width: 50%;
	position: relative;
	float: left;
	margin-top: 13px;
}
#block-znamenitosti .stars-menu .left img,
#block-znamenitosti .stars-menu .right img {
	width: 84px;
}
/**ssylki s kartinkami i podpisyami**/
#block-znamenitosti .stars-menu .left a,
#block-znamenitosti .stars-menu .right a,
#birthday a {
	text-decoration: none;
}
#block-znamenitosti .stars-menu .left a span,
#block-znamenitosti .stars-menu .right a span,
#birthday a span{
	text-decoration: underline;
}
#block-znamenitosti .stars-menu .left a:hover, /**For IE6**/
#block-znamenitosti .stars-menu .right a:hover,
#birthday a:hover{
	foo:bar;
}
#block-znamenitosti .stars-menu .left a:hover span,
#block-znamenitosti .stars-menu .right a:hover span,
#birthday a:hover span{
	text-decoration: none;	
}

/**Vypadayuschit blok v znamenitostyah i poumolchaniyu**/
	/**bolshoi alfavit v znamenitostyah**/
#estrada-stars .active .pop_menu {
  background: url(img/alphabet-big.png) no-repeat left top;
  height: 329px;
}

.active .pop_menu .rus div.lang, 
.active .pop_menu .eng div.lang, 
.active .pop_menu .num div.lang{
	color: #e1d7cd;
	font-weight: bold;
	font-size: 1.16em;
	margin: 8px 0 2px 10px;
	line-height: 1em;	
}
.active .pop_menu .eng div.lang {
	color: #e4b9c7;
}
.active .pop_menu .num div.lang {
	color: #b9c0e4;
}
.active .pop_menu .content {
	background: transparent;
	margin-left: 6px;
	padding: 0;
}
.active .pop_menu .rus .content a,
.active .pop_menu .eng .content a, 
.active .pop_menu .num .content a{
	color: #7a5b3d;
	font-weight: bold;
	font-size: 0.83em;
	line-height: 1em;
	text-transform: uppercase;
	display: block;
	float: left;
	width: 23px;
	height: 10px;
	padding:8px 0 5px 0;
	margin:0 2px 2px 0;
	text-align: center;
}
.active .pop_menu .eng .content a {
	color: #b30039;
}
.active .pop_menu .num .content a {
	color: #0026b3;
}


/**Vypadayuschit blok Default**/ 
.pop {
	position: absolute; 
	width: 15px;
	font-family: Tahoma, Arial;
	display: none;
}
.pop-display {
  display: block;
}
  
.pop .pop_menu {
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; 
}
	
.pop .pop_toggle {
	background: url(img/stars-menu-button.png) no-repeat center center;
	width: 15px;
	height: 15px;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;
	margin-left: 177px;
	margin-top: 1px;
}

.active .pop_menu {
	background: url(img/alphabet.png) no-repeat left top;
  display: block;
  color: #7a5b3d;
  position: absolute;
  width: 210px;
  left: -10px;
  margin-top: 27px;
  height: 137px;
}

.active .pop_toggle {
	z-index: 2000;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/stars-menu-button.png) no-repeat center center;
}

 

  /**Block reklamy**/
.reklama div.title{
	background: url(img/brown-title-bg.png) no-repeat;
	height: 34px;
}
.reklama  h4.title {
  padding-top: 9px;
  text-align: center;
}
.reklama .content {
  font-size: 0.83em;
  line-height: normal;
  padding: 10px;
}

 /**Block Novosti o zvezdah**/
#block-stars-news {
	margin-bottom: 0px;
}
#block-stars-news div.title{
	background: url(img/stars-news-title-bg.jpg) no-repeat;
	height: 63px;
}
#block-stars-news  h4.title {
  padding: 38px 0 0 53px;
}

  /** Shablony Blok statey, novostey, etc.**/
.block-teaser-news .content {
 padding-left: 0;
 padding-right: 0;
}

a.link-block {
	display: block;
	text-decoration: none;
	overflow: hidden;
	width: 206px;
	margin-bottom: 10px;
	line-height: normal;
}
a:hover.link-block {
	background: #c2154f url(img/active-link-block-bg.png) repeat-y;
}
a.link-block .plashka-top, 
a.link-block .plashka-bot  {
	clear:both;
	height: 8px;
	overflow: hidden;
}
a:hover.link-block .plashka-top  {
	background: url(img/plashka-top.png) no-repeat;
}
a:hover.link-block .plashka-bot  {
	background: url(img/plashka-bot.png) no-repeat;
}
a.link-block img{
	width: 56px;
	float: left;
	margin: 0 7px 0 8px;
}
a.link-block div.date{
	color: #cfacb6;
	font-weight: bold;
	margin-bottom: 4px;
	margin-right: 8px;
}
a:hover.link-block div.date{
	color: #f6e3e8;
}
a.link-block div.txt{
	text-decoration: underline;
	margin: 0 8px;	
}
a:hover.link-block div.txt{
	text-decoration: none;
	color: #fff;	
}
.read-more {
	text-align: right;
	margin-right: 8px;
	font-weight: bold;
}

 /**Block Novosti partnerov**/
#block-partners-news div.title{
	background: url(img/brown-on-white-title-bg.png) no-repeat;
	height: 46px;
}
#block-partners-news  h4.title {
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
	
}
#block-partners-news a:hover.link-block {
	background: #c2154f url(img/active-link-block-brown-bg.png) repeat-y;
}
#block-partners-news a:hover.link-block .plashka-top  {
	background: url(img/plashka-top-brown.png) no-repeat;
}
#block-partners-news a:hover.link-block .plashka-bot  {
	background: url(img/plashka-bot-brown.png) no-repeat;
}



  /** Blok Novosti saita**/
#block-site-news div.title{
	background: url(img/site-news-title-bg.jpg) no-repeat;
	height: 49px;
}
#block-site-news  h4.title {
	padding: 18px 8px 0 84px;
}
#block-site-news  .news {
	background: url(img/site-news-top.png) no-repeat left top;
	margin-bottom: 10px;
}
#block-site-news  .news .date {
	color: #a36363;
	font-size: 0.91em;
	line-height: 0.91em;
	font-weight: bold;
	padding: 0 10px;
}
#block-site-news  .news .txt {
	border-right: 1px solid #f0e6dc;
	border-left: 1px solid #f0e6dc;
	padding: 12px 10px 0 10px;
	background: #fffefd url(img/site-news-txt-bg.png) repeat-x top;
	line-height: normal;
}
#block-site-news  .news .plashka-bot {
	background: #fffefd url(img/site-news-bot.png) repeat-x top;
	height: 7px;
}



  /**BREADCRUMBS**/
#breadcrumbs {
 margin-bottom: 12px;
 color: #7c233f;
}  
  
  
  /**Tizernaya REKLAMA**/
.block-teaser-news .left, .block-teaser-news .center, .block-teaser-news .right {
  text-align: center;
  float: left;
  width: 33%;
  position: relative;
  margin-top: 10px;
}

#content-top, .content-block, #be-star-teaser {margin-bottom: 18px;} 
/**Sortirovka v novostyah**/
#content-area .popup-block{
	float: right;
	width: 54px;
	height: 25px;
	margin-left: 8px;
}
#content-area .alphabet,
#content-area .alphabet-big{
	float: right;
	width: 85px;
	height: 25px;
	margin-left: 8px;
}
#content-area .XIII .pop .pop_toggle {
	background: url(img/sort-button-2013.png) no-repeat center center;
	width: 54px;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;
	margin-left: 0;
}
#content-area .XII .pop .pop_toggle {
	background: url(img/sort-button-2012.png) no-repeat center center;
	width: 54px;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;
	margin-left: 0;
}
#content-area .XI .pop .pop_toggle {
	background: url(img/sort-button-2011.png) no-repeat center center;
	width: 54px;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;
	margin-left: 0;
}
#content-area .X .pop .pop_toggle {
	background: url(img/sort-button-2010.png) no-repeat center center;
	width: 54px;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;
	margin-left: 0;
}
#content-area .IX .pop .pop_toggle {
	background: url(img/sort-button-2009.png) no-repeat center center;
	width: 54px;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;
	margin-left: 0;
}
#content-area .alphabet .pop .pop_toggle,
#content-area .alphabet-big .pop .pop_toggle {
	background: url(img/sort-button-alphabet.png) no-repeat center center;
	width: 85px;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;
	margin-left: 0;
}

/**Sortirovka v novostyah po datam**/ 
#content-area .XIII .active .pop_menu,
#content-area .XII .active .pop_menu,
#content-area .XI .active .pop_menu,
#content-area .IX .active .pop_menu,
#content-area .X .active .pop_menu {
  background: url(img/sort-date-bg.png) no-repeat left top;
  display: block;
  color: #7a5b3d;
  position: absolute;
  width: 214px;
  left: -160px;
  height: 121px;
  margin-top: 40px;
}

#content-area .XIII .active .pop_menu .content,
#content-area .XII .active .pop_menu .content,
#content-area .XI .active .pop_menu .content,
#content-area .X .active .pop_menu .content,
#content-area .IX .active .pop_menu .content{
	margin-left: 1px;
}

#content-area .XIII .active .pop_menu .date div.lang,
#content-area .XII .active .pop_menu .date div.lang,
#content-area .XI .active .pop_menu .date div.lang,
#content-area .X .active .pop_menu .date div.lang,
#content-area .IX .active .pop_menu .date div.lang{
	color: #7a5b3d;
	font-weight: bold;
	font-size: 1em;
	margin: 6px 0 8px 0;
	line-height: 1em;	
	text-align: center;
}

#content-area .XIII .active .pop_menu .date .content a,
#content-area .XII .active .pop_menu .date .content a,
#content-area .XI .active .pop_menu .date .content a,
#content-area .X .active .pop_menu .date .content a,
#content-area .IX .active .pop_menu .date .content a{
	color: #7a5b3d;
	font-weight: bold;
	font-size: 0.83em;
	line-height: 1em;
	text-transform: uppercase;
	display: block;
	float: left;
	width: 41px;
	height: 10px;
	padding: 5px 0 13px 10px;
	margin-bottom: 2px;
	text-align: center;
}

/**Sortirovka v novostyah po alfavitu**/
#content-area .alphabet .active .pop_menu {
  background: url(img/sort-alphabet.png) no-repeat left top;
  display: block;
  color: #7a5b3d;
  position: absolute;
  width: 210px;
  left: -129px;
  height: 137px;
  margin-top: 40px;
}
#content-area .alphabet-big .active .pop_menu {
  background: url(img/sort-alphabet-big.png) no-repeat left top;
  display: block;
  color: #7a5b3d;
  position: absolute;
  width: 210px;
  left: -129px;
  height: 329px;
  margin-top: 40px;
}


span.filtr {
 color: #7f6954;
 font-weight: bold;
 font-size: 0.92em;
 text-transform: uppercase;
 line-height: 3em;
 float: right;
}

/** Korotkie novosti**/
.teaser-news {
	margin-top: 30px;
}
.teaser-news a.title{
	font-size: 1.16em;
	color: #7c233f;
	font-weight: bold;
}
.teaser-news .date, .teaser-news .date a{
	clear: both;
	color: #bcb7b2;
	font-weight: bold;
	text-align: right;
}

/** Segodnya rodilis**/
#birthday .title{
	background: url(img/birthday-title-l.jpg) no-repeat left top;
	height: 65px;
	margin-bottom: 0;
}
#birthday .title div{
	background: url(img/birthday-title-r.png) no-repeat right top;
	height: 65px;
}
#birthday .title h2.title{
	height: 26px;
	padding: 39px 0 0 85px;
	color: #fff;
	font-size: 1.33em;
	font-weight: bold;
	line-height: 1em;
}
#birthday .r-border-shape .content{
	background: #fcf6f8;
}
#birthday .r-border-shape .cn{
	background: url(img/r-border2-1.png);
}

/**Polny Spisok biografiy**/
.all-biography {
	width: 100%;
}
.all-biography .bio-item{
	width: 117px;
	float: left;
	text-align: center;
	height: 170px;
	margin-top: 10px;
}
.all-biography .bio-item a.link-block {
	width: 100px;
	margin-bottom: 0;
	text-align: center;
}
.all-biography .bio-item a:hover.link-block {
	background: #c2154f url(img/allbio-active.png) repeat-y;
}
.all-biography .bio-item a:hover.link-block .plashka-top  {
	background: url(img/allbio-plashka-top.png) no-repeat;
}
.all-biography .bio-item a:hover.link-block .plashka-bot  {
	background: url(img/allbio-plashka-bot.png) no-repeat;
}
.all-biography .bio-item a.link-block img{
	width: 84px;
	float: none;
	margin: 0;
}
.all-biography .bio-item a.link-block span{
	text-decoration: underline;
}
.all-biography .bio-item a:hover.link-block span{
	text-decoration: none;
	color: #fff;
}

/**<tekuschaya BUkva**/
.all-biography  .bukva {
	background: url(img/cur-letter.png) repeat-x bottom;
	font-size: 5.6em;
	color: #f0c1d0;
	padding-left: 26px;
	height: 50px;
	line-height: 50px;
}
.all-biography  .bukva div {
	background: #fff;
	width: 59px;
	text-align: center;
}

/**Vybrannaya data**/
.all-biography  .selectdate {
	background: url(img/cur-letter.png) repeat-x bottom;
	font-size: 4.2em;
	color: #f0c1d0;
	padding-left: 26px;
	height: 50px;
	line-height: 50px;
}
.all-biography  .selectdate div {
	background: #fff;
	width: 425px;
	text-align: center;
}

/**Menu ZVEZDY**/
#current-star-menu {
	margin-bottom: 25px;
}
#current-star-menu img{
	width: 246px;
	float: left;
	margin-right: 10px;
}
#current-star-menu .menu{
	margin-left: 256px;
	
}
#current-star-menu .menu .menu-item{
	background: url(img/dashed.png) repeat-x left bottom;
	width: 213px;
	padding-top: 9px;
	padding-bottom: 10px;
	min-height: 30px;
}
#current-star-menu .menu div.active{
	background-color: #eeeeee;
	
}
#current-star-menu .menu .menu-item img{
	width: 32px;
	margin-right: 8px;
}
#current-star-menu .menu .menu-item .punkt{
	margin-left: 40px;
}

/**Albomy zvezdy**/
.album {
	margin: 20px 35px 0 0;
	float: left;
}
.album img{
	float: left;
	width: 132px;
}
.album .songs-list{
	margin-left: 150px;
}
.album .songs-list ol{
	margin-top: 10px;
}

/**Photo albom**/
.photo-album {
     text-align: center;
     width: 100%;
}
.photo-album .photo-nav img{
 margin: 7px 65px;
}
.photo-album .photo-nav a{
     line-height: normal;
     text-decoration: none;
}
.photo-album .photo-prev div{
     float: left;
     min-height: 150px;
     _height:150px;
     margin: 0 0.8%;
}
.photo-album .photo-prev img{
     vertical-align: top;
     margin: 0 5px 15px 5px;
     opacity: 0.7;
     filter: alpha(opacity=70);
}
.photo-album .photo-prev img.active{
     opacity: 1;
     border-color: #000;
     filter: alpha(opacity=100);
}
.photo-album .photo-prev a:hover img{
     opacity: 1;
     border-color: #000;
     filter: alpha(opacity=100);
}

 /**Pager**/
#pager {
  position: relative;
  height: 29px;
  margin-bottom: 7px;
}
#pager-inner {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#pager .content {
  position: relative;
}
#pager .content a, 
#pager .content .unactive {
  text-decoration: none;
  background: #f4f4f4 url(img/pager-inactive.png) no-repeat;
  display: inline-block;
  position: relative;
  width: 29px;
  height: 23px;
  padding-top: 6px;
  color: #7b572c;
} 
#pager .content a {
  background: #f4f4f4 url(img/pager-active.png) no-repeat;
}
#pager .content a:hover {
  background: #f4f4f4 url(img/pager-active-hover.png) no-repeat;
}
#pager .content span {
  position: relative;
} 


  /**COMMENTS**/
#comments {
  margin-bottom: 30px;
}
#comments-title {
 text-align: center;
}
#comments-title h4.title {
  width: 295px;
  height: 48px;
  padding-top: 10px;
  text-align: center;
  margin: 0 auto;
  background: #c11952 url(img/comments-title-bg.png) no-repeat;
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1em;
}
#comments .forms {
	margin-top: 30px;
} 
#comments .forms label {
  width: 130px;
  display: block;
  float: left; 
} 
#comments .forms  label.code{
  width: 150px;
  margin-top: 15px;
} 
#comments .forms  input {
  margin-top: -3px; 
}

#comments .comment-body{
  margin-bottom: 17px;
}
#comments .comment-body .author-name {
  font-weight: bold;
  margin-bottom: 3px;
}
#comments .comment-body .content {
  background: #f8f8f8;
  padding: 5px;
}
#comments .comment-body .date {
  text-align: right;
  font-size: 0.83em;
}
#comments .comment-body  .reply {
  margin-left: 40px;
}
#comments .comment-body  .reply  .content{
  background: #f6ece1;
  padding: 5px;
  border-left: 10px solid #cbbaa7;
}




  /**SMAILY**/
#comments .popup-block{
	float: left;
	width: 21px;
	height: 21px;
	margin: 0;
	margin-right: 2px;
}
#comments .pop .pop_toggle {
	background: url(img/textarea-buttons/smiles.png) no-repeat center center;
	width: 21px;
	height: 21px;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;
	margin: 0;
}
#comments .active .pop_menu {
	background: url(img/smiles-bg.png) no-repeat left top;
	display: block;
	color: #f5f5f5;
	position: absolute;
	width: 137px;
	left: -65px;
	height: 80px;
	margin-top: 30px;
}
#comments .active .pop_menu .content {
	padding: 0;
}
#comments .active .pop_menu .content a{
	padding: 4px 1px 0 1px;
	margin: 0;
	height: 21px;
}

  /**FEEDBACK**/
#feedback, #add-article {margin: 20px 0;}

#feedback  .forms  select{ 
  width: 147px;
}

#feedback  .forms  label, #add-article .forms  label { 
  width: 200px;
}


  /**FORMY**/
label {
  font-size: 1.16em;
  font-weight: bold;
} 
.form-item {
  margin-bottom: 8px;
} 
.forms label {
  width: 100px;
  display: block;
  float: left; 
  color: #000;
} 
.forms label.code{
  width: 130px;
  margin-top: 15px;
} 
.forms input#edit-code{
  width: 30px;
} 
.forms input {
  margin-top: -3px; 
}
  
  
  /** Footer**/

#bot-menu.inline-menu{
	height: 31px;
	background: url(img/bot-menu-l.png) no-repeat left top;
	margin: 0 20px;
}
#bot-menu.inline-menu div.submenu{
	background: url(img/bot-menu-r.png) no-repeat right top;
	padding-right: 7px;
}
#bot-menu.inline-menu ul.menu li {
	background: url(img/bot-menu-line.png) no-repeat right 2px;
	padding: 5px 15px 5px 15px;
}
#bot-menu.inline-menu ul.menu li.last {
	background: transparent;
	padding-right: 0px;
}
#bot-menu.inline-menu ul.menu li.first {
	padding-left: 0px;
}
#bot-menu.inline-menu ul.menu li ul{	
	background: #bf8c84;
}
#bot-menu.inline-menu ul.menu li ul li{	
	background: none;
	padding: 0 15px;
}
#bot-menu {
  margin-bottom: 6px;
}

/**CopyRight**/
#copyright {
	height: 98px;
	background: url(img/copyright.jpg) no-repeat left 10px;
	margin: 0 35px;
}
#copyright .copyright {
	font-size: 1.5em;
	color: #7a480d;
	line-height: normal;
	padding: 35px 0 0 85px;
	float: left;
}
#copyright .counters {
	padding: 35px 0 0 0;
	float: right;
}

  /**HELP**/
#help {
  font-size: 0.75em; /* 16px x .75 = 12px */
  line-height: 1.2em; /* 12px x 1.16 = 14px */
  margin: 10px;
}  
#help .content {
 padding: 10px;
}
#help .content h2.title {
 margin-bottom: 10px;
}
#help .block-teaser-news {
 margin-bottom: 15px;
}
#help  ul li {
  padding-bottom: 5px;
  padding-left: 10px;
  list-style: none;
}
#help table td {
  border: 1px solid #f0f0f0;
  padding: 6px;
}
#help table{
  margin-bottom: 25px;
}


/* adlabs правый блок */
td.link-block {
	text-decoration: none;
	width: 206px;
	padding-bottom: 10px;
	line-height: normal;
}
td.link-block img{
	width: 56px;
	float: left;
	margin: 0 7px 0 8px;
}
td.link-block div.txt{
	margin: 0 8px;	
}
td.link-block div.txt a {
	text-decoration: underline;
}
td.link-block div.txt a:hover {
	text-decoration: none;
}


/* блок социальные сети и журналы */
.socnet {
	text-align: left;
	width: 100%;
}
.socnet .socnet-item {
	text-align: center;
	float: left;
	padding: 2px;
	height: 18px;
	margin-top: 5px;
}


/**Меню звезды be.mega-stars.ru**/
#current-bestar-menu {
	margin-bottom: 25px;
}
#current-bestar-menu img{
	width: 246px;
	float: left;
	margin-right: 10px;
}
#current-bestar-menu .menu{
	margin-left: 256px;
	
}
#current-bestar-menu .menu .menu-item{
	background: url(img/dashed.png) repeat-x left bottom;
	width: 213px;
	padding-top: 9px;
	padding-bottom: 10px;
	min-height: 30px;
}
#current-bestar-menu .menu div.active{
	background-color: #eeeeee;
	
}
#current-bestar-menu .menu .menu-item img{
	width: 32px;
	margin-right: 8px;
}
#current-bestar-menu .menu .menu-item .punkt{
	margin-left: 0px;
}

 /**blok stan zvezdoi**/
 
/**Title**/
#block-be-star-authorize div.title, #block-be-star-login div.title{
	background: url(img/be-star-title-bg.jpg) no-repeat;
	height: 63px;
}
#block-be-star-authorize  h4.title, #block-be-star-login  h4.title {
  padding: 38px 0 0 80px;
}

/**Forma avtorizacii**/
#block-be-star-authorize form {
  margin: 0;
  padding: 10px 8px 0 8px;
  _padding: 10px 6px 0 6px;
}
#edit-name-wrapper, #edit-pass-wrapper {
  width: 170px;
  line-height: 24px;
  height: 24px;
  background: url(img/avtorize-input-text.png) no-repeat right;
  padding: 0 10px;
  margin-bottom: 10px;
}
#block-be-star-authorize form input.form-text {
  width: 170px;
  line-height: 24px;
  height: 24px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
#block-be-star-authorize form input.form-submit {
  width: 54px;
  height: 24px;
  background: url(img/avtorize-sub-but.png) no-repeat left top;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#block-be-star-authorize form .button {
  text-align: right;
}
#block-be-star-authorize form input.form-submit:hover {
  background: url(img/avtorize-sub-but.png) no-repeat left -24px;
}
#block-be-star-authorize form .item-list ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

/**Login**/
#block-be-star-login .content {
  padding: 10px 8px 0 8px;
}

/**Bally i mesto**/
#block-be-star-login .bally, .reiting  {
  background: #f2fbfc url(img/bally-left.png) no-repeat left;
  float: left;
  display: inline;
  _width: 60px;
}
#block-be-star-login .reiting  {
  background: #fdfcea url(img/reiting-left.png) no-repeat left;
 _width: 80px;
  float: right;
}
#block-be-star-login .bally .inner, .reiting .inner {
  background: url(img/bally-right.png) no-repeat right;
  text-align: center;
  height: 36px;
  padding: 7px 10px 0 10px;
}
#block-be-star-login .reiting  .inner{
  background: url(img/reiting-right.png) no-repeat right;
}
#block-be-star-login .bally span.number, .reiting span.number{
  font-size: 1.667em;
  font-weight: bold;
  color: #473c30;
  line-height: 0.6em;
}
#block-be-star-login .bally span.discr, .reiting span.discr{
  color: #a2a2a1;
}
/**Name**/
#block-be-star-login .name {
  font-size: 1.5em;
  line-height: normal;
  color: #074f6c;
  margin: 10px 0;
}

/**Menu v lichke**/
#block-be-star-login ul.menu1, #block-be-star-login ul.menu2 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  list-style: none;
  background: url(img/dashed.png) repeat-x left bottom;
}
#block-be-star-login ul.menu2  {
  background: none;
  margin: 0;
}
#block-be-star-login ul.menu1 li, #block-be-star-login ul.menu2 li{
  padding-left: 26px;
  line-height: 1.333em;
  margin-bottom: 5px;
}
#block-be-star-login li.pers-page, .menu-lichka li.pers-page{
  background: url(img/ic.png) no-repeat left 0;
}
#block-be-star-login li.cp, .menu-lichka li.cp{
  background: url(img/ic.png) no-repeat left -16px;
}
#block-be-star-login li.message, .menu-lichka li.message{
  background: url(img/ic.png) no-repeat left -32px;
}
#block-be-star-login li.new-message, .menu-lichka li.new-message{
  background: url(img/ic.png) no-repeat left -240px;
}
#block-be-star-login li.new-message a, .menu-lichka li.new-message a{
  color: #085729;
  font-weight: bold;
}
#block-be-star-login ul.menu2 li{
  padding-left: 26px;
  font-size: 1.167em;
  font-weight: bold;
  line-height: 1.5em;
}
#block-be-star-login li.up-reit{
  background: url(img/ic-2.png) no-repeat left 0;
}
#block-be-star-login li.f-link{
  background: url(img/ic-2.png) no-repeat left -21px;
}
#block-be-star-login div.logout {
  padding-bottom: 10px;
}
#block-be-star-login div.logout a{
  background: url(img/ic.png) no-repeat left -224px;
  padding-left: 21px;
}


/**Teaser  stan zvezdoi**/
#be-star-teaser .r-border-shape .content{
	background: #eef7f7;
}
#be-star-teaser .r-border-shape .cn{
	background:url(img/r-border2-blue.png);
}

#be-star-teaser .uchastniki-left{
  float: left;
  width: 235px;
  position: relative;
}
#be-star-teaser .uchastniki-right{
  margin-left: 235px;
  position: relative;
}
#be-star-teaser .uchastniki-right .inner{
  margin-left: 15px;
  _margin-left: 10px;
}


#be-star-teaser .uchastniki-left a.mesto {
  display: block;
  cursor: pointer;
  width: 235px;
  height: 96px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin-bottom: 10px;

}
#be-star-teaser .uchastniki-left a.mesto:hover, #be-star-teaser .uchastniki-left a.mesto-0 {
  background: #278caa url(img/be-star-teaser-link-bg.png) no-repeat;
}
#be-star-teaser .uchastniki-left a.mesto img.avatar{
  float: left;
  margin: 10px;
}
#be-star-teaser .uchastniki-left a.mesto .name{
  font-size: 1.167em;
  font-weight: bold;
  margin-top: 15px;
  text-decoration: underline;
  padding-bottom: 12px;
}
#be-star-teaser .uchastniki-left a.mesto:hover .name{
  text-decoration: none;
  color: #09435a;
}
#be-star-teaser .uchastniki-left a.mesto-0 .name{
  color: #c1eff7;
  padding-right: 10px;
  text-decoration: none;
  margin-top: 25px;
}
#be-star-teaser .uchastniki-left a.mesto-0, a.be-star-banner{
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
}
#be-star-teaser .uchastniki-left a.mesto .medal{
  width: 30px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 1.56em;
  padding-top: 5px;
  behavior: url("http://www.mega-stars.ru/iepngfix.htc");
}
#be-star-teaser .uchastniki-left a.mesto .bally{
  font-size: 2em;
  color: #97143d;
}
#be-star-teaser .uchastniki-left a.mesto .bally span{
  font-size: 0.583em;
  color: #dda0b3;
}
#be-star-teaser .uchastniki-left a.mesto:hover .bally, #be-star-teaser .uchastniki-left a.mesto:hover .bally span{
  color: #c1eff7;
}
/**Medalki**/
#be-star-teaser .uchastniki-left a.mesto-0 .medal{
  background: url(img/medals.png) no-repeat left top;
  color: #6ca82a;
  text-shadow: #ffffb6 0px 1px 0;
}
#be-star-teaser .uchastniki-left a.mesto-1 .medal, #star-rating table.rating .medal-1{
  background: url(img/medals.png) no-repeat left -30px;
  color: #bc9414;
  text-shadow: #ffff7a 0px 1px 0;
}
#be-star-teaser .uchastniki-left a.mesto-2 .medal, #star-rating table.rating .medal-2{
  background: url(img/medals.png) no-repeat left -60px;
  color: #807f7d;
  text-shadow: #fff 0px 1px 0;
}
#be-star-teaser .uchastniki-left a.mesto-3 .medal, #star-rating table.rating .medal-3{
  background: url(img/medals.png) no-repeat left -90px;
  color: #ab6432;
  text-shadow: #fff 0px 1px 0;
}

a.be-star-banner {
  display: block;
  width: 220px;
  height: 96px;
  background: url(img/be-star-banner.png) no-repeat left top;
  margin: 0 auto 20px auto;
}


#be-star-teaser .uchastniki-right .next-places {
  background: #d0e4e4;
  padding: 15px 10px;
  position: relative;
}
#be-star-teaser .uchastniki-right .next-places .row {
  height: 66px;
}
#be-star-teaser .uchastniki-right .next-places .row .col{
  width: 33%;
  float: left;
  text-align: center;
  height: 50px;
  padding: 8px 0;
  position: relative;
}
#be-star-teaser .uchastniki-right .next-places .medal{
  background: url(img/medal-black.png) no-repeat;
  color: #fff;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -25px;
  text-align: center;
  behavior: url("http://www.mega-stars.ru/iepngfix.htc");
}
#be-star-teaser .uchastniki-right .ves-reiting a{
  background: url(img/ic.png) no-repeat left -48px;
  padding-left: 21px;
}
#be-star-teaser .uchastniki-right .ves-reiting{
  background: #d0e4e4;
  padding: 7px 15px;
  width: 100px;
  float: right;
}

/**Stranitsa stan zvezdoi**/
#be-star .punkt{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
#be-star .punkt .r-border-shape .content{
	background: #eef7f7;
	padding-left: 47px;
	font-size: 1.5em;
	text-align: center;
}
#be-star .punkt .r-border-shape .cn{
	background:url(img/r-border2-blue-page.png);
}
#be-star .punkt .r-border-shape {
  background: #eef7f7;
  z-index: 1;
  margin-left: 35px;
}
/**zvezda**/
#be-star .punkt .star{
	position: absolute;
	left: 0;
	top: 0;
	width: 73px;
	height: 43px;
	z-index:5;
	background: url(img/star.jpg) no-repeat;
	font-size: 2em;
	color: #af0040;
	text-shadow: #fff 0px 1px 0;
	text-align: center;
	padding-top: 28px;
}
#be-star .be-star-banner{
	background-position: 0 -96px; 
}

/**Rating**/
#star-rating table.rating tr{
  height: 95px;
}
#star-rating table.rating tr.shapka{
  background: #f6f6f6;
  text-align: center;
  height: 15px;
}
#star-rating table.rating tr.shapka td{
  padding: 10px;
  border: 1px solid #fff;
  height: 15px;
}
#star-rating table.rating tr.shapka td.mesto{
  width: 50px;
}
#star-rating table.rating tr.shapka td.bally{
  width: 60px;
}
#star-rating table.rating td.col-1, #star-rating table.rating td.col-2, #star-rating table.rating td.col-3{
  height: 75px;
  padding: 0;
}
#star-rating table.rating td.col-1, #star-rating table.rating td.col-3{
  text-align: center;
}
#star-rating table.rating td.col-2{
  padding-left: 20px;
}
#star-rating table.rating td.col-2 a.name {
  font-size: 1.5em;
  top: 25px;
  position: relative;
}
#star-rating table.rating td.col-2 a.avatar img{
  float: left;
  width: 75px;
  margin-right: 10px;
}
#star-rating table.rating td.col-3{
  color: #96153d;
  font-size: 2em;
  line-height: normal;
}
#star-rating table.rating .medal{
  width: 30px;
  height: 25px;
  padding-top: 5px;
  margin: 0 auto;
  font-size: 1.56em;
  behavior: url("http://www.mega-stars.ru/iepngfix.htc");
}
/**Info**/
#star-rating .info {
  margin-top: 30px;
}
#star-rating .info img{
  float: left;
  margin-right: 10px;
  width: 58px;
  height: 58px;
}

/**Lichka na stranitse**/
.lichka {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background: url(img/dashed.png) repeat-x left bottom;
}
.lichka .name{
  font-size: 2em;
  color: #074f6c;
  margin-bottom: 20px;
  height: 75px;
}
.lichka .name div{
  top: 25px;
  position: relative;
}

/**Menu**/
.menu-lichka {
  list-style: none;
  padding: 2px 0 0 0;
  margin: 0 0 30px 0;
  clear: both;
  position: relative;
}
.menu-lichka li{
  padding-left: 26px;
  line-height: 1.35em;
  margin-bottom: 5px;
}
.menu-lichka li.profile{
  background: url(img/ic.png) no-repeat left -80px;
}
.menu-lichka li.edit-profile{
  background: url(img/ic.png) no-repeat left -96px;
}
.menu-lichka li.edit-settings{
  background: url(img/ic.png) no-repeat left -112px;
}
.menu-lichka li.edit-pass{
  background: url(img/ic.png) no-repeat left -128px;
}
.menu-lichka li.reiting-tabl{
  background: url(img/ic.png) no-repeat left -64px;
}
.menu-lichka li.up-reiting{
  background: url(img/ic.png) no-repeat left -144px;
}
.menu-lichka li.find-yourself{
  background: url(img/ic.png) no-repeat left -160px;
}
.menu-lichka li.frend-link-users{
  background: url(img/ic.png) no-repeat left -176px;
}
.menu-lichka li.help{
  background: url(img/ic.png) no-repeat left -192px;
}
.menu-lichka li.support{
  background: url(img/ic.png) no-repeat left -208px;
}
.menu-lichka li.logout{
  background: url(img/ic.png) no-repeat left -224px;
}

#uprating  .main-content .punkt {
  margin: 20px 0;
}
#uprating  .main-content .punkt div.title {
  font-size: 1.5em;
  margin-bottom: 20px;
}
#uprating  .main-content .info{
  height: 58px;
  font-size: 1.167em;
  padding-top: 10px;
  padding-bottom: 20px;
}
#uprating  .main-content .info p{
  padding-top: 20px;
  position: relativ;
}
#uprating .info img{
  float: left;
  margin-right: 10px;
  width: 58px;
  height: 58px;
}
