/*Top FAQ*/
#categories li {
    border-bottom: 1px dotted #ccc;
}

#categories li:hover {
    background-color: #eee;
}

#categories li {
    padding: 10px;
}

#categories a {
    font-size: 12px;
    line-height: 18px;
}
#categories span.number {
    float: left;
    display: inline;
    vertical-align: bottom;
    padding-right: 10px;
    color: #0187c5;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}
#categories a:hover,
#categories a:hover span.number {
    text-decoration: none;
}
#categories a:hover span.question {
    text-decoration: underline;
}

div#faqContent dt.faqExpanded a {
    font-weight: bold;
    color: black;
}

div#content p {
    margin: 10px 0;
}

span.moduleOptions {
    margin-top: 0.5em;
}

div.infoBox{
  font-size: 1em;
	padding: 3px 5px;
	margin: 10px 0;
	padding: 3px 5px;
	font-style:italic;
}

/* FAQ */

div#faqContent dl dd.faqExpanded {
    display: block;
    font-size: 1.1em;
    line-height: 1.5em;
    border-bottom: 1px solid #ccc;
}

div#faqContent.jsEnabled dd {
    display: none;
    padding: 10px;
    font-size: 11px;
    line-height: 15px;
}

div#faqContent dd {
    line-height: 15px;
    padding: 10px !important;
}

div#faqContent h4 {
    margin: 20px 0 10px 0;
}

div#faqContent h4 a {
    color: black;
}

dl.faqCollapsedList {
    width: 100%;
}
dl.faqCollapsedList dt {
    font-weight: normal;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    line-height: 24px;
    padding-left: 10px;
}
dl.faqCollapsedList dt:hover {
}

dl.faqCollapsedList dt a {
    display: block;
    cursor: pointer;
    background: url(../images/strzalka.gif) no-repeat left center;
    padding: 0 12px;
}
span#toggleControls {
    float: right;
    font-size: 10px;
}

