/* sectioned article accordian styles */
.article_section_oc {
    position: relative;
}

.article_section_hc {
    border-top:solid 1px white;
    padding:15px 0px;
    cursor:pointer;
}

.article_section_title {
    height:16px;
    margin:0px 10px;
    color:white;
   /* text-shadow:0px 0px 3px #bbb; */
}

.article_section_open_close {
    display:inline-block;
    float:right;
    width:20px;
    height:20px;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    line-height:15px;
    background:inherit;
    color:inherit;
}

.article_section_title h2 , .article_section_subtitle {
    display:inline;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    background:transparent;
    color:inherit;
}

.article_section_subtitle {
    font-size:13px;
    font-weight:normal;
}

.article_section_ic {

}

.article_section_arrow {
    height:6px;
    width:22px;
    background-image:url(/extension/isndesign/design/isn/images/arrow_mask.png);
    background-position:top left;
    background-repeat:no-repeat;
    background-attachment:scroll;
}

.article_section_cc {
    margin:0px 10px;
    width:450px;
}

.article_section_cc ul li ,
.article_section_cc ol li {
    margin-top:10px !important;
}

/*.article_section_cc ul li:last-child {
    margin-bottom:0px !important;
}
*/
.article_section_border {
    height:10px;
    border-style:solid;
    border-width:0px 1px 1px;
}
