
.topContainer {
	float: left;
	width: 100%;
}
.verytopContainer {
	float: left;
	width: 100%;
}
.contentContainer {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
	padding-bottom: 10px;
	margin-left: -1px;
	background: #F2EEE1;
	padding-top: 0;
	background: #f2eee1; /* Old browsers */
	background: -moz-linear-gradient(top, #f2eee1 0%, #d8c6a4 77%, #d8c6a4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2eee1), color-stop(77%,#d8c6a4), color-stop(100%,#d8c6a4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2eee1 0%,#d8c6a4 77%,#d8c6a4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2eee1 0%,#d8c6a4 77%,#d8c6a4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2eee1 0%,#d8c6a4 77%,#d8c6a4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2eee1 0%,#d8c6a4 77%,#d8c6a4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2eee1', endColorstr='#d8c6a4',GradientType=0 ); /* IE6-9 */
}
.money {
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 10px;
}
.optionBar {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: -1px;
}
.optionItem {
	float: left;
	width: 23%;
	padding: 5px 1%;
	border: 1px solid #ccc;
	margin-left: -1px;
	margin-right: -1px;
	background: #fff;
	min-height: 70px;
	cursor: pointer;
	color: #aaa;
	display: block;
	border-radius: 3px 13px 0px 0px;
	border-bottom: 2px solid #BAAD82;
	z-index: -1;
}

.optionItem.selected {
	background: #F2EEE1;
	color: #000;
	/*	box-shadow: inset 2px 2px 8px -1px #aaa;*/
	border-bottom: 2px solid #F2EEE1;
	z-index: 10;
	-webkit-box-shadow:0px 0px 12px -1px #aaa;
	-moz-box-shadow:0px 0px 12px -1px #aaa;
	box-shadow:0px 0px 12px -1px #aaa;
}
.optionItem:hover {
	color: #000;
}

.optionTitle {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
}
.firstTitle {
	padding-top: 20px;
	font-weight: bold;
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
}
.selected .firstTitle {
	color: maroon;
}
.optionSub {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}
.chartLabelsTop {
	float: left;
	width: 50%;
	margin: 0 10% 0 40%;
	font-size: 19px;
	font-weight: 400;
	/*	text-transform: uppercase;*/
	text-align: center;
	padding-bottom: -1px;
	color: 	#B33636;
}
.chartLabels {
	float: left;
	width: 100%;
	margin-bottom: -60px;
	font-size: 17px;
	font-weight: normal;
	margin-top: 15px;
}
.chartLabelItem {
	position: absolute;
	width: 100%;
	color: white;
	left: 0;
	text-align: center;
	top: 10px;
	text-decoration: uppercase;
}
.chartContainer {
	float: left;
	width: 97%;
	margin: 0 1.5%;
	height: 300px;
	position: relative;
	margin-top: -47px;
	/*		background: #f6f6f6;*/
}
.chartSpacer {
	float: left;
	width: 28%;
	margin-left: 2%;
	height: 100%;
}
.chartItem {
	float: left;
	width: 35%;
	height: 100%;
	text-align: center;
	position: relative;
}
.chartLeftItem {
	float: left;
	height: 25%;
	width: 96%;
	position: relative;
	border-bottom: 1px dotted #888;
	font-weight: 100;
	margin-left: 2%;
}
.chartLeftItem:first-child {
	height: 15%;
	border-bottom: 5px solid #D64F4F;
}
.putBottom {
	position: absolute;
	bottom: 0;
}
.chartMain {
	position: absolute;
	left: 0;
	top: 15%;
	width: 100%;
	height: 85%;
}
.chartBar {
	position: absolute;
	width: 50%;
	top: 0;
	height: 0%;
	left: 25%;
	background: #D64F4F;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	box-shadow: 0px 6px 12px -1px #999;
	-moz-box-shadow: 0px 6px 12px -1px #999;
	-webkit-box-shadow: 0px 6px 12px -1px #999;
	border-radius: 0 0 5px 5px;
}
.chartAmount {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	text-align: center;
	color: white;
	font-weight: 400;
	font-size: 18px;
}
.why {
	float: left;
	width: 97%;
	padding: 10px 1.5%;
	min-height: 140px;
}
.malloyHead {
	float: left;
	width: 10%;
	margin-right: 2%;
	margin: 5px 2% 5px 0;
	border: 1px solid #ccc;
}
.whyMain {
	float: left;
	width: 65%;
	margin: 5px 0;
}
.whyMain .kicker {
	display: none;
	float: left;
	margin-bottom: 10px;
	font-weight: 400;
}
.remaining {
	float: left;
	width: 20%;
	height: 100%;
	margin: 5px 0;
	padding-left: 1.5%;
	border-left: 1px solid #ddd;
}
.whyItem {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 14px;
}
.remaining .whyItem {
	font-size: 22px;
	font-weight: bold;
}


@media screen and (max-width: 640px) {
	.chartContainer {
		height: 350px;
	}
	.chartLabelsTop {
		font-size: 13px;
	}
	.contentContainer {
		padding-top: 20px;
	}
	.optionItem {
		width: 95%;
		padding: 3px 2.5%;
		display: block;
		min-height: 30px;
		border-radius: 0px;
		margin-top: -1px;
		border-bottom: 1px solid #ccc;
		background: #e8e8e8;
	}
	.optionItem:first-child {
		border-radius: 4px 4px 0 0;
	}
	.firstTitle {
		padding-top: 0px;
	}
	.selected .firstTitle {
		color: white;
	}
	.optionItem:last-child {
		border-radius: 0 0 4px 4px;
	}
	.optionItem.selected {
		color: #fff;
		background: maroon;
		/*	box-shadow: inset 2px 2px 8px -1px #aaa;*/
		border-bottom: 1px solid #ccc;
	}
	.chartAmount {
		font-size: 13px;
	}
	.chartLabels {
		font-size: 13px;
		font-weight: normal;
	}
	.why {
		display: none;
	}
	.remaining {
		width: 22%;
		padding-left: 3%;
	}
	.whyMain {
		width: 60%;
	}
	.chartBar {
		width: 70%;
		left: 15%;
	}
}
@media screen and (max-width: 470px) {
	.chartContainer {
		height: 310px;
	}
}