@charset "utf-8";

.selectlist-a dt.trigger, .selectlist-a dt.trigger_none {
	color:#FFF;
	padding:20px 10px;
	border-bottom:#FFF 4px solid;
}
.selectlist-a dt.trigger.pare {
	font-size:16px;
	font-weight:bold;
}
.selectlist-a dt.trigger.once {
	background: #ffbea0;
background: -moz-linear-gradient(top,  #ffbea0 0%, #ff8e1d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbea0), color-stop(100%,#ff8e1d));
background: -webkit-linear-gradient(top,  #ffbea0 0%,#ff8e1d 100%);
background: -o-linear-gradient(top,  #ffbea0 0%,#ff8e1d 100%);
background: -ms-linear-gradient(top,  #ffbea0 0%,#ff8e1d 100%);
background: linear-gradient(to bottom,  #ffbea0 0%,#ff8e1d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbea0', endColorstr='#ff8e1d',GradientType=0 );

	position:relative;
}
.selectlist-a dt.trigger.once span,
.selectlist-a dt.trigger.monthly span {
	position:absolute;
	right:5%;
	top:25%;
}

.selectlist-a dt.trigger.monthly {
	background: #b6e18d;
background: -moz-linear-gradient(top,  #b6e18d 0%, #5eb705 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6e18d), color-stop(100%,#5eb705));
background: -webkit-linear-gradient(top,  #b6e18d 0%,#5eb705 100%);
background: -o-linear-gradient(top,  #b6e18d 0%,#5eb705 100%);
background: -ms-linear-gradient(top,  #b6e18d 0%,#5eb705 100%);
background: linear-gradient(to bottom,  #b6e18d 0%,#5eb705 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e18d', endColorstr='#5eb705',GradientType=0 );

	position:relative;
}
.selectlist-a dl.acordion {
	border-top: none;
}
