body {
font-family: Arial, Helvetica, sans-serif;
background: #f7f7f7;
color: #666666;
margin: 0;
padding: 0;
list-style-type: none;
}



/*-- СЛУЖЕБНЫЕ СТИЛИ (не менять) --*/

div.deliver{
	margin-bottom:10px;
	position:relative;
	padding:3px;
}
.gallerycentertitleicon {
display: none;
}
div.relative{
	position:relative;
}

div.absolute{
	position:absolute;
}

div.table {
	display:table;
	position:relative;
	width:100%;
}

div.centertable {
	display:table;
	position:relative;
	margin:0 auto;
}

div.cellrelative {
	display:table-cell;
	position:relative;
}

div.inlinerelative {
	display:inline-block;
	position:relative;
}

div.verseparator {
	display:table-cell;
	height:100%;
}

div.horseparator {
	display:block;
	width:100%;
}

table.allwidth {
	width:100%;
}


/*-- ЗАТЕМНЯЮЩИЙ ФОН --*/

div.fon{
	display:none;
	background:#000000;
	width:100%;
	height:100%;
	position:fixed;
	z-index:400;
	opacity:0.8;
}




/*-- ОБЩИЙ СТИЛЬ ДЛЯ ВСЕХ КНОПОК --*/

input[type="button"]{
background: #f5f4f4;
border: 1px solid #e3e3e3;
	padding:10px;
font-size: 11px;
color: #666666;
font-weight: bold;
cursor: pointer;
}

input[type="button"]:hover {
background: #f5f4f4;
border: 1px solid #e3e3e3;
	padding:10px;
font-size: 11px;
color: #666666;
font-weight: bold;
cursor: pointer;
}



/*-- ОБЩИЙ СТИЛЬ КНОПКИ ЗАКРЫТЬ --*/

input.close{
    padding: 3px 10px 3px 10px;
   
}

input.close:hover{
    padding: 3px 10px 3px 10px;
   
}



/*-- ОБЩИЙ СТИЛЬ ДЛЯ ПОЛЕЙ ВВОДА --*/

input[type="text"]{
	font-size:12px;
	font-family:arial,tahoma;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background: rgba(220,220,220,1);
background: -moz-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,220,220,1)), color-stop(100%, rgba(227,227,227,1)));
background: -webkit-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -o-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -ms-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: linear-gradient(to bottom, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#e3e3e3', GradientType=0 );
	border:1px solid #c9c9c9;

	outline:none;
	color:#767676;
	text-shadow:1px 1px 0px #f7f7f7;
}



/*-- СТИЛЬ ДЛЯ ПОЛЯ ВВОДА ПАРОЛЯ --*/

input[type="password"]{
	font-size:12px;
	font-family:arial,tahoma;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background: rgba(220,220,220,1);
background: -moz-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,220,220,1)), color-stop(100%, rgba(227,227,227,1)));
background: -webkit-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -o-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -ms-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: linear-gradient(to bottom, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#e3e3e3', GradientType=0 );
	border:1px solid #c9c9c9;
	box-shadow:0px 1px 0px #fff;
	outline:none;
	color:#767676;
	text-shadow:1px 1px 0px #f7f7f7;
}


/*-- СТИЛЬ ДЛЯ ПОЛЯ ВВОДА (при ошибке) --*/

input.fail{
	font-size:12px;
	font-family:arial,tahoma;
	width:100%;
	padding:6px;
	background:#f9ecec;
	border:1px solid red;
	outline:none;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
}


/*-- СТИЛЬ ДЛЯ ТЕКСТОВОГО БЛОКА --*/

textarea {
	font-size:12px;
	font-family:arial,tahoma;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background: rgba(220,220,220,1);
background: -moz-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,220,220,1)), color-stop(100%, rgba(227,227,227,1)));
background: -webkit-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -o-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -ms-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: linear-gradient(to bottom, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#e3e3e3', GradientType=0 );
	border:1px solid #c9c9c9;
	box-shadow:0px 1px 0px #fff;
	outline:none;
	color:#767676;
	text-shadow:1px 1px 0px #f7f7f7;
}

/*-- СТИЛЬ ДЛЯ ТЕКСТОВОГО ПОЛЯ (при ошибке) --*/

textarea.fail{
	font-size:12px;
	font-family:arial,tahoma;
	width:100%;
	padding:6px;
	background:#f9ecec;
	border:1px solid red;
	outline:none;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
}


/*-- СТИЛЬ ДЛЯ ВЫПАДАЮЩЕГО СПИСКА --*/

select{
	font-size:12px;
	font-family:arial,tahoma;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background: rgba(220,220,220,1);
background: -moz-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,220,220,1)), color-stop(100%, rgba(227,227,227,1)));
background: -webkit-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -o-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -ms-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: linear-gradient(to bottom, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#e3e3e3', GradientType=0 );
	border:1px solid #c9c9c9;
	box-shadow:0px 1px 0px #fff;
	outline:none;
	color:#767676;
	text-shadow:1px 1px 0px #f7f7f7;
}

/*-- СТИЛЬ ДЛЯ ВЫПАДАЮЩЕГО СПИСКА (при ошибке) --*/

select.fail{
	font-size:12px;
	font-family:arial,tahoma;
	width:100%;
	padding:6px;
	background:#f9ecec;
	border:1px solid red;
	outline:none;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
}


/*-- СТИЛЬ НАДПИСИ ПРИ ОШИБКЕ --*/

div.textfail{
	font-size:10px;
	font-family:arial,tahoma;
	color:red;
}

/*-- СТИЛЬ НАДПИСИ ПРИ ОШИБКЕ, ЗВЕЗДОЧКА --*/

td.solutionfail {
	color:red;
}

span.star {
	color:red;
}


/*-- СТИЛЬ НАДПИСИ КОГДА НИЧЕГО НЕ НАЙДЕНО --*/

div.nothingfound{
	text-align:center;
    color: red;
    font-size: 12px;
    font-weight: bolder;
    padding: 3px;
   
}





/*-- ОБЩАЯ РАЗМЕТКА САЙТА --*/


/*-- Стиль для общего блока всего сайта--*/

div.allbloc {
	width: 1080px;  
	margin: 0 auto;
	/* border: 1px solid #dfdfdf; */
}

/*--Стиль для общего блока шапки сайта--*/

div.allheader {
	margin:0 auto;
	/* margin: 27px 0; */
}


/*--Стиль для верхнего блока шапки--*/

div.overhead {
	/* box-shadow:0px 2px 4px #959595; */
	/* border-top:1px solid #d4d4d4; */
	/* border-bottom:1px solid #c4c4c4; */
	position:relative;
	z-index:150;
}

/*--Стиль для  информации верхнего блока шапки--*/

div.overheadinfo {
	max-width:980px;
	width:100%;
	display:table;
	margin:0 auto;
	
}


/*--Стиль для верхнего блока шапки часть слева--*/

div.overheadleft {
	float:left;
	vertical-align:middle;
}

/*--Стиль для верхнего блока шапки часть справа--*/

div.overheadright {
	
	vertical-align:middle;
}



/*--Стиль для блока шапки--*/

div.head {
	/* background:url(/themes/standart_design/top.jpg); */
	/* border-bottom:1px solid #c4c4c4; */
	/* box-shadow:0 1px 0px #fff,inset 0px -2px 4px #959595; */
	position:relative;
	z-index:100;	
	/* margin: 27px 0; */
}


/*--Стиль для информации блока шапки--*/

div.headinfo {
	/* max-width:960px; */
	width:100%;
	display:table;
	margin:0 auto;
}


/*-- Деление шапки на четыре блока--*/

