
/*FAQ*/
.question {
    margin-bottom: 10px;
}

.question h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #5F5F5F;
    margin-bottom: 10px;
}

.question p, .question ol, .question ul {
    margin-bottom: 8px;
    line-height: 20px;
}

.question ol, .question ul {
    margin-left: 25px;
}



.back a {
    color: #D41C1C;
}

.business .back a {
    color: #00ACDF;
}

/*PRICES*/


.details_container.prices {
    top: 0px;
    left: 0px;
    width: 520px;
}
.details_container.wide {
    top: 70px;
    left: 100px;
    width: 720px;
}

.details_container.home {
    top: 80px;
    left: 11px;
    width: 520px;
}

.details_container.prices .details, .details_container.home .details {
    width: 500px;
}

.details_container.wide .details, #fancybox-content .details {
    width: 700px;
    
}
.details_container.wide.fixed .details, #fancybox-content .details {
    height: 400px;
}

.details_container.wide .scrolled, #fancybox-content .scrolled {
    overflow: hidden;
    height: 350px;
    margin-bottom: 10px;
    position: relative;
    width: 700px;
}

.details_container.wide .scrolled-background, #fancybox-content .scrolled-background {
    width:674px;
    height: 345px;
    overflow: hidden;
    background-color: #ffffff;
    border: none;
    
}

.details_container.wide .scrolled-content, #fancybox-content .scolled-content {
    margin: 0px 5px 0px 5px;
}

.details_container.wide .ui-slider-vertical, #fancybox-content .ui-slider-vertical{
    margin-top: 65px;
    background-color: transparent;
    height: 250px;
    border: none;
}


.details_container .text p, #fancybox-content .text p {
    margin-left: 0px;
}

/*Welcome page*/

ul.home_slides {
    
}

ul.home_slides > li {
    overflow: hidden;
}


.jcarousel-clip {
    overflow: hidden;
}

.home_forms {
/*    overflow: hidden;*/
    position: relative;
    width: 300px;
    height: 300px;
}

.home_forms > div {
    position: absolute;
    top: 0px;
    left: 0px;
}

.home_forms > .hidden {
    left: -300px;
}