.selector {
	width: 220px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #5D5A86;
	padding-top: 20px;
}
.selector .header {
	height: 18px;
	padding: 5px 0px 0px 12px;
	margin-bottom: 0px;
	color: #815765;
	font-size: 11px;
	background-color: #F7EEC2;
	font-family: Verdana, Geneva, sans-serif;
}
.selector .content {
	background: #FFFFFF;
	padding-bottom: 0px;
}
.selector .content .choice {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #815765;
	line-height: 21px;
	padding-left: 26px;
	background: url(../_images/common/unselected.gif) no-repeat 12px 7px;
	border-bottom: dotted #F7EEC2 1px;
}
.selector .content .choice.active {
	cursor: pointer;
}
.selector .content .choice.selected {
	background: url(../_images/common/selected.gif) no-repeat 12px 7px;
	color: #6F6B9D;
	cursor: pointer;
}
.selector .content .choice a {
	color: #000;
	text-decoration: none;
}
.selector .content .type-inactive{
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
; 	display: none;
}
.selector .getstarted {
	padding: 0 0 10px; 0;
}
