@charset "windows-1251";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
    }


a:link {
	color: #616c53;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #616c53;
}
a:hover {
	text-decoration: none;
	color: #82ba3f;
}
a:active {
	text-decoration: none;
}

/*линки меню слева*/
a.menuk {
	text-decoration: underline;
	font-size:12px;
}
a:hover.menuk {
	text-decoration: none;
	color: #82ba3f;
}
/*линки меню закладок*/
a.menuk2 {
	text-decoration: none;
}
a:hover.menuk2 {
	text-decoration: none;
	color: #82ba3f;
}
a:visited.menuk2 {
	text-decoration:none;
	color:#616c53;
}
/*линки меню внизу*/
a.menuk3 {
	text-decoration:underline;
	color: #ffffff;
}
a:hover.menuk3 {
	text-decoration:none;
	color: #82ba3f;
}
a:visited.menuk3 {
	text-decoration:underline;
	color:#ffffff;
}
/*********/
img {
    border:none;
}
/*плашки заголовков*/
.heading_bg {
    color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color:#82ba3f;
	padding-left: 5px;
	padding-right: 5px;
	height: 18px;
	}
.heading_bg_gray {
    color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color:#bbbbbb;
	padding-left: 5px;
	padding-right: 5px;
	text-align:center;
	height: 18px;
	}
.heading_bg_table  td{
   	font-size: 9px;
	font-weight: normal;
	background-color:#E8E8E8;
	padding-left: 5px;
	padding-right: 5px;
	text-align:center;
	height: 14px;
	border-width: 0px 1 1 0px;
	}
.heading_bg_1place td{
    color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color:#aaef57;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	vertical-align:middle;
	height: 30px;
	border-width: 0px 1 1 0px;
	}
.heading_bg_2place td{
    color:#82ba3f;
	font-size: 12px;
	font-weight: bold;
	background-color:#b7e87c;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	height: 28px;
	border-width: 0px 1 1 0px;
	}
.heading_bg_3place td{
    color:#82ba3f;
	font-size: 12px;
	font-weight: normal;
	background-color:#e7f9d2;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	height: 26px;
	border-width: 0px 1 1 0px;
	}
.heading_bg_simple1 td{
  	font-size: 11px;
	font-weight: normal;
	background-color:#E8E8E8;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	height: 24px;
	border-width: 0px 1 1 0px;
	}
.heading_bg_simple2 td{
  	font-size: 11px;
	font-weight: normal;
	background-color:#f5f5f5;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	height: 24px;
	border-width: 0px 1 1 0px;
	}
table.border_r td{
border-color: #FFFFFF;
border-style: solid;
}

/*бордеры у менюх слева*/	
table.border1{
border-color: #82ba3f;
border-style: solid;
border-width: 1 1px 1px 1
}
table.border1 td, table.border1 th{
border-color: #82ba3f;
border-style: solid;
border-width: 0px 0 0 0px;
}

table.border2{
border-color: #f7ab00;
border-style: solid;
border-width: 1 1px 1px 1
}
table.border2 td, table.border2 th{
border-color: #f7ab00;
border-style: solid;
border-width: 0px 0 0 0px
}
	
/*лого и градиенты внизу и вверху*/
.logo {
	background-image: url(/images/themes/3/logo.gif);
	background-repeat: no-repeat;
	}	
	
.header_bg {
	background-image: url(/images/themes/3/head_bg.gif);
	background-repeat: repeat-x;
	}	
.footer_bg {
	background-image: url(/images/themes/3/footer_bg1.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	}	
	
/*формы*/	
form {
	height: 18px;
}

.form1 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 1px 0px 3;
	color: #8f8f8f;
	border: solid #aaef57;
	background-color:#e8e8e8;
	border-width: 1 1px 1px 1;
	font-size: 11px;
	height: 18px;
	width: 230px;
}	
.button {
	border: none;
	background:url(/images/themes/3/arrow.gif) no-repeat center; 
	height: 18px;
	width: 18px;
}	
.form2 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 1px 0px 3;
	color: #8f8f8f;
	border: solid #aaef57;
	background-color:#e8e8e8;
	border-width: 1 1px 1px 1;
	font-size: 11px;
	height: 18px;
	width: 150px;
}
.form_select {
	font-family: Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	border: solid #aaef57;
	background-color:#e8e8e8;
	border-width: 1 1px 1px 1;
	font-size: 11px;
	height: 18px;
	width: 125px;
}
.form_date {
	font-family: Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	padding: 0 1px 0px 3;
	border: solid #bbbbbb;
	background-color:#ffffff;
	border-width: 1 1px 1px 1;
	font-size: 11px;
	height: 18px;
	width: 70px;
}
.form_comment {
	font-family: Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	padding: 0 1px 0px 3;
	border: solid #bbbbbb;
	background-color:#ffffff;
	border-width: 1 1px 1px 1;
	font-size: 11px;
	height: 18px;
	width: 190px;
}
.form_comment_txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	padding: 0 1px 0px 3;
	border: solid #bbbbbb;
	background-color:#ffffff;
	border-width: 1 1px 1px 1;
	font-size: 11px;
	height: 75px;
	width: 100%;
}

