
/* Artifact Alt */


.list_dark {
    background: url(/images/ppop_bg.png);
}
.skill_list td {
    padding: 0 7px;
}
.skill_list td td {
    padding: 0;
}

.aa-table * {
    font-size: 0px;
}

.aa-table img {
    display: unset!important;
    max-width: unset!important;
}
.aa-table img {
    vertical-align: unset!important;
}

.aa-table-t *{
    font-size: 11px!important; font-family: Tahoma;  margin: 0px; color: #341f16;
    font-size: 13px !important;
    color: black;
}
.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;
	border-radius: 15px;
}
.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;
}

.aa-tl {
    border-radius: 0!important;
}