/* Blocks Quote Styles  */

.anchors-block .anchors-block-title-links ul {
    list-style-image: url('bullet.png');
}

.anchors-block .anchors-block-title-links ul li {
    width: 33%;
    float:left;
    font-size: 1.1em;
    padding-bottom: 15px;
}

.anchors-block .anchors-block-title-links ul li:before {
    
}

.anchors-block .anchors-block-title-links ul li a {
    color: #333;
    padding-left: 15px;
    padding-right: 15px;
    transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    line-height: 1em;
    display: block;
}
.anchors-block .anchors-block-title-links ul li a.active {
    font-weight: bold;
}
.anchors-block .anchors-block-title-links ul li a:hover {
    text-decoration: underline;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 25px;
}

.anchor-c-one, .anchor-c-two, .anchor-c-three, .anchor-c-four, .anchor-c-five,
.anchor-c-six, .anchor-c-seven, .anchor-c-eight, .anchor-c-nine, .anchor-c-ten, 
.anchor-c-eleven, .anchor-c-twelve, .anchor-c-thirteen, .anchor-c-fourteen, .anchor-c-fifteen  {
    display: none;
}

.anchors-block {
    padding: 30px 0;
    overflow: auto;
    height: auto;
    position: relative;
}

#anchor-block {
    position: absolute;
    top: -300px;
}

#anchors {

}

.anchors-block-title-links {
    padding: 0 30px;
    clear: both;
}

#anchors-close {
    float: right;
    cursor: pointer;
}

.anchors-block-content-area {
    clear: both;
    padding: 10px;
    background: #f1f1f1;
    display: none;
}



.anchor-content h3 {
    text-align: left;
}