/* 
=============================================================
This Skin for DataLife Engine Developed by DLETemplates.com
Copyright © 2005-2008 DLETemplates.com All Rights Reserved.

File 'style.css' - Cascading Style Sheet (CSS) Document
=============================================================
*/

/* DEFAULT STYLES OF DATALIFE ENGINE RELEASE 7.0 */

/* ==================== */

html, body {
 height: 100%;
 margin: 0px;
 padding: 0px;
 background-color: #000000;
 font-size: 11px;
 font-family: tahoma;
 color: #FFF; /* цвет текста задается для загрузчика, чтобы не вносить изменений в главный index.php */
}

/* ==================== */

.category {
 color: #FFF;
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 text-decoration: none;
}
.category a {
 color: #FFF;
 text-decoration: underline;
}
.category a:hover {
 color: #FFF;
 text-decoration: none;
}

/* ==================== */

.speedbar {
 color: #FFF;
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 text-decoration: none;
}
.speedbar a {
 color: #FFF;
 text-decoration: underline;
}
.speedbar a:hover {
 color: #FFF;
 text-decoration: none;
}

/* ==================== */

.slink {
 color: #FFF;
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 text-decoration: none;
}
.slink a:active, .slink a:visited, .slink a:link {
 color: #FFF;
 text-decoration: underline;
}
.slink a:hover {
 color: #FFF;
 text-decoration: none;
}

/* ==================== */

.copy {
 color: #FFF;
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 text-decoration: none;
}
.copy a:active, .copy a:visited, .copy a:link {
 color: #FFF;
 text-decoration: none;
}
.copy a:hover {
 color: #996756;
 text-decoration: none;
}

/* ==================== */


.stext {
 color: #FFF;
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 text-decoration: none;
}
.stext a:active, .stext a:visited, .stext a:link {
 color: #FFF;
 text-decoration: none;
}
.stext a:hover {
 color: #FFF;
 text-decoration: none;
}

.stext2 {
 color: #FFF;
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 text-decoration: none;
}
.stext 2a:active, .stext a:visited, .stext a:link {
 color: #00CC00;
 text-decoration: none;
}
.stext2 a:hover {
 color: #00CC00;
 text-decoration: none;
}

/* ==================== */

.ltitle {
 color: #E34000;
 font-size: 18px;
 font-weight: bold;
}

/* ==================== */

.ntitle {
 color: #FFF;
 font-size: 11px;
 font-weight: bold;
}
.ntitle a {
 color: #FFF;
 text-decoration: underline;
}
.ntitle a:hover {
 color: #FFF;
 text-decoration: none;
}

/* ==================== */

.ctitle {
 color: #FFF;
 font-size: 11px;
 font-weight: normal;
}
.ctitle a {
 color: #FFF;
 text-decoration: underline;
}
.ctitle a:hover {
 color: #FFF;
 text-decoration: none;
}

/* ==================== */

.news {
 color: #FFF;
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 text-align: justify;
}
.news a {
 color: #FFF;
 text-decoration: underline;
}
.news a:hover {
 color: #FFF;
 text-decoration: none;
}
.news img {
 padding-right: 10px;
 padding-bottom: 10px;
 padding-top: 10px;
}

/* ==================== */

.userstop {
 color: #FFF;
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 text-decoration: none;
}
.userstop a {
 color: #FFF;
 text-decoration: underline;
}
.userstop a:hover {
 color: #FFF;
 text-decoration: none;
}
.userstop td {
 padding: 3px;
}
.userstop thead {
 color: #FFF;
 font-weight: bold;
}

/* ==================== */

.hr_line {
 background: url(../images/line.png);
 width: 100%;
 height: 7px;
 font-size: 3px;
 margin-top: 4px;
 margin-bottom: 4px;
}

/* ==================== */

.skin {
 padding-left: 10px;
}
select {
 font-size: 11px;
 font-family: tahoma;
}

