#clickToLaunch {
	margin-top:-10px;
	margin-bottom: 15px;
}
#personalShopperBackdrop {
	position: absolute;
	padding: 0px;
	background-color: #333;
	height: 100%;
	width: 100%;
	z-index: 50;
	opacity: .90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity =   90);
	display: none; 
}
#personalShopper {
	position: absolute;
	left: 32%;
	top:-13%;
	height: 870px;
	width: 820px;
	z-index: 100;
	margin-left: -410px;
	background-color: white;
	display: none;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
#shopperTitleBar {
	margin-top: 10px;
	margin-left: 10px;
	width: 820px;
}
#shoppingList {
	margin-top: 20px;
	width: 820px;
	height: 390px;
	display: block;
}
.prodStack {
	position: relative;
	float: left;
	margin: 0px 25px;
	width: 150px;
	height: 130px;
}
#shoppingQuestions {
	border: 2px solid #3A88D9;
	margin: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 25px;
	height: 152px;
}
.shoppingQuestion {
	display: none;
	text-align: center;
	height: 136px;
}
.shoppingQuestion:first-child {
	display: block;
}
.shoppingQuestion p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	color: #063777;
}
.answer {
	cursor: pointer;
	padding: 0px;
	padding-left:5px;
	margin: 0px;
	font-size: 20px;
	color: #000;

}
div.answerOuterWrapper {
	text-align: center;
	height: 54px;
	margin: auto;
	width: 100%;
	float: left;
	display: inline;
}
div.answerWrapper {
	text-align: left;
	display: inline-block;
	width: auto;
}
.frontProduct {
	position: relative;
	margin-top: -100px;
	margin-left: 15px;
	z-index: 100;
}
.rearProduct {
	position: relative;
	margin: 0px;
	z-index: 10;
}
.standalone {
	margin-top: 10px;
	margin-left: 15px;
}
.clickable {
	cursor: pointer;
}
.choice,.choiceBranch,.choiceWapsUpgrade,.choiceRank,.choiceLocation,.choicePrintedElectric
	{
	text-align: left;
	padding-left: 30px;
	margin-left: 16px;
	background: url(/testsmart/images/uncheckedCheckBox.png) no-repeat;
}
.selectedQuestionType {
	background: url(/testsmart/images/checkedCheckBox.png) no-repeat;
	color: green;
}
#nextButton {
	width: 110px;
	float: right;
	margin-right: 26px;
	margin-top: 0px;
	border: 2px solid #3A88D9;
	font-size: 20px;
	font-weight: bold;
	color: #333366;
	cursor: pointer;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background: url(/testsmart/images/ButtonGradientsm.png) repeat-x;
}
#backButton {
	clear: both;
	width: 110px;
	float: left;
	display: none;
	margin-left: 26px;
	margin-top: -41px;
	border: 2px solid #3A88D9;
	font-size: 20px;
	font-weight: bold;
	color: #333366;
	cursor: pointer;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background: url(/testsmart/images/ButtonGradientsm.png) repeat-x;
}
#closeShopper {
	float: right;
	width: 50px;
	height: 50px;
	font-size: 36px;
	font-weight: bold;
	color: #333366;
	margin-right: -15px;
	margin-top: -35px;
	border: 2px solid #3A88D9;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	cursor: pointer;
	background: url(/testsmart/images/ButtonGradient.png) repeat-x;
}
.prodStack img:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity =   100);
}
.makeSelection {
	color: red;
	font-weight: bold;
	font-size: 14px;
	margin-left: 146px;
}
.question
{
	font-size: 20px;
	color: #063777;
	display: block;
	margin: 16px 0 18px 0;
}
div#clickToLaunch a#launchGuide {
	text-decoration:none;
	 outline:none;
	 border:none;
}

div.indentHalfFrame {
	margin-left:132px;
}
div.indentOneFrame {
	margin-left:225px;
}
