
/* Artifact Alt */

.aa-table * {
    font-size: 0px;
}
.aa-table-t *{
    font-size: 11px!important;
}
.aa-t {
    background: url('../images/tbl-pop_top.gif');
    height: 24px;
}
.aa-tl {
    background: url('../images/tbl-pop_corner-top-left.gif') no-repeat;
    width: 14px;
    height: 24px;
}
.aa-tr {
    background: url('../images/tbl-pop_corner-top-right.gif') no-repeat;
    width: 14px;
    height: 24px;
}
.aa-b {
    background: url('../images/tbl-pop_bottom.gif') repeat-x;
    height: 5px;
}
.aa-bl {
    background: url('../images/tbl-pop_corner-bottom-left.gif') no-repeat;
    width: 14px;
    height: 5px;
}
.aa-br {
    background: url('../images/tbl-pop_corner-bottom-right.gif') no-repeat;
    width: 14px;
    height: 5px;
}
.aa-l {
    background: url('../images/tbl-pop_left.gif') repeat-y;
    width: 14px;
}
.aa-r {
    background: url('../images/tbl-pop_right.gif') repeat-y;
    width: 14px;
}

table.vatop td {
    vertical-align: top;
}
table.vamiddle td {
    vertical-align: middle;
}
table.vabottom td {
    vertical-align: bottom;
}

td.td-vamiddle {
    vertical-align: middle !important;
}

table.vatop td {
    vertical-align: top;
}
table.vamiddle td {
    vertical-align: middle;
}
table.vabottom td {
    vertical-align: bottom;
}

.popup-artifact {
    overflow: hidden; *zoom: 1;
    min-width: 250px;
    margin: 0 11px;
    padding: 10px;
    background: #fceeb5;
    border: 1px solid #e3b360;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* То же, что в style/main.css: библиотека и другие страницы с v2/main.css без этих классов —
   подсказка артефакта (renderArtifactAlt) остаётся без текстуры/полос skill_list. */
.list_dark {
	background-color: #F4BB8A;
}
.skill_list td {
	padding: 0 7px;
}
.skill_list td td {
	padding: 0;
}
.bg_alt3 {
	/* сплошная подложка, если текстура не загрузилась; путь от корня сайта как в style/main.css */
	background-color: #fceeb5;
	background-image: url(/images/bgg2.gif);
	background-repeat: repeat;
}
.bg_alt3 .list_dark {
	background-color: rgba(0, 0, 0, 0.09);
}
.bg_alt3 .list_dark2 {
	background-color: rgba(0, 0, 0, 0.12);
}