.navigation {
 color: #FFF; 
 border: 0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
 text-decoration: none;
 color: #666666;
 background-color: #FFFFFF;
 border: 1px solid #4e2219;
 padding: 3px 6px;
 font-size: 11px
}

.navigation a:hover {
 background-color: #FFFFFF;
 color: #ffffff;
 border-color: #FFF;
}

.navigation span {
 text-decoration: none;
 background-color: #FFFFFF;
 padding: 3px 6px;
 border: 1px solid #4e2219;
 color: #FFF;
 font-size: 11px;
}

/* CUSTOM STYLES FOR DLETEMPLATES.COM SKIN */

/* ==================== Поле малой формы поиска */

.s_field {
 color: #FFF; /* ! */
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 /* background-image: url(../images/dlet_field_s.png);
 background-repeat: repeat-x;*/
 height: 14px;
 padding-left: 3px;
 border: 0px solid #160202;
 background-color: #FFFFFF;
}

/* ==================== Поле формы авторизации */

.a_field {
 color: #FFF; /* ! */
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 /* background-image: url(../images/dlet_field_a.png);
 background-repeat: repeat-x;*/
 height: 14px;
 padding-left: 9px;
 border: 0px solid #e0e0e0;
 background: transparent;
}

/* следующие три класса должны быть идентичны классам .xfields textarea .xfields input .xfields select из engine.css */

.f_textarea {
 color: #757575; /* ! */
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 background-image: url(../images/dlet_field_o.png);
 background-repeat: repeat-x;
 
 width: 459px;
 height: 156px;
 border: 1px solid #e0e0e0;
}
.f_input {
 color: #FFF; /* ! */
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 background-image: url(../images/dlet_field_o.png);
 background-repeat: repeat-x;
 width: 300px;
 height: 14px;
 border: 1px solid #e0e0e0;
}
.f_select {
 color: #757575; /* ! */
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 background-image: url(../images/dlet_field_o.png);
 background-repeat: repeat-x;
 
 height: 14px;
 border: 1px solid #e0e0e0;
}
.f01 {
 background-image: url(../images/dlet_f01.png);
 background-repeat: no-repeat;
 height: 83px;
}
.f02 {
 background-image: url(../images/dlet_f02.png);
 background-repeat: no-repeat;
 height: 120px;
}
.f03 {
 background-image: url(../images/dlet_f03.png);
 background-repeat: no-repeat;
 height: 83px;
}
.c01 {
 background-image: url(../images/dlet_c01.png);
 background-repeat: repeat-y;
}
.c02 {
 background-image: url(../images/dlet_c02.png);
 background-repeat: repeat-y;
}
.c03 {
 background-image: url(../images/dlet_c03.png);
 background-repeat: repeat-y;
}
.col1 {
 background-image: url(../images/dlet_col1.png);
 background-repeat: no-repeat;
}
.col2 {
 background-image: url(../images/dlet_col2.png);
 background-repeat: no-repeat;
}
.col3 {
 background-image: url(../images/dlet_col3.png);
 background-repeat: no-repeat;
}
.field01 {
 background-image: url(../images/dlet_field01.gif);
 background-repeat: no-repeat;
 height: 24px;
}
.field02 {
 background-image: url(../images/dlet_field02.gif);
 background-repeat: no-repeat;
 height: 24px;
}
.copy2 {
 color: #663e30;
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 text-decoration: none;
}
.copy2 a:active, .copy2 a:visited, .copy2 a:link {
 color: #FFF;
 text-decoration: none;
}
.copy2 a:hover {
 color: #FFF;
 text-decoration: underline;
}


/*
=============================================================
This Skin for DataLife Engine Developed by DLETemplates.com
Copyright © 2005-2008 DLETemplates.com All Rights Reserved.

File 'engine.css' - Cascading Style Sheet (CSS) Document
=============================================================
*/

/* DEFAULT STYLES OF DATALIFE ENGINE RELEASE 7.0 */

