/* ----- Details Show/Hide ----- */
#details {
    clear: both;
    margin: 0;
    padding-top: 15px;
    width: 371px;
}
ul#details {
    list-style-type: none;
}
#details li {
    border-bottom: 1px solid #d2d2d3;
    margin: 0;
    padding: 10px 0;
}
#details li.bottom {
    border: 0;
}
#details li a {
    background: url("../../../../etc/designs/hello/packaged/img/global/iconsDetailsFlex.png") 0 1px no-repeat;
    color: #363636;
    font-size: 12px;
    font-weight: bold;
    padding-left: 18px;
    text-decoration: none;
    text-transform: uppercase;
}
#details li a:hover {
    background-position: 0 -100px;
}
#details li a.selected,
#details li a.selected:hover {
    background-position: 0 -188px;
}
#details li div.contentSectionContainer {
    display: none;
    padding-top: 15px;
}
#details li div.contentSectionContainer li {
    background: url("../../../../etc/designs/hello/packaged/img/global/iconsDetailsFlex.png") no-repeat -1113px 5px;
    border: 0 none;
    line-height: 1.4em;
    list-style: none;
    padding: 0 0 6px 15px;
}
#details li div.contentSectionContainer a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-weight: normal;
    text-transform:none;
    color: #008AB0;
    text-decoration: underline;
}
#details li div.contentSectionContainer a strong {
    font-weight: normal;
}