div.headcolumnlogo {
	width:200px;
	vertical-align:middle;
	padding:5px 0 5px 0;
}

div.headcolumn1 {
	vertical-align:middle;
	font-size: 13px;  color: #666666;  
}


div.headcolumn2 {
	vertical-align:middle;
}


div.headcolumn3 {
	vertical-align:middle;
	width:260px;
}


/*--Стиль для нижнего блока шапки--*/

div.underhead {
	/* display:none; */
	height: 57px;  
	background: url(/img/navigation.jpg) left top no-repeat;
	background-size: 100% 100%;
}


/*--Стиль для информации нижнего блока шапки--*/

div.underheadinfo {
	/* max-width:980px; */
	width:100%;
	display:table;
	margin:0 auto;
}


/*--Стиль для левой части нижнего блока шапки--*/

div.underheadleft {
	float:left;
	vertical-align:middle;
}


/*--Стиль для правой  части нижнего блока шапки--*/

div.underheadright {
	float:right;
	vertical-align:middle;
}

/*--Общий блок под шапкой, центральный--*/

div.allcenter {
	width:100%;
	max-width: 1080px;
	margin:0 auto;
	background: white;
	border: 1px solid #dfdfdf; *;
	border-top: none;
}

table.allcenterblock{
	width:100%;
	padding: 30px;
}


/*--Центральный блок, левая колонка--*/

td.leftcolumn {
	width:220px;
	padding-right:5px;
}

div.leftcolumn {
	width:220px;
	width: 230px;  margin-right: 32px;
}


/*--Центральный блок, центральная колонка--*/

div.centercolumn {
	width:100%;
}

td.centercolumn {

}

/*--Внутренний блок центральной колонки--*/

div.centerinfo {
   padding: 23px;
   
}


/*--Центральный блок, правая колонка--*/

div.rightcolumn {
	max-width:220px;
}

td.rightcolumn {
	padding-left:5px;
	width:220px;
	background:white;
}



/*--Создаём класс для общего блока подвала--*/

div.allfooter {

	
	padding:10px;
	height:100px;
	

	/* background:#4e4e4e; */
}

div.allfooterinfo {
	width:100%;
		max-width:960px;
	display:table;
	margin:0 auto;
}

div.overfooter {
	
}

div.underfooter {
	
}

div.underfooterleft {
	
}

div.underfooterright {
	float:right;
}

a.powered {
	text-decoration:none;
	color:#555;
}




/*-- МОДУЛИ САЙТА --*/

/*-- РАЗДЕЛЫ НА ШАПКЕ (МЕНЮ) --*/

/*-- Подложка под разделы --*/

div.chaptershead {

}

/*-- Разделитель для разделов--*/

div.chapterseparator {
	display:none;
}

/*-- Ссылки--*/
/*-- Стиль для ссылки неактивного раздела--*/

div.chapter a {
/* text-shadow: 1px 1px 0px #fff; */
text-decoration: none;
text-transform: uppercase;
display: block;
padding: 21px 23px 0 23px;
height: 32px;
color: #333333;
font-size: 12px;}

/*-- Стиль для ссылки неактивного раздела при наведении--*/

div.chapter:hover a {
background: #ececec;
}

/*-- Стиль для ссылки активного раздела--*/

div.activechapter a {
	text-shadow:1px 1px 0px #fff;
	text-decoration: none;  text-transform: uppercase;  display: block;  padding: 21px 23px 0 23px;  height: 32px;  color: #333333;    
	font-size: 12px;
}


/*-- Блоки--*/
/*-- Неактивный раздел--*/

div.chapter {
	cursor:pointer;
	float: left;  border-right: 1px solid #dfdfdf;  padding: 2px 1px;  position: relative;
}

/*-- Неактивный раздел при наведении --*/

div.chapter:hover {

	cursor:pointer;
	cursor:hand;
}

/*-- Активный раздел --*/

div.activechapter {
	cursor: pointer;  float: left;  border-right: 1px solid #dfdfdf;  padding: 2px 1px;  position: relative;
}
div.activechapter:hover a{
background: #ececec;
}



/*-- ВЫПАДАЮЩИЙ СПИСОК МЕНЮ--*/
/*-- Блок подменю разделов общий--*/

div.submenu{
	display:none;

	z-index:200;

position: absolute;

	top: 54px;
background: #eaeaea;

left: -1px;
width: 180px;
	padding: 15px;
}

div.chapter:hover div.submenu{
	display: table;

}

div.activechapter:hover div.submenu{
	display: table;

}

/*-- Раздел подменю первый--*/

div.chaptersubmenu0{
	padding: 0;
	white-space:nowrap;
	float: none;  border-right: 0;  padding: 1px 0;  border-bottom: 1px solid #e3e3e3;
}

div.chaptersubmenu0:hover {
	padding: 0;
	white-space:nowrap;
	/* background:#f29526; */
}

/*-- Раздел подменю второй--*/

div.chaptersubmenu1{
	padding: 0;
	white-space:nowrap;
	float: none;  border-right: 0;  padding: 1px 0;  border-bottom: 1px solid #e3e3e3;
}

div.chaptersubmenu1:hover{
	padding: 0;
	white-space:nowrap;
	/* background:#f29526; */
}

/*-- Ссылка первого раздела подменю--*/


div.chaptersubmenu0 a.linksubmenu0{
padding: 10px;
display: block;
color: #666666;
text-decoration: none;
height: auto;
font-size: 12px;
margin: 0;
background: none;
}

div.chaptersubmenu0:hover a.linksubmenu0{
color: #3F9FFF;
background: #efeeee;
padding: 10px;
}

/*-- Ссылка второго раздела подменю--*/


div.chaptersubmenu1 a.linksubmenu1{
padding: 10px;
display: block;
color: #666666;
text-decoration: none;
height: auto;
font-size: 12px;
margin: 0;
background: none;
}


div.chaptersubmenu1:hover a.linksubmenu1{
color: #3F9FFF;
background: #efeeee;
padding: 10px;
margin: 0;
}



/*-- Блоки для расположения иконок  --*/

div.chaptericon {
	position:absolute;
	display:none;
}

/*-- Блоки для расположения иконок активных --*/

div.chaptericonact {
	display:none;
	position:absolute;
}

/*-- Действия с иконками при наведени на блоки --*/

div.chapter:hover div.chaptericon {
	display:none;
	position:absolute;
}

div.chapter:hover div.chaptericonact {
	position:absolute;
	display:none;
}


div.activechapter div.chaptericon {
	display:none;
	position:absolute;
}

div.activechapter div.chaptericonact {
	position:absolute;
	display:none;
}




/*-- МОДУЛЬ РАЗДЕЛЫ В КОЛОНКЕ --*/
/*-- Блок разделы --*/

div.chapters {
    padding: 0 10px;

	
    border: 1px solid #dfdfdf;
}

/*-- Заголовок РАЗДЕЛЫ --*/

div.chapterstitle {
padding: 1px;
border-bottom: 1px solid #dfdfdf;
font-size: 19px;
display: block;  
background: #f9f9f9 url(/img/tBox.jpg) 10px center no-repeat;  padding: 10px 0 8px 30px;  font-size: 19px;  color: #333333;
border: 1px solid #dfdfdf;
}

/*-- Иконка разделов --*/

div.chapterstitleicon {

}

/*-- Блок первого уровня разделов --*/
/*-- Ссылки --*/

div.chapter0 a {
padding: 15px 10px;
display: block;
color: #666666;
text-decoration: none;
font-size: 12px;
}


div.chapter0:hover a {
	color:#3F9FFF;
	background:#fbfafa
	
}

