#help{
    position:absolute;
    background:#000;
    z-index:20;
}
#help_close_btn{z-index:1; position:absolute; top:-10px; right:-10px; cursor: pointer; background: url("/r/user/help/cancel-blue.png") no-repeat center top; width: 35px; height: 35px;}
#help_close_btn:HOVER{background-position: center -34px;}

#help_content{
    overflow: visible;
    z-index:30;
    position:absolute;
    cursor: move;
    /*padding: 10px 20px 20px 20px;*/
}
#help_container{

}
#help_loader{
	background: #000;
	padding: 5px;
	z-index: 10;
}

.help-window {

}

.help-window .help-tl,
.help-window .help-tr,
.help-window .help-bl,
.help-window .help-br
 {
    width: 20px;
    height: 18px;
    background: url("i/help_tl.png") no-repeat;
}

.help-window .help-tr {
    background: url("i/help_tr.png") no-repeat;
}
.help-window .help-bl {
    background: url("i/help_bl.png") no-repeat;
}
.help-window .help-br {
    background: url("i/help_br.png") no-repeat;
}
.help-window .help-r {
	width: 20px;
    background: url("i/help_r.png") repeat-y;
}
.help-window .help-l {
	width: 20px;
    background: url("i/help_l.png") repeat-y;
}
.help-window .help-t {
    height: 18px;
    background: url("i/help_t.png") repeat-x;
}
.help-window .help-b {
    height: 18px;
    background: url("i/help_b.png") repeat-x;
}
.help-window .help-c {
    background: url("i/help_c.png");
}

.help-window
{
    width:640px;
    text-align: left;
    color: #fff;
}
.help-window a{
    color: #fff;
}









.help_wrap
{
    font-size: 14px;
    text-align: left;
}

.help_wrap .b{background: url("") no-repeat; width: 46px; height: 28px; cursor: pointer; display: block;}
.help_wrap .bl_off{background-image: url("/r/help/btnl_off.png");}
.help_wrap .br{background-image: url("/r/help/btnr.png");}
.help_wrap .br_off{background-image: url("/r/help/btnr_off.png");}
.help_wrap .bl{background-image: url("/r/help/btnl.png");}

.help_wrap h1{
    margin: 0;
    padding: 0;
    font-size: 27px;
}
.help_wrap h2{
    margin: 0;
    padding: 0;
    padding: 10px 0 0 0;
}

.help_head{
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.help_footer{
    border-top: 1px solid #fff;
    padding-top: 5px;
}
.help_content{
    padding: 15px 0;
}

.help_topic_page {
}
.help_topic_page tr.title td {
    border-bottom:1px solid white;
    text-align: right;
}
.help_topic_page h1 {
    margin:0px;
    text-align:left;
}

.help_topic_page tr.content td {
    padding-top: 20px;
    padding-right:10px;
}

.help_topic_page h2 {
    margin:0px;
    text-align:left;
    font-weight: bold;
    font-size: 14px;
}

.help_topic_page div.list_item_numbering {
    margin-top:10px;
    width: 20px;
    vertical-align: top;
    float: left;
}


.help_topic_page div.list_item_value {
    margin-top:10px;
    width: 250px;
    vertical-align: top;
    float: left;
    clear: none;
}

.help_topic_page table.prices {
    margin-left: 70px;
    margin-top: 10px;
}
.help_topic_page table.prices td {
    padding: 0px;
}

.help_topic_page table.navigation td {
    border-bottom:0px;
}