/* ==================== Вывод формы по умолчанию */

form { 
 padding-top: 0px;
 padding-bottom: 0px; 
 padding-right: 0px; 
 padding-left: 0px; 
 margin: 0px;
}

/* ==================== Вывод архива */

.archives {
 margin-left: 0px;
}
.archives a {
 color: #986655;
}

/* ==================== Цитата и скрытый текст */

.title_quote {
 color: #636363;
 background-color: #ffffe0;
 border: 1px dotted #bebebe; 
 border-bottom: 0;
 font-weight: bold;
 padding: 5px;
}
.quote {
 color: #757575;
 background-color: #ffffe0;
 border: 1px dotted #bebebe;
 text-align: justify;
 padding: 5px;
}

/* ==================== Tэг CODE */

.scriptcode {
 color: #757575;
 background-color: #ffffe0; 
 border: 1px dotted #bebebe;
 text-align: left;
 padding: 5px;
}

/* ==================== Календарь */

.weekday-active-v {
 color: #aa7f71;
}
.day-active-v {
 color: #aa7f71;
}
.calendar {
 color: #986655;
 font-family: verdana;
 font-size: 11px
}
.calendar td, th {
 font-family: verdana;
 text-decoration: none;
/* - */
 padding-left: 3px;
 padding-right: 3px;
 padding-top: 3px;
 padding-bottom: 3px;
/* - */
}
.weekday {
 color: #804040;
 font-family: verdana;
}
.weekday-active {
 color: #804040;
 font-family: verdana;
}
.day-active {
 color: #804040;
 font-family: verdana;
}
.day-active a, .weekday-active a, .day-active-v a, .weekday-active-v a {
 text-decoration: underline;
}
.monthlink {
 color: #aa7f71;
 text-decoration: none;
}

/* ==================== Рейтинг статьи */

.rating {
 color: #986655;
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 width: 85px;
 height: 16px;
}
.unit-rating {
 list-style: none;
 margin: 0px;
 padding: 0px;
 width: 85px;
 height: 16px;
 position: relative;
 background-image: url(../dleimages/rating.png);
 background-position: top left;
 background-repeat: repeat-x;
}
.unit-rating li {
 text-indent: -90000px;
 padding: 0px;
 margin: 0px;
 float: left;
}
.unit-rating li a {
 display: block;
 width: 17px;
 height: 16px;
 text-decoration: none;
 text-indent: -9000px;
 z-index: 17;
 position: absolute;
 padding: 0px;
}
.unit-rating li a:hover {
 background-image: url(../dleimages/rating.png);
 background-position: left center;
 z-index: 2;
 left: 0px;
}
.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width: 17px; }
.unit-rating a.r2-unit { left: 17px; }
.unit-rating a.r2-unit:hover { width: 34px; }
.unit-rating a.r3-unit { left: 34px; }
.unit-rating a.r3-unit:hover { width: 51px; }
.unit-rating a.r4-unit { left: 51px; } 
.unit-rating a.r4-unit:hover { width: 68px; }
.unit-rating a.r5-unit { left: 68px; }
.unit-rating a.r5-unit:hover { width: 85px; }
.unit-rating li.current-rating {
 background-image: url(../dleimages/rating.png);
 background-position: left bottom;
 position: absolute;
 height: 16px;
 display: block;
 text-indent: -9000px;
 z-index: 1;
}

/* ==================== BB коды */
 
/* различие bbcodes и bbcodes_poll исключительно в длине кнопки */
/* класс bbcodes используем в списке персональных сообщений (pm.tpl) и по умолчанию в модуле редактора сообщений*/

.bbcodes {
 background-color: #1c0202;
 border: 1px solid #642601;
 color: #974801;
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
/* background-image: url(../images/dlet_bttn_bbcodes.png);
 background-repeat: repeat-x;*/
/* width: 120px; */
 height: 20px;
 font-weight: bold;
}

