#help_books #help_books_list {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#help_books #help_books_list li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 33%;
}
#help_books #help_books_list li a {
    border-radius: 4px;
    display: block;
    padding: 20px;
}
#help_books #help_books_list li a:hover {
    background: none repeat scroll 0 0 #fffbc9;
    text-decoration: none;
}
#help_books #help_books_list li a span {
    display: block;
}
#help_books #help_books_list li a span.book_cover {
    height: 156px;
    margin-bottom: 10px;
}
#help_books #help_books_list li a span.book_name {
    color: #000;
    font-size: 13px;
    margin-bottom: 10px;
}
#help_books #help_books_list li a span.book_description {
    color: #666;
    font-size: 12px;
    line-height: 19px;
    min-height: 38px;
}
#help_book #help_book_cover {
    margin: 20px 0;
    text-align: center;
}
#help_book #help_book_pages div.help_book_footer {
    border-top: 1px solid #ddd;
    display: table;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-top: 15px;
    width: 100%;
}
#help_book #help_book_pages div.help_book_footer div.help_book_footer_inner {
    display: table-row;
}
#help_book #help_book_pages div.help_book_footer div {
    display: table-cell;
}
#help_book #help_book_pages div.help_book_footer div.help_book_footer_prev {
    text-align: left;
    width: 25%;
}
#help_book #help_book_pages div.help_book_footer div.help_book_footer_top {
    text-align: center;
}
#help_book #help_book_pages div.help_book_footer div.help_book_footer_next {
    text-align: right;
    width: 25%;
}
div.help_element {
    font-size: 15px;
    line-height: 150%;
}
div.help_element h1 {
    border-bottom: 1px solid #ddd;
    font-size: 150%;
    line-height: 36px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 23px;
    padding-top: 23px;
    text-align: center;
}
div.help_element div.help_element_content div.source-code {
    font-family: monospace;
    font-size: 12px;
}
div.help_element div.help_element_content p {
    margin: 15px 0;
}
div.help_element div.help_element_content h3 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 20px;
}
div.help_element div.help_element_content h3.sub_header a.sub_permalink {
    color: #666 !important;
    display: none;
    text-decoration: none;
}
div.help_element div.help_element_content img {
    max-width: 100%;
}
div.help_element div.help_element_content code {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 2px;
    display: inline;
    font-family: monospace;
    padding: 1px 4px;
}
div.help_element div.help_element_content span.outlined_inline {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 12px;
    padding: 1px 4px;
}
div.help_element div.help_element_content span.outlined_inline.outlined_inline_mono {
    font-family: monospace;
}
div.help_element div.help_element_content span.term {
    font-weight: bold;
}
div.help_element div.help_element_content span.option {
    cursor: pointer;
    font-weight: bold;
}
div.help_element div.help_element_content div.note {
    background: none repeat scroll 0 0 #fffcd9;
    border: 1px solid #eede9c;
    border-radius: 5px;
    margin: 10px auto;
    padding: 10px 20px;
}
div.help_element div.help_element_content div.note h3 {
    font-size: 15px !important;
    font-weight: bold;
    margin-bottom: 8px !important;
    margin-top: 4px;
    text-align: center;
}
div.help_element div.help_element_content div.related_videos {
    background: none repeat scroll 0 0 #fffcd9;
    border: 1px solid #eede9c;
    border-radius: 5px;
    margin: 10px auto;
    padding: 10px 20px;
}
div.help_element div.help_element_content div.related_videos h3 {
    font-size: 15px !important;
    font-weight: bold;
    margin-bottom: 8px !important;
    text-align: center;
}
div.help_element div.help_element_content div.related_videos ul {
    list-style: outside none none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
div.help_element div.help_element_content div.related_videos ul li span.play_time {
    color: #999;
    font-size: 90%;
}
div.help_element div.help_element_content div.related_videos ul li span.play_time:hover {
    border-bottom: 1px dotted #999;
    cursor: help;
}
div.help_element div.help_element_content div.step {
    margin: 8px 0;
    min-height: 16px;
}
div.help_element div.help_element_content div.step div.step_num {
    float: left;
    width: 15px;
}
div.help_element div.help_element_content div.step div.step_num span {
    background-color: #d10a0b;
    border: 1px solid #d10a0b;
    border-radius: 10px;
    color: white;
    font-size: 80%;
    padding: 2px 6px;
}
div.help_element div.help_element_content div.step div.step_content {
    padding-left: 30px;
}
div.help_element ol {
    list-style: decimal;
    counter-reset: item;
}
div.help_element ol li {
    display: block;
}
div.help_element ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}
#help_popup h3 {
    font-size: 120%;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}
