
/*

img {
	border:0;
}
input[type=radio], input[type=checkbox] {
	margin:0 3px;
}
#container div.plain {
	border:0;
	padding:0;
	background-color: inherit;
}
#container div.inline {
	display: inline;
}
a.plain {
	border:0 !important;
}
#container {
	width:1000px;
	background-color:#ffffff;
	margin:20px 0px;
}
#MainPane {
	border:0;
	padding:0;
	background-color:#ffffff;
	display:none;
}
#TopOptions {
	float:left;
	width:575px;
}
#TopOptions ul {
	padding:0;
	margin:0;
}
#TopOptions li {
	display: block;
	float: left;
	padding:17px;
	border:1px #333333 solid;
	border-radius:4px;
	background-color:#eeeeee;
	margin:0 10px 10px 0;
}
#DirectChoices {
	float:right;
	width:275px;
}
#Questions ul {
	padding-left:14px;
}
#ResultsList {
	float:left;
	width:575px;
}
#Toolbar {
	float:right;
	width:275px;
}
.clear {
	clear: both;
}
#TellMe {
	float: left;
}
#HedNeed {
	float: right;
	padding-right:117px !important;
}
#HedNeed h2 {
	margin-bottom:0;
}
label {
	display: inline;
	font-weight: normal;
}

#SubCharModal {
	display:none;
	padding:0;
	border:0;
}
#SubCharModal a {
	clear:left;
	border:1px #333333 solid;
	padding:3px;
	display:inline-block;
}
div.sub-option-group {
	float:left;
	width:150px;
	height:250px;
	margin: 0 15px 15px 0;
}

#Attributes {
	padding-left:14px;
}
#Attributes li {
	cursor: pointer;
}
#Attributes>li>span {
	text-decoration: underline;
	color:#680bf4;
}
#Attributes ul li {
	list-style-type: none;
	cursor: default;
}
#Attributes ul { 
	margin-left:0;
	padding-left:0;
	display:none;
}
span.crucial {
	display:none;
}
span.crucial.checked {
	display:inline;
}

*/