body {
	font-size:18px;
	font-family:tahoma,arial,verdana;
	margin:0;
	background:url('/themes/shand/bg.jpg') black center bottom;
	background-repeat: no-repeat;
background-attachment: fixed;
color:#000000;

}



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

div.deliver{
	margin-bottom:10px;
	position:relative;
	padding:3px;
	vertical-align:top;
}

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"]{
	font-size:14px;
	font-family:tahoma,arial,verdana;
	cursor:pointer;
	cursor:hand;
	background:#cf2806;
	color:#ffea00;
	border:0;
	box-shadow:0 0 3px black;
	padding:8px 25px 8px 25px;
	border-radius:5px;
	text-align:center;	
	-webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
}

input[type="button"]:hover {
	font-size:14px;
	font-family:tahoma,arial,verdana;
	cursor:pointer;
	cursor:hand;
	background:#ffea00;
	color:#cf2806;
	box-shadow:0 0 3px black;
	padding:8px 25px 8px 25px;
	border-radius:5px;
	text-align:center;
}



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

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

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



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

input[type="text"]{
	font-size:14px;
	font-family:tahoma,arial;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#e6e633;
	
	outline:none;
	color:#000;
	border-radius:5px;
	border:1px solid #cf2806;
	-webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
}
input[type="text"]:focus {
	font-size:14px;
	font-family:tahoma,arial;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#e6e633;
	box-shadow:0 0  3px #000;
	outline:none;
	color:#000;
	border-radius:5px;
	border:1px solid #cf2806;
}


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

input[type="password"]{
	font-size:14px;
	font-family:tahoma,arial;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#e6e633;
	
	outline:none;
	color:#000;
	border-radius:5px;
	border:1px solid #cf2806;
	-webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
}
input[type="password"]:focus {
	font-size:14px;
	font-family:tahoma,arial;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#e6e633;
	box-shadow:0 0  3px #000;
	outline:none;
	color:#000;
	border-radius:5px;
	border:1px solid #cf2806;
}

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

input.fail{
	font-size:14px;
	font-family:tahoma,arial;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#f8eae9;
	box-shadow:0 0 3px red;
	outline:none;
	color:#000;
	border-radius:5px;
	border:0;	
}
input.fail:focus{
	font-size:14px;
	font-family:tahoma,arial;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#f8eae9;
	box-shadow:0 0 3px red;
	outline:none;
	color:#000;
	border-radius:5px;
	border:0;	
}

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

textarea {
	font-size:14px;
	font-family:tahoma,arial;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#e6e633;
	
	outline:none;
	color:#000;
	border-radius:5px;
	border:1px solid #cf2806;
	-webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
}
textarea:focus {
	font-size:14px;
	font-family:tahoma,arial;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#e6e633;
	box-shadow:0 0  3px #000;
	outline:none;
	color:#000;
	border-radius:5px;
	border:1px solid #cf2806;
}
/*-- СТИЛЬ ДЛЯ ТЕКСТОВОГО ПОЛЯ (при ошибке) --*/

textarea.fail{
	font-size:14px;
	font-family:tahoma,arial;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#f8eae9;
	box-shadow:0 0 3px red;
	outline:none;
	color:#000;
	border-radius:5px;
	border:0;	
}
textarea.fail:focus{
	font-size:14px;
	font-family:tahoma,arial;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#f8eae9;
	box-shadow:0 0 3px red;
	outline:none;
	color:#000;
	border-radius:5px;
	border:0;	
}


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

select{
	font-size:14px;
	font-family:tahoma,arial;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#e6e633;
	
	outline:none;
	color:#000;
	border-radius:5px;
	border:1px solid #cf2806;
	-webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
}
select:focus {
	font-size:14px;
	font-family:tahoma,arial;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#e6e633;
	box-shadow:0 0  3px #000;
	outline:none;
	color:#000;
	border-radius:5px;
	border:1px solid #cf2806;
}
/*-- СТИЛЬ ДЛЯ ВЫПАДАЮЩЕГО СПИСКА (при ошибке) --*/

