* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
img {
    border: 0;
}

html {
    background: #fff url("images/style/body_bg.png") repeat-x left top;
    height: 100%;
}

body {
    color: #333;
    font-family: Tahoma, Verdana, Arial, Helvetica, UnDotum, Geneva, sans-serif;
    font-size: 11px;
    margin: 0;
}

/* http://www.webtoolkit.info/css-clearfix.html */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
	.clearfix {
		display: inline-block;
	}
	html[xmlns] .clearfix {
		display: block;
	}
	* html .clearfix {
		height: 1%;
	}

/* LINKS */
a:link {  text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

a:link { color: #1052A9; }
a:visited { color: #1052A9; }
a:hover	{ color: #021F67; }
a:active { color: #6682B2; }

/* BODY */
.body-wrap, .simple-wrap {
    height: 100%;
	padding: 0 3px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

/* HEAD */
.rw-head {
    margin-bottom: 1.6em;
}
    .rw-head .logo span {
        display: block;
		text-indent: -9000px;
		overflow: hidden;
		width: 210px;
		height: 58px;
		margin: 0px;
		padding: 0px;
		background-image: url("images/style/rw_head_logo.png");
		cursor: pointer;
	}
	.rw-head .logo a {
		display: block;
		width: 210px;
		height: 58px;
	}
    .rw-head .logo-en span {
        background-image: url("images/style/rw_head_logo_en.png");
        width: 302px;
    }
    .rw-head .logo-en a {
        width: 302px;
    }
    .rw-head .present-by {
        float: right;
        margin-top: 25px;
    }
        .rw-head .present-by a {
            color: #555;
        }
            .rw-head .present-by a:hover {
                color: #000;
            }

    .rw-head .lang {
        float: right;
        margin-top: 25px;
        margin-right: 5em;
    }
        .rw-head .lang a {
            color: #555;
        }
            .rw-head .lang a:hover {
                color: #000;
            }

/* FOOTER */
.rw-footer {
    border-top: 1px solid #ccc;
    margin-left: -10px;

    width: 780px;

    color: #555;
    font-size: 0.9em;
    margin-top: 2em;
    margin-bottom: 0.3em;
    
    padding: 1em 10px 5px 10px;
}
    .rw-footer .foo-right {
        float: right;
    }
    .rw-footer .foo-left {
        float: left;
    }

/* MAIN MENU */
.rw-menu {
    margin-bottom: 1.7em;
}
    .rw-menu ul {
        list-style-type: none;
    }
    .rw-menu ul.left {
        font-size: 1.9em;
        margin-left: -1px; /* мини-хак */
    }
        .rw-menu ul.left li {
            float: left;
            margin-right: 1.4em;
            text-transform: lowercase;
        }
            .rw-menu ul.left li em {
                font-style: normal;
            }

    .rw-menu ul.right {
        font-size: 1.1em;
        line-height: 1.9em;
    }
        .rw-menu ul.right li {
            float: right;
            margin-left: 1em;
        }
            .rw-menu ul.right li em {
                font-style: normal;
            }

.rw-menu-admin {
    margin-bottom: 1.7em;
    margin-top: -1em;
}
    .rw-menu-admin ul {
        font-size: 1.1em;
        line-height: 1.9em;
        list-style-type: none;
    }
        .rw-menu-admin ul li {
            float: left;
            margin-right: 1.4em;
        }
            .rw-menu-admin ul li em {
                font-style: normal;
            }

/* FORMS */
.form-textfield, .cell-inline input {
    font-size: 1em;
    padding: 0.4em;
    font-family: Consolas, Monaco, monospace;
}
.form-textarea {
    font-size: 1em;
    padding: 0.4em;
    font-family: Consolas, Monaco, monospace;
}
.form-select {
    font-family: Arial, Tahoma, sans-serif;
    width: 17em;
    padding: 0.4em;
}
.form-button {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 1em;
    padding: 0.2em;
}
    .form-btn-submit {
        font-weight: bold;
    }
    .form-btn-reset {
        color: #555;
    }
.form-fieldset {
    border-style: none;
}
    .form-fieldset legend {
        padding-bottom: 1em;
    }
    .form-fieldset dl {
        display: block;
        padding: 0.3em;
        margin-bottom: 0.2em;
    }
        .form-fieldset dt {
            float: left;
            width: 140px;
        }
            .form-fieldset label {
                float: left;
                font-weight: bold;
                width: 140px;
            }
            .form-fieldset span.tip {
                display: block;
                font-size: 0.9em;
            }
            /*.form-fieldset label:hover {
                color: #ccc;
            }*/
        .form-fieldset dd {
            display: block;
            margin-left: 150px;
        }
.subform-fieldset {
    margin-top: 2em;
}
    .subform-fieldset legend {
        font-size: 1.6em !important;
    }

.form-controls {
    display: block;
    margin-top: 1em;
    padding-left: 150px;
}


ul.form-markup-toolbar {
    list-style: none;
    padding: 0px;
    margin: 0;
    margin-bottom: 8px;
    font-family: "Trebuchet MS";
    font-size: 12px;
}
    ul.form-markup-toolbar li {
        display: inline;
        margin-right: 5px;
        color: #fff;
    }
    ul.form-markup-toolbar li a {
        color: #fff;
        text-decoration: none;
        background-color: #777;
        padding: 0.3em 0.7em;
    }
    ul.form-markup-toolbar li a:hover {
        background-color: #333;
    }

ul.feedbackPanel {
    list-style-type: none;
    padding: 0.3em 0 1.5em 0;
}
    li.feedbackPanelERROR {
        
    }

/* TABLES */
table.table-backend {
    /*background: #f9f9f9;*/
    /*border: 1px solid #fff;*/
    border-collapse: collapse;
    width: 100%;
    /*outline: 1px solid #999;*/
}
    table.table-backend tr th {
        /*background: #f0f0f0;*/
        border-right: 1px solid #eee;
        border-bottom: 3px solid #ccc;
        text-align: center;
        padding: 0.5em;
    }
    table.table-backend tr td {
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        text-align: center;
        padding: 0.5em;
    }
    table.table-backend tr:hover {

    }
        table.table-backend tr:hover td {
            background: #eaeaea;
        }
    table.table-backend .row-dark td {
        color: #555;
    }
    table.table-backend .cell-title {
        font-weight: bold;
    }
    table.table-backend .cell-left {
        text-align: left;
    }
    table.table-backend .cell-nowrap {
        white-space: nowrap;
    }
    table.table-backend .cell-inline {
        
    }
        table.table-backend .cell-inline input {
            width: 93%;
        }
    table.table-backend .action-add {
        font-size: 0.9em;
        text-transform: uppercase;
    }
    table.table-backend .action-edit {
        font-size: 0.9em;
        text-transform: uppercase;
    }
    table.table-backend .action-remove {
        font-size: 0.9em;
        text-transform: uppercase;
        margin-left: 1em;
    }
    table.table-backend img.external-link {
        background: #fff url(images/style/rw_icon_external_link.gif) no-repeat left top;
        border: 0;
        height: 11px;
        margin-left: 0.5em;
        width: 11px;
    }

.table-navigator, .datatable .navigation td {
    padding: 0.6em;
}
    .table-navigator span, .datatable .navigation span {
        font-size: 1em;
        padding: 0 0.1em;
    }
        .table-navigator span span, .datatable .navigation span span {
            font-weight: bold;
            margin: 0;
        }
    .table-navigator em, .datatable .navigation em {
        color: #777;
        font-style: normal;
    }

/* Panels */
.panel-confirm-delete {
    padding: 0.5em;
}
    .panel-confirm-delete .confirm-message {
        display: block;
        margin: 0.2em 0 0.5em 0;
    }
    .panel-confirm-delete .confirm-yes {
        border: 1px solid #ccc;
        border-left: 0;
        border-top: 0;
        display: block;
        float: left;
        font-weight: bold;
        margin-right: 0.8em;
        padding: 0.2em 0.5em 0.4em 0.5em;
    }
    .panel-confirm-delete .confirm-no {
        border: 1px solid #ccc;
        border-left: 0;
        border-top: 0;
        display: block;
        float: left;
        margin-right: 0.8em;
        padding: 0.2em 0.5em 0.4em 0.5em;
    }

.snippet {
    font-size: 1.1em;
    line-height: 1.4em;
}
    .snippet p {
        margin: 1em 0;
    }
    .snippet h1 {
        color: #444;
        font-family: "Times New Roman", times-roman, georgia, serif;
        font-weight: 200;
        font-size: 3em;
        line-height: 1.1em;
        letter-spacing: -1px;
        margin: 0.3em 0 20px -2px;
    }
    * html .snippet h1 {
        margin-left: 0;
    }
    .snippet h2 {
        color: #555;
        font-family: Georgia, "Times New Roman", times-roman, serif;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1.1em;
        margin: 20px 0 0.4em -2px;
    }
    * html .snippet h2 {
        margin-left: 0;
    }
    .snippet h3 {
        font-family: Georgia, "Times New Roman", times-roman, serif;
        font-size: 1.4em;
        font-weight: normal;
        line-height: 1.1em;
        margin: 20px 0 0.4em -2px;
    }
    * html .snippet h3 {
        margin-left: 0;
    }
    .snippet h4 {
        font-family: Tahoma, Arial, serif;
        font-size: 1.3em;
        line-height: 1.1em;
        margin: 20px 0 0.4em -2px;
    }
    * html .snippet h4 {
        margin-left: 0;
    }
    .snippet ul {
        line-height: 1.3em;
        margin: 0.5em 0 0.9em 0;
        list-style-type: none;
    }
        .snippet ul ul {
            margin: 0.3em 0 0.3em 0;
        }
    .snippet ul li {
        padding-left: 2em;
        padding-top: 0.5em;
        background: url("images/style/rw_list_bullet.gif") no-repeat 0.3em 0.7em;
    }
    .snippet table {
        border-collapse: collapse;
        width: 100%;
    }
    .snippet table tr th {
        border-right: 1px solid #eee;
        border-bottom: 3px solid #ccc;
        text-align: center;
        padding: 0.5em;
    }
    .snippet table tr td {
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        text-align: center;
        padding: 0.5em;
    }


/* BONUSES PAGE */
.page-bonuses {

}
    .page-bonuses ul.menu {
        float: left;
        font-size: 1.2em;
        list-style-type: none;
        margin-top: 0;
        width: 160px;
    }
        .page-bonuses ul.menu li {
            margin: 0.4em 0;
        }
            .page-bonuses ul.menu .selected {
                font-weight: bold;
            }
        .page-bonuses ul.menu li.item-all-compare {
            margin-bottom: 1em;
        }
        .page-bonuses ul.menu li.item-all-free-holdem-manager {
            margin-bottom: 1em;
        }
        .page-bonuses ul.menu li.splitter {
            margin: 0.4em 0;
        }
            .page-bonuses ul.menu li.splitter hr {
                border: 0;
                border-top: 1px solid #ccc;
                height: 1px;
                margin-left: -10px;
            }
    .page-bonuses .snippet {  
        margin-left: 170px;
    }

/* HOME PAGE */
.hand-odometer {
    background: #E7D6C4 url("images/style/rw_home_hc_bg.gif") no-repeat left top;
    float: left;
    height: 30px;
    width: 158px;
}
#hand-odometer {
    border: 1px solid #000;
    outline: 1px solid #eee;
    float: left;
    margin-top: 6px;
    margin-left: 6px;
    position: absolute;
}
/* html #hand-odometer {
    margin-left: 3px;
}*/

.rw-home-main-container {
    margin-left: -10px;
    width: 800px;
    height: 290px;
    margin-bottom: 2em;
}
    .rw-home-main-container img {
        position: absolute;
    }

.rw-home-middle {
    
}
    .rw-home-bottom h2, .rw-home-middle h2, .rw-home-bottom2 h2 {
        margin-top: 0;
    }
    .rw-hb-block1, .rw-hb-block2, .rw-hb-block3,
        .rw-hm-block1, .rw-hm-block2, .rw-hm-block3,
        .rw-hb2-block3 {
        float: left;
        width: 250px;
    }
    .rw-hb-block2, .rw-hb-block3,
        .rw-hm-block2, .rw-hm-block3,
        .rw-hb2-block3 {
        margin-left: 15px;
    }
    .rw-hb-block1, .rw-hb-block2, .rw-hb-block3,
    .rw-hm-block1, .rw-hm-block2, .rw-hm-block3,
    .rw-hb2-block3 {
        font-size: 1em;
    }
    .rw-hb-block1 h2, .rw-hb-block2 h2, .rw-hb-block3 h2,
    .rw-hm-block1 h2, .rw-hm-block2 h2, .rw-hm-block3 h2,
    .rw-hb2-block3 h2 {
        font-size: 1.6em;
    }

.rw-home-splitter {
    border-bottom: 1px solid #ccc;
    height: 1px;
    margin: 1.3em 0 2em -10px;
    width: 800px;
}

.rw-home-bottom {

}
.rw-home-bottom2 {
    padding-bottom: 1em;
}
    .rw-hb2-twitter {
        float: left;
        width: 515px;
    }
    .rw-hb2-twitter h2 {
        color: #555;
        font-family: Georgia, "Times New Roman", times-roman, serif;
        font-size: 1.7em;
        font-weight: normal;
        line-height: 1.1em;
        margin: 0 0 0.4em -2px;
    }
    * html .rw-hb2-twitter h2 {
        margin-left: 0;
    }
    .rw-hb2-twitter ul {
        font-size: 1.1em;
        line-height: 1.3em;
        margin: 0.5em 0 0.9em 0;
        list-style-type: none;
    }
    .rw-hb2-twitter ul li {
        padding-left: 2em;
        padding-top: 0.5em;
        background: url("images/style/rw_list_twitter.gif") no-repeat 0.3em 0.7em;
    }
    .rw-hb2-twitter .tw-text {
    }
    .rw-hb2-twitter .tw-date {
        color: #555;
        font-family: Arial, "Trebuchet MS", Geneva, sans-serif;
        font-size: 0.9em;
    }
    .rw-hb2-twitter .tw-what-is {

    }
        .rw-hb2-twitter .tw-what-is a {
            float: left;
            margin-right: 2em;
        }

/* ORDER PAGE */
.order-wizard {

}
    .order-wizard h1, .page-history h1 {
        color: #444;
        font-family: "Times New Roman", times-roman, georgia, serif;
        font-weight: 200;
        font-size: 3.2em;
        line-height: 1.1em;
        letter-spacing: -1px;
        margin: 0.3em 0 0.4em 0;
    }
    .order-wizard h2, .page-history h2, .order-wizard .wicketExtensionsWizardHeaderTitle,
    .form-fieldset legend {
        color: #555;
        font-family: Georgia, Arial, Tahoma, Geneva, sans-serif;
        font-weight: normal;
        font-size: 2em;
        line-height: 1.1em;
        margin: 0 0 0.4em 0;
    }
    .page-history h3 {
        color: #777;
        font-family: Georgia, "Times New Roman", times-roman, serif;
        font-size: 1.6em;
        font-weight: normal;
        line-height: 1.1em;
        margin: 1em 0 0.6em 0;
    }
    .order-wizard .wicketExtensionsWizardHeaderSummary {
        font-style: normal;
        font-size: 1.1em;
    }
    .order-wizard .ow-view {
        font-size: 1.1em;
        margin: 2em 0 3em 0;
    }
    .ow-radio-desc {
        font-size: 0.9em;
        margin-left: -150px;
        margin-bottom: 1.2em;
        margin-top: 0.4em;
    }
    .ow-buttons {
        background: #EEE8D6;
        float: left;
        padding: 0.5em;
    }
        .ow-buttons .form-button {
            font-size: 1.1em;
        }
    .wizard-button-previous {
        margin-right: 4em;
    }
    .wizard-button-finish, .wizard-button-next {
        font-weight: bold;
    }
    .wizard-button-next {
        margin-right: 1em;
    }
    .ow-feedback {
        margin-top: 1em;
    }
    .ow-feedback ul.feedbackPanel {
        padding-bottom: 0;
    }
    .ow-order-discount {
        font-size: 0.9em;
        margin-bottom: 0.4em;
        margin-top: 0.4em;
    }

/* SIMPLE */
.simple-head {
    margin-bottom: 1.6em;
}
    .simple-head .logo span {
        display: block;
		text-indent: -9000px;
		overflow: hidden;
		width: 210px;
		height: 58px;
		margin: 0px;
		padding: 0px;
		background-image: url("images/style/rw_head_logo.png");
		cursor: pointer;
	}
	.simple-head .logo a {
		display: block;
		width: 210px;
		height: 58px;

        margin: 0 auto;
	}
    .simple-head .logo-en span {
        background-image: url("images/style/rw_head_logo_en.png");
        width: 236px;
    }
    .simple-head .logo-en a {
        width: 236px;
    }
.simple-wrap-inner {
    margin: 0 auto;
    width: 400px;
}
.simple-message {
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: center;
}
    .simple-message p {
        margin: 1em 0;
    }

/* DATATABLE */
table.datatable {
    border-collapse: collapse;
    width: 100%;
}
    table.datatable tr th {
        border-right: 1px solid #eee;
        border-bottom: 3px solid #ccc;
        text-align: center;
        padding: 0.5em;
    }
    table.datatable tr td {
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        text-align: center;
        padding: 0.5em;
    }
    table.datatable tr:hover {

    }
        table.datatable tr:hover td {
            background: #eaeaea;
        }
    table.datatable .wicket_orderNone a {
        text-decoration: none;
    }
    table.datatable .row-dark td {
        color: #777;
    }
    table.datatable .cell-title {
        font-weight: bold;
    }
    table.datatable .cell-left {
        text-align: left;
    }
    table.datatable .cell-nowrap {
        white-space: nowrap;
    }
    table.datatable .cell-inline {

    }
        table.datatable .cell-inline input {
            width: 93%;
        }
    .cell-cert-key {
        font-family: Consolas, Monaco, monospace;
        white-space: nowrap;
    }
    .cell-cert-key-activated {
        text-decoration: line-through;
    }

    /*table.datatable .action-add {
        font-size: 0.9em;
        text-transform: uppercase;
    }
    table.datatable .action-edit {
        font-size: 0.9em;
        text-transform: uppercase;
    }
    table.datatable .action-remove {
        font-size: 0.9em;
        text-transform: uppercase;
        margin-left: 1em;
    }
    table.datatable img.external-link {
        background: #fff url(images/style/rw_icon_external_link.gif) no-repeat left top;
        border: 0;
        height: 11px;
        margin-left: 0.5em;
        width: 11px;
    }*/

    table.datatable-be-order {
        font-size: 0.9em;
    }

ul.form-certificate-list {
    margin-top: 1em;
    list-style-type: none;
}
    ul.form-certificate-list li {
        background: url("images/style/rw_order_cert_list.gif") no-repeat left top;
        color: #000;
        float: left;
        height: 93px;
        width: 351px;
    }
    ul.form-certificate-list li strong,
        ul.form-certificate-list li em,
        ul.form-certificate-list li span{
        font-family: "Courier New", monospace;
        font-size: 11px;
        position: absolute;
    }
    ul.form-certificate-list li strong {
        margin: 11px 0 0 19px;
    }
    ul.form-certificate-list li em {
        font-style: normal;
        margin: 36px 0 0 19px;
    }
    ul.form-certificate-list li span {
        color: #555;
        margin: 36px 0 0 150px;
    }
    ul.form-certificate-list li a {
        display: block;
        font-size: 10px;
        margin: 63px 0 0 300px;
        position: absolute;
        text-align: right;
        width: 51px;
    }
.form-certificate-add {
    background: url("images/style/rw_order_cert_add.gif") no-repeat left top;
    height: 35px;
    width: 351px;
}
    .form-certificate-add div {
        background: #fff;
        border: 1px solid #999;
        float: left;
        height: 23px;
        width: 334px;
        margin: 5px 0 0 5px;
        padding: 0 0 0 5px;
        overflow: hidden;
    }
    .form-certificate-add .form-textfield {
        border: 0;
        float: left;
        font-family: Consolas, Monaco, "Courier New", monospace;
        font-size: 12px;
        line-height: normal;
        margin: 0;
        padding: 0;
        padding-top: 3px;
        text-transform: uppercase;
        width: 306px;
    }
    .form-certificate-add .form-button {
        background: #fff url("images/style/rw_order_cert_add_button.gif") no-repeat right center;
        border: 0;
        cursor: pointer;
        position: absolute;
        height: 23px;
        padding: 0;
        margin: 0 0 0 306px;
        width: 27px;
    }

.rw-message-maintance {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4em;
    padding: 0 0 20px 0;
    text-align: center;
}