/*плашки меню закладок*/	
.menu_active {
    color: #616c53;
	font-weight: bold;
	background-color:#ffffff;
	border: solid #aaef57;
    border-width: 1 1px 0px 1;
	text-align:center;
	height:20px;
	}
.menu_passive {
    color: #616c53;
	background: url(/images/themes/3/menu_passive_bg.gif);
	border: solid #aaef57;
    border-width: 0 0px 1px 0;
	text-align:center;
	height:20px;
	}
.menu_separator {
	border: solid #aaef57;
    border-width: 0 0px 1px 0;
	}

/*******/	
.work_area {
	border: solid #aaef57;
    border-width: 0 1px 1px 1;
	}

/*фоматирование текста*/	
.block {
    padding: 5px;
	}
.block_red {
    color:#FFFFFF;
	padding: 7px;
	background-color: #82ba3f;
	background-image: url(/images/themes/3/head_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
.block_gray {
    padding: 7px;
	background-color: #f5f5f5;
	}
/*разделители*/
.separator {
	background-color:#aaef57;
	height: 1px;
}	
.separator2 {
	background-color:#e8e8e8;
	height: 1px;
}	

/*стили для блока конкурсов*/
.descr_konkurs {
    color:#FFFFFF;
	}
.head_konkurs {
	color: #ffff9c;
	font-weight:bold;
	}
a.konkurs {
	color: #ffbe2c;
	font-weight:bold;
	text-decoration: none;
}
a:visited.konkurs {
	text-decoration: none;
	color: #ffbe2c;
}
a:hover.konkurs {
	text-decoration: underline;
	font-weight:bold;
	color: #ffff9c;
}


/*стили heading'ов*/
h3 {
    font-size: 11px;
	margin: 0px;
}
h2 {
	font-size: 12px;
	margin: 0px;
	text-transform: uppercase;
}
h2.menu_up {
    text-transform: none;
    font-size: 11px;
	margin: 0px;
	font-weight: normal;
}
h1 {
	font-size: 12px;
	margin: 0px;
	font-weight: normal;
}
h1.horoscope {
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
	text-align:center;
}
h1.salon {
	font-size: 16px;
	margin: 3px;
	font-weight: bold;
}

/*стиль списков*/
#playlist tbody tr td.selected {
		background-color: #e7f9d2;
		padding: 0px 0px;
		border-left: 1px solid #ffffff;
		}
#playlist tbody tr td {
		padding: 2px 5px 4px;
		}
#playlist2 tbody tr td.selected {
		background-color: #e7f9d2;
		padding: 0px 0px;
		border-left: 1px solid #ffffff;
		}
#playlist2 tbody tr td {
		padding: 2px 5px 4px;
		}
a.num {
	color: #e00066;
	text-decoration:none;
	}
.num-color1 {
    background-color: #e7f9d2;
	}
.num-color2 {
	background-color: #f5f5f5;
	}

/*рекламный блок*/
.adcorner1 {
    background:url(/images/themes/3/border_ad/corner1.gif);
	height:3px;
	width:3px;
	}
.adbord1 {
	background:url(/images/themes/3/border_ad/bg1.gif);
	height:3px;
	}
.adcorner2 {
    background:url(/images/themes/3/border_ad/corner2.gif);
	height:3px;
	width:3px;
	}
.adbord2 {
	background:url(/images/themes/3/border_ad/bg2.gif);
	height:3px;
	}
.adcorner3 {
    background:url(/images/themes/3/border_ad/corner3.gif);
	height:3px;
	width:3px;
	}