div.chapter0act a {
padding: 15px 10px;
display: block;
color: #666666;
text-decoration: none;
font-size: 12px;
	
}


div.chapter0act:hover a {
	color:#3F9FFF;
	background:#fbfafa
}

/*-- Плашки --*/


div.chapter0  {
	/* border-top: #dedede 1px solid; */
	/* box-shadow:0px -1px 0px #fff; */
	/* padding:8px; */
	cursor:pointer;
	cursor:hand;
	
	padding: 1px 0;  border-bottom: 1px solid #e3e3e3;  };
}


div.chapter0:hover  {
	border-top: #dedede 1px solid;
	box-shadow:0px -1px 0px #fff;
	padding:8px;
	cursor:pointer;
	cursor:hand;
}

div.chapter0act  {
	cursor:pointer;
	cursor:hand;
	
	padding: 1px 0;  border-bottom: 1px solid #e3e3e3;
}



/*-- Блок второго уровня разделов --*/
/*-- Ссылки --*/


div.chapter1 a {
	text-decoration:none;
	color:#555;
	
}


div.chapter1:hover a {
	text-decoration:none;
	color:#555;
	font-weight:Bolder;
}

div.chapter1act a {
	text-decoration:none;
	color:#555;
	font-weight:Bolder;
}



div.chapter1act:hover a {
	text-decoration:none;
	color:#555;
	font-weight:Bolder;
}

/*-- Плашки --*/


div.chapter1  {
	padding:5px 5px 5px 20px;

	cursor:pointer;
	cursor:hand;
}


div.chapter1:hover  {
	padding:5px 5px 5px 20px;

	cursor:pointer;
	cursor:hand;
}

div.chapter1act  {
	padding:5px 5px 5px 20px;

	cursor:pointer;
	cursor:hand;
}




/*-- Блок третьего уровня разделов --*/
/*-- Ссылки --*/


div.chapter2 a {
	text-decoration:none;
	color:#ffffff;
    font-size: 14px;
	
	font-style:normal;
	font-weight:550;
}


div.chapter2:hover a {
	text-decoration:none;
	color:#337f98;
    font-size: 14px;
	
	font-style:normal;
	font-weight:550;
}

div.chapter2act a {
	text-decoration:none;
	color:#337f98;
    font-size: 14px;
	
	font-style:normal;
	font-weight:550;
}


div.chapter2act:hover a {
	text-decoration:none;
	color:#337f98;
    font-size: 14px;
	
	font-style:normal;
	font-weight:550;
}

/*-- Плашки --*/


div.chapter2  {
	padding:5px 5px 5px 20px;

	background-position:7px 10px;
}


div.chapter2:hover  {
	padding:5px 5px 5px 20px;
	
	background-position:7px 10px;
}

div.chapter2act  {
	padding:5px 5px 5px 20px;
	
	background-position:7px 10px;
}








/*-- СТРАНИЦА РАЗДЕЛОВ В КАРТИНКАХ--*/
/*-- Блок для страницы разделов --*/

div.chaptersview {
    /* border: 1px solid #E4E4E4; */
    /* box-shadow: 0 0 0 1px #FFFFFF inset; */
	padding:8px;
}

/*-- Блок для страницы каталога --*/

div.chapterviewinfo {
	padding:4px;

}

/*-- Блок всех разделов --*/

div.chapterview {
   text-align:center;
	  
   /* background: #fefefe; */  
   /* border: 1px solid #e3e3e3; */  
   /* width: 308px; */  
   /* height: 202px; */  
   /* margin: 0 0 10px 0; */  text-align: center;
}

/*-- Разделительная полоса по вертикали --*/

div.chapterviewverseparator {
    /* background: url("/themes/standart_design/punkt.jpg") repeat-y center; */
    width: 1px;
}

/*--  Разделительная полоса по горизонтале --*/

div.chapterviewhorseparator {
    /* background: none repeat scroll 0 0 #E4E4E4; */
    /* box-shadow: 0 1px 0 #FFFFFF; */
    height: 1px;
}

/*-- Блок для картинки --*/

div.chapterviewimg {
	width:180px;
	height:120px;
	margin:0 auto;
	display: block;  background: #fefefe;  border: 1px solid #e3e3e3;  
	width: 230px;  
	height: 210px;  margin: 0 0 10px 0;  text-align: center;
}

/*-- Картинка --*/

img.chapterviewimg {
	max-width: 200px;
	max-height: 200px;
	border:0;
}


/*-- Позиционирование картинки --*/

div.chapterviewimgtable {
	display:table;
	height: 200px;
	margin:0 auto;
}

div.chapterviewimgcell {
	display:table-cell;
	vertical-align:middle;
}

/*-- Вывод названия раздела над картинкой --*/
/*-- Блок названия раздела --*/

div.topchapterviewname {
	display:none;
}


/*-- Ссылка названия раздела --*/

div.topchapterviewname a{
	
}


div.topchapterviewname:hover a{
	
}


/*-- Вывод названия раздела под картинкой --*/
/*-- Блок для названия раздела --*/

div.bottomchapterviewname {
	padding:3px;
}

/*-- Ссылка названия раздела --*/

div.bottomchapterviewname a{
	text-decoration:none;
	color:#828282;
}

div.bottomchapterviewname:hover a{
	text-decoration:none;
	color:#545454;
}





/*-- МОДУЛЬ  СЛАЙДЕР  --*/

/*--Разметка колонок для слайдера--*/
/*--Общий блок для слайдера--*/

div.centerunderslider {
	margin:0 auto;
	display:table;
	/* margin-top:5px; */
	background: white;
	/* width: 100%; */
	width: 1080px;
	padding-top: 37px;
	border: 1px solid #dfdfdf;
	border-bottom: none;
}

/*--Блок для информации слева от слайдера--*/

div.leftunderslider {

}

/*--Блок для информации справа от слайдера--*/

div.rightunderslider {
	vertical-align:top;
}




/*-- Подложка под модуль слайдер --*/
div.sliderback{
	
}

div.slider{
	margin:0 auto;
	border: 1px solid #959595;
	/* box-shadow: 0px 2px 4px #959595; */	
	position: relative;
}

/*-- Подложка под картинку в слайдере --*/

div.sliderimg {
	display:table-cell;
	position:relative;
	z-index:100;
}
.sliderimg img {
width: inherit;
height: inherit;
}
/*-- Подложка под текст на слайдере --*/

div.slidertext {
	z-index:200;
}


/*-- Блок для стрелок --*/

div.sliderarrows{
	position:relative;
	z-index: 101;
	top:50%;
	vertical-align:middle;

	display: none;
}

/*-- Блок для стрелки влева --*/

div.sliderleftrel{
	position:relative;
	z-index:200;
	top:50%;
	left:1px;
	
}


div.sliderleft{
	position:absolute;
	top:-18px;
	
	z-index: 1;
}


/*-- Блок для стрелки вправо --*/

div.sliderrightrel{
	position:relative;
	z-index:200;
	top:50%;
	left:-51px;

}

div.sliderright{
	position:absolute;
	top:-18px;
	left:100%;
}


/*-- Стрелка влево --*/

input.sliderleft{
	width:50px;
	height:30px;	
}

input.sliderleft:hover{
	width:50px;
	height:30px;	
}



/*-- Стрелка вправо --*/

input.sliderright{
	width:50px;
	height:30px;		
}


input.sliderright:hover{
	width:50px;
	height:30px;		
}


/*-- Страницы на подложке --*/

div.sliderbottomin {
	margin:0 auto;
	position:relative;
	z-index:250;
	top:90%;
	display:none;	
}

/*-- Страницы вне подложки --*/

