#switcher_wrap {
	position: fixed;
	top:0;
	left: 10px;    
    z-index: 1000;
	color:#929292;
    padding: 10px 20px 0;
    background: rgb(50, 50, 50); /* The Fallback */
    background: rgba(50, 50, 50, .85);
	-webkit-box-shadow: 0px 0px 1px 1px #1B1B1B;
	-moz-box-shadow: 0px 0px 1px 1px #1B1B1B;
	box-shadow: 0px 0px 1px 1px #1B1B1B;
	text-shadow:0 1px 0 #000000;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	width:125px;
}

#switcher_wrap select {
	background:#FFFFFF;
	border:1px solid #2B2B2B;
	padding:4px;
	width:125px;
	text-shadow: none;
}

#dc_options_toggle {
	cursor: pointer;
	color:#f5f5f5;
	text-align: center;
	display:block;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #0B0B0B;
	background-color: #2B2B2B;
	font-size: 10px;
    line-height: 24px;
    margin: 0 0 0 20px;
    width: 85px;
}

#switcher strong {
	background: none repeat scroll 0 0 #2B2B2B;
    display: block;
    margin: 0 0 5px;
    padding: 3px 5px;
}

#switcher ul li {
	margin:0 0 20px;
}

#switcher a {
	color:#F5F5F5;
}

#switcher a:hover {
	color:#D3D3D3;
	text-decoration:none;
}

#switcher #title {
	background-image: url("gear.png");
    background-repeat: no-repeat;
    color: #F5F5F5;
    font-size: 18px;
    height: 24px;
    line-height: 22px;
    margin: 0 0 20px;
    padding: 0 0 0 34px;
}