body.page-plugin-chess  #board,
body.page-plugin-chess  .board {
    margin: 20px 0 0;
    display: inline-block;
}
body.page-plugin-chess  #board .white-1e1d7,
body.page-plugin-chess  .board .white-1e1d7 {
    background-color: #E5EAED;
    color: #b58863;
}
body.page-plugin-chess  #board .black-3c85d,
body.page-plugin-chess  .board .black-3c85d {
    background-color: #ADB2B5;
    color: #f0d9b5;
}
body.page-plugin-chess  #board .notation-322f9,
body.page-plugin-chess  .board .notation-322f9 {
    cursor: default;
    font-size: 10px;
    color: #000000;
}
body.page-plugin-chess  #board img,
body.page-plugin-chess  .board img {
    cursor: pointer;
}
body.page-plugin-chess  .board-b72b1 {
    box-shadow: 1px 3px 3px #000000;
    border: 1px solid #404040;
}
body.page-plugin-chess  #info.chess {
    display: inline-block;
    line-height: 24px;
    margin-left: 10px;
    margin-top: 17px;
    vertical-align: top;
    width: 290px;
}
body.page-plugin-chess  #info.chess .chess-id {
    color: #ADCB26;
    font-size: 24px;
    display: inline-block;
}
body.page-plugin-chess  #info.chess .chess-title {
    font-size: 24px;
    display: inline-block;
}
body.page-plugin-chess  #info.chess .chess-mate {
    font-size: 14px;
}
body.page-plugin-chess  #info.chess .chess-date {
    color: #959595;
    font-size: 14px;
}
body.page-plugin-chess  #info.chess .etude-description {
    line-height: 16px;
    margin: 0 0 10px 0;
}
body.page-plugin-chess  #info.chess .phone {
    border-top: 1px solid #CCCCCC;
    line-height: 16px;
}
body.page-plugin-chess  #info.chess .phone .attention {
    color: #F20000;
    display: block;
    font-size: 12px;
    margin: 10px 0 5px;
}
body.page-plugin-chess  #info.chess .phone input[type="text"] {
    border-radius: 5px 5px 5px 5px;
    height: 22px;
    width: 160px;
}
body.page-plugin-chess  #info.chess .phone input[type="button"] {
    background-image: url("/static/img/modules/page/phone-send.png");
    border: none;
    height: 32px;
    padding: 0;
    vertical-align: top;
    width: 42px;
}
body.page-plugin-chess  #info.chess #errmsg {
    color: #F20000;
}
body.page-plugin-chess  .chess .sbSelector {
    height: 26px;
    line-height: 27px;
}
body.page-plugin-chess  .chess .sbHolder a.sbToggle {
    height: 26px;
    background-position: 6px 9px;
}
body.page-plugin-chess  .chess .btn {
    margin-right: 5px;
}
body.page-plugin-chess  #ajax_load .title {
    font-size: 18px;
}
body.page-plugin-chess #chess-accordion .ui-state-active,
body.page-plugin-chess #chess-accordion .ui-widget-content .ui-state-active,
body.page-plugin-chess #chess-accordion .ui-widget-header .ui-state-active {
    display: none;
}
body.page-plugin-chess #chess-accordion .accordion-header {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #CCCCCC;
}
body.page-plugin-chess #chess-accordion .ui-accordion-content {
    background: #fff;
    border: none;
    padding: 0;
}
body.page-plugin-chess #chess-accordion .ui-icon {
    display: none;
}
body.page-plugin-chess #chess-accordion .date_id {
    display: inline-block;
}
body.page-plugin-chess #chess-accordion .date_id p {
    margin: 0;
    padding: 0 5px;
}
body.page-plugin-chess #chess-accordion .date_id p.id {
    color: #ffffff;
    background: #a6c700;
    font-size: 14px;
    border-bottom: 1px solid #f9f9f9;
    text-align: center;
}
body.page-plugin-chess #chess-accordion .date_id p.date {
    background: #cccccc;
    color: #333;
}
body.page-plugin-chess #chess-accordion .etude-title {
    color: #333333;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin-left: 150px;
    margin-top: 5px;
    text-transform: uppercase;
    vertical-align: top;
}
body.page-plugin-chess #chess-accordion .passed {
    margin-top: 5px;
    margin-left: 10px;
    vertical-align: top;
}
body.page-plugin-chess #chess-accordion .chess-banner {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin: 10px 0;
    padding: 5px 0;
}
body.page-plugin-chess.page-subplugin-admin .adding-fields,
body.page-plugin-chess.page-subplugin-modify_etude .adding-fields,
body.page-plugin-chess.page-subplugin-add_etude .adding-fields {
    display: inline-block;
    margin: 15px 20px 0 0;
    vertical-align: top;
}
body.page-plugin-chess.page-subplugin-admin #board,
body.page-plugin-chess.page-subplugin-modify_etude #board,
body.page-plugin-chess.page-subplugin-add_etude #board {
    margin: 0;
}
body.page-plugin-chess.page-subplugin-admin input.etude_title,
body.page-plugin-chess.page-subplugin-modify_etude input.etude_title,
body.page-plugin-chess.page-subplugin-add_etude input.etude_title {
    border-radius: 5px 5px 5px 5px;
    height: 20px;
    width: 250px;
}
body.page-plugin-chess.page-subplugin-admin input.total_moves,
body.page-plugin-chess.page-subplugin-modify_etude input.total_moves,
body.page-plugin-chess.page-subplugin-add_etude input.total_moves {
    border-radius: 5px 5px 5px 5px;
    height: 19px;
    margin-right: 5px;
    vertical-align: top;
    width: 85px;
}
body.page-plugin-chess.page-subplugin-admin .moves_count,
body.page-plugin-chess.page-subplugin-modify_etude .moves_count,
body.page-plugin-chess.page-subplugin-add_etude .moves_count {
    display: inline-block;
    font-size: 15px;
    margin: 10px 0 0 20px;
    vertical-align: top;
}
body.page-plugin-chess.page-subplugin-admin .moves_count span,
body.page-plugin-chess.page-subplugin-modify_etude .moves_count span,
body.page-plugin-chess.page-subplugin-add_etude .moves_count span {
    color: #FF0000;
    font-weight: bold;
}
body.page-plugin-chess.page-subplugin-admin .moves_count .title,
body.page-plugin-chess.page-subplugin-modify_etude .moves_count .title,
body.page-plugin-chess.page-subplugin-add_etude .moves_count .title {
    margin: 0 0 10px;
}
body.page-plugin-chess.page-subplugin-admin p.statistic,
body.page-plugin-chess.page-subplugin-modify_etude p.statistic,
body.page-plugin-chess.page-subplugin-add_etude p.statistic {
    display: block;
    margin: 20px 0 0 0;
    vertical-align: top;
}
body.page-plugin-chess.page-subplugin-admin #move p,
body.page-plugin-chess.page-subplugin-modify_etude #move p,
body.page-plugin-chess.page-subplugin-add_etude #move p {
    color: #333333;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
