﻿.faqVideo {
    background: transparent url(../../images/greenstripe.jpg) repeat 0 0;
    margin-bottom: 15px;
}
.faqVideo h2 a {
    color: #fff;
    text-decoration: none;
    padding: 10px 35px 10px 15px;
    display: block;
    background: transparent url(../../images/videoIcon.png) no-repeat 98% center;
}
.faqVideo div {
    text-align: center;
    padding-bottom: 15px;
}

#helpSectionListing {
    width: 200px;
    float: left;
    list-style-type: none;
}
#helpContent {
margin-left: 230px;
line-height: 1.25;
}

ul#helpSectionListing li a {
border-top: 1px solid #fff;
border-bottom: 1px solid #ddd;
text-decoration: none;
color: #aaa;     
display: block;
padding: 7px 0px 8px 0;
}
ul#helpSectionListing li a:hover, ul#helpSectionListing li a.active {
    color: #333;
}
ul#helpSectionListing li {
font-weight: bold;
font-size: 12px;
}
#helpContent li {
    background: #fff;
    margin: 10px 0 25px 0;   
    list-style: none;
}
#helpContent li ul li {
    list-style: disc;
    margin: 10px 0 10px 25px;
}
#helpContent li ol li {
    list-style: decimal;
    margin: 10px 0 20px 25px;
}
#helpContent strong { font-weight: bold; color: #000;}
#helpContent h2 {
    color: #2696db;
    margin-bottom: 25px;
}
#helpContent p {
    margin: 10px 0;
}
#helpContent p img {
    max-width: 490px;
    border: 1px solid #ccc;
    margin: 15px auto; 
    display: block; 
}
#helpContent ol {
    margin-bottom: 35px;
    line-height: 1.5;
    color: #333;
}
#helpContent h3 {
    color: #333333;
    cursor:pointer;
}
.active {
    background-color: transparent;
}

#helpContent {
    line-height: 1.25;
    color: #5e5e5e;
    font-size:100%;
}

.entry {
    display:none;
}