div.sliderbottomout {
	position:relative;
	z-index:250;
	margin:0 auto;
	top:6px;
	z-index: 200;  width: 98px;  
	height: 14px;  float: right;  position: relative;  
	top: -63px;  
	left: -86px;  padding: 0;  
	background: url(/img/slideshow_violator.png) left top no-repeat;  text-align: center;  
	background-size: 100% 100%;
	padding: 12px;
	display: table;
}

/*-- Страницы слайдера отступ --*/
div.sliderbutton {
	padding:1px;
}

/*-- Страницы слайдера, неактивная --*/

div.slidernext {
text-indent: -9999px;
display: block;
width: 12px;
height: 12px;
float: left;
margin-left: 5px;
cursor: pointer;
overflow: hidden;
background: transparent url("/img/slide_navigation_noactive.png") no-repeat 0 0;
}

/*-- Страницы слайдера, активная --*/

div.slidernextact {
	text-indent: -9999px;
display: block;
width: 12px;
height: 12px;
float: left;
margin-left: 5px;
cursor: pointer;
overflow: hidden;
background: transparent url("/img/slide_navigation_hover.png") no-repeat 0 0;
}








/*-- МОДУЛЬ ПОИСКА --*/
/*-- Общий блок для модуля поиска --*/

div.search {
float: right;
/* width: 252px; */
/* height: 34px; */
/* background: url(/img/search.png) left top no-repeat; */
/* margin: 11px 33px 0 0; */
position: relative;
}

/*-- Блок для поля ввода --*/

div.searchinput {
	
}

/*-- Поля ввода --*/

input.search {
	width:250px;
	height:27px;	
	width: 252px;  
	height: 34px;  background: url(/img/search.png) left top no-repeat;  margin: 11px 33px 0 0;  position: relative;
	border: none;
}

/*-- Блок для кнопки --*/

div.searchbut {
	/* left:-20px; */
	top:0px;

}

input.searchbut {

	width: 16px;  height: 14px;  
	background: url(/img/bSearch.png) left top no-repeat;
	color: transparent;
	

	border: none;

	margin-top: 20px;

	margin-left: -56px;

}

input.searchbut:hover {

	width: 16px;  height: 14px;  
	background: url(/img/bSearch.png) left top no-repeat;
	color: transparent;
		border: none;
}



/*-- Страница результатов поиска --*/

div.searchtextpage {
    border: 1px solid #E4E4E4;
    box-shadow: 0 0 0 1px #FFFFFF inset;
	padding:8px;	
    color: #7B7B7B;
    text-shadow: 1px 1px 0 #FFFFFF;	
	font-weight:normal;
	font-size:14px;
}

/*-- Разделительная полоса для найденных результатов --*/

div.searchtexthorseparator {
    /* background: none repeat scroll 0 0 #E4E4E4; */
    /* box-shadow: 0 1px 0 #FFFFFF; */
    height: 1px;
	width:100%;
	margin:4px 0 4px 0;
}

/*-- Ссылка названия --*/

div.searchtextname a{
    color: #FB9508;
    text-decoration: underline;
    text-transform: uppercase;
	padding:8px;		
    font-size: 19px;  color: #3F9FFF;
}

div.searchtextname a:hover{
    color: #FB9508;
    text-decoration:none;
    text-transform: uppercase;	
	padding:8px;		
}

/*-- Блок для результов поиска --*/

div.searchtext {
	padding:8px;
}











/*-- МОДУЛЬ НОВОСТИ ПО ЦЕНТРУ (статьи) --*/
/*-- Заглавие новости (статьи) --*/


div.articlescentertitle {
font-size: 30px;
color: #3F9FFF;
padding-bottom: 18px;
}

/*-- Иконка новости (статьи) --*/

div.articlescentertitleicon {
	display:none;
	
}

/*-- Подложка под модуль новости  (статьи)  --*/

div.articlescenter {
text-align: center;
}
.gallerycentertitleicon {
    display: none;
}
div.gallerycenterimg {
    display: block;  background: #fefefe;  border: 1px solid #e3e3e3;  width: 308px;  height: 202px;  margin: 0 0 10px 0;  text-align: center;
}
.gallerycenterimg {
    max-width: 300px;  max-height: 200px;  border: 0;
}
.gallerycenter {
    text-align: center;
    color: #666666;
    font-weight: bold;
}
div.gallerycentertitle {
    font-size: 30px;  color: #3F9FFF;
    padding-bottom: 18px;
}
div.articlecentername {
    margin-bottom: 15px;
}

/*-- Разделитель для новостей  (статьи)  --*/

div.articlescentverseparator {
	 /* background: url("/themes/standart_design/punkt.jpg") repeat-y center; */
    width: 1px;
}

div.articlescenthorseparator {
	height:1px;
	/* background:#e4e4e4; */
	/* box-shadow:0px 1px 0px #fff; */
}
/*-- Блок одной новости  (статьи)   --*/

div.articlecenter {
	padding:5px;
}


/*-- Блок для картинки  --*/

div.articlecenterimg {
display: block;
background: #fefefe;
border: 1px solid #e3e3e3;
width: 180px;
height: 150px;
margin: 0 0 10px 0;
text-align: center;
padding: 25px;
}


/*-- Картинка   --*/

img.articlecenterimg {
	max-width: 170px;
	max-height: 150px;
	text-align:center;
	margin:0 auto;
	vertical-align: middle;
}


/*-- Блок для названия и даты  --*/

div.articlecenterinfo {
	display:table-cell;
	vertical-align:top;
    padding-left:5px;	
}

/*--  название   --*/

div.articlecentername a {
	/* color:#fb9508; */
	text-shadow:1px solid #fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	color: #666666;
	/* padding-bottom: 20px; */
}


div.articlecentername a:hover {
	color: #999999;
	text-shadow:1px solid #fff;
	text-decoration:none;
	text-transform:uppercase;

}

/*-- Краткий текст  --*/

div.articlecentershort {
	text-shadow:1px solid #fff;
	color:#818181;
}


/*-- Блок для кнопки читать все  --*/

div.articlecenterseeall {
	text-align:right;
}

input.articlecenterseeall {

}

/*-- МОДУЛЬ НОВОСТИ В КОЛОНКЕ (статьи) --*/
/*-- Общая подложка включая заглавие --*/

div.articlecolumnallblock {

}
/*-- Заглавие новости (статьи) --*/

div.articlescolumntitle {
display: block;
background: #f9f9f9 url(/img/tBox.jpg) 10px center no-repeat;
padding: 10px 0 8px 30px;
font-size: 19px;
color: #333333;
/* padding: 1px; */
border: 1px solid #dfdfdf;
font-size: 19px;
}

/*-- Иконка новости (статьи) --*/

div.articlescolumntitleicon {
	
	
}

/*-- Подложка под модуль новости  (статьи) без заглавия --*/

div.articlescolumn {
	padding:5px;

	border: 1px solid #dfdfdf;
}


/*-- Разделяющая полоса  --*/

div.articlecolumnseparator {
    border-top: 1px solid #DEDEDE;
    box-shadow: 0 -1px 0 #FFFFFF;
	margin-bottom:3px;
	margin-top:3px;
}


/*-- Блок одной новости  (статьи)  --*/

div.articlecolumn {

}

/*-- Блок картинки слева  --*/

div.articlecolumnimgleft {
	width:190px;
	margin:0 auto;
	text-align:center;
	background:#fff;
	border:1px solid #fff;
	box-shadow:inset 0px 2px 2px #dddddd;
	padding:6px;
}


/*-- Картинка слева  --*/

img.articlecolumnimgleft {
	max-width:178px;
	max-height:88px;
	text-align:center;
	margin:0 auto;
}