/* класс bbcodes_poll используем в poll.tpl, vote.tpl, addnews.tpl и в модифицированном поиске (search.php) */
/* требуется модифицированный файл search.php (engine/modules/) */

.bbcodes_poll {
 background-color: #1c0202;
 border: 1px solid #642601;
 color: #974801;
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
/* background-image: url(../images/dlet_bttn_bbcodes.png);
 background-repeat: repeat-x;*/
 width: 100px;
 height: 20px;
 font-weight: bold;
}

/* заглушка, приводящая в порядок панель BB-кодов в addnews.tpl (для FireFox) */
/* требуется модифицированный файл bbcode.php (engine/modules/) */

.bbcodes_dlet_x {
 width:100%;
 height:50px;
 border:1px solid #BBB;
 background-image: url(../bbcodes/bg.png);
 background-repeat: repeat-y;
 text-align: left;
}

.editor_button {
 float: left;
 cursor: pointer;
 padding-left: 2px;
 padding-right: 2px;
}
.editor_buttoncl {
 float: left;
 cursor: pointer;
 padding-left: 1px;
 padding-right: 1px;
 border-left: 1px solid #bbbbbb;
 border-right: 1px solid #bbbbbb;
}
.editbclose {
 float: right;
 cursor: pointer;
}
.editor_button select {
 font-family: tahoma;
 font-size: 11px;
}

/* ==================== Дополнительные поля новостей */

/* следующие три класса должны быть идентичны классам .slink textarea .slink input .slink select из style.css */

.xfields textarea {
 color: #757575; /* ! */
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 background-image: url(../images/dlet_field_o.png);
 background-repeat: repeat-x;

 width: 320px;
 height: 86px;
 border: 1px solid #e0e0e0;
}
.xfields input {
 color: #757575; /* ! */
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 background-image: url(../images/dlet_field_o.png);
 background-repeat: repeat-x;

 width: 300px;
 height: 14px;
 border: 1px solid #e0e0e0;
}
.xfields select {
 color: #757575; /* ! */
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 background-image: url(../images/dlet_field_o.png);
 background-repeat: repeat-x;

 height: 18px;
 border: 1px solid #e0e0e0;
}

/* ==================== Дополнительные поля профиля пользователей */

.xprofile textarea {
 color: #757575; /* ! */
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 background-image: url(../images/dlet_field_o.png);
 background-repeat: repeat-x;

 width: 320px;
 height: 86px;
 border: 1px solid #e0e0e0;
}
.xprofile input {
 color: #757575; /* ! */
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 background-image: url(../images/dlet_field_o.png);
 background-repeat: repeat-x;

 width: 250px;
 height: 14px;
 border: 1px solid #e0e0e0;
}

/* ==================== Персональные сообщения */ 

.pm_head {
 font-size: 12px; /* ! */
 font-family: tahoma; /* ! */ 
}
.pm_list {
 color: #986655;
}
.pm_list a {
 color: #a57868;
}

/* ==================== Выпадающее меню */

#dropmenudiv {
 border: 1px solid #ffffff;
 border-bottom-width: 0;
 font: normal 10px Verdana;
 background-color: #6497ca;
 line-height: 20px;
 margin: 2px;
 filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);
}
#dropmenudiv a {
 display: block;
 text-indent: 3px;
 border: 1px solid #ffffff;
 padding: 1px 0;
 margin: 1px;
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
}
#dropmenudiv a:hover { 
 /* hover background color */
 background-color: #fdd08b;
 color: #000000;
}

/* ==================== Опрос пользователей */

.vote {
 color: #986655;
}

/* ==================== Уведомление о получении новых PM */

