* {margin: 0; padding: 0;}

body {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size : 12px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.page-fixed{
    min-width: 990px;
    max-width: 1350px;
    margin: 0 auto;
}
a {
	color : #005599;
	text-decoration : none;
}



a.rollover {
 background: url(/images/blog_1.gif); /* Путь к файлу с исходным рисунком */
 display: block; /* Рисунок как блочный элемент */
 width: 417px; /* Ширина рисунка в пикселах */
 height: 36px; /* Высота рисунка */
}

a.rollover:hover {
 background-position:
  0 /* Смещение по горизонтали */
  -36px; /* Смещение вверх по вертикали */
}

a.news_middle{
	color : #005599;
	font-size : 12px;
	text-decoration : none;
	font-weight:bold;
}


a.rollover-1 {
 background: url(/images/blog.gif); /* Путь к файлу с исходным рисунком */
 display: block; /* Рисунок как блочный элемент */
 width: 267px; /* Ширина рисунка в пикселах */
 height: 56px; /* Высота рисунка */
}

a.rollover-2 {
 background: url(/images/ur.gif); /* Путь к файлу с исходным рисунком */
 display: block; /* Рисунок как блочный элемент */
 width: 170px; /* Ширина рисунка в пикселах */
 height: 56px; /* Высота рисунка */
}

a.rollover-1:hover {
 background-position:
  0 /* Смещение по горизонтали */
  -56px; /* Смещение вверх по вертикали */
}


a:hover {
	color : #005599;
	text-decoration : underline;
}

a.side {
	color : #005599;
	text-decoration : none;
	font-size : 11px;
}

a:hover.side {
	color : #005599;
	text-decoration : underline;
}

a.white {
	color : #ddd;
	text-decoration : none;
}

a:hover.white {
	color : #ddd;
	text-decoration : underline;
}

a.white-1 {
	color : #fff;
	 padding: 0px 12px 0px 12px; cursor:pointer; background: #659cc9; font-size: 12px; 
	vertical-align:middle;
	text-decoration : underline;
	font-weight:bold;
}

a:hover.job {
	font-size : 11px;
}

a.job {

	font-size : 11px;
}

.job {

	font-size : 11px;
}

a:hover.white-1 {
	color : #fff;
	text-decoration : none;
	font-weight:bold;
}

a.menu-k {
	font-family : Arial, Helvetica, sans-serif;
	color : #037dd3;
	font-size : 16px;
	text-decoration : underline;
	font-weight:bold;
}

a:hover.menu-k {
	font-family : Arial, Helvetica, sans-serif;
	color : #037dd3;
	font-size : 16px;
	text-decoration : none;
	font-weight:bold;
}

.menu-k {
	font-family : Arial, Helvetica, sans-serif;
	background: #fff0ab; padding: 10px 3px 10px 3px;
}

.news-header {

	font-size: 11px;
	text-align: left;
	color: #111111;
	background-color: #fffaee;
	padding: 4px 4px 4px 10px;
	margin: 0px 0px 7px 10px;
}

form {
	margin : 0px;
}

hr {
	height : 1px;
	border : 1px solid #eee;
}

.panel-s {color:#545454; background-color:#fafafa; border:0px solid #fca7a7; text-align:left; padding:7px 0px 7px 3px;  line-height:17px; margin:0px 0px 7px 0px;	font-size:11px;}

.panel-s-h {color:#fff; background-color:#659cc9; border:0px solid #fca7a7; text-align:left; padding:7px 0px 7px 3px; margin:7px 0px 0px 0px; 	font-size:11px;}

.panel-s-o {color:#fff; background-color:#f6910e; border:0px solid #fca7a7; text-align:left; padding:7px 0px 7px 3px; margin:7px 0px 0px 0px; 	font-size:11px;}

.panel-guest {color:#545454; background-color:#fff; border:5px solid #fca7a7; text-align:left; padding:7px 0px 7px 3px; margin:7px 0px 7px 0px; line-height:14px; font-size : 12px; 	font-size:11px;}

 input.textbox{color: #3b3b3b;background-color: #fefef6;border: 1px solid #849B9F;
 -moz-border-radius: 6px;
-webkit-border-radius: 6px;} 
 
 textarea.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
background : url(images/backtext.png) center center no-repeat #f2f2f2;
	color: #a0a09e;
	border: 1px solid #CACACA;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0 0 2px;
	padding: 5px 2px 5px 5px;
}

.textbox:hover {
	background-color: #efefef;
	border-color: #d7d6d2;
}

.textbox:focus {
	color: #3C3C3D;
	background-color: #f5f5f5;
	border-color: #e3e0da;
	box-shadow: 1px 1px 3px #fff, inset 2px 2px 2px #e1e1e1;
	background : center center no-repeat #f2f2f2;
	-moz-box-shadow: 1px 1px 3px #fff, inset 2px 2px 2px #e1e1e1;
	-webkit-box-shadow: 1px 1px 3px #fff, inset 2px 2px 2px #e1e1e1;
}

	/* Input/Form Styles */
	
	select {padding: 7px 10px; border: 1px solid #ccc; border-radius: 5px; -moz-border-radius: 5px;}
	label {padding-right: 20px; display: block; }
	.inputbox {border: 1px solid #999; padding: 10px; width: 300px; -moz-border-radius: 3px; border-radius: 3px; margin-bottom: 5px; color: #666; background: url(images/bg_fade_sml.png) repeat-x top;}
		.inputbox:focus {border: 1px solid #666;}
		
		
	.errorbox {border: 1px solid #CC0000; background: #FCF0EF url(images/bg_fade_red_sml.png) repeat-x top; color: #CC0000; margin-right: 5px;}
		.errorbox:focus {border: 1px solid #8A0000;}
	.correctbox {border: 1px solid #9DB832; background: #F3F8E0 url(images/img/bg_fade_green_sml.png) repeat-x top;; color: #9DB832; margin-right: 5px;}
		.correctbox:focus {border: 1px solid #7C9227;}
		
			.correctbox1 {border: 1px solid #666; background: #fff url(images/img/bg_fade_up.png) repeat-x top; color: #666; margin-right: 5px;}
		.correctbox1:focus {border: 1px solid #ff0000;}

hr.side-hr {
	height : 1px;
	border : 1px solid #eee;
}

hr.side-hr {
	border:1px #E2E2E2 solid;
	border-bottom:1px #F9F9F9 solid;
}

.com {
	color:#bbbbbb; 
	text-decoration:none; 
	font-size:11px;
}

.main-news{
	border:0px #E2E2E2 solid;
background:#fff;
}

TD.grey {
 background-color: #bdbdbd;
 	text-align:left;
}

.center {
	margin : 0 auto;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;

	
}


.switcherbutton{
	height: 2em;
	width: 2em;
}

/*Helpers*/

.content_center {text-align: center;}
.flleft {float: left !important;}
.flright {float: right !important;}
.clear {clear: both;}

h2 {
	font-family: Arial,Tahoma,Sans-Serif; 
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin: 0px;
	
}

h1 {
	font-family:Arial,Sans-Serif; 
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin: 0px;
	
}

h1.main-h {
	padding:0px 0px 0px 30px;
	
}


h4 {
	font-family:Arial,Sans-Serif; 
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin: 0px;
	
}

h3{  font-size:13px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin: 0px;
	}

h4.blog {
	font-family:Arial,Sans-Serif; 
	font-size:14px;
	font-weight:bold;
	padding:4px 0px 0px 0px;
	margin: 0px;
	
}

p{

	padding:5px 0px 5px 0px;
	
}

sup {
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	font-size:10px;
    color: red;
	
}

pre {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

blockquote{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000;
	background: #fff4da ;
	border : 1px solid #ffb500;
	padding : 10px;
	
}


.alt {
	color : #005599;
}

.copyright{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
 
.logo_oneone{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #fff;
	background: url(images/logo.jpg) no-repeat;
	border : 0px solid #ccc;
	width: 167px;

	
}

.logo_two {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #fff;
	background: url(images/footer_two.jpg) bottom left repeat-x;
	border : 0px solid #ccc;
	width: 100%;
	height: 130px;
	
}
 
.outer-border {
	border : 1px solid #f3f3f3;
}

.sub-header {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000;
	background-color : #888;
	border-top : 0px solid #000;
	border-bottom : 0px solid #000;
	padding : 0px;
}

.full-header {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color : #ffffff;
	padding : 0px;
}

.textbox {
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	font-size:12px; 
	color:#000000;
	background: #fff;
	border:1px #CACACA solid;
	margin-top: 0.8em;
	padding: 0.4em;

}

.textbox-reg  { 
	border:1px #CACACA solid;
	margin-top: 0.8em;
	padding: 0.4em; }

.footer {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #555;

	border : 0px solid #ccc;
	padding : 3px;
}

.footerstat {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:9px;
	font-weight:bold;
	color:#ffffff;
}

.kino {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-weight:bold;
	color:#3073fb;
}

.button {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 13px;
	display: inline-block;
	padding: 5px 7px;
	line-height: 1;
	color: #3C3C3D;
	text-shadow: 1px 1px 0 #FFFFFF;
	background: #ECECEC url(images/buttons_bg.png) 0 0 no-repeat;
	white-space: nowrap;
	cursor: pointer;
	overflow: visible;
	text-decoration: none;
	border: 1px solid #CACACA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-background-clip: padding-box;
	border-radius: 2px;
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
	padding:0px;
}

.button.primary {
	font-weight: bold 
}

.button:focus, .button:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	background-position: 0 -40px;
	background-color: #2D7DC5;
	border-color: #388AD4;
}

.button:active, .button.active {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	background-position: 0 -81px;
	background-color: #0F5EA2;
	color: #fff;
	text-shadow: none;
	border-color: #347BBA;
	top: 1px;
}

.main-body {
	background-color:#FFFFFF;
	color: #3B3B3B;
	font-size:12px;	
	font-weight: normal;
	padding:4px 4px 6px 6px;
}

.main-body-new {
	background-color:#FFFFFF;
	color: #3B3B3B;
	font-size:12px;	
	font-weight: normal;
	padding:4px 4px 6px 6px;
        background: url(images/newyear/snowflake.jpg);
}

.side-body {
	font-size: 12px;
	color : #777;
	background-color : #ffffff;
	padding : 4px;
}

.main-bg {
	color : #000;

	padding : 10px 5px 10px 5px;
}

.border {
	border-width:0px 0px 0px 0px;
	border-color:#CACACA;
	border-style:solid;
}


.side-border-left {
	color : #777;
	background-color : #fff;
	padding : 10px 5px 10px 10px;
	width: 230px;
}

.side-border-right {
	color : #777;
	background-color : #fff;
	padding : 10px 10px 10px 5px;
	width: 210px;
}

.news-border {
	border-top: solid #CACACA; 
	border-top-width: 1px; 
	border-left: solid #CACACA; 
	border-left-width: 1px; 
	border-right: solid #CACACA; 
	border-right-width:1px; 
	border-bottom: solid #F6F6F6; 
	border-bottom-width:0px;
}

.news-footer {
	background: #ffffff; 
	font-size:9px;
	font-weight:normal; 
	color:#0C0C0C;
	height:22px; 
	padding:2px 4px 2px 4px;
}

.content {
	text-align:justify;
		font-size:11px;
}

.content2 {
	text-align:justify;
}

.content1 {
	text-align:justify;
}

.table-cellpic-centerblok{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	background-image: url(images/cellpic_center.gif);/* центральный блок картинка у заголовка*/
	padding:5px 5px 10px 4px;
	text-align:justify;
}

.table-cellpic-centerblok-news{/* центральный блок*/
	font-size: 12px;
	font-weight: bold;
	color: #20201c;
	background-color: #fcfcfc;
	background-image: url(images/cellpic_center.gif);/* центральный блок картинка у заголовка*/
	padding: 0px 5px 10px 4px;
	text-align:left;
}

.table-cellpic-centerart{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	background-image: url(images/cellpic_center.gif);/* центральный блок картинка у заголовка*/
	padding: 0px 5px 10px 4px;
	text-align:justify;
}

.tbl_g {
	font-size:12px;
	color: #ffffff;
	background-color: #397AB6;
	background-image: url(images/cellpic1.gif);
	padding:0px 2px 0px 2px; 
	height:32px;	
	border: 1px;
}

.tblat {
	font-size:12px;
	color:#091609;
	background-color:#FEFEFE;
	background-image: url(images/cellpic_center.gif);
	padding:4px;        
	border: 1px;
}

.capmain {
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	font-size:12px;
	font-weight:bold; 
	border-width:0px;
	background-image: url(images/cellpic_center.gif);
	border-color:#CACACA;
	border-style:solid; 
	color:#000; 
	height:32px; 
	padding:2px 2px 2px 2px;
}

.scapmain  {color:#fff; background-color:#659cc9; border:0px solid #fca7a7; text-align:left; padding:7px 0px 7px 3px; margin:7px 0px 0px 0px; 	font-size: 16px;}

.scapmainuser {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight : bold;
	color : #ffffff;
	background-color : #438bfe;
	background-image: url(images/cellpic1.gif);
	border-bottom : 0px solid #e1e1e1;
	height: 32px;
	padding-left : 14px;

}

.panel-cellpic {
	font-size: 13px;
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
	background-color: #397AB6;
	background-image: url(images/cellpic1.gif);
	padding:0px 0px 2px 0px;

}

.tbl-border {
	color : #555;
	background-color : #e1e1e1;
}

.tbl {
	font-size : 11px;
	color : #555;
	background-color : #fff;
	padding : 4px;
}

.tbl1 {
	font-size : 11px;
	color : #555;
	background-color : #fff;
	padding : 4px;
}

.tbl2 {
	font-size : 11px;
	color : #555;
	background-color : #f1f1f1;
	padding : 4px;
}

.tblorg {
	font-size : 11px;
	color : #000;
	background-color : #f1f1f1;
	padding : 1px;
	margin: 1px;
}

.forum-caption {
	font-size : 11px;
	color : #1a1a1a;
}

.quote {
	font-size : 12px;
	color : #555;
	background-color:#fefee9; border:1px solid #fca7a7;
	padding : 4px;
	margin : 0px 20px 0px 20px;
	border : 1px solid #bbb;
}

.poll {
	height : 12px;
	border : 1px solid #bbb;
}

.comment-name {
	font-weight : bold;
	color : #005599;
}

.shoutboxname {
	font-weight : bold;
	color : #ef8304;
	background-color : #fff;
}

.shoutbox .shoutboxdate{
	color : #3e3e3e;
	background-color : #fff;
}

.small {
	font-size : 11px;
	font-weight : normal;
}

.small2 {
	font-size : 9px;
	font-weight : normal;
	color : #555;
}

.side-small {
	font-size : 10px;
	font-weight : normal;
	color : #555;
	background-color : #f6f6f6;
}

.side-label {
	color : #555;
	background-color : #f1f1f1;
	padding : 2px 2px 3px 2px;
}

img {border: 0px;}

 #qq3 {	display:none;
        position:absolute;
        top: 170px;
		left: 5px;
		  z-index: 10;
 }
 
 
 #qq4{display:none;
        position:absolute;
        top: 820px;
		right: 30px;
		padding: 0px 7px 7px 7px;
		z-index: 8;
 }
 
  #qq5{display:none;
        position:relatives;
        top: 5px;
		right: 5px;
		z-index: 10;
 }
 
   #qq6{display:none;
        position:relatives;
        top: 5px;
		right: 5px;
 }
 
   #qq7 {	display:none;
        position:absolute;
        top: 170px;
		right: 5px;
		  z-index: 10;
 }
 
 /* Vertical Navigation */
 
 #navigation {
	margin: 0;
	padding: 0;
}

#navigation h2 {
	font-size: 11px;
	color : #555;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #005599;
	background-color: #fff;
	padding: 2px 0px 2px 10px;
		height: 15px;
	text-decoration : none;
}

#navigation a:hover {
	color: #f6f6f6;
	font-size: 12px;
	background-color: #649fef;
}

.top-img img {
vertical-align:middle; 
padding: 5px; 
border: 0px;
}

.top-img{
vertical-align:middle; 
padding: 5px; 
border: 0px;
}
 


a.headermenu {
	color:#03357F; 
	text-decoration:none; 
	font-size:13px;
        font-weight: bold;
}

a.headermenu:hover {
	color:#E30000; 
	text-decoration:none;
}

.headermenu{
	background-color: #659cc9;
	background-image: url(images/menuheader_.gif);
	height: 41px;
}

a.headermenu11{
	color:#ffffff; 
	
}

a.headermenu11:hover {
    background-image: url(images/menuheader11.gif);
	text-decoration:none;
}

a.menu_top {
	color: #000;
	z-index:1;
}

a.menu_top:hover {
	color: #000;
}


.search{
position:relatives;
margin: -20px 0px 0px 30px;
height: 100px;
	color: #000;
	float: left;
}

.search-2{
position:relatives;
margin: -80px 0px 0px 30px;
	color: #000;
}


.sign {
float: right;
margin: 35px 10px 0px 4px;
position:relatives;
	height: 91px;
	float: right;
}

.may{
position:absolute;
top: 4em;
left: 68px;
	background-image: url(http://beauty73.ru/images/9may.gif);
	width: 102px;
	height: 91px;
}

#concurs{
position:absolute;
top: 7em;
right: 5px;
z-index:10000;
}

#concurs-2{
position:absolute;
top: 7em;
left: 24em;
z-index:1000;
}

#menu_top{
float: right;
position:relatives;
	height: 91px;
margin: -75px 0px 0px 0px;
z-index:1;
}

/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #f6a504;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #f6a504;
	margin: 2px;
	text-decoration: none;
}


/* Модуль настроение */ 

#vertgraph { 
width: 378px; 
height: 180px; 
position: relative; 
background: url("images/g_backbar.gif") no-repeat; 
}
#vertgraph ul { 
width: 378px; 
height: 207px; 
margin: 0; 
padding: 0; 
}
#vertgraph ul li { 
position: absolute; 
width: 28px; 
height: 160px; 
bottom: 70px; 
padding: 0 !important; 
margin: 0 !important; 
background: url("images/g_colorbar.jpg") no-repeat !important;
text-align: center; 
font-weight: bold; 
color: white; 
line-height: 2.5em;
}

#vertgraph li.excellent { left: 24px; background-position: 0px bottom !important; }
#vertgraph li.good { left: 101px; background-position: -28px bottom !important; }
#vertgraph li.average { left: 176px; background-position: -56px bottom !important; }
#vertgraph li.bad { left: 251px; background-position: -84px bottom !important; }
#vertgraph li.depression { left: 327px; background-position: -112px bottom !important; }

/* Модуль настроение конец */



/*Профиль юзер*/
h3.title {   font-family: Arial, sans-serif; font-size: 24px; line-height: 1px; color: #b0b0b0; padding-left: 33px; }
h3.nick{    font-size: 19px; margin-top: 2px; margin-bottom: 10px; color: #333; }
.tbl1_pro { font-family: tahoma, sans-serif; font-size: 12px;  line-height: 110%; font-weight: bold; color: #b0b0b0; background-color : #fff; padding : 2px;}
.tbl1_pro_z { font-family: Arial, sans-serif; font-size: 18px; color: #555555; border-bottom: 1px solid #ccc; background-color : #fff; padding : 4px;}

ul li.icq {background: url(images/icons-contacts.gif) no-repeat scroll 0px 2px; }

div.tabs {

padding: 5px;
}

div.container { 
margin: auto; 
width: 90%; 
margin-bottom: 5px;
}

ul.tabNavigation {
list-style: none;
margin: 0;
padding: 0;
}

ul.tabNavigation li {
display: inline;
}

ul.tabNavigation li a {
padding: 4px 5px;	
font-family: Arial,Sans-Serif;
background-color: #fab965;
background: url(images/menu_ajax.gif) repeat-x;
color: #000;
font-size : 16px;
text-decoration: none;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a.selected:hover {
background: #FFF;
color: #000;
}

ul.tabNavigation li a:hover {
background: #fa6565;
background: url(images/menu_ajax_1.gif) repeat-x;
color: #000;
}

ul.tabNavigation li a:focus {
outline: 0;
}

div.tabs div {
padding: 5px;
margin-top: 3px;
border: 1px solid #FFF;
background: #FFF;
}

div.tabs div h2 {
margin-top: 0;
}


/* single thumbnail */

	.thumb{

		margin:.5em 0;
		border:0px solid #999;	
		padding:2px;
	}
	.thumb a{
		display:block;
		width:100px;
		height:100px;
		line-height:0px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	.thumb a img{ 
		position:absolute;
		top:0px;
		left:10px;	
	}

	
	/* mouse over */
	
		.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */	
	
.cb_services-all {height: 1%;}
.cb_services-all .cb_item {float: left; padding: 0px 8px 6px 0px;}
.cb_services-all .cb_itemtop {float: left; padding: 0px 4px 4px 0px; position: relative; top: -2px;}

/*картинка для панели авто*/	

.auto_main {display:block; margin: 0px 5px 0px 5px; width: 80px; height: 50px; overflow:hidden; position:relative;}

#toTop { width:100px;background:#f1f1f1;border:1px solid #ccc;text-align:center;padding:5px;position:fixed;bottom:10px;right:10px;cursor:pointer;color:#666;text-decoration:none; }

ol.timeline
{
list-style:none
}
ol.timeline li
{
position:relative;
border-bottom:1px #dedede dashed;
padding:8px;
}
.morebox
{
font-weight:bold;
color:#333333;
text-align:center;
border:solid 1px #333333;
padding:8px;
margin-top:8px;
margin-bottom:8px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
.morebox a{ color:#333333; text-decoration:none}
.morebox a:hover{ color:#333333; text-decoration:none}
#container{margin-left:60px; width:580px }

.button-add { background:url('images/video/bg_buttp.png') repeat-x 0 100%;
	border: 0px;
	color: #fff;
	padding:8px 20px 10px 20px;
	font:bold 18px Arial, sans-serif;}

.button-add:hover {
	background-position: 0 0;
	border: 0px;
	color: #fff;
}

/*кнопка регистрации*/

.big_button {
	background: url(images/big_but.jpg) no-repeat top; 
	width: 355px; 
	height: 121px;
	display:block; 
	border:none;
	text-align:center;
	line-height: 121px;
	font-size: 25px;
	color:#6a6a6a;
	margin-right: 30px;
	cursor:pointer;
	padding: 0;
	}
.big_button:hover {background: url(images/big_but.jpg) no-repeat bottom;border:none;}


.answermoderators  {
	clear:both; 
	border:  #efffc3 1px solid;
	-moz-border-radius:5px; 
    -webkit-border-radius: 5px; /* Safari, Chrome  улогин*/
    -o-border-radius: 5px;
    -khtml-border-radius: 5px; /* KHTML */ 
    border-radius: 5px;
    background: #efffc3;
	margin: 5px 5px; 
	padding: 5px 5px; 
	overflow:hidden;
}

.noanswer  {
	clear:both; 
	border:  #ffbbbb 1px solid;
	-moz-border-radius:5px; 
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -o-border-radius: 5px;
    -khtml-border-radius: 5px; /* KHTML */ 
    border-radius: 5px;
    background: #ffbbbb;
	margin: 5px 5px; 
	padding: 5px 5px; 
	overflow:hidden;
}

.yesanswer  {
	clear:both; 
	border:  #e0ffb7 1px solid;
	-moz-border-radius:5px; 
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -o-border-radius: 5px;
    -khtml-border-radius: 5px; /* KHTML */ 
    border-radius: 5px;
    background: #e0ffb7;
	margin: 5px 5px; 
	padding: 5px 5px; 
	overflow:hidden;
}