/*-- Блок картинки справа  --*/

div.articlecolumnimgright {
	width:190px;
	height:100px;
	margin:0 auto;
	text-align:center;
}


/*-- Картинка справа  --*/

img.articlecolumnimgright {

	max-width:190px;
	max-height:100px;
	border:1px solid #ffffff;
	border-radius:5px;
	box-shadow:inset 0px 2px 2px #909090;
}


/*-- Блок для названия и даты  --*/

div.articlecolumninfo {
	padding:3px 0 3px 0;
}


/*--  название   --*/

div.articlecolumnname a {
	color:#828282;
	text-decoration:none;
}


div.articlecolumnname a:hover {
	color:#828282;
	text-decoration:underline;
}

/*-- дата  --*/

div.articlecolumndate {
	color:#828282;
	font-size:11px;
	text-align:right;
}

div.articlecolumnseeall {
	text-align:right;
}

input.articlecolumnseeall {

}



/*-- СТРАНИЦА НОВОСТЕЙ (статей) --*/
/*-- Подложка под модуль новости  (статьи)  --*/

div.articlespage {
	/* border:1px solid #e4e4e4; */
	/* box-shadow:inset 0px 0px 0px 1px #fff; */
}

/*-- Разделитель по вертикале --*/

div.articlesverseparator {
	 /* background: url("/themes/standart_design/punkt.jpg") repeat-y center; */
    width: 1px;
}

/*-- Разделитель по горизонтале --*/

div.articleshorseparator {
	height:1px;
	background:#e4e4e4;
	box-shadow:0px 1px 0px #fff;
}

/*-- Блок одной новости  (статьи)  --*/

div.articlepage {
	padding:5px;
}



/*-- Блок картинки слева  --*/

div.articlepageimg {
display: block;
background: #fefefe;
border: 1px solid #e3e3e3;
width: 200px;
float: left;
height: 150px;
margin: 0 0 10px 0;
text-align: center;
padding: 5px;
}

/*-- Картинка слева  --*/

img.articlepageimg {
	max-width: 200px;
	max-height: 150px;
	vertical-align:middle;
}


/*-- Блок для названия и даты  --*/

div.articlepageinfo {
	display:table-cell;
	padding-left: 30px;
	/* float: left; */
}


/*--  название   --*/
div.articlepagename {
	
}

div.articlepagename a {
	color:#fb9508;
	text-decoration: none;
	font-size:14px;
	/* text-shadow:1px 1px 0px #fff; */
	text-transform:uppercase;
	color: #666666;
	font-weight: bold;
}

div.articlepagename a:hover {
color: #999999;
	text-decoration:none;
	font-size:14px;	
	text-shadow:1px 1px 0px #fff;	
	text-transform:uppercase;	
}

/*-- Краткий текст  --*/

div.articlepageshort {
	color:#787878;
	text-shadow:1px 1px 0px #fff;		
}



/*-- дата  --*/

div.articlepagedate {
	color:#787878;
	text-shadow:1px 1px 0px #fff;		
}



/*-- СТРАНИЦА НОВОСТИ ОДНОЙ (статьи) --*/
/*-- Блок для кнопки НАЗАД  --*/

div.articleback {
	margin-bottom:12px;
}


/*-- Кнопка НАЗАД  --*/

input.back{
	
}


/*-- Заглавие новости (статьи)  --*/

div.articlename {
	padding:7px;
}


h1.articlename {
	color: #555;
    font-size: 16px;
	/* text-decoration:underline; */
	padding:0px;
	margin:0;
	/* text-shadow:1px 1px 0px #fff; */	
	font-size: 30px;  color: #3F9FFF;
}

/*-- Полный текст новости (статьи)  --*/

div.articletext {
	color:#7b7b7b;
	/* border:1px solid #e4e4e4; */
	/* box-shadow:inset 0px 0px 0px 1px #fff; */
	padding:7px;
	/* text-shadow:1px 1px 0px #fff; */
}

/*-- дата  --*/

div.articledate {
	color:#b0b0b0;
	font-size:14px;
	text-align:right;
	text-shadow:1px 1px 0px #fff;	
}





/*-- МОДУЛЬ КОММЕНТАРИИ В КОЛОНКЕ  --*/
/*-- Заглавие комментарии  --*/


div.commentscolumntitle {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #C9C9C9;
    font-weight: bolder;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
}

/*-- Иконка комментраии --*/

div.commentscolumntitleicon {

}

/*-- Подложка под модуль комментраии  --*/

div.commentscolumn {
	padding:5px;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	border:1px solid #fff;
	box-shadow:inset 0px 4px 5px #e8e8e8, 0px 2px 2px #c6c6c6;
}

/*-- Разделяющая полоса  --*/

div.commentcolumnseparator {
    border-top: 1px solid #DEDEDE;
    box-shadow: 0 -1px 0 #FFFFFF;
    margin-bottom: 3px;
    margin-top: 3px;
}

/*-- Блок одного комментраия  --*/

div.commentcolumn {

}


/*--  ФИО   --*/

div.commentcolumnname {
    color: #FC9C0A;
	font-size:13px;
    text-decoration: underline;
    text-shadow: 1px 1px 0 #FFFFFF;
}

/*-- Дата  --*/

div.commentcolumndate {
    color: #818181;
    text-shadow: 1px 1px 0 #FFFFFF;
	text-align:right;
}

/*-- Краткий текст  --*/

div.commentcolumntext {
    color: #818181;
    text-shadow: 1px 1px 0 #FFFFFF;	
}

/*-- Блок кнопки читать все  --*/

div.commentscolumnseeall {
	text-align:right;
}

input.commentscolumnseeall {

}



/*-- МОДУЛЬ КОММЕНТАРИИ ПО ЦЕНТРУ (--*/
/*-- Заглавие новости (статьи) --*/


div.commentscentertitle {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #C9C9C9;
    font-size: 14px;
    margin-bottom: 3px;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
    z-index: 100;
}

/*-- Иконка новости (статьи) --*/

div.commentscentertitleicon {
	display:none;
	
}

/*-- Подложка под модуль новости  (статьи)  --*/

div.commentscenter {
	padding:5px;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	border:1px solid #fff;
	box-shadow:inset 0px 4px 5px #e8e8e8, 0px 2px 2px #c6c6c6;
}

/*-- Разделитель   --*/

div.commentscenthorseparator {
	height:1px;
	background:#e4e4e4;
	box-shadow:0px 1px 0px #fff;
}

/*-- Общий блок для одного комментария   --*/

div.commentcenter {
	padding:6px 0px 6px 0px;
}

/*-- Общий блок для имени и даты   --*/

div.commentcenterinfo {
	display:table;
	width:100%;
}

/*--  ФИО   --*/

div.commentcentername  {
	float:left;
	color:#fc9c0a;
	text-decoration:underline;
	text-shadow:1px 1px 0px #fff;
}

/*-- дата  --*/

div.commentcenterdate  {
	padding-right:6px;
	text-align:right;
	color:#555;
	text-shadow:1px 1px 0px #fff;	
}

/*-- Краткий текст  --*/

div.commentcentertext {
	color:#818181;
	text-align:left;
	text-shadow:1px 1px 0px #fff;	
}

/*-- Блок для кнопки читать все  --*/

div.commentscenterseeall {
	text-align:right;
}

/*-- Кнопки читать все  --*/

input.commentscenterseeall {

}


/*-- СТРАНИЦА КОММЕНТАРИЕВ --*/
/*-- Общий блок для комментариев  --*/

div.commentspage {
    border: 1px solid #E4E4E4;
    box-shadow: 0 0 0 1px #FFFFFF inset;
	padding:8px;
}

