section#options{
position: relative;
direction: ltr;
}

section#options .menu{
background: #eee;
display:none;
height:auto;
padding-bottom: 0.25em;
}

section#options .toggle{
display:block;
position:absolute;
right:0;
bottom: -16px;
cursor: pointer;
height: 16px;
background-color: #0c8cdd;
background-image: url('../img/icons/options.png');
background-size: 16px 16px;
background-repeat: no-repeat;
padding: 4px 4px 4px 18px ;
font-size: 10px;
line-height: 7px;
color: #fff;
z-index: 1002;
}

section#options .toggle:hover{
background-color: #4999CE;
}

section#options .line{
float:left;
display:block;
margin-top: 0.25em;
margin-left: 0.25em;
border: 1px solid #ccc;
background: #fff;

}

section#options span{
font-size: 11px;
line-height:11px;
padding: 6px;
display:inline-block;
font-weight: 700;
}

section#options a{
font-size: 11px;
line-height:11px;
padding: 6px;
display:inline-block;
color: #666;
}

section#options a.active{
background: #4999CE;
color: #fff;
}

section#options a:hover{
text-decoration: none;
background: #4999CE;
color: #fff;
}