.faq-chooser{
    height: 400px;
}
.faq-chooser-item span.faq-lp-name{
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 24px;
}

.faq-chooser-item span.faq-back-us{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

span.faq-back-us a{
    display: block;
    width: 130px;
    height: 50px;
    background-color: rgb(236, 16, 120);
    color: white;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    padding-top: 7px;
}

.faq-chooser-item {
    background: no-repeat 50% 20%;
    width: 450px;
    height: 350px;
    border: 2px solid gray;
    border-radius: 10px;
    position: relative;
}

h3.ui-accordion-header{
    border: none;
    background: white none;
}
.ui-widget-content{
    border:none;
}

.faq-pic-header-1{
    background-image: url('../i/pic1.png');
    float:left;
}

.faq-pic-header-2{
    background-image: url('../i/pic2.png');
    float: right;
}

.faq-div-chosen{
    background-color: rgb(232, 232, 232);
    border: rgb(22, 155, 213) solid;
}

.b-faq li{
    list-style: disc;
    font-size: 16px;
}

p.desc a{
    color: blue;
    text-decoration: underline;
}