div#id_help_container {border:1px solid #cccccc;float:left;padding:5px;margin-top:10px;}
div#id_help_content {margin-left:20px;width:600px;float:left;}
div#id_help_content h1 {color:#027ABB;font-size:22px;}
div#id_help_content h2 {color:#4a8fd4;font-size:17px;}

#id_help_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width:220px;float:left;border-right:2px solid #ebebeb;
}

#id_help_menu ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#id_help_menu ul ul {
    display: inline;
}

#id_help_menu ul ul li a {
    padding:6px;
    width: 200px;
    text-decoration:none;
}

#id_help_menu a {
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-left: 0;
    padding:6px;
    width:200px;
}

#id_help_menu a.expanded {
    background: url(/media/images/arrow_down_yellow_help.png) right top no-repeat;
    color:#4a8fd4;
    font-size:16px;
    text-decoration:none;
}

#id_help_menu a.collapsed {
    background: url(/media/images/arrow_green_right_help.png) right top no-repeat;
    color:#4a8fd4;
    font-size:16px;
    text-decoration:none;
}

#id_help_menu a:hover {
    text-decoration: none;
}

#id_help_menu ul a {
    border-top: 2px solid #fff;
    color: #000;
    display: block;
    font-weight: normal;
    padding: 2px 2px 2px 10px;
    width: 200px;
}

iframe.shipping-estimate {width:100%;height:188px;}