select.fail{
	font-size:14px;
	font-family:tahoma,arial;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#f8eae9;
	box-shadow:0 0 3px red;
	outline:none;
	color:#000;
	border-radius:5px;
	border:0;	
}
select.fail:focus{
	font-size:14px;
	font-family:tahoma,arial;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#f8eae9;
	box-shadow:0 0 3px red;
	outline:none;
	color:#000;
	border-radius:5px;
	border:0;	
}


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

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 {
	margin:0 auto;
}

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

div.allheader {
	margin:0 auto;
}


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

div.overhead {
	
	
	position:relative;
	z-index:150;
	margin:0 auto;
}

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

div.overheadinfo {
	max-width:800px;
	width:100%;
	display:table;
	margin:0 auto;
	background:#fad01b;
	height:15px;
	
	
}


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

div.overheadleft {

	vertical-align:middle;
}

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

div.overheadright {
	
	vertical-align:middle;
}



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

div.head {
	
	position:relative;
	z-index:100;	
}


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

div.headinfo {
	background:url('/themes/shand/topzub.png') center top no-repeat;
	max-width:800px;
	width:100%;
	display:table;
	margin:0 auto;

}


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

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

div.headcolumn1 {
	vertical-align:middle;
}


div.headcolumn2 {
	vertical-align:middle;
	display:none;
}


div.headcolumn3 {
	vertical-align:middle;
display:none;
}


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

div.underhead {
	
}


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

div.underheadinfo {
	max-width:780px;
	width:100%;
	display:table;
	margin:0 auto;
	background:url('/themes/shand/botzub.png') center top no-repeat;
	border-bottom:3px solid #cf2806;
	box-shadow:0 3px 5px #151a00;
	position:relative;
	z-index:200;
	padding:8px 10px 0 10px;
}


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

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


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

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

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

div.allcenter {
	max-width:1250px;
	width:100%;
	margin:0 auto;
}

table.allcenterblock{
	width:100%;
	min-height: 605px;
}


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

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

div.leftcolumn {
	width:220px;
}


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

div.centercolumn {
	width:100%;
	
}

td.centercolumn {
background:url('/themes/shand/bggreen.png') ;
min-height: 605px;
}

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

div.centerinfo {
   padding:10px;
   
}


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

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

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



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

div.allfooter {
	width:100%;
		max-width:800px;
	margin:0 auto;
	background:#b8d631;
}

div.allfooterinfo {
	width:100%;
		max-width:760px;
	display:table;
	border-radius:15px 15px 0 0;
	margin:0 auto;
	padding:20px;
	background:#392620;
}

div.overfooter {
	
}

div.underfooter {
	
}

div.underfooterleft {
	
}

div.underfooterright {
	float:right;
}

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


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

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

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

div.chaptershead {
	font-family:tahoma;
	font-size:16px;
}

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

div.chapterseparator {
	width:12px;
	background:url('/themes/shand/sepver.png') center no-repeat;
}

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

div.chapter a {
	text-decoration:none;
	color:#6a0207;
}

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

div.chapter:hover a {
	text-decoration:none;
	color:#ffea00;
}

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

div.activechapter a {
	text-decoration:none;
	color:#ffea00;
}


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

div.chapter {
	padding:10px;
	cursor:pointer;
	cursor:hand;
	text-align:center;
	-webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
}

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

div.chapter:hover {
	padding:10px;
	cursor:pointer;
	cursor:hand;
	background:#cf2806;
	border-radius:10px 10px 0 0;
	text-align:center;
}

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

div.activechapter {
	padding:10px;
	cursor:pointer;
	cursor:hand;
	background:#cf2806;
	border-radius:10px 10px 0 0;
	text-align:center;
}



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

div.submenu{
	display:none;
	top:26px;
	left:-15px;
	z-index:200;
    background: none repeat scroll 0 0 #76C7C0;
	border:1px solid #fff;
}

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

}

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

}

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

div.chaptersubmenu0{
	padding:5px 10px 5px 10px;
	white-space:nowrap;
}