/*-- Блок одного комменатрия  --*/

div.commentpage {
	margin:3px 0 3px 0;
	width:100%;
}

/*-- Разделяющая полоса  --*/

div.commenthorseparator {
	height:1px;
	background:#e4e4e4;
	box-shadow:0px 1px 0px #fff;
}

/*-- Блок для ФИО и даты  --*/

div.commentinfo {
	display:table;
	width:100%;
	padding-bottom:7px;
}


/*--  ФИО   --*/

div.commentname  {
	float:left;
	color:#fc9c0a;
	text-decoration:underline;
	text-shadow:1px 1px 0px #fff;
	
}

/*-- дата  --*/

div.commentdate  {
	float:right;
	text-align:right;
	color:#555;
	text-shadow:1px 1px 0px #fff;	
}

/*-- Краткий текст  --*/

div.commenttext {
	color:#818181;
	text-align:left;
	text-shadow:1px 1px 0px #fff;
	
}

/*-- Надпись Добавить Комментарий  --*/

td.addcommenttitle {
	color:black;
    font-size: 16px;
	text-shadow:1px 1px 0px #fff;	
}


/*-- Блок Добавить комментарий  --*/

div.addcomment {

}

/*-- Общая таблица добавления комменатриев  --*/

table.addcomment {
	width:80%;
	margin:0 auto;
	color:#555;
	font-size:12px;
	text-align:left;
	 margin-top:20px;
}


/*-- Кнопка добавить комментарий  --*/

td.addcommentbut {
	text-align:center;

}

input.addcomment  {

}






/*-- ТИП СТРАНИЦЫ ГАЛЛЕРЕЯ  --*/
/*-- Подложка под модуль галлерия  --*/

div.gallerypage {
    /* border: 1px solid #E4E4E4; */
    /* box-shadow: 0 0 0 1px #FFFFFF inset; */
	padding:8px;
}

/*-- Все остальные блоки  --*/

div.gallery {
	padding:5px;
}

div.galleryverseparator {
    /* background: url("/themes/standart_design/punkt.jpg") repeat-y center; */
    width: 1px;
}

div.galleryhorseparator {
	height:1px;
    
	/* background: none repeat scroll 0 0 #E4E4E4; */
    
	/* box-shadow: 0 1px 0 #FFFFFF; */
}

/*-- Блок одной картинки  --*/

div.galleryimg {
display: block;
background: #fefefe;
border: 1px solid #e3e3e3;
width: 308px;
height: 202px;
margin: 0 0 10px 0;
text-align: center;
vertical-align: middle;
}


/*-- Картинка --*/

img.galleryimg{
	cursor:pointer;
	cursor:hand;
	max-width: 300px;
	max-height: 200px;
    vertical-align: middle;
}


/*-- Позиционирование картинки --*/

div.galleryimgtable {
	display:table;
	height: 202px;
	margin:0 auto;
}

div.galleryimgcell {
	
	vertical-align:middle;
}

/*-- Подпись под картинкой --*/

div.gallerytext {
    color: #FB9508;
    text-shadow: 1px 1px 0 #FFFFFF;
	text-align:center;
	padding-top:5px;
    color: #999999;
}




/*-- СТРАНИЦЫ  --*/
/*-- Блок страниц --*/

div.paging {
	display: table;
    margin: 0 auto;
}

div.pagingbutton {
	padding:1px;
}

/*-- Блок для стрелки влево --*/

div.pagingleft {
	
}

/*-- Стрелка влево --*/

input.pagingleft{
	
}


/*-- Блок для стрелки вправо --*/

div.pagingright {
	
}

/*-- Стрелка вправо --*/

input.pagingright{
	
}

/*-- Страница на которой сейчас --*/

div.pagingnow{
   background: rgba(220,220,220,1);
background: -moz-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,220,220,1)), color-stop(100%, rgba(227,227,227,1)));
background: -webkit-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -o-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -ms-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: linear-gradient(to bottom, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#e3e3e3', GradientType=0 );
	border:1px solid #c9c9c9;
	box-shadow:0px 1px 0px #fff;
	height:26px;
	width:26px;
	color:black;
	text-align:center;	
	cursor:pointer;
	cursor:hand;
	margin:2px;
	line-height:26px;
}



/*-- Стиль для остальныч страницы --*/

div.pagingall{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	border:1px solid #fff;
	box-shadow:inset 0px 4px 5px #e8e8e8;	
	height:26px;
	width:26px;
	text-align:center;
	cursor:pointer;
	cursor:hand;
	margin:2px;
	line-height:26px;
}

div.pagingall:hover{
  background: rgba(220,220,220,1);
background: -moz-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,220,220,1)), color-stop(100%, rgba(227,227,227,1)));
background: -webkit-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -o-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -ms-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: linear-gradient(to bottom, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#e3e3e3', GradientType=0 );
	border:1px solid #c9c9c9;
	box-shadow:0px 1px 0px #fff;
	height:26px;
	width:26px;
	text-align:center;
	cursor:pointer;
	cursor:hand;
	margin:2px;
	line-height:26px;
}


/*-- Все остальные страницы, ссылка--*/

div.pagingall a{
	color:#555;
	text-decoration:none;
}

div.pagingall a:hover{
	color:black;
	text-decoration:none;
}



/*-- ПЕРЕХОДЯЩАЯ ССЫЛКА (хлебные крошки) --*/
/*-- Общий блок для ссылки --*/

div.linkblock {
	/* margin-bottom:10px; */
	background: url(/img/play.png) left center no-repeat;  font-size: 24px;  padding: 2px 0 0 25px;
}

/*-- Блок для неактивной ссылки --*/

div.link {
	vertical-align:middle;
}

/*-- Неактивная ссылка --*/

div.link a {
    color: #787878;
    text-shadow: 1px 1px 0 #FFFFFF;
	
    text-decoration: none;
	text-transform:uppercase;
}

div.link a:hover{
    color: #787878;
    text-shadow: 1px 1px 0 #FFFFFF;
	text-decoration:none;
	text-transform:uppercase;	
}
#titleExt {
    background: #ffffff url(/img/titleExt.jpg) left top repeat-x;  border: 1px solid #e6e6e6;  
    padding: 9px;  
    margin-bottom: 32px;
}
/*-- Активная ссылка --*/

div.linkactive {
	vertical-align:middle;
    color:#FB9508;
    
	/* text-shadow: 1px 1px 0 #FFFFFF; */
	/* text-decoration:underline; */
	text-transform:uppercase;
	color: #999999;
	font-size: 24px;  
	/* padding: 2px 0 0 25px; */
}

div.linkactive a{

}





/*-- СТРАНИЦА FAQ (ВОПРОС-ОТВЕТ) --*/
/*-- Общий блок для страницы  --*/

div.faqspage {
	padding:9px;
}

/*-- Блок одного комменатрия  --*/

div.faqpage {
	margin:3px 0 3px 0;
	width:100%;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	border:1px solid #fff;
	box-shadow:inset 0px 4px 5px #e8e8e8, 0 2px 2px #C6C6C6;
	padding:7px;
}

/*-- Разделительная полоса  --*/

div.faqhorseparator {
    background: none repeat scroll 0 0 #E4E4E4;
    box-shadow: 0 1px 0 #FFFFFF;
    height: 1px;
}

div.faqtextseparator {
    background: none repeat scroll 0 0 #E4E4E4;
    box-shadow: 0 1px 0 #FFFFFF;
    height: 1px;
	margin:4px 0 4px 0;
}

/*-- Блок для ФИО и даты  --*/

div.faqinfo {
	display:table;
	width:100%;
}

