/*---------------------------------------------------------
        =CMS - STYLE PAGES
-------------------------------------------------------- */

#page_content {
    color: #4f4747;
}

#page_content h1,
#page_content h2,
#page_content h3,
#page_content h4,
#page_content h5,
#page_content h6 {
    color: inherit;
    font-weight: normal;
    margin: 0 0 15px 0;
}

#page_content h1 {
    font-size: 18px;
}

#page_content h2 {
    font-size: 16px;
}

#page_content h3 {
    font-size: 14px;
}

#page_content h4 {
    font-size: 13px;
}

#page_content h5 {
    font-size: 11px;
}

#page_content h6 {
    font-size: 10px;
}

#page_content ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
    padding-left: 0;
}

#page_content ol {
    list-style-type: decimal;
    margin-left: 25px;
}

#page_content .cms_template  {
    margin: 0 0 15px;
    text-align: left;
}

#page_content a {
    color: #960443;
    text-decoration: none;
}

#page_content a:hover {
    text-decoration: underline;
}

#page_content p {
    margin-bottom: 15px;
}

#page_content .cms_template table,
#page_content .cms_template table td {
    border: 1px solid #474f4f;
    border-collapse: collapse;
    padding: 3px;
}


/*
        @Title with arrow
-------------------------------------------------------- */

#page_content .cms_title_arrow {
    padding: 1px 0 4px 0;
}

#page_content .cms_title_arrow .arrow {
    background: url(/images/cms_sprites.png) -71px 0 no-repeat;
    display: block;
    float: left;
    height: 10px;
    margin: 2px 5px 0 0;
    width: 7px;
}

/*
        @Image left + text
-------------------------------------------------------- */

#page_content .cms_image_text .image {
    float: left;
    margin-right: 10px;
}

/*
        @Text + image right
-------------------------------------------------------- */

#page_content .cms_text_image .image {
    float: right;
    margin: 0 5px -3px 0;
}


#page_content .cms_image_text ul,
#page_content .cms_text_image ul {
    list-style-position: inside;
}


/*
        @Images list
-------------------------------------------------------- */

#page_content .cms_images_list a,
#page_content .cms_images_list img {
    float: left;
    margin-right: 15px;
}
#page_content .cms_images_list a img {
    margin-right: 0;
}

/*
        @Accordion
-------------------------------------------------------- */

#page_content .cms_accordion {
    font: inherit;
}
#page_content .cms_accordion .cms_accordion_question.ui-accordion-header {
    background-image: -o-linear-gradient(
        rgb(246,244,244) 0%,
        rgb(241,238,238) 50%
    );
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgb(241,238,238)),
        color-stop(0.5, rgb(241,238,238)),
        to(rgb(246,246,244))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(241,238,238) 50%,
        rgb(246,244,244) 100%
    );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#f1eeee, endColorstr=#f6f4f4, GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(
        enabled='true',
        startColorstr=#f1eeee,
        endColorstr=#f6f4f4,
        GradientType=0
    );
    border: 1px solid #ccc5c0;
    border-radius: 0;
    color: #4f4747;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    margin-top: 1px;
    padding: 0 5px;
}

#page_content .cms_accordion .cms_accordion_question.ui-accordion-header img {
    margin: 2px 5px 0 0;
}

#page_content .cms_accordion .cms_accordion_answer.ui-accordion-content {
    border: 1px solid #ccc5c0;
    border-radius: 0;
}


/*
        @Quote
-------------------------------------------------------- */

#page_content .cms_quote {
    height: 241px;
    overflow: hidden;
    position: relative;
}

#page_content .cms_quote .vpcarousel-selector {
    height: 241px;
    margin: 0 24px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 716px; 
}

#page_content .cms_quote .vpcarousel-selector-left,
#page_content .cms_quote .vpcarousel-selector-right {
    cursor: pointer;
    height: 18px;
    position: absolute;
    top: 108px;
    width: 9px;
}

#page_content .cms_quote .vpcarousel-selector-left {
    background: url(/images/cms_sprites.png) -30px 0 no-repeat;
    left: 0;
} 

#page_content .cms_quote .vpcarousel-selector-right {
    background: url(/images/cms_sprites.png) -42px 0 no-repeat;
    right: 0;
} 

#page_content .cms_quote .vpcarousel-selector-slide {
    left: 0;
    position: relative;
}

#page_content .cms_quote_corner {
    background: url(/images/cms_sprites.png) -53px 0 no-repeat;
    height: 17px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 18px;
}

#page_content .thumb_gris,
#page_content .cms_quote_content {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    display: inline-block;
    margin-right: 7px;
    height: 205px;
    padding: 17px;
    position: relative;
    vertical-align: top;
    white-space: normal;
    width: 315px;
    *zoom: 1;
    *display: inline;
}
#page_content .thumb_gris {
    border: 0;
}

#page_content .cms_quote_content h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
}

#page_content .cms_quote_content p {
    display: block;
}

#page_content .cms_quote_content span {
    border-top: 3px solid #ebebeb;
    bottom: 0;
    display: block;
    height: 46px;
    line-height: 46px;
    position: absolute;
    width: 315px;
}

/*
        @Flash message
-------------------------------------------------------- */

#page_content .cms_flashmessage {
    border-bottom: 4px solid #f4f2f2;
    border-top: 4px solid #f4f2f2;
    color: #000;
    padding: 8px;
}

#page_content .cms_flashmessage h4 {
    font-weight: bold;
    height: 15px;
    margin: 0 0 4px;
}

#page_content .cms_flashmessage h4 .warning {
    background: url(/images/cms_sprites.png) 0 0 no-repeat;
    display: block;
    float: left;
    height: 16px;
    margin-right: 5px;
    width: 14px;
}