div.chaptersubmenu0:hover {
	padding:5px 10px 5px 10px;
	white-space:nowrap;
	background:#62B9B0;
}

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

div.chaptersubmenu1{
	padding:5px 10px 5px 10px;
	white-space:nowrap;
}

div.chaptersubmenu1:hover{
	padding:5px 10px 5px 10px;
	white-space:nowrap;
	background:#62B9B0;
}

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


div.chaptersubmenu0 a.linksubmenu0{
	text-decoration:none;
	color:#fff;
}

div.chaptersubmenu0:hover a.linksubmenu0{
	text-decoration:none;
	color:#fff;
}

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


div.chaptersubmenu1 a.linksubmenu1{
	text-decoration:none;
	color:#fff;
}


div.chaptersubmenu1:hover a.linksubmenu1{
	color:#fff;

}



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

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: 5px;	
}

div.chaptersallblock {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 4px solid #E5E6E6;
    border-radius: 5px;
}

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

div.chapterstitle {
    background: none repeat scroll 0 0 #E2534B;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bolder;
    margin-bottom: 3px;
    padding: 12px 12px 12px 40px;
    position: relative;
    text-transform: uppercase;
    z-index: 100;
}

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

div.chapterstitleicon {
    background: url("/themes/demo1/icon_catalog.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 19px;
    left: 5px;
    position: absolute;
    top: 10px;
    width: 24px;
}

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

div.chapter0 a {
	text-decoration:none;
	color:#777777;
	font-size: 14px;
}


div.chapter0:hover a {
	text-decoration:none;
	color:#e2534b;	
	font-size: 14px;
}

div.chapter0act a {
	text-decoration:none;
	color:#e2534b;	
	font-size: 14px;
}


div.chapter0act:hover a {
	text-decoration:none;
	color:#323231;
	text-shadow:1px 1px 0px #fff;	
	font-size: 13px;
}

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


div.chapter0  {
	border-top: #e5e6e6 1px dashed;
	padding:8px;
	cursor:pointer;
	cursor:hand;
	background:url("/themes/demo1/point.png")  no-repeat;
	padding:5px 5px 5px 15px;	
	background-position:0px 8px;
}


div.chapter0:hover  {
	border-top: #e5e6e6 1px dashed;
	padding:8px;
	cursor:pointer;
	cursor:hand;
	background:url("/themes/demo1/point.png")  no-repeat;
	padding:5px 5px 5px 15px;
	background-position:0px 8px;
}

div.chapter0act  {
	border-top: #e5e6e6 1px dashed;
	padding:8px;
	cursor:pointer;
	cursor:hand;
	background:url("/themes/demo1/point.png")  no-repeat;	
	padding:5px 5px 5px 15px;
	background-position:0px 8px;
}



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


div.chapter1 a {
	text-decoration:none;
	color:#e2534b;
	font-size:14px;	
}


div.chapter1:hover a {
	text-decoration:none;
	color:#e2534b;
	font-size:14px;
}

div.chapter1act a {
	text-decoration:none;
	color:#e2534b;
	font-size:14px;
}



div.chapter1act:hover a {
	text-decoration:none;
	color:#e2534b;
	font-size:14px;
}

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


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

	cursor:pointer;
	cursor:hand;
}


div.chapter1:hover  {
	padding:5px 5px 5px 25px;
	background:#ffd1ce;
	cursor:pointer;
	cursor:hand;
}

div.chapter1act  {
	padding:5px 5px 5px 25px;
	background:#ffd1ce;
	cursor:pointer;
	cursor:hand;
}




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


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


div.chapter2:hover a {
	text-decoration:underline;
	color: #AAAAAA;
    font-size: 14px;
	font-style:normal;
	font-weight:55
}

div.chapter2act a {
	text-decoration:underline;
	color: #AAAAAA;
    font-size: 14px;
	font-style:normal;
	font-weight:55
}


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

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


div.chapter2  {
	padding:5px 5px 5px 40px;
	border-bottom: #e5e6e6 1px dashed;
	border-top: #e5e6e6 1px dashed;
}


