/* Main block */
.multitoggle,
.switch_options{
	display: block;
	font-family: "Helvetica", Arial, Sans-serif;
}
/* Main block clearfix */
.multitoggle:before,
.multitoggle:after,
.switch_options:before,
.switch_options:after{
	content:'.';
	display:block;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}
.multitoggle:after,
.switch_options:after{clear:both;}

/*Options*/
.multitoggle span,
.switch_options span{
	display: inline-block;
	float: left;
	padding: 4px 9px;
	margin: 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	color: #555;
	border: 1px solid #aaa;
	text-transform: uppercase;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

.multitoggle span:first-of-type,
.switch_options span:first-of-type{
	border-radius: 2px 0 0 2px;
	border-right: 0;
}

.multitoggle span:last-of-type,
.switch_options span:last-of-type{
	border-radius: 0 2px 2px 0;
	border-left: 0;
}
.multitoggle span:hover,
.switch_options span:hover{
	background: #fafafa;
}

/* Active option */
.multitoggle span.selected,
.switch_options span.selected{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#60aa30+0,7cbe4a+100 */
	background: #60aa30; /* Old browsers */
	background: -moz-linear-gradient(top, #60aa30 0%, #7cbe4a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60aa30), color-stop(100%,#7cbe4a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #60aa30 0%,#7cbe4a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #60aa30 0%,#7cbe4a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #60aa30 0%,#7cbe4a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #60aa30 0%,#7cbe4a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60aa30', endColorstr='#7cbe4a',GradientType=0 ); /* IE6-9 */
	border-color: #60aa30;
	color: #fff;
}