/* $content['contentcss'] används istället för denna */
DIV.help H1 {
    margin-bottom: 15px;
}

DIV.help H2 {
    font-weight: bold;
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
}

DIV.help H3 {    
    font-weight: normal;
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 5px;
}

DIV.help H4 {
    font-weight: bold;
    font-size: 13px;
    color: #666;
}

DIV.help P {
    margin-bottom: 25px;
    font-size: 13px;
}

DIV.help A {
    font-size: 13px;
}

DIV.help UL LI {
    list-style-type: none;
}

DIV.tips {
    overflow:hidden;
    padding-right: 10px;
}

DIV.tips h3 {
    font-weight: bold;
    font-size: 13px;
    color: #666;  
}
DIV.tips P {
    font-size: 13px;
}
DIV.tips .fleft {
    float: left;
    margin-right: 30px;
}

DIV.tips .fright {
    float: right;
    margin-left: 30px;
}

DIV.tips .clear {
    clear:both;
    overflow: hidden;
}

DIV.tips DIV {
    margin-top: 20px;
    display: block;
}

DIV.tips IMG {
    margin-top: 20px;
}

DIV.tips UL {
    padding-left: 2px;
    list-style-type: disc;
    list-style-position: inside;
}
DIV.tips LI {
    vertical-align : middle;
    font-size: 13px;
}