div.chapter2:hover  {
	padding:5px 5px 5px 40px;
	border-bottom: #e5e6e6 1px dashed;
	border-top: #e5e6e6 1px dashed;
}

div.chapter2act  {
	padding:5px 5px 5px 40px;
	border-bottom: #e5e6e6 1px dashed;
	border-top: #e5e6e6 1px dashed;
}









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

div.chaptersview {
    
}

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

div.chapterviewinfo {
	padding:4px;

}

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

div.chapterview {
   text-align:center;
	background:#e6e633;
	border-radius:15px 15px 0 0;
}

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

div.chapterviewverseparator {
     width: 4px;
}

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

div.chapterviewhorseparator {
    height: 8px;
}

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

div.chapterviewimg {
	width:248px;
	height:188px;
	margin:0 auto;
}

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

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


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

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

div.chapterviewimgcell {
	display:table-cell;
	
}

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

div.topchapterviewname {
	padding:8px;
	border-radius:15px 15px 0 0;
	background:#cf2806;
	height:43px;
}


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

div.topchapterviewname a{
	text-decoration:none;
	color:#ffea00;
}


div.topchapterviewname:hover a{
	text-decoration:none;
	color:#ffea00;
}


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

div.bottomchapterviewname {
	display:none;
}

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

div.bottomchapterviewname a{
	
}

div.bottomchapterviewname:hover a{
	
}





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

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

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

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

div.leftunderslider {

}

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

div.rightunderslider {
	vertical-align:top;
}




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

div.slider{
	margin:0 auto;
	border:1px solid #fff;

}

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

div.sliderimg {
	display:table-cell;
	position:relative;
	z-index:100;
}

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

div.slidertext {
	z-index:200;
}


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

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

}

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

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


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


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

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

}

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




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

input.sliderleft{
    padding:15px 10px;	
	background:url("/themes/demo1/arrow_left.png") no-repeat center,#76c7c0;
	color:transparent;
	border-bottom:4px solid #62b9b0;
	border-top:0px solid #62b9b0;
	border-left:0px solid #62b9b0;
	border-right:0px solid #62b9b0;
	border-radius:0px 5px 5px 0px;	
}

input.sliderleft:hover{
    padding:15px 10px;	
	background:url("/themes/demo1/arrow_left.png") no-repeat center,#e8645a;
	color:transparent;
	border-bottom:4px solid #e2534b;
	border-top:0px solid #62b9b0;
	border-left:0px solid #62b9b0;
	border-right:0px solid #62b9b0;
	border-radius:0px 5px 5px 0px;	
}



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

input.sliderright{
    padding:15px 10px;	
	background:url("/themes/demo1/arrow_right.png") no-repeat center,#76c7c0;
	color:transparent;
	border-bottom:4px solid #62b9b0;
	border-top:0px solid #62b9b0;
	border-left:0px solid #62b9b0;
	border-right:0px solid #62b9b0;
	border-radius:5px 0px 0px 5px;	
}


input.sliderright:hover{
    padding:15px 10px;	
	background:url("/themes/demo1/arrow_right.png") no-repeat center,#e8645a;
	color:transparent;
	border-bottom:4px solid #e2534b;
	border-top:0px solid #62b9b0;
	border-left:0px solid #62b9b0;
	border-right:0px solid #62b9b0;
	border-radius:5px 0px 0px 5px;		
}


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

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;
}

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

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

div.slidernext {
	cursor:pointer;
	cursor:hand;
	width:45px;
	height:4px;
	background:#b0b8b9;
	font-size:0;
}

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

div.slidernextact {
	cursor:pointer;
	cursor:hand;
	width:45px;
	height:4px;
	background:#e2534b;
	font-size:0;
}








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

div.search {
	position:relative;
	left:25px;
	margin-bottom:5px;
	margin-top:5px;
}

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

div.searchinput {
	
}

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

input.search {
	width:250px;
	height:29px;

}

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

div.searchbut {
	left:-27px;
	top:1px;
	
}

input.searchbut {
	height:25px;
	background:url("/themes/demo1/search_p.png")no-repeat;
	width:25px;
	border:0;
	font-size:0;
	padding:0;
}

