/* Обязательные классы, для разных тегов */
body.viewMode{color:black;background:white;margin:0;}
body.visualMode, td.visualMode{color:black;background:white;}
body.htmlMode{background:threedface;font-family:monospace;color:black;}
body, td, th{font-family:tahoma,verdana,arial,sans-serif;font-size:80%;}

h1, h2.h1{color:#848484;font-size:2.9em;font-weight:normal;font-family:Tahoma,sans-serif;}	/* Главная строка, системная, используется везде, где требуется озаглавить блок текста */
hr{color:#848484;clear:both;}									/* Разделитель */

table{clear:both;}
table.invisible{width:100%;empty-cells:show;}					/* Описание прозрачной таблицы */
table.invisible th{color:#848484;background:#F4F4F4;border-bottom:#C7C7C7 solid 1px;padding:10px 10px 5px 3px;}
table.invisible th h1, table.invisible th h2.h1{border-bottom:0;font-size:2.9em;padding:0 5px;margin:0;}
table.invisible td.frame{border:#C7C7C7 solid 2px;background:#F4F4F4;color:#5A5955;}	/* Обрамление для ячеек в прозрачной таблице */

table.system{background:#F4F4F4;width:100%;empty-cells:show;}	/* Описание системной таблицы */
table.system th, table.system .th{background:#858585;color:white;text-align:left;font-weight:bold;}	/* Заглавная строка системных таблиц */
table.system .head{background:#EAEBED;font-weight:bold;}		/* Подзаголовочная строка системных таблиц */
table.system .light{background:#F7F7F7;}						/* Светлая строка системных таблиц */
table.system .dark{background:#F0F0F0;}							/* Темная строка системных таблиц */
table.system .lighter{background:#EEEEEE;}						/* Cтрока подсветка при наведении для системных таблиц */
table.system .answer{background:#EEEEEE;padding:10px 10px 10px 3em;}
table.system td.padding{padding:0;}								/* Для ячеек, где необходимо убрать отступ */

table.system .light, table.system .dark, table.system .lighter, table.system .answer, table.system tr.light td, table.system tr.dark td, table.system tr.lighter td{border-top:1px solid white;}	/* Надчеркивание, чтоб разделить строки визуально */

table.system th a:link, table.system .th a:link, table.system th a:visited, table.system .th a:visited{color:white;text-decoration:underline;}	/* Ссылки в заглавной строке системной таблицы */
table.system th a:hover, table.system th a:active, table.system .th a:hover, table.system .th a:active{color:white;text-decoration:none;}

table.system .head a:link, table.system .head a:visited{text-decoration:underline;}			/* Ссылки в позаголовочной строке системной таблицы */
table.system .head a:hover, table.system .head a:active{text-decoration:none;}

table.system a:link{text-decoration:underline;}	/* Остальные ссылки в системной таблице */
table.system a:visited{text-decoration:underline;}
table.system a:hover, table.system a:active{text-decoration:none;}

span.news{color:white;background:#009900;font-weight:bold;font-size:0.8em;vertical-align:top;padding:0 3px 2px 3px;}
span.sale{color:white;background:#9900FF;font-weight:bold;font-size:0.8em;vertical-align:top;padding:0 3px 2px 3px;}
span.hit{color:white;background:#FF6600;font-weight:bold;font-size:0.8em;vertical-align:top;padding:0 3px 2px 3px;}
span.old{vertical-align:sub;text-decoration:line-through;font-size:0.9em;}

table.cart{width:100%;background:#F0F0F0;empty-cells:show;border-top:solid 2px #FF6600;text-align:right;}		/* Описание таблицы корзины */
table.cart tr{background:#F0F0F0;}								/* Корзина */
table.cart tr span{background:#EAEAEA;border:solid 1px #D5D5D5;color:black;padding:3px;vertical-align:top;}	/* Выделение текста в корзине */

table.cart a:link{color:#FF6600;text-decoration:underline;font-weight:bold;}	/* Ссылки в корзине */
table.cart a:visited{color:#FF6600;text-decoration:underline;font-weight:bold;}
table.cart a:hover, table.cart a:active{color:#FF6600;text-decoration:none;font-weight:bold;}

table.error{width:400px;padding:0;margin:0;border:0;}				/* Стили таблицы ошибки */
table.error th{color:#E60000;font-weight:bold;text-align:left;}		/* Заголовок ошибки */
table.error td{background:#E60000;color:white;}					/* Список ошибок */
table.error ul{list-style:square;}
table.error a:link{color:white;text-decoration:underline;}		/* Ссылка в ошибках на дополнительную информацию */
table.error a:visited{color:white;text-decoration:underline;}
table.error a:hover, table.error a:active{color:#FF0000;text-decoration:none;background:white;}

table.navigation{width:100%;border-collapse:collapse;border-spacing:0;empty-cells:show;margin:20px 0;}	/* Навигационная строка */
table.navigation td{vertical-align:top;padding:0;padding-bottom:10px;margin:0;white-space:nowrap;}
table.navigation td.page{text-align:right;width:99%;}
table.navigation td.form{text-align:right;}
table.navigation td.form form{padding:0;margin:0;}

table.navigation div{border-top:1px solid #CCCCCC;padding:3px 3px 2px 3px;vertical-align:top;}
table.navigation span{background:white;border:1px solid #CCCCCC;border-top:1px solid white;margin:2px 3px;padding:3px 8px;}

table.navigation a, p.navigation a{margin:2px 3px;padding:3px 8px;border:1px solid #CCCCCC;}
table.navigation a:link, p.navigation a:link{background:#FAFAFA;color:black;text-decoration:none;}
table.navigation a:visited, p.navigation a:visited{background:#FAFAFA;color:black;text-decoration:none;}
table.navigation a:hover, table.navigation a:active, p.navigation a:hover, p.navigation a:active{background:#CCCCCC;color:white;text-decoration:none;}

.menu{padding:0;font-family:sans-serif;font-size:1em;}	/* Оформление кнопок управления */
.menu span{display:"inline-block";}
.menu span a{margin:2px 3px;padding:3px 8px;border:1px solid #CCCCCC;line-height:2em;white-space:nowrap;background-repeat:no-repeat !important;background-position:center left !important;background-image:none;text-decoration:none !important;}
.menu span a:link, .menu span a:visited{color:#666666;background-color:#F4F4F4 !important;}
.menu span a:hover, .menu span a:active{color:white;background-color:#CCCCCC !important;}

.menu span a.add{padding-left:26px;background-image:url('/images/default/interface/button-add.gif') !important;}
.menu span a.edit{padding-left:26px;background-image:url('/images/default/interface/button-edit.gif') !important;}
.menu span a.delete{padding-left:26px;background-image:url('/images/default/interface/button-delete.gif') !important;}
.menu span a.settings{padding-left:26px;background-image:url('/images/default/interface/button-settings.gif') !important;}
.menu span a.filter{padding-left:26px;background-image:url('/images/default/interface/button-filter.gif') !important;}
.menu span a.up{padding-left:26px;background-image:url('/images/default/interface/button-up.gif') !important;}
.menu span a.down{padding-left:26px;background-image:url('/images/default/interface/button-down.gif') !important;}
.menu span a.left{padding-left:26px;background-image:url('/images/default/interface/button-left.gif') !important;}
.menu span a.right{padding-left:26px;background-image:url('/images/default/interface/button-right.gif') !important;}

div.block{padding:1px;margin:0;border-style:solid;border-color:#FF0000;border-width:0;}
div.block div.menu{margin:0;padding:0;display:table;}
div.block div.menu span a{width:26px;height:26px;background-position:center !important;padding:0;display:block;float:left;}

div.calendar{visibility:hidden;position:absolute;}		/* Календарь */
div.calendar table{background:white;border:1px solid #999999;}
div.calendar td, div.calendar th{font-size:0.7em;padding:2px 6px 4px 6px;text-align:right;}
div.calendar td.date{cursor:pointer;cursor:hand;}
div.calendar tr.year td, div.calendar tr.month td{background:#F0F0F0;border-bottom:1px solid #999999;text-align:center;cursor:pointer;cursor:hand;}
div.calendar tr.year td.current, div.calendar tr.month td.current{cursor:text;}
div.calendar .today, div.calendar .clear{background:#F4F4F4;border-top:1px solid #999999;cursor:pointer;cursor:hand;}
div.calendar .today{text-align:left;}
div.calendar tr.dates td.current{border:1px solid #CCCCCC;cursor:text;}
div.calendar tr.dates td{border:1px solid white;}
div.calendar td.over{background:#CCCCCC;}
input.calendarButton{}

div.bbcode{margin:7px 0 0 0;}							/* Оформление панели кнопок BBCode */
div.bbcode a{margin:2px 3px;padding:3px 8px;border:1px solid #CCCCCC;}
div.bbcode a:link{background:#FAFAFA;color:black;text-decoration:none;}
div.bbcode a:visited{background:#FAFAFA;color:black;text-decoration:none;}
div.bbcode a:hover{background:#0011CE;color:white;text-decoration:none;}
div.bbcode a:active{background:#0011CE;color:white;text-decoration:none;}

div.bbsmiles{margin:7px 0 0 0;}							/* Оформление панели смайликов BBCode */
div.bbsmiles a{margin:0;padding:1px 2px;}

div.list{padding:0;margin-bottom:30px;}
div.list div.name p.date{color:#677589;font-size:1.1em;margin:0;padding:2px 6px;border-bottom:4px solid #CCCCCC;}
div.list div.name p.discussion{color:#677589;float:right;text-align:right;margin:0;padding:0.2em 0 2px 12px;font-size:0.9em;}
div.list div.name p.discussion a:link, div.list div.name p.discussion a:visited{color:#677589;text-decoration:none;}
div.list div.name p.discussion a:hover{color:#677589;text-decoration:underline;}
div.list div.name p.discussion a:active{color:#677589;text-decoration:none;}
div.list div.name h1, div.name h2{padding:0 5px 7px 5px;margin:5px 0;border-bottom:2px solid #CCCCCC;font-size:1.2em;}
div.list div.name h1 a:link, div.name h2 a:link, div.list div.name h1 a:visited, div.name h2 a:visited{color:#677589;text-decoration:none;}
div.list div.name h1 a:hover, div.name h2 a:hover{color:#677589;text-decoration:underline;}
div.list div.name h1 a:active, div.name h2 a:active{color:#677589;text-decoration:none;}
div.list div.notice{margin-left:4px;margin-right:4px;margin-top:10px;padding-top:12px;}
div.list p.copyright{text-align:right;}
div.list p.more{text-align:right;}
div.list p.navigation{padding-left:4px !important;padding-right:4px !important;font-size:0.8em !important;}

/* for all script */
#overlay, #overlayAnimation, #overlayPictures{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px;background-color:black;filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;
display:none;}

.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
* html>body .clearfix{display:inline-block;width:100%;}
* html .clearfix{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* thumbnail */
#thumbnail{position:absolute;left:0;width:100%;z-index:100;text-align:center;line-height:0;}
#thumbnail a img{border:none;}
#outerImageContainer{position:relative;background-color:white;width:250px;height:250px;margin:0 auto;}
#imageContainer{padding:10px;}
#loading{position:absolute;top:40%;left:0%;height:25%;width:100%;text-align:center;line-height:0;}
#hoverNav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}
#imageContainer>#hoverNav{left:0;}
#hoverNav a{outline:none;}
#prevLink, #nextLink{width:49%;height:100%;background:transparent url('/images/default/e.gif') no-repeat;display:block;}
#prevLink{left:0;float:left;}
#nextLink{right:0;float:right;}
#prevLink:hover, #prevLink:visited:hover{background:url('/images/default/interface/prev.gif') left 50% no-repeat;}
#nextLink:hover, #nextLink:visited:hover{background:url('/images/default/interface/next.gif') right 50% no-repeat;}

#imageDataContainer{font:10px verdana,helvetica,sans-serif;background-color:white;margin:0 auto;line-height:1.4em;}
#imageData{padding:5px 10px 0 10px;}
#imageData #imageDetails{width:70%;float:left;text-align:left;}
#imageData #caption{font-weight: bold;}
#imageData #numberDisplay{display:block;clear:left;padding-bottom:1.0em;}
#imageData #topNavClose{width:22px;float:right;padding-top:0.7em;}

a.zoom img{cursor:url('/images/default/interface/cursor/zoomin.cur'), pointer, hand !important;}

/* chooseAnimation, choosePictures */
#chooseAnimation, #choosePictures{position:absolute;top:10px;left:10px;width:100%;height:500px;z-index:100;}
#chooseAnimation .navigation, #choosePictures .navigation{background:white;padding:7px;text-align:right;}
#chooseAnimation .navigationClose, #choosePictures .navigationClose{width:30px;height:30px;clear:both;background:url('/images/default/interface/close-grey.gif') no-repeat center;}
#chooseAnimationFrame, #choosePicturesFrame{}

/* choosePictures */
.choosePicturesDragable li{width:120px;height:120px;float:left;list-style-type:none;}

.choosePicturesTrash{background:grey;width:120px;height:120px;float:right;}
.choosePicturesTrash div{width:120px;height:120px;float:left;}

/* treeView */
ul.treeview{margin:0 !important;padding:0 !important;}
ul.treeview .hitarea{background-image:url('/images/remix/interface/treeview.gif');background-repeat:no-repeat;background-position:0 -25px;height:16px;width:16px;margin-left:-16px;float:left;cursor:pointer;cursor:hand;}

/* fix for IE6 */
* html .hitarea{display:inline;float:none;}

ul.treeview ul{padding:0;margin:4px 0 0 0;}
ul.treeview li{list-style-type:none;margin:0 !important;padding:3px 0 3px 16px;background:url('/images/remix/interface/treeview.gif') -16px 0 no-repeat;}
ul.treeview li.last{background-position:-16px -1766px;}
ul.treeview .close{background-position:0 -3px !important;}
ul.treeview a.current{font-weight:bold !important;color:#E90000;}

form{padding:0;margin:0;}
img.button{cursor:pointer;cursor:hand;}
div.button{width:100px;height:75px;text-align:center;float:left;display:inline !important;margin:10px;}
div.scroll{height:300px;overflow:auto;background:white;padding:5px;border:1px #CCCCCC solid;}

ol.search{margin:0 0 1.7em 20px;padding:0 0 0 21px;}
ol.search li{margin-bottom:1em;padding:0;font-size:0.9em;}
ol.search li a{font-size:1.2em;}

.button{}												/* Кнопки формы */
.submit{font-size:1.2em;font-weight:bold;}				/* Кнопки формы */
.small{font-size:0.8em;}								/* Шрифт на размер меньше, аналог <small> */
.big{font-size:1.2em;}									/* Шрифт на размер больше, аналог <big> */
.back{text-align:left;}									/* Вырвнивание ссылки "Назад" */
.clear{clear:both !important;}

.wauto{width:auto !important;}
.w100{width:100%;}	.h100{height:100%;}
.w90{width:90%;}	.h90{height:90%;}
.w80{width:80%;}	.h80{height:80%;}
.w70{width:70%;}	.h70{height:70%;}
.w60{width:60%;}	.h60{height:60%;}
.w50{width:50%;}	.h50{height:50%;}
.w40{width:40%;}	.h40{height:40%;}
.w30{width:30%;}	.h30{height:30%;}
.w20{width:20%;}	.h20{height:20%;}
.w10{width:10%;}	.h10{height:10%;}

.left, .lt, .lm, .lb{text-align:left !important;}		/* Выравнивания для ячеек таблицы и не только */
.center, .ct, .cm, .cb{text-align:center !important;}
.right, .rt, .rm, .rb{text-align:right !important;}
.top, .lt, .ct, .rt{vertical-align:top !important;}
.middle, .lm, .cm, .rm{vertical-align:middle !important;}
.bottom, .lb, .cb, .rb{vertical-align:bottom !important;}
.bt-rl{layout-flow:vertical-ideographic;writing-mode:bt-rl;}

img.left{float:left;}
img.right{float:right;}

/* Теги, используемые в визуальном редакторе */
h2{color:#7D7B76;font-size:2.1em;font-family:tahoma,sans-serif;font-weight:normal;}	/* Главная строка, пользовательская, первого уровня */
h3{color:#5A5955;font-size:1.9em;font-family:tahoma,sans-serif;font-weight:normal;}	/* Главная строка, пользовательская, второго уровня */
	h3 a:link{color:#5A5955;text-decoration:underline;}		/* Ссылка, пользовательская */
	h3 a:visited{color:#5A5955;text-decoration:underline;}
	h3 a:hover{color:#E90000;text-decoration:underline;}
	h3 a:active{color:#E90000;text-decoration:underline;}

p{}														/* Абзац, обычный, пользовательский */
p.typewritten{color:#333333;font-family:monospace;border-top:1px solid #CCCCCC;border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;border-left:20px solid #CCCCCC;margin:10px 0 10px 25px;padding:5px 3px 3px 15px;}	/* Абзац, машинописный, пользовательский */
b,strong{}												/* Полужирный, пользовательский */
i,em{}													/* Курсив, пользовательский */
u{}														/* Подчеркивание, пользовательское */
sup{}													/* Верхний индекс, пользовательский */
sub{}													/* Нижний индекс, пользовательский */
ul{list-style:square;}									/* Ненумерованный список */
blockquote{clear:both;font-size:1.4em;color:#303C49;margin:10px 0 18px 0;padding:5px 0 3px 0;}	/* Абзац, цитата, пользовательский */
blockquote p{margin:0 0 5px 0;padding:0;}
blockquote img{float:none !important;}
blockquote table{width:auto !important;}

a:link{color:#000000;text-decoration:underline;}		/* Ссылка, пользовательская */
a:visited{color:#000000;text-decoration:underline;}
a:hover{color:#E90000;text-decoration:underline;}
a:active{color:#E90000;text-decoration:underline;}

/* Описание таблиц редактора */
table.simple{empty-cells:show;}
td.simpleHeader{font-weight:bold;border-top:2px solid #CCCCCC;border-bottom:2px solid #CCCCCC;background:#F4F4F4;}
td.simpleCell{border-bottom:1px solid #CCCCCC;}
td.simpleFoot{border-top:1px solid #CCCCCC;border-bottom:2px solid #CCCCCC;background:#FAFAFA;}

td.simpleHeader a:link{}
td.simpleHeader a:visited{}
td.simpleHeader a:hover{}
td.simpleHeader a:active{}

td.simpleFoot a:link{}
td.simpleFoot a:visited{}
td.simpleFoot a:hover{}
td.simpleFoot a:active{}

table.full{border:#CCCCCC solid 2px;background:#CCCCCC;empty-cells:show;}

td.fullFH{background:#90A0B0;color:white;text-align:left;font-weight:bold;}
td.fullFL{background:#B0C0D0;color:white;text-align:center;font-weight:bold;}
td.fullFD{background:#A0B0C0;color:white;text-align:center;font-weight:bold;}
td.fullFE{background:#90A0B0;color:white;text-align:right;font-weight:bold;}

td.fullFH a:link, td.fullFL a:link, td.fullFD a:link, td.fullFE a:link{color:white;text-decoration:underline;}
td.fullFH a:visited, td.fullFL a:visited, td.fullFD a:visited, td.fullFE a:visited{color:white;text-decoration:underline;}
td.fullFH a:hover, td.fullFL a:hover, td.fullFD a:hover, td.fullFE a:hover{color:white;text-decoration:none;}
td.fullFH a:active, td.fullFL a:active, td.fullFD a:active, td.fullFE a:active{color:white;text-decoration:underline;}

td.fullLH{background:#F0F0F0;text-align:left;}
td.fullLL{background:#FCFCFC;text-align:center;}
td.fullLD{background:#F6F6F6;text-align:center;}
td.fullLE{background:#F0F0F0;text-align:right;}

td.fullDH{background:#E8E8E8;text-align:left;}
td.fullDL{background:#F4F4F4;text-align:center;}
td.fullDD{background:#EEEEEE;text-align:center;}
td.fullDE{background:#E8E8E8;text-align:right;}

td.fullEH{background:#E0E3E6;text-align:left;}
td.fullEL{background:#F0F3F6;text-align:center;}
td.fullED{background:#E8EBEE;text-align:center;}
td.fullEE{background:#E0E3E6;text-align:right;}

td.fullEH a:link, td.fullEL a:link, td.fullED a:link, td.fullEE a:link{}
td.fullEH a:visited, td.fullEL a:visited, td.fullED a:visited, td.fullEE a:visited{}
td.fullEH a:hover, td.fullEL a:hover, td.fullED a:hover, td.fullEE a:hover{}
td.fullEH a:active, td.fullEL a:active, td.fullED a:active, td.fullEE a:active{}

/* Переназначение для текущего дизайна */

.rightmenu{background:#F4F3F5 url('/images/remix/bg-right.jpg') no-repeat;padding:5px 30px;}
	.rightmenu h3{margin:25px 0 0 0;padding:0;}
.remixtop{background:#82807B url('/images/remix/bg-top.jpg') bottom left;height:273px;}
.topkamin{background:url('/images/remix/top.jpg') no-repeat bottom left;height:273px;padding:5px 30px;color:#F0EFF1;}
.topkamintxt{width:330px;}
	.topkamin h2{color:#F0EFF1;font-size:2.5em;font-weight:normal;font-family:Tahoma,sans-serif;margin:0;padding:7px 0 0 0;}
	.topkamintxt a{color:#F0EFF1 !important;}

.leftmenu{background:#E6E6E6 url('/images/remix/bg-left-menu.jpg') no-repeat bottom left;padding:20px 30px;}
	.leftmenu h3{margin:0 0 10px 0;padding:0;}
	.leftmenu ul{margin:0;padding:0;}
	.leftmenu ul li{margin:3px 20px;padding:0;color:#f90000;}

.leftmenuin{padding:0 30px 0 0;}

.mainmenu{font-size:1.9em;color:#5A5955;margin:0;padding:0 0 5px 0;}
	.mainmenu a:link{color:#5A5955;text-decoration:underline;}
	.mainmenu a:visited{color:#5A5955;text-decoration:underline;}
	.mainmenu a:hover{color:#E90000;text-decoration:underline;}
	.mainmenu a:active{color:#E90000;text-decoration:underline;}

.centralcontent{padding:15px 30px 30px 30px;height:90%;}
.centralcontentin{padding:15px 30px 30px 30px;height:90%;background:url('/images/remix/bg-content.jpg') no-repeat;}
.copyrights{background:#E6E6E6;padding:10px 30px;color:#848484;}
	.copyrights a:link{color:#848484;text-decoration:underline;}
	.copyrights a:visited{color:#848484;text-decoration:underline;}
	.copyrights a:hover{color:#E90000;text-decoration:underline;}
	.copyrights a:active{color:#E90000;text-decoration:underline;}

.navigationline{margin:0;padding:0;}
	.navigationline a:link{color:#5A5955;text-decoration:underline;}
	.navigationline a:visited{color:#5A5955;text-decoration:underline;}
	.navigationline a:hover{color:#E90000;text-decoration:underline;}
	.navigationline a:active{color:#E90000;text-decoration:underline;}

.siteberry{width:91px;background:url('/images/remix/interface/ru/siteberry.gif') no-repeat;margin:7px 12px;text-align:left;padding:31px 0 0 27px;color:#D3D3D3 !important;font-size:11px !important;line-height:12px !important;font-family:sans-serif !important;}
.siteberry a{text-decoration:none !important;color:#D3D3D3 !important;}

h2.h1 a{color:#5A5955 !important;}

.sort{font-size:1.3em !important;}