.adbord3 {
	background:url(/images/themes/3/border_ad/bg3.gif);
	height:3px;
	}
.adcorner4 {
    background:url(/images/themes/3/border_ad/corner4.gif);
	height:3px;
	width:3px;
	}
.adbord4 {
    background:url(/images/themes/3/border_ad/bg4.gif);
	height:3px;
	}
.heading_ad {
    color:#82ba3f;
	font-size: 12px;
	font-weight: bold;
	background-color:#b7e87c;
	padding-left: 5px;
	height: 18px;
	}
.ad_bg {
	background-image: url(/images/themes/3/greystars.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	}
	
/*алфавит*/
table.alph1  td {
	background-color: #e8e8e8;
	text-align: center;
	padding: 1 3 1 3;
	vertical-align: middle;
	width: 17px;
}
.select_char {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/themes/3/red.gif);
}
/*страницы*/
table.pages td {
	width: 12px;
	text-align: center;
	padding: 1 2 1 2;
	vertical-align: middle;
}
table.pages2 {
border-color:#82ba3f;
border-width: 1px 0 1px 0;
border-style: solid;
}
.page_char {
		color: #82ba3f;
	}
/*модуль салона*/
table.mod1 {
background:#f5f5f5;
height: 100%;
}
table.mod2 {
background:#fceeee;
height: 100%;
}
.modcorner1 {
    background:url(/images/themes/3/border_mod/corner1.gif);
	height:3px;
	width:3px;
	}
.modcorner2 {
    background:url(/images/themes/3/border_mod/corner2.gif);
	height:3px;
	width:3px;
	}
.modcorner3 {
    background:url(/images/themes/3/border_mod/corner3.gif);
	height:3px;
	width:3px;
	}
.modcorner4 {
    background:url(/images/themes/3/border_mod2/corner4.gif);
	height:3px;
	width:3px;
	}
.mod2corner1 {
    background:url(/images/themes/3/border_mod2/corner1.gif);
	height:3px;
	width:3px;
	}
.mod2corner2 {
    background:url(/images/themes/3/border_mod2/corner2.gif);
	height:3px;
	width:3px;
	}
.mod2corner3 {
    background:url(/images/themes/3/border_mod2/corner3.gif);
	height:3px;
	width:3px;
	}
.mod2corner4 {
    background:url(/images/themes/3/border_mod2/corner4.gif);
	height:3px;
	width:3px;
	}
.heading_mod {
	background-color:#82ba3f;
	height: 18px;
	}
.icons_mod {
	background-color:#616c53;
	text-align:right;
	padding-right: 4px
	}
.type_mod {
	font-weight:bold;
	color:#ffbe2c;
		}

/*для статей - настя, не менять */

.party_table {
	margin-right: 6px;
}
.party_hed
{
	border-bottom: 1px solid #DAAFC4;
	padding-left: 6px;
	height: 69px;
}
.party_copy {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #666666;
}
.party_side {
	padding-top:6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}
A.party_sidelink:link,
A.party_sidelink:active,
A.party_sidelink:visited  {
	color:#99426D;
	text-decoration: none;
	font-size: 11px;
	font-family: arial, Helvetica, sans-serif;	
}

A.party_sidelink:hover {
	color:#CC6699;
}
.bb_col2 {
	border-left:1px solid #cccccc;
	padding-left:0px;
	padding-right:0px;
	margin-right:0px
}
.bb_col2_party {
	border-left:1px solid #cccccc;
	padding-left:0px;
	padding-right:0px;
	margin-right:0px;
	border-top: 1px solid #cccccc;
}
.bb_col2_eyespy {
	padding-left:0px;
	padding-right:0px;
	margin-right:0px;
	border-top: 1px solid #cccccc;
}
.promotxt3 {
	padding-left:6px;
	margin-left:6px;
	padding:0px;
	padding-top:5px
}
.seemore { 
	color:#99426D;
}
a.seemore:link, a.seemore:visited { 
	color:#99426D;
}

a.seemore:hover, a.seemore:active { 
	color:#cc6699;
}

a.partylinks:link, a.partylinks:visited {    
	color:#666666;
} 

a.partylinks:hover, a.partylinks:active {   
	color:#999999;
} 
.tx{
font-size:16px;
font-weight : bold;
color:#059F96;
}
