/******Accessibility Stylesheet********/
.icon{
	/* background-image: url(../images/accessibility.png); */
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
/*<img src="modules/accessibility/images/accessibility.gif">*/
/* .top_el a{ */
	/* background-image: url("../images/accessibility.gif"); */
	/* background-repeat: no-repeat; */
/* } */
.selectBox
{
	/* border-left: 1px solid #000; */
    /* border-right: 1px solid #000; */
    /* border-bottom: 1px solid #1F1F1F; */
    list-style-type: none;
    margin: 2px 0 0 -11px;
    /* padding: 10px; */
    position: absolute;
    width: 52px;
	z-index: 5000;
    display:none;
    /* top: 40px; */
	background: #d7ebff;
	/* border-top: 1px solid white; */
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.selectBox li {
  margin: 0;
  line-height: 2em;
}

#container
{
    position:relative
}

.toggler
{
    overflow:visible;
}

.default
{
    border: 1px solid #1f1f1f;
    width:200px;
    height:20px;
    padding:3px;
    position:absolute
}
.hide {
  display: none;
}
.border_btm{
	padding-top: 30px;
    width: 52px;
    border-bottom: 1px solid #fff;
    margin-left: -10px;
}
.ss_black{
	background: #343e4d;
    width: 52px;
    margin-left: -10px;
    padding-top: 0px;
    border-bottom: 1px solid white;
}
.ss_black a {
    color: #fff !important;
    text-align: center;
    font-size: 1.3em;
    margin-left: 18px;
	text-decoration: none;
}
.ss_def{
	width: 52px;
    margin-left: -10px;
    padding-top: 0px;
    border-bottom: 1px solid black;
	background: white;
}
.ss_def a {
    color: black;
    text-align: center;
    font-size: 1.3em;
    margin-left: 18px;
	text-decoration: none;
}