img{
    border:0;
}

.arrowlistmenu{
    width: 180px; /*width of menu*/
    font:12px Arial, Helvetica, sans-serif;
}

.arrowlistmenu h2 {
    outline:none;
    padding: 0;
    margin:0;
    text-align: left;
    font-size:13px;
    color:#555;
}

.arrowlistmenu .cardsFound {
    outline:none;
    padding: 5px 0px 5px 0px;
    margin:0;
    text-align: center;
    font-size:11px;
    color:#555;
    background-color:#EEE;
    width:126px;
}

.headerbar {
    padding-bottom:5px;
}

.arrowlistmenu .headerbar a {
    font: bold 12px Arial;
    color:#222;
    margin-bottom: 5px; /*bottom spacing between header and rest of content*/
    text-decoration:none;
    padding: 4px 0 4px 20px;
}

.show_list {
    background: url(//cdn.simplytoimpress.com/images/filtration/arrow-show.gif) left no-repeat; /*header text is indented 10px*/
}

.hide_list{
    background: url(//cdn.simplytoimpress.com/images/filtration/arrow-hide.gif) left no-repeat; /*header text is indented 10px*/
}


.arrowlistmenu  h1 {
    padding:0;
    margin:15px 0 10px;
}

.list ul {
    list-style-type: none;
    margin: 0;
    padding:0px;
    padding-bottom:10px;
    font-weight:normal;
    font-size:11px;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.list ul li {
    outline:none;
    margin-left:20px;
    margin-bottom: 5px; /*bottom spacing between menu items*/
    height:13px;
}

.list ul li input {
    outline:none;
    border:0px;
}

.list ul li label {
    outline:none;
    color: #777;
    padding-left: 5px; /*link text is indented 19px*/
    text-decoration: none;
}

.list ul li a:visited {
    outline:none;
    color: #777;
    padding-left: 5px; /*link text is indented 19px*/
    text-decoration: none;
}

.list ul li a:hover { /*hover state CSS*/
    color: #777;
}

.list ul li a.active { /*hover state CSS*/
    color: #bbb;
}

.list ul li span {
    padding-left:20px;
}

.ColorWhite {
    background:url(//cdn.simplytoimpress.com/images/filtration/color-white.gif) no-repeat  left;
}

.ColorBlue {
    background:url(//cdn.simplytoimpress.com/images/filtration/color-blue.gif) left no-repeat;
}

.ColorBrown {
    background:url(//cdn.simplytoimpress.com/images/filtration/color-brown.gif) left no-repeat;
}

.ColorYellow {
    background:url(//cdn.simplytoimpress.com/images/filtration/color-yellow.gif) left no-repeat;
}

.ColorRed {
    background:url(//cdn.simplytoimpress.com/images/filtration/color-red.gif) left no-repeat;
}

.ColorGreen {
    background:url(//cdn.simplytoimpress.com/images/filtration/color-green.gif) left no-repeat;
}

.ColorGray {
    background:url(//cdn.simplytoimpress.com/images/filtration/color-gray.gif) left no-repeat;
}

.ColorOrange {
    background:url(//cdn.simplytoimpress.com/images/filtration/color-orange.gif) left no-repeat;
}

.ColorPink {
    background:url(//cdn.simplytoimpress.com/images/filtration/color-pink.gif) left no-repeat;
}

.ColorPurple {
    background:url(//cdn.simplytoimpress.com/images/filtration/color-purple.gif) left no-repeat;
}

.ColorBlack {
    background:url(//cdn.simplytoimpress.com/images/filtration/color-black.gif) left no-repeat;
}