div.faqanswerinfo {
	display:table;
	width:100%;
	
}

/*--  ФИО   --*/

div.faqname  {
	display:table-cell;
    color: #FB9508;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
}

/*-- Текст вопроса --*/

div.faqtext {
	color:#787878;
	text-align:left;
    text-shadow: 1px 1px 0 #FFFFFF;	
}

/*-- Залавие ОТВЕТ --*/

div.faqanswername  {
	float:left;
    color: #FB9508;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	display:table-cell;
	padding-left:30px;
}

/*-- Текст ответа  и блок для текста--*/

div.faqanswer {
	margin-left:30px;
	text-align:left;
	 background: rgba(220,220,220,1);
background: -moz-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,220,220,1)), color-stop(100%, rgba(227,227,227,1)));
background: -webkit-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -o-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -ms-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: linear-gradient(to bottom, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#e3e3e3', GradientType=0 );
	border:1px solid #c9c9c9;
	box-shadow:0px 1px 0px #fff;
	padding:8px;
}

/*-- Дата вопроса  --*/

div.faqdate  {
	float:right;
	text-align:right;
	color:#555;
    text-shadow: 1px 1px 0 #FFFFFF;
}

/*-- Дата ответа  --*/

div.faqanswerdate  {
	float:right;
    text-shadow: 1px 1px 0 #FFFFFF;
	color:#555;
	display:table-cell;
}


/*-- Надпись Добавить Комментарий  --*/

td.addfaqtitle {
    color: #000000;
    font-size: 16px;
    text-shadow: 1px 1px 0 #FFFFFF;  
}


/*-- Блок Добавить комментарий  --*/

div.addfaq {

}

/*-- Общая таблица добавления комменатриев  --*/

table.addfaq {
	width:80%;
	margin:0 auto;
    color: #555555;
    font-size: 12px;
	text-align:left;
}


/*-- Кнопка добавить комментарий  --*/

td.addfaqbut {
	text-align:center;

}

input.addfaq  {

}



/*-- МОДУЛЬ ОБРАТНАЯ СВЯЗЬ  --*/
/*-- Подложка под модуль обратной связи  --*/

div.feedback {
    border: 1px solid #E4E4E4;
    /* box-shadow: 0 0 0 1px #FFFFFF inset; */	
	
    /* padding:5px; */
}


div.feedbackin {
   
}

/*-- Заглавие  --*/

div.feedbacktitle {
padding: 1px;
border-bottom: 1px solid #dfdfdf;
font-size: 19px;
display: block;
background: #f9f9f9 url(/img/tBox.jpg) 10px center no-repeat;
padding: 10px 0 8px 30px;
font-size: 19px;
color: #333333;
}

/*-- Блок таблицы для формы связи  --*/

div.feedbackinfo {
 
}

/*-- Таблица для формы связи  --*/

table.feedbackinfo {
	width:100%;
    color: #818181;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-decoration: none;
}

/*-- Таблица для кнопки отправить  --*/

td.backcallbutton {
	text-align:center;
}

input.backcallsend {
	
}


/*-- МОДУЛЬ ГОЛОСОВАНИЕ В КОЛОНКЕ  --*/
/*-- Заглавие комментарии  --*/


div.pollscolumntitle {
display: block;
background: #f9f9f9 url(/img/tBox.jpg) 10px center no-repeat;
padding: 10px 0 8px 30px;
font-size: 19px;
color: #333333;
/* padding: 1px; */
border: 1px solid #dfdfdf;
font-size: 19px;
}

/*-- Иконка комментраии --*/

div.pollscolumntitleicon {

	
}

/*-- Подложка под модуль голосования  --*/

div.pollscolumn {
	padding: 5px;

	border: 1px solid #dfdfdf;
	padding: 20px 20px 6px 29px;
}

/*-- Блок одного пункта голосования --*/

div.pollcolumn {
	margin-bottom:3px;
}

/*--  Название пункта   --*/

div.pollcolumnname {
	/* color:#FB9508; */
	text-shadow:1px 1px 0px #fff;
}

/*--  Ссылка на название товара   --*/

div.pollcolumninfo2 {
	display:table;
	width:95%;
}

/*--  Полоса голосования   --*/

