﻿/* UNLESS YOU KNOW WHAT YOU'RE DOING, DO NOT CHANGE THE FOLLOWING RULES */

.easy-accordion
{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.easy-accordion dt, .easy-accordion dd
{
    margin: 0;
    padding: 0;
}
.easy-accordion dt, .easy-accordion dd
{
    position: absolute;
}
.easy-accordion dt
{
    /* Opera */
    -o-transform: rotate(-90deg);
    margin-bottom: 0;
    margin-left: 0;
    z-index: 5; /* Safari */
    -webkit-transform: rotate(-90deg); /* Firefox */
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 20px 0px; /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    cursor: pointer;
    -ms-transform: rotate(0deg);
}
.easy-accordion dd
{
    z-index: 1;
    opacity: 0;
    overflow: hidden;
}
.easy-accordion dd.active
{
    opacity: 1;
}
.easy-accordion dd.no-more-active
{
    z-index: 2;
    opacity: 1;
}
.easy-accordion dd.disActive
{
    z-index: 2;
    opacity: 1;
}
.easy-accordion dd.active
{
    z-index: 3;
}
.easy-accordion dd.plus
{
    z-index: 4;
}
.easy-accordion .slide-number
{
    /* Opera */
    -o-transform: rotate(-90deg);
    position: absolute;
    bottom: 0;
    left: 10px;
    font-weight: normal;
    font-size: 1.1em; /* Safari */
    -webkit-transform: rotate(90deg); /* Firefox */
    -moz-transform: rotate(90deg); /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -ms-transform: rotate(0deg); 
}


/* FEEL FREE TO CUSTOMIZE THE FOLLOWING RULES */

dd p
{
    line-height: 120%;
}

#accordion-1
{
    width: 897px;
    height: 345px;
    background: #F0F0F1;
    margin-left: 2px;
    margin-top: 5px;
}
#accordion-1 dl
{
    width: 897px;
    height: 373px;
}
#accordion-1 dt
{
    height: 36px;
    line-height: 35px;
    text-align: left;
    padding: 0 0 0 50px;
    font-size: 18px;
    background:url(/uploads/images/gray_tap_rgt.png) repeat-x  ;
    color: #595959;
    cursor: pointer;
}
#accordion-1 dt.active
{
    cursor: pointer;
    color: #fff;
    background:  url(/uploads/images/red_tap_left.png) 0 0 repeat-x;
}
#accordion-1 dt.disActive
{
    cursor: pointer;
    color: #595959;
    background:  url(/uploads/images/gray_tap_left.png) 0 0 repeat-x;
}
#accordion-1 dt.hover
{
    cursor: pointer;
    color: #fff;
    background: url(/uploads/images/red_tap_left.png) 0 0 repeat-x;
}
#accordion-1 dt.active.hover
{
    color: #fff;
}
#accordion-1 dd
{
    background: url(/uploads/images/slide_BG.png) bottom left repeat-x;
    border: 0px solid #dbe9ea;
    border-left: 0;
    margin-right: 3px;
}
#accordion-1 dd div
{
    height: 373px;
    padding: 15px;
}

#accordion-1 .slide-number
{
    /*color: #68889b;     left: 10px;     font-weight: bold;*/
}
#accordion-1 .active .slide-number
{
    /*color: #fff;*/
}
#accordion-1 a
{
    color: #68889b;
}
#accordion-1 dd img
{
    float: right;
    margin: 0 0 0 30px;
}
#accordion-1 h2
{
    font-size: 2.5em;
    margin-top: 10px;
}
#accordion-1 .more
{
    padding-top: 10px;
    display: block;
}