#help_popup #help_popup_sections {
    background: none repeat scroll 0 0 #f8f8f0;
    border-bottom: 1px solid #e3e3cd;
}
#help_popup #help_popup_sections ul {
    margin: 0;
    overflow: auto;
    padding: 10px;
}
#help_popup #help_popup_sections ul li {
    border-right: 1px solid #e3e3cd;
    display: block;
    float: left;
    margin-right: 14px;
    padding: 10px 0;
    text-align: center;
    width: 150px;
}
#help_popup #help_popup_sections ul li:last-child {
    border-right: 0 none;
    margin-right: 0;
}
#help_popup #help_popup_sections ul li:hover {
    cursor: pointer;
}
#help_popup #help_popup_sections ul li:hover span {
    text-decoration: underline;
}
#help_popup #help_popup_sections ul li img {
    height: 32px;
}
#help_popup #help_popup_sections ul li span {
    display: block;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}
#help_popup #help_popup_common_questions {
    border-bottom: 1px solid #e3e3cd;
    padding-bottom: 25px;
}
#help_popup #help_popup_common_questions ul {
    line-height: 150%;
    list-style: outside none none;
}
#help_popup #help_popup_common_questions p {
    margin-left: 20px;
}
#help_popup #help_popup_common_questions a {
    color: #950000;
    text-decoration: underline;
}
#help_popup #help_popup_common_questions a.more_questions {
    color: #333 !important;
}
#help_popup #help_popup_contact h3 {
    margin-bottom: 15px;
}
#help_popup #help_popup_contact ul.basic_contact {
    margin: 0;
    overflow: auto;
    padding: 0 20px 10px;
    text-align: center;
}
#help_popup #help_popup_contact ul.basic_contact li {
    background: url("/images/help/default/contact/chat.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 30px;
    margin: 5px 15px 8px 0;
    padding-left: 40px;
    padding-top: 2px;
    vertical-align: middle;
}
#help_popup #help_popup_contact ul.basic_contact li:last-child {
    margin-right: 0;
}
#help_popup #help_popup_contact ul.basic_contact li#help_contact_phone {
    background-image: url("/images/help/default/contact/phone.png");
    background-position: -5px 0;
    padding-left: 30px;
    text-align: left;
}
#help_popup #help_popup_contact ul.basic_contact li#help_contact_twitter {
    background-image: url("/images/help/default/contact/twitter.png");
}
#help_popup #help_popup_contact ul.basic_contact li span.contact_method {
    display: block;
    font-size: 110%;
}
#help_popup #help_popup_contact ul.basic_contact li span.contact_method a {
    color: #950000;
    text-decoration: underline;
}
#help_popup #help_popup_contact ul.basic_contact li.without_description span.contact_method {
    font-size: 110%;
    padding-top: 6px;
}
#help_popup #help_popup_contact ul.basic_contact li span.contact_method_description {
    color: #999;
    display: block;
    font-size: 85%;
}
#help_videos_wrapper {
    background: url("/images/help/default/layout/videos-page-background.png") repeat-y scroll center top rgba(0, 0, 0, 0);
    min-height: 100%;
}
#help_videos_wrapper #help_videos {
    text-align: left;
}
#help_videos_wrapper #help_videos #wrap_help_video_player {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 4px solid #d5d5d5;
    padding: 20px 0;
    text-align: center;
}
#help_videos_wrapper #help_videos #wrap_help_video_player #help_video_player {
    height: 360px;
    margin: 0 auto;
    text-align: center;
    width: 640px;
}
#help_videos_wrapper #help_videos #wrap_help_video_player #help_video_player img {
    cursor: pointer;
}
#help_videos_wrapper #help_videos #wrap_help_video_player #help_video_player_wrapper {
    height: 360px !important;
    margin: 0 auto !important;
    width: 640px !important;
}
#help_videos_wrapper #help_videos #help_video_groups {
    font-size: 12px;
    margin: 0 auto;
    overflow: hidden;
    width: 991px;
}
#help_videos_wrapper #help_videos #help_video_groups div.help_video_group {
    float: left;
    margin-left: 26px;
    padding: 0 17px;
    width: 260px;
}
#help_videos_wrapper #help_videos #help_video_groups div.help_video_group h3 {
    border-bottom: 1px solid #cacaca;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 10px 0 9px;
    text-align: center;
}
#help_videos_wrapper #help_videos #help_video_groups div.help_video_group ul {
    margin: 0;
    padding: 0;
}
#help_videos_wrapper #help_videos #help_video_groups div.help_video_group ul li {
    background-position: 2px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    line-height: 150%;
    margin: 2px 0;
    padding: 2px 5px 2px 20px;
}
#help_videos_wrapper #help_videos #help_video_groups div.help_video_group ul li:hover {
    background-image: url("/images/help/default/icons/play.png");
}
#help_videos_wrapper #help_videos #help_video_groups div.help_video_group ul li.playing {
    background-color: #fff;
    background-image: url("/images/help/default/icons/pause.png") !important;
    color: #333;
}
#help_videos_wrapper #help_videos #help_video_groups div.help_video_group ul li.playing.paused {
    background-image: url("/images/help/default/icons/play.png") !important;
}
#help_welcome.wireframe_content_wrapper {
    padding: 0;
}
#help_welcome #help_shortcuts {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#help_welcome #help_shortcuts li {
    display: block;
    float: left;
    padding: 10px 0;
    width: 33.33%;
}
#help_welcome #help_shortcuts li a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px #bbb;
    color: #585858;
    display: block;
    margin: 0 15px;
    padding: 20px;
    text-align: center;
}
#help_welcome #help_shortcuts li a:hover {
    background: none repeat scroll 0 0 #fffbc9;
    text-decoration: none;
}
#help_welcome #help_shortcuts li a span {
    display: block;
}
#help_welcome #help_shortcuts li a span.help_shortcut_title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
#help_welcome #help_shortcuts li a span.help_shortcut_details {
    color: #adadad;
    font-size: 12px;
}
#help_welcome #help_shortcuts li a span.help_shortcut_image {
    height: 64px;
    padding-bottom: 15px;
    padding-top: 20px;
}
#help_welcome #help_common_questions {
    margin: 20px 0;
}
#help_welcome #help_common_questions h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
#help_welcome #help_common_questions ul {
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px #bbb;
    display: block;
    font-size: 12px;
    list-style: outside none none;
    margin: 0 15px;
    padding: 25px 30px;
}
#help_welcome #help_common_questions ul li {
    display: inline-block;
    margin: 7px 0;
    width: 49%;
}
#help_welcome #help_common_questions ul li a {
    text-decoration: underline;
}
.help_content_page {
    bottom: 0;
    color: #4e4e4e;
    font-size: 12px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.help_content_page .help_content_page_sidebar {
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 0;
    position: absolute;
    top: 0;
    width: 25%;
}
.help_content_page .help_content_page_sidebar p {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 20px;
    padding-bottom: 6px;
    text-align: center;
}
.help_content_page .help_content_page_sidebar ol {
    font-size: 11px;
    line-height: 150%;
    list-style: outside none none;
    margin: 0;
    padding: 0 20px;
}
.help_content_page .help_content_page_sidebar ol li {
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 3px 15px;
}
.help_content_page .help_content_page_sidebar ol li.selected {
    background: none repeat scroll 0 0 #aaa;
    border-color: #aaa;
}
.help_content_page .help_content_page_sidebar ol li.selected a {
    color: #fff !important;
}
.help_content_page .help_content_page_sidebar ol li a {
    color: #3f3f3f !important;
}
.help_content_page .help_content_page_sidebar ol li span.new_since_last_upgrade {
    background: none repeat scroll 0 0 #fffcd9;
    border: 1px solid #eede9c;
    border-radius: 3px;
    cursor: help;
    font-size: 90%;
    margin-left: 4px;
    padding: 2px 4px;
    text-transform: lowercase;
}
.help_content_page .help_content_page_content {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    font-family: Georgia,serif;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
}
.help_content_page .help_content_page_content div.help_whats_new_article div.help_new_in {
    background: none repeat scroll 0 0 #fffcd9;
    border: 1px solid #eede9c;
    border-radius: 3px;
    float: right;
    font-size: 12px;
    padding: 1px 15px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.help_content_page .help_content_page_content .help_content_page_content_wrapper {
    margin: 0 auto;
    max-width: 800px;
}