div.pollcolumnline {
	text-decoration:none;
	display:inline-block;
	background: rgba(220,220,220,1);
background: -moz-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,220,220,1)), color-stop(100%, rgba(227,227,227,1)));
background: -webkit-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -o-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: -ms-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
background: linear-gradient(to bottom, rgba(220,220,220,1) 0%, rgba(227,227,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#e3e3e3', GradientType=0 );
	border:1px solid #c9c9c9;
	box-shadow:0px 1px 0px #fff;
	height:13px;
}


/*--  Количество голосов   --*/

div.pollcolumnnumber {
	/* color:#FB9508; */
	text-shadow:1px 1px 0px #fff;
}



/*-- ВСПЛЫВАЮЩЕЕ ОКНО ЗАДАТЬ ВОПРОС --*/	
/*-- Общий блок всплывающего окна --*/

div.ordercall {
	/* float:right; */
	margin: 0 auto;
	display: table;
}

div.callmeform {
	position:fixed;
	background:#eee;
	border:2px solid #555;
	padding:10px;
	display:none;
	z-index:500;
	width:500px;
}

/*-- Внутренний блок всплывающего окна --*/

div.callmeinfo {

}

/*-- Заглавие окна ЗАДАТЬ ВОПРОС --*/

td.callmetitle {
	color: #555;
    font-size: 14px;
	font-weight:Bolder;
}

table.callme {
	color:#555;
}

td.callmebuttonposition {
	text-align:center;
}

input.callmebutton {

}

/*-- ВСЁ ПРО РЕГИСТРАЦИЮ --*/

/*-- МОДУЛЬ РЕГИСТРАЦИИ НА ШАПКЕ --*/
/*-- Блок вход/регистрация --*/

div.userstypehor{
	float:left;

}

/*-- Блок для первой кнопки --*/

div.userstypehorbut1{

}

/*-- Блок для второй кнопки --*/

div.userstypehorbut2{
	
padding-left:3px;
}

/*-- Кнопка вход --*/

input.enterbuthor{

}

input.enterbuthor:hover{

}

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

input.registrationbuthor{
	
}

input.registrationbuthor:hover{

}

/*-- Кнопка аккаунт --*/

input.accountbuthor{

}

input.accountbuthor:hover{

}

/*-- Кнопка выйти --*/

input.exitbuthor{
	
}

input.exitbuthor:hover{
	
}







/*-- МОДУЛЬ РЕГИСТРАИЦЯ В КОЛОНКЕ --*/
/*-- Блок вход/регистрация --*/

div.userstypever{
	padding: 5px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	border:1px solid #fff;
	box-shadow:inset 0px 4px 5px #e8e8e8, 0px 2px 2px #c6c6c6;
}

/*-- Блок для полей ввода --*/

div.userstypeverinputs{


}

/*-- Блок для первого поля ввода --*/

div.userstypeverinput1{
	margin-bottom:4px;

}

/*-- Блок для второго поля ввода --*/

div.userstypeverinput2{

	margin-bottom:4px;
}


/*-- Блок для кнопок --*/

div.userstypeverbuttons{
	margin:0 auto;
	display:table;
	width:100%;
	
}

/*-- Блок для первой кнопки --*/

div.userstypeverbut1{

}

/*-- Блок для второй кнопки --*/

div.userstypeverbut2{

}

/*-- Кнопка вход --*/

input.enterbutver{
    color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;	
}

input.enterbutver:hover{
    color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;
	font-weight:bolder;	
}

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

input.registrationbutver{
	color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;	
}

input.registrationbutver:hover{
    color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;
	font-weight:bolder;	
}

/*-- Кнопка аккаунт --*/

input.accountbutver{
    color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;	
}

input.accountbutver:hover{
    color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;
	font-weight:bolder;	
}

/*-- Кнопка выйти --*/

input.exitbutver{
    color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;	
	box-shadow:none;
}

input.exitbutver:hover{
    color: #FB9508;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
	border:0;
	border-radius:0;
	background:transparent;	
	box-shadow:none;
	font-weight:bolder;
}


/*-- Блок для надписи забыли пароль --*/

div.forgetpassver{


}

/*-- Надпись забыли пароль --*/

span.forgetpassver{
	cursor:pointer;
	cursor:hand;
}

/*-- Надпись приветствия --*/

div.welcomcolumn{


}













/*-- МОДУЛЬ СТРАНИЦА РЕГИСТРАЦИИ --*/

/*-- Общая таблица регистрации --*/

table.registration {
	width:100%;
	margin:0 auto;
	color:#808080;
	
}


/*-- Заглавие при регистрации --*/

td.titlereg {
	color:#FB9508;
	text-decoration:underline;
	font-size:16px;
}


/*-- Столбик для кнопки регистрации --*/

td.positionregbut {
	text-align:center;

}

/*-- Кнопка РЕГИСТАЦИЯ для страницы регистарции--*/

input.registrationbut {
	text-align:center;
}


/*-- Стиль для надписи регистрация прошла успешно --*/

td.regcomplete {
	color:#555;
	text-decoration:undeline;
}










/*-- ВСПЛЫВАЮЩЕЕ ОКНО ВХОДА --*/
/*-- Общий блок всплывающего окна --*/

div.enterform {
	position:fixed;
	 background: url("/themes/standart_design/top.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	border:1px solid #ddd;
	padding:20px;
	display:none;
	z-index:500;
   box-shadow: 0 0px 4px 2px #555 inset;
	width:400px;
}

/*-- Внутренний блок всплывающего окна --*/

div.enterinfo {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0px 4px 2px #DDDDDD inset;
	padding:10px;	
}

/*-- Заглавие окна входа --*/

td.titleenter {
	color: #787878;
    font-size: 16px;
	text-decoration:underline;
}

/*-- Положение кнопки ВХОД --*/

td.enterposition {
	text-align:center;
}


/*-- Кнопка ВХОД для всплывающего окна--*/

input.enterbut {
	text-align:center;
}


/*-- Объяснение причины блокировки --*/

td.solutionfail {
	color:red;
}

/*-- Надпись забыли пароль --*/

span.forgetpass {
	cursor:pointer;
	cursor:hand;
	color:#eabcbc;
}

span.forgetpass:hover {
	cursor:pointer;
	cursor:hand;
	color:#dc2929;
}


/*-- Кнопка отправить --*/


input.send{
	
}









/*-- СТРАНИЦА АККАУНТА --*/
/*-- Надпись приветствия --*/
div.welcomecolumn {
    color: #DC2929;
    font-size: 15px;
    font-style: italic;
    padding: 8px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;

}

/*-- Общий блок для ифнормации на страинице акккаунта --*/
div.accountinfo {

}

/*-- Строка приветствия --*/
div.userwelcome {
    color:#555555;
    font-size: 15px;
    font-weight: bolder;
    position: relative;
	padding:3px;
	text-decoration:underline;
}

/*-- Строка Песональный код --*/
div.userpersonalcode {
    color: #f29526;
    font-size: 15px;
    position: relative;
	padding:3px;
}



/*-- ВКЛАДКИ --*/
/*-- Общий блок для вкладок --*/

div.accounttabs {
   margin-top:10px; 
   margin-bottom:10px;
    border-bottom: 3px solid #F28D19;
    box-shadow: 0 2px 0 #FFFFFF;
}

/*-- Блок для одной вкладки --*/
div.accounttabinfo {
    
}

/*-- Блок для одной вкладки --*/
div.accounttabposition {
    display:table-cell;
	vertical-align:bottom;
	padding:1px 1px 0px 1px;
}

/*-- НЕАКТИВНАЯ ВКЛАДКА --*/
div.accounttab  {
	padding:5px;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(239,239,239,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=1 );
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 5px #E8E8E8 inset;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	height:20px;
	cursor:pointer;
	cursor:hand;
	color:#5a452f;
	text-shadow: 1px 1px 0 #FFFFFF;
	position:relative;
    top:-2px;
}

/*-- НЕАКТИВНАЯ ВКЛАДКА ПРИ НАВЕДЕНИИ--*/
div.accounttab:hover {
	padding:5px;
background: rgba(251,187,50,1);
background: -moz-linear-gradient(left, rgba(251,187,50,1) 0%, rgba(242,141,25,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(251,187,50,1)), color-stop(100%, rgba(242,141,25,1)));
background: -webkit-linear-gradient(left, rgba(251,187,50,1) 0%, rgba(242,141,25,1) 100%);
background: -o-linear-gradient(left, rgba(251,187,50,1) 0%, rgba(242,141,25,1) 100%);
background: -ms-linear-gradient(left, rgba(251,187,50,1) 0%, rgba(242,141,25,1) 100%);
background: linear-gradient(to right, rgba(251,187,50,1) 0%, rgba(242,141,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbb32', endColorstr='#f28d19', GradientType=1 );
	border:1px solid #fff;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	height:30px;
	cursor:pointer;
	cursor:hand;
	color:#ffffff;
	text-shadow: 1px 1px 0 #C7790D;
	position:relative;
    top:-2px;
    box-shadow: 0 4px 5px #dc800c inset;	
}


/*-- АКТИВНАЯ ВКЛАДКА --*/
div.accountactivetab {
	padding:5px;
background: rgba(251,187,50,1);
background: -moz-linear-gradient(left, rgba(251,187,50,1) 0%, rgba(242,141,25,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(251,187,50,1)), color-stop(100%, rgba(242,141,25,1)));
background: -webkit-linear-gradient(left, rgba(251,187,50,1) 0%, rgba(242,141,25,1) 100%);
background: -o-linear-gradient(left, rgba(251,187,50,1) 0%, rgba(242,141,25,1) 100%);
background: -ms-linear-gradient(left, rgba(251,187,50,1) 0%, rgba(242,141,25,1) 100%);
background: linear-gradient(to right, rgba(251,187,50,1) 0%, rgba(242,141,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbb32', endColorstr='#f28d19', GradientType=1 );
	border:1px solid #fff;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	height:30px;
	cursor:pointer;
	cursor:hand;
	color:#ffffff;
	text-shadow: 1px 1px 0 #C7790D;
	position:relative;
    top:-2px;
    box-shadow: 0 4px 5px #dc800c inset;	
}



/*-- Вкладка ПЕРСОНАЛЬНЫЕ ДАННЫЕ --*/
/*-- Общая таблица для вкладки  --*/
table.userdataaccount {
	margin:0 auto;
	width:80%;
	color:#808080;
    font-size: 12px;
    text-align: left;
   
}

/*-- Заглавие ПЕРСОНАЛЬНЫЕ ДАННЫЕ --*/
td.titleuserdata {
    color: #f29526;
    font-size: 16px;
   
	text-decoration:underline;
}

/*-- Надпись поля отмеченные звёздочкой --*/
td.infouserdata {
    color:red;
    font-size: 12px;
    position: relative;
    
}


/*-- Блок для кнопки редактировать --*/
td.accounteditbut {
	text-align:center;
}

/*-- Кнопка РЕДАКТИРОВАТЬ --*/


input.editbut  {
	
}