input.searchbut:hover {
	height:25px;
	background:url("/themes/demo1/search_a.png")no-repeat;
	width:25px;
	border:0;
	font-size:0;
	padding:0;
}



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

div.searchtextpage {
   
}

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

div.searchtexthorseparator {
    
}

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

div.searchtextname a{
    color: #FB9508;
    text-decoration: underline;
    padding:3px;
}

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

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

div.searchtext {
	padding:3px;
}








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


div.articlescentertitle {
    border-bottom: 2px solid #76C7C0;
    color: #76C7C0;
    font-size: 15px;
    font-weight: bolder;
    padding: 5px 5px 5px 25px;
    text-align: left;
    text-transform: uppercase;
	z-index: 100;
	margin-bottom: 3px;
    position:relative;	
}

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

div.articlescentertitleicon {
    background: url("/themes/demo1/icon_news.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 19px;
    left: 0px;
    position:absolute;
    top: 2px;
    width: 17px;
	
}

div.articlescentertitleicon  img{
 display:none;
	
}

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

div.articlescenter {
    background: none repeat scroll 0 0 #F8F8F8;
    border-bottom: 4px solid #E5E6E6;
    border-radius: 5px;
    padding: 5px;
}


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

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

div.articlescenthorseparator {
	height:1px;
	border-bottom:1px dashed #E5E6E6;
}
/*-- Блок одной новости  (статьи)   --*/

div.articlecenter {
	padding:5px;
}


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

div.articlecenterimg {
	width:90px;
	margin:0 auto;
	text-align:center;
	background:#fff;
	border:1px solid #E5E6E6;
	border-radius:5px;
	padding:6px;
	display:table-cell;	
	vertical-align:middle;
}


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

img.articlecenterimg {
	max-width:80px;
	max-height:88px;
	text-align:center;
	margin:0 auto;
	vertical-align:top;
}


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

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

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

div.articlecentername a {
	color:#e2534b;
	text-decoration:underline;
	font-size:14px;
}


div.articlecentername a:hover {
	color:#e2534b;
	text-shadow:1px solid #fff;
	text-decoration:none;
	font-size:14px;

}

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

div.articlecentershort {
	color:#7f8c8c;
}


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

div.articlecenterseeall {
	text-align:right;
}

input.articlecenterseeall {

}

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

div.articlecolumnallblock {

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

div.articlescolumntitle {
	background:#dddddd;
	padding:5px ;
	border:1px solid #c9c9c9;
	color:747474;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #fff;
	font-weight:bolder;
}

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

div.articlescolumntitleicon {
	
	
}

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

div.articlescolumn {
	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.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 {
    background:#e6e633;
	padding:5px;
	border-radius:15px 15px 0 0;
}

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

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

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

div.articleshorseparator {
	height:6px;
border-bottom: 1px solid #8c0d25;
}

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

div.articlepage {
	padding:5px;
}



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

div.articlepageimg {
	width:100px;
	vertical-align:middle;
	display:table-cell;
    
	text-align:center;
	padding:3px;
}

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

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


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

div.articlepageinfo {
	display:table-cell;
	padding-left:5px;
}


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

div.articlepagename a {
	text-decoration:underline;
	font-size:16px;
    color: #8c0d25;
}

div.articlepagename a:hover {
	text-decoration:none;
	font-size:16px;
    color: #8c0d25;
}

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

div.articlepageshort {
	color:#000;	
font-size:12px;	
}



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

div.articlepagedate {
	color:#8c0d25;
	font-size:11px;
}



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

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


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

input.back{
	
}


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

div.articlename {
	
}

h1.articlename {
	background:#e6e633;
	border-radius:15px 15px 0 0;
	color: #8c0d25;
    font-size: 16px;
	font-weight:bolder;
	padding:10px;
	margin:0;	
}

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

div.articletext {
	background:#e6e633;
	
    padding: 7px;
	font-size:14px;
}

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

div.articledate {
	color:#8c0d25;
	font-size:14px;
	text-align:right;
}




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


div.commentscolumntitle {
    border-bottom: 2px solid #76c7c0;
        font-size: 15px;
    font-weight: bolder;
    padding: 8px 8px 5px 30px;
    text-align:left;
    color:#76c7c0;
    text-transform: uppercase;
    position: relative;	
}

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

div.commentscolumntitleicon {
    background: url("/themes/demo1/icon_comment.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 19px;
    left: -30px;
    position: relative;
    top: 15px;
    width: 21px;
}

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

div.commentscolumn {
	padding:5px;
	background:#f8f8f8;
	border-bottom:4px solid #e5e6e6;
	border-radius:5px;
}

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

div.commentcolumnseparator {
    border-top: 1px dashed #e5e6e6;
    margin-bottom: 3px;
    margin-top: 3px;
}

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

div.commentcolumn {

}


/*--  ФИО   --*/

div.commentcolumnname {
    color: #e2534b;
	font-size:14px;
}

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

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

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

div.commentcolumntext {
    color: #8e9a9a;
	
}



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

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 {
   background:#e6e633;
	padding:5px;
	border-radius:15px 15px 0 0;
}

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

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

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

div.commenthorseparator {
	height:1px;
	border-bottom:1px solid #8c0d25;
}

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

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


/*--  ФИО   --*/

div.commentname  {
	float:left;
    color: #8c0d25;
    font-size: 14px;
}

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

div.commentdate  {
	float:right;
	text-align:right;
color: #8c0d25;
}

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

div.commenttext {
	color:#000;
	text-align:left;
	font-size:12px;	
	
}

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

td.addcommenttitle {
	color:#8c0d25;
    font-size: 16px;
	text-align:center;
	padding-bottom:10px;
	font-weight:bolder;
}


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

div.addcomment {

}

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

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


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

td.addcommentbut {
	text-align:center;

}

input.addcomment  {

}





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

div.gallerypage {
	background:#e6e633;
	padding:5px;
	border-radius:15px 15px 0 0;
}

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

div.gallery {
	padding:5px;
}

div.galleryverseparator {
    width: 6px;
}

div.galleryhorseparator {
	height:6px;
  
}

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

div.galleryimg {
    background: none repeat scroll 0 0 #FFFFFF;
      border: 1px solid #E5E6E6;
	border-radius:5px;
width:230px;
height:180px;
    display: table-cell;
    padding: 6px;
    vertical-align: middle;
}


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

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


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

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

div.galleryimgcell {
	
	vertical-align:middle;
}

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

div.gallerytext {
    color: #8c0d25;
	font-size:14px;
	text-align:center;
	padding-top:5px;
}




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

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

div.pagingbutton {
	padding:1px;
	vertical-align:middle;
}

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

div.pagingleft {
	
}

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

input.pagingleft{
	    background: url("/themes/demo1/small_l.png") no-repeat scroll center center, none repeat scroll 0 0 #76C7C0;
    border-color: #62B9B0;
    border-radius:5px;
    border-style: solid;
    border-width: 0 0 3px;
    color: rgba(0, 0, 0, 0);
    height:31px;
	line-height:31px;
	width:31px;
	padding:0;
}

input.pagingleft:hover{
    background: url("/themes/demo1/small_l.png") no-repeat scroll center center, none repeat scroll 0 0 #8c9898;
    border-color: #7f8c8c;
    border-radius:5px;
    border-style: solid;
    border-width: 0 0 3px;
    color: rgba(0, 0, 0, 0);
    height:31px;
	line-height:31px;	
		width:31px;
	padding:0;		
}


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

div.pagingright {
	
}

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

input.pagingright{
    background: url("/themes/demo1/small_r.png") no-repeat scroll center center, none repeat scroll 0 0 #76C7C0;
    border-color: #62B9B0;
    border-radius:5px;
    border-style: solid;
    border-width: 0 0 3px;
    color: rgba(0, 0, 0, 0);
    height:31px;
	line-height:31px;
	width:31px;
	padding:0;
}

input.pagingright:hover{
    background: url("/themes/demo1/small_r.png") no-repeat scroll center center, none repeat scroll 0 0 #8c9898;
    border-color: #7f8c8c;
    border-radius:5px;
    border-style: solid;
    border-width: 0 0 3px;
    color: rgba(0, 0, 0, 0);
    height:31px;
	line-height:31px;	
		width:31px;
	padding:0;		
}

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

div.pagingnow{
   background:#649792;
	border-bottom:3px solid #528b86;
	border-radius:5px;
	height:26px;
	width:26px;
	color:#fff;
	text-align:center;	
	cursor:pointer;
	cursor:hand;
	margin:2px;
	line-height:26px;
}



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

div.pagingall{
   background:#8c9898;
	border-bottom:3px solid #7f8c8c;
	border-radius:5px;
	height:26px;
	width:26px;
	color:#fff;
	text-align:center;	
	cursor:pointer;
	cursor:hand;
	margin:2px;
	line-height:26px;
}

div.pagingall:hover{
   background:#e5655d;
	border-bottom:3px solid #e2534b;
	border-radius:5px;
	height:26px;
	width:26px;
	color:#fff;
	text-align:center;	
	cursor:pointer;
	cursor:hand;
	margin:2px;
	line-height:26px;
}


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

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

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



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

div.linkblock {
	margin-bottom:10px;
}

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

div.link {
	vertical-align:middle;
}

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

div.link a {
  color:#8c0d25;
	text-decoration:none;
}

div.link a:hover{
    color:#8c0d25;
	text-decoration:underline;
}

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

div.linkactive {
	vertical-align:middle;
 color:#8c0d25;
	text-decoration:underline;
}

div.linkactive a{

}

div.linkicon {
    background: url("/themes/shand/link.png") no-repeat center ;
    padding: 0 10px;
	font-size:0;
}



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

div.faqspage {
	  background:#e6e633;
	padding:5px;
	border-radius:15px 15px 0 0;
}

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

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

	padding:7px;
}

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

div.faqhorseparator {
    background: none repeat scroll 0 0 #8c0d25;
   
    height: 1px;
	display:none;
}

div.faqtextseparator {
    border-bottom:1px solid #8c0d25;
    height: 1px;
	margin:4px 0 4px 0;
}

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

div.faqinfo {
	display:table;
	width:99%;
	
	padding:5px;
}

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

/*--  ФИО   --*/

div.faqname  {
	display:table-cell;
    color: #8c0d25;
    font-size: 14px;
}

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

div.faqtext {

	text-align:left;
	padding:5px;
	font-size:12px;
}

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

div.faqanswername  {
	float:left;
  color:#8c0d25;

    text-transform: uppercase;
	display:table-cell;
	padding:5px 5px 5px 30px;
}

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

div.faqanswer {
	margin-left:30px;
	text-align:left;
	 background:#e5e6e6;
	border-radius:5px;
	padding:8px;
	font-size:12px;
}

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

div.faqdate  {
	float:right;
	text-align:right;
	color:#808080;
	font-size:11px;
}

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

div.faqanswerdate  {
	float:right;
	font-size:11px;
	color:#808080;
	display:table-cell;
}


/*-- Надпись Задать вопрос  --*/

td.addfaqtitle {
   color: #8c0d25;
    font-size: 16px;
	text-align:center;
	font-weight:bolder;
	text-align:center;
	padding:15px 0;
	
}


/*-- Блок Задать вопрос  --*/

div.addfaq {

}

/*-- Общая таблица Задать вопрос  --*/

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


/*-- Кнопка Задать вопрос  --*/

td.addfaqbut {
	text-align:center;

}

input.addfaq  {

}



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

div.feedback {
    background: none repeat scroll 0 0 #F8F8F8;
    border-bottom: 4px solid #E5E6E6;
    border-radius: 0 0 5px 5px;
    padding: 5px;
}


div.feedbackin {
   
}

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

div.feedbacktitle {
    background: none repeat scroll 0 0 #808B8D;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 3px;
    padding:10px;
    position: relative;
    z-index: 100;
	text-align:center;
}

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

div.feedbackinfo {
 
}

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

table.feedbackinfo {
	width:100%;
    color: #7f8c8c;
    text-decoration: none;
	font-size:11px;
}

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

td.backcallbutton {
	text-align:center;
}

input.backcallsend {
	
}


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


div.pollscolumntitle {
	background:#808b8d;
	color:#fff;
	border-radius:5px 5px 0px 0px;
	padding:5px 5px 5px 35px;
	z-index: 100;
	margin-bottom: 3px;
	font-size:14px;
   position: relative;	
}

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

div.pollscolumntitleicon {
	background:url("/themes/demo1/icon_voite.png")no-repeat;
	width:22px;
	height:20px;
	left:5px;
    position: absolute;
    top: 10px;	
}

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

div.pollscolumn {
	padding: 5px;
background:#f8f8f8;
	border-radius:0 0 5px 5px;
	border-bottom:4px solid #e5e6e6;
}

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

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

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

div.pollcolumnname {
	color:#6cbdb4;
}

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

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

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

div.pollcolumnline {
	text-decoration:none;
	display:inline-block;
	background:#6cbdb4;

	height:13px;
}


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

div.pollcolumnnumber {
	color:#e8645a;

}


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


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

div.ordercall {
	margin:0 auto;
}

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:right;

}

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

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: none repeat scroll 0 0 #F3F3F3;
    border: 3px solid #E5E6E6;
    border-radius: 5px;
	padding:20px;
	display:none;
	z-index:500;
	width:400px;
}

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

div.enterinfo {

}

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

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

div.titleenter {
	color: #787878;
    font-size: 12px;
	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: #76c7c0;
    font-size: 15px;
    position: relative;
	padding:3px;
}

/*-- Строка Скидка --*/
div.userdiscount {
    color: #e2534b;
    font-size: 14px;
    font-weight: bolder;
    position: relative;
	padding:3px;
}

/*-- Строка Пояснения скидки --*/
div.userdiscountprice {
    color:#e2534b;
    font-size: 12px;
    position: relative;
}

/*-- Бонусы --*/
div.userbonus {
    color: red;
    font-size: 14px;
    position: relative;
	padding:3px;
}

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

div.accounttabs {
   margin-top:10px; 
    border-bottom: 3px solid #e2534b;

}

/*-- Блок для одной вкладки --*/
div.accounttabinfo {
  	background:#f8f8f8;  
	border-radius:0 0 5px 5px;	
  margin-bottom:10px; 	
}

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

/*-- НЕАКТИВНАЯ ВКЛАДКА --*/
div.accounttab  {
	padding:5px;
	background:#e5e6e6;
    border-top: 3px solid #d9dada;
	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:#7F8C8C;
	position:relative;
    top:-2px;
}

/*-- НЕАКТИВНАЯ ВКЛАДКА ПРИ НАВЕДЕНИИ--*/
div.accounttab:hover {
	padding:5px;
	background:#e8645a;
    border-top: 3px solid #e2534b;
	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:#fff;
	position:relative;
    top:-2px;
}


/*-- АКТИВНАЯ ВКЛАДКА --*/
div.accountactivetab {
	padding:5px;
	background:#e8645a;
    border-top: 3px solid #e2534b;
	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:#fff;
	position:relative;
    top:-2px;	
}



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

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

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


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

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


input.editbut  {
	
}



table.shapkastyle {
font-family:tahoma;
font-size:16px;
color:#a2bd28;
width:100%;
}

div.chaptershort {
color:#8c0d25;
font-size:14px;
padding:10px;
min-height:30px; /*было 130 px */
}


div.freeday {
	padding:6px;
	
	color:white;
	background:gray;
	border:1px solid silver;
	text-align:center;

	
}
div.freeday:hover {
	padding:6px;
	cursor:pointer;
	cursor:hand;
	color:#ffea00;
	background:#cf2806;
	border:1px solid #cf2806;
	text-align:center;
}
div.freeday1 {
	padding:6px;
	cursor:pointer;
	cursor:hand;
	color:#ffea00;
	background:#cf2806;
	border:1px solid #cf2806;
	text-align:center;
}