body.page-plugin-chess.page-subplugin-admin .remove,
body.page-plugin-chess.page-subplugin-modify_etude .remove,
body.page-plugin-chess.page-subplugin-add_etude .remove {
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    color: #FF0000;
    cursor: pointer;
    display: inline-block;
    margin-left: 7px;
    padding: 0 6px 3px 7px;
}

#gifts-list div.ad-gift {
    border-bottom: 1px solid #cccccc;
    position: relative;
    padding-bottom: 5px;
    padding-top: 0px;
    width: 100%;
}


#gifts-list div.ad-gift-description{
    float: right;
    margin-left: 20px;
}

div.ad-gift-description{
    width: 400px;
}

div.ad-gift-more{
    float: left;
    margin-right: 5px;
}

.ad-gift-count{
    width: 60px;
}

div.ad-gift-list-table {
    display: table;
    width: 470px;
    color: #333333;
    border-left: 1px solid #ccc;
}
div.ad-gift-list-tr {
    display: table-row;
    color: #333333;
}
div.ad-gift-list-tr.inactive {
    opacity: 0.3;
}
div.ad-gift-list-td {
    vertical-align:middle;
    height:50px;
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    color: #333333;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.ad-gift-list-td.center {
    text-align: center;
}
div.ad-gift-list-td.larger {
    font-size: 14px;
    font-weight: bold;
}
div.ad-gift-list-headers{
    vertical-align:middle;
    background-color: #f5f5f5;
    height: 27px;
}
div.ad-point-logo{
    background-position: 4px 0px;
    height: 30px;
    line-height: 30px;
}

div.ad-gift-list-numbering{
    text-align:center;
}


div.ad-gift-list-headers-tr div:last-child{
    border-right: 1px solid #ccc;
}

div.ad-gift-tr-colored{
    background-color: #f5f5f5;
}

div.ad-gift-rules-header{
    margin-bottom: 10px;
}

div.ad-gift-rules{
    line-height: 20px;
}

div.ad-gift-attention,div.ad-gift-present{
    margin-top: 10px;
    margin-bottom: 10px;

}

div.ad-gift-rules-footer{
    margin-top: 10px;

}