#newpm {
 position: absolute;
 width: 400px;
 padding: 4px;
 background-color: #fdfdfd;
 border: 1px solid #bbbbbb;
 font-family: verdana;
 color: #757575;
 line-height: 135%;
}
#newpmheader {
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 2px;
 height: 20px;
 color: #636363;
 font-weight: bold;
 background-color: #e3c0c0;
 font-family: verdana;
 cursor: move;
}
#newpm a {
 background: transparent;
 color: #4d6a8a;
 text-decoration: none;
}
#newpm a:hover {
 background: transparent;
 color: #4d6a8a;
 text-decoration: underline;
}

/* ==================== Ссылка на скачивание прикрепленного файла */

#attachment {
 color: #808080;
}

/* ==================== Поиск по сайту и результаты поиска */

.search {
 color: #986655;
 text-decoration: none;
}
.textin {
 color: #757575; /* !!! Текст в полях поисковой формы (расширенной) !!! */
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 background-image: url(../images/dlet_field_o.png);
 background-repeat: repeat-x;
 border: 1px solid #e0e0e0;
 text-decoration: none;
}
.textin input {
 height: 14px;
}
.textin select {
 height: 18px; 
}
.sresult {
 text-align: justify;
 font-weight: normal;
 line-height: 16px;
 font-family: tahoma; /* ! */
 font-size: 12px;
 color: #986655;
}

/* CUSTOM STYLES FOR DLETEMPLATES.COM SKIN - START */

/* ==================== Рамка расширенной формы поиска по сайту */

 fieldset {
 border: 1px solid #e0e0e0;
 padding: 5px;
 /*text-align: left;*/
 font-size: 11px; /* ! */
 font-family: tahoma; /* ! */
 }
 
/* CUSTOM STYLES FOR DLETEMPLATES.COM SKIN - END */

/* ==================== показ оригинальной картинки загруженной на сайт из уменьшенной копии */
.highslide-image-blur {}
.highslide-html-content {
 position: absolute;
 display: none;
}
.highslide-display-block {
 display: block;
}
.highslide-display-none {
 display: none;
}
.highslide-loading {
 display: block;
 color: #fff;
 font-size: 9px;
 font-weight: bold;
 text-decoration: none;
 padding: 3px;
 border: 1px solid #fff;
 background-color: #000;
}@charset "windows-1251";

/*------------------------------------------------------------------*/
/* Оформление инвентаря */
/*------------------------------------------------------------------*/

#l2inventory { 
 width: 424px; 
 height: 408px; 
 margin: 5px;
 background: url('../img/inventory.gif'); 
 vertical-align: top;
 background-position: left top;
 background-repeat: no-repeat;
}

#l2inventory_container {
 position: absolute;
 background-color: #242620;
 margin: 66px 0px 0px 142px;
 padding: 0px;
}

#l2inventory_container2 {
 /* Typical fixed height and fixed width example */
 width: 268px;
 height: 288px;
 overflow: auto;
 /* IE overflow fix, position must be relative or absolute*/
 position: relative;
 margin: 0px;
 padding: 1px 0px 0px 2px;
 background: url(../img/line.gif);
 background-repeat: repeat-y;
 background-attachment: scroll;
}

img.floated {
 float: left;
 position: relative; /* fixes many nasty IE bugs */
 padding: 0px 4px 4px 0px;
 }

