#ask {
    list-style-position: outside;
    list-style-image: inherit;
    margin-left: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 15px;
}

li {
    list-style-type: circle;
}
.c_title{
    font-size:12px;
    font-weight:bold;
    color:darkblue;
    border-bottom:1px dashed;
    /*margin-left:-20px;*/
    margin-bottom:10px;
    margin-top:10px;
}
#ask p {
    margin: 3px;
    line-height: 20px;
    text-indent: 10px;
    list-style-type: circle;
    marker-offset: 3px;

}

.answer {
    /*display: list-item;*/
    /*list-style: circle;*/
    /*border-bottom: #CCCCCC dashed 1px;*/
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.answer div {
    background: #f0f0f0 url( ../../../image3/why/faq_icon.gif ) no-repeat left;
    text-indent: 45px;
    line-height: 18px;
    height:22px;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 5px;
    overflow:hidden;
    position:relative;
}
/*
.answer div div {
    line-height: 22px;
    display: inline;
    width: 85%;
    float: left;
}
*/

.answer div a {
    position:absolute;
    right:5px;
    top:1px;

}
.answer div a img {
    border-width: 0;
    float:right;
    display:inline;
}
