/*** Accordian Styles ***/

#accnav {

display: inline;
list-style: none;
}
#accnav li a {
    display: block;
    padding: 1% 1%;
    /* margin: 1% 0; */
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #fff;
    /* height: 20px; */
    /* line-height: 22px; */
    /* border-top: 1px dotted #393333; */
    /* border-bottom: 1px dotted #393333; */

}
#accnav li a:hover, #nav li a.active {
    background: #999;
    color: #fff;
}
#accnav li ul {
    display: none;-webkit-padding-start: 0px !important;
list-style: none;
    background:#fff;
}
#accnav li ul li a {
    padding: 10px 25px;
    background: #ececec;
    border-bottom: 1px dotted #ccc;
}

.accordianList{margin-top: 10px;
}

.attributeOption{
    height:auto;
    min-height: auto;
}

.attributeContain {
    width: 17%;
    float: left;
    margin: 1%;
}

.attributeContain.attributeNonLocking {
    border-left: 2px solid #5A82B1;
    padding-left: 9px;
}

/*
.attributeContain:nth-child(5) {
border-left: 1px solid #5A82B1;
}
*/

.AttributeSelect{text-align: center;}

.AttributeImg{}

.AttributeText{text-align: center;  }

.AttributeText {
    color: #5A82B1;
    font-weight: bold;
}