.clearfloat {
 clear:both; height:0px;
 line-height:0px; visibility: hidden;
}

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbase {width: 15px;background-color: white;}
.vscrollerbar {width: 15px;background-color: black;}
.vscrollerbar {background: #99CBCB url(../img/basebarcaps.png) -15px 0px repeat-y;}
.vscrollerbar {padding: 15px;z-index: 2;}
.vscrollerbarbeg {background: url(../img/basebarcaps.png) -45px 0px no-repeat;width: 15px;height: 15px !important;}
.vscrollerbarend {background: url(../img/basebarcaps.png) -45px -30px no-repeat;width: 15px;height: 15px;}
.scrollerjogbox {width: 15px;height: 15px;top: auto; left: auto;bottom: 0px; right: 0px;background: #4E727C url(horizontalbarbody_cornerjog.png) 0px 0px;}
.vscrollerbase {background: #D7EBDF url(../img/basebarcaps.png) 0px 0px repeat-y;}
.vscrollerbasebeg {background: url(../img/basebarcaps.png) -30px 0px no-repeat;width: 15px;height: 15px !important;}
.vscrollerbaseend {background: url(../img/basebarcaps.png) -30px -30px no-repeat;height: 15px;width: 15px;}
.scrollerjogbox:hover {background: #5E828C url(../img/basebarcaps.png) -45px -15px;}

#l2inventory #Item {
 position: absolute;
 width: 32px;
 height: 32px;
 padding: 0px;
}

#l2inventory .hidden{ 
 display:none;
}

#l2inventory .cloak{ 
 margin-left: 18px;
 margin-top: 84px;
}

#l2inventory .leftearring{ 
 margin-left: 18px;
 margin-top: 220px;
}

#l2inventory .rightearring{ 
 margin-left: 96px;
 margin-top: 220px;
}

#l2inventory .necklace{ 
 margin-left: 57px;
 margin-top: 220px;
}

#l2inventory .leftring{ 
 margin-left: 18px;
 margin-top: 258px;
}

#l2inventory .rightring{ 
 margin-left: 96px;
 margin-top: 258px;
}

#l2inventory .helmet{ 
 margin-left: 57px;
 margin-top: 46px;
}

#l2inventory .weapon{ 
 margin-left: 18px;
 margin-top: 171px;
}

#l2inventory .shield{ 
 margin-left: 96px;
 margin-top: 171px;
}

#l2inventory .gloves{ 
 margin-left: 18px;
 margin-top: 122px;
}

#l2inventory .top{ 
 margin-left: 57px;
 margin-top: 84px;
}

#l2inventory .lower{ 
 margin-left: 57px;
 margin-top: 122px;
}

#l2inventory .bots{ 
 margin-left: 96px;
 margin-top: 122px;
}

#l2inventory .righthair{ 
 margin-left: 96px;
 margin-top: 46px;
}

#l2inventory .lefthair{ 
 margin-left: 18px;
 margin-top: 46px;
}

/* Braslet */
#l2inventory .braslet{
 margin-left: 18px;
 margin-top: 310px;
}

/*------------------------------------------------------------------*/
/* Блок онлайна */
/*------------------------------------------------------------------*/

#l2online {
 width: 180px;
}

#l2online th{
 font-size: 10px;
 font-weight: normal;
 padding-left: 0;
 text-align: center;
 padding: 0px 0px 1px 0px;
}

#l2online td {
/* color:#927762; */
 font-size: 10px;
 font-weight: normal;
 border-bottom: 1px solid #666666; 
 text-align:center; 
 padding: 4px 3px 5px;
}

#l2online .servName{
 width: 55px;
 text-align: left; 
}

/*------------------------------------------------------------------*/
/* Бар */
/*------------------------------------------------------------------*/

#l2rate {
 width: 50px;
 height: 10px;
}

#l2rate .rate {
 background-color: yellow;
}
/*------------------------------------------------------------------*/
/* Меню */
/*------------------------------------------------------------------*/

#l2menu {
 width: 100%;
 font-family: verdana, tahoma, sans-serif;
 font-size: 11px;
 font-weight: normal;
 text-align: center;
 margin: 0px 5px 1px -10px;
}

#l2menu a {
 text-decoration: underline;
 margin: 5px 5px 5px 5px;
}

/*------------------------------------------------------------------*/
/* Статистика */
/*------------------------------------------------------------------*/

.l2title {
 color: white;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
 padding: 15px 3px 15px 3px;
}

.l2stat {
 font-weight: normal;
 font-size: 11px;
 text-align: center;
}


.l2online {
 color: lightblue;
 font-weight: bold;
}

.l2offline {
 color: #b2503a;
 font-weight: bold;
}

#l2tbl {
 width: 200px;
 font-size: 11px;
}

#l2tbl .left {
 width: 150px;
 font-weight: bold;
 text-align: right;
 padding: 1px 3px 1px 1px;
}

#l2tbl .right {
 width: 150px;
 text-align: left;
 padding: 1px 1px 1px 3px;
}
/* Таблица с замками */
#l2castle {
 width: 400px;
 text-align: left;
 font-size: 12px;
 padding: 1px 10px 1px 10px;
}

#l2castle .left {
 width: 164px;
 height: 123px;
 text-align: left;
 padding: 5px 5px 5px 1px;
}

#l2castle .right {
 height: 123px;
 text-align: left;
 padding: 5px 1px 5px 5px;
 vertical-align: middle;
}
/* Статистика */
#l2top {
 width: 100%;
 font-size: 12px;
 vertical-align: top;
 text-align: center;
}

#l2top th {
 height: 32px;
 border-bottom: 1px solid #666666;
}

#l2top td {
 border-bottom: 1px solid #666666;
 padding: 8px 0px 8px 0px;
 /*height: 42px;*/
}

#l2top .name {
 text-align: left;
}

#l2top .male {
 color: #8080FF;
}

#l2top .female {
 color: #FF8080;
}

#l2top .pvp {
 font-weight: bold;
}

#l2top .pk {
 color: red;
 font-weight: bold;
}

#l2top a {
 text-decoration: underline;
}

/*------------------------------------------------------------------*/
/* Оформление личного кабинета */
/*------------------------------------------------------------------*/

#l2account {
 font-size: 11px;
}

#l2tbl2 {
 width: 100%;
 font-size: 11px;
}

#l2tbl2 tr { 
 height: 22px; vertical-align: middle; 
}

#l2tbl2 td { 
 color: rgb(153, 153, 153); background: rgb(50, 50, 50); 
 padding: 0px 5px 0 5px; 
 border-bottom: 1px solid rgb(80, 80, 80);
}

#l2tbl2 .header {
 background: rgb(30, 30, 30);
 border-top: 1px solid rgb(80, 80, 80);
 border-bottom: 1px solid rgb(80, 80, 80);
}

#l2tbl2 .serv {
 color: rgb(153, 153, 153);
 font-weight: bold; 
 background: rgb(40, 40, 40); 
}

#l2tbl2 .img { 
 padding: 0px 
}

#l2tbl2 a { 
 color: rgb(163, 163, 163);
 text-decoration: underline;
}

#l2tbl2 .center { 
 text-align: center; 
}

#l2tbl2 .button {
 width: 50px;
 border: 1px solid rgb(0,0,0);
 background: rgb(60,50,60);
 text-align: center;
 float: left;
 padding: 1px 3px 1px 3px;
 margin: 0px 3px 0px 0px;
}
#l2tbl2 .button a:hover {
 text-decoration: none;
 color: white;
}

#l2tbl2 .button a {
 text-decoration: none;
}

#l2char {
 font-size: 11px;
 margin: 0px 1px 5px 1px;
 border: 1px solid rgb(80, 80, 80);
 background: rgb(40, 40, 40);
}
 
#l2char td {
 height: 33px;
 padding: 0px;
 margin: 0px;
 background: rgb(40, 40, 40);
 text-align: center;
}
 
#l2char td .image{
 width: 70px;
}

#l2char .bold {
 font-weight: bold;
}

#l2char .padding {
 padding: 0px 5px 0px 5px;
}

/*------------------------------------------------------------------*/
/* Оформление модуля Lineage */
/*------------------------------------------------------------------*/

.warning {
 color: red;
 font-weight: bold;
 text-align: center;
 padding: 15px 3px 15px 3px;
}

.warning a {
 color: red;
 text-decoration: underline;
}

.footer {
 font-size: 10px;
 font-weight: normal;
 text-align: center;
}