@charset "UTF-8";
/* CSS Document */

.page1 {
	margin-left:220px;
}
.introTextBar {
	float:left;
	width:170px;
	background-color:#535e69;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/nobo/whiteboardSelector/introTextBackground.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 150px;
	padding-left: 20px;
	color:#FFF;
}
.introTextBar h2 {
	color:#FFF;
	font-size:19px;
	font-weight:bold;
}
.introTextBar p {
	font-size:15px;
	margin-top: 20px;
}
.page2 {
	display:none;
}
.question3Values, .question4Values, .question2Values {
	display:none;
}
.whiteboardSelectorWrapper {
	padding:10px;
	background-color:#e5e5e5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8003F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8003F;
}
.question1, .question2, .question3, .question4 {
	background-color:#FFF;
	padding:10px;
	border: 1px solid #bcbec0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom:10px;
	height:1%;	
}
.question1 table {
	width:100%;
}
.question1 table td {
	vertical-align:top;
}
.question1 h3, .question2 h3, .question3 h3, .question4 h3 {
	font-weight:bold;
	font-size:20px;
	margin-bottom:6px;
	margin-top:0;
}
.question1 h3 .questionNumber, .question2 h3 .questionNumber, .question3 h3 .questionNumber, .question4 h3 .questionNumber {
	font-size:30px;
	margin-right:8px;
	font-weight:bold;
}
.question1 td, .question4 td {
	padding-right:20px;
	padding-bottom:5px;
}
.question1 td label, .question4 td label {
	padding-left:10px;
}
.question2SliderAreaInner, .question3SliderAreaInner {
	background-image: url(../images/nobo/whiteboardSelector/question2SliderAreaBackground.gif);
	background-repeat: repeat-x;
	height:53px;
	padding-top:10px;
	border: 1px solid #bcbec0;
	padding-right:15px;
	padding-left:15px;
	margin-right:298px;
	font-size:13px;
}
.question2SliderArea {
}
.q2Answers {
	float:left;
	width:34%;
	text-align:center;
	text-transform: capitalize;
}
.q2AnswersEnd {
	float:right;
	text-align:right;
	width:33%;
	text-transform: capitalize;
}
.q2AnswersStart {
	float:left;
	text-align:left;
	width:33%;
	text-transform: capitalize;
}
.q3AnswersStart {
	float:left;
	width:18%;
	text-transform: capitalize;
}
.q3Answers {
	float:left;
	width:31%;
	text-align:center;
	text-transform: capitalize;
}
.q3AnswersEnd {
	text-align:right;
	width:20%;
	float:right;
	text-transform: capitalize;
}
#question2Slider, #question3Slider {
	margin-bottom:10px;
	margin-right:10px;
}
.question2SliderAreaBubble, .question3SliderAreaBubble {
	float:right;
	width:255px;
	background-image: url(../images/nobo/whiteboardSelector/question2Bubble.gif);
	background-repeat: no-repeat;
	height:59px;
	padding-left:30px;
	padding-top:10px;
	padding-right:10px;
	color:#ec1a3a;
	font-size:15px;
}
.question2SliderAreaBubble {
	padding-top:16px;
	height:53px;
	line-height:24px;
}
.question4 {
	position:relative;
}
.question4Box1, .question4Box2, .question4Box3 {
	background-repeat: no-repeat;
	width:424px;
	/*height:59px;*/
	position:absolute;
	z-index:1;
	left:138px;
	bottom:30px;
	color:#ec1a3a;
	font-size:15px;
	display:none;
	padding: 10px;
	border: 2px solid #E5E5E5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFF;
}
.question4List {
	/*margin-right:480px;*/
}
.question4List label {
	padding-left:6px;
}
.question4List span {
	float:left;
	margin-bottom:6px;
}
.question4List .checkBoxArea {
	height:25px;
	position:relative;
}
.question4List .checkBoxAreaInner {
	float:left;
}
.question4List input {
}
.question4RHS {
	float:right;
	width:20px;
	margin-right:460px;
}
.question4List a {
	float:right;
	background-image: url(../images/nobo/whiteboardSelector/questionMarks.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
	overflow:hidden;
	line-height:1000px;
	margin-bottom:10px;
	cursor:help;
	margin-left:10px;
}
.question4RHS a:hover {
	background-position: 0px -22px;
}
p.theSubmitButton {
	height:44px;
	padding-top:10px;
	padding-bottom:10px;
}
p.theSubmitButton .nonButton {
	background-color:#ebebeb;
	font-size: 20px;
	color: #FFF;
	color:#FFF;
	float:right;
	background-image: url(../images/nobo/whiteboardSelector/findMyButtonTriangleOnGrey.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 30px;
	line-height:22px;
	-moz-border-radius: 10px;
	font-weight:bold;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-transform: uppercase;
}
p.theSubmitButton a {
	display:none;
	background-color:#f03e35;
	font-size: 20px;
	color: #FFF;
	cursor:pointer;
	color:#FFF;
	float:right;
	background-image: url(../images/nobo/whiteboardSelector/findMyButtonTriangleOnRed.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 30px;
	line-height:22px;
	-moz-border-radius: 10px;
	font-weight:bold;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-transform: uppercase;
}
p.theSubmitButton a:hover {
	background-color:#000;
	color:#FFF;
	background-image: url(../images/nobo/whiteboardSelector/findMyButtonTriangleOnBlack.gif);
}
.page2 h2 {
	background-color:#535e69;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 8px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
}
.page2 h2 a {
	float:right;
	font-size:13px;
	text-decoration:underline;
	color:#c6c6c6;
	font-weight:normal;
	cursor:pointer;
}
.page2 h2 a:hover {
	color:#FFF;
}
.resultsPanel {
	background-color:#FFF;
	border: 1px solid #bcbec0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom:10px;
	position:relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	height:1%;
}
.resultsPanel .numberBox {
	width:22px;
	height:22px;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/nobo/whiteboardSelector/numberCircle.gif);
	background-repeat: no-repeat;
	text-align: center;
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
}
.resultsPanel h3 {
	margin-top:10px;
	font-size:20px;
	font-weight:bold;
	color:#535e69;
	padding-left:210px;
}
.resultsPanel .tableArea {
	float:right;
	width:340px;
	margin-left:20px;
	background-color:#06C;
}
.resultsPanel .tableArea h4 {
	font-size: 14px;
	color: #FFF;
	background-color: #545D69;
	padding: 8px;
	margin: 0px;
}
.resultsPanel img.productImage {
	width:150px;
	height:135px;
	position:absolute;
	top:35px;
	left:32px;
	z-index:1;
}
.resultsPanel .clearUpTableArea {
	clear:both;
	height:1px;
	overflow:hidden;
}
.resultsPanel ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
	margin-right:360px;
	margin-left:210px;
	list-style-type:none;
	padding:0;
}
.resultsPanel ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	padding-top:10px;
	padding-bottom:10px;
	background-image:none;
	padding-left:0;
	margin:0;
	height:20px;
}
.resultsPanel ul li span {
	color:#535e69;
	font-weight:bold;
	font-size:14px;
	padding-top:6px;
	float:left;
	width:130px;
}
.resultsPanel ul li a.theCCLink {
	float:right;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #EB373A;
	background-image: url(../images/nobo/whiteboardSelector/greyArrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:16px;
	padding-right:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.resultsPanel ul li a.theCCLink:hover {
	color:#000;
}
.resultsPanel ul li a.theMoreInfoLink {
	font-size:13px;
	color: #E8003F;
	text-decoration: underline;
	float:left;
	margin-top:6px;
	font-weight:bold;
}
.resultsPanel ul li a.theMoreInfoLink em{
	font-weight:normal;
}
.resultsPanel ul li .theMoreInfoLink {
	font-size:13px;
	color: #E8003F;
	font-weight:bold;
}
.resultsPanel ul li a.theMoreInfoLink:hover {
	color: #000;
}
.resultsPanel table {
	width:340px;	
}
.resultsPanel table tr td {
	background-color: #F6F7F7;
	padding:8px;
	width:50%;
	font-size:13px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d4d5d6;*/
	text-transform: capitalize;
	vertical-align:top;
}
.resultsPanel table tr td.alternate {
	background-color: #EFF0F0;
}
.resultsPanel table tr td span {
	font-weight:bold;
}
.resultsPanel table tr td.tickTD {
	text-align:center;
}
.errorForm1, .errorForm2, .errorForm3, .errorForm4, .errorForm5, .errorForm6, .errorForm7, .errorForm8, .errorForm9, .errorForm10, .errorForm11 {
	padding-left:86px;
	background-image: url(../images/nobo/whiteboardSelector/warning.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	font-size:17px;
	line-height:22px;
	color:#FFF;
	background-color:#000;
	display:none;
	text-align:left;
}
.selectAWhiteboardSizeToFindOutMore {
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	font-size:14px;
}
.dealerTopInner {
	height:80px;
	overflow:hidden;
}
.dealerTopInner h2 {
	padding:0;
	font-size:34px;
	color:#8a8c8c;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float:right;
	text-transform: uppercase;
}
.dealerTopInner img {
	padding:2px;
}
.noProductsMessage {
	text-align:left;
	background-image: url(../images/perfectShredder/alertTriangle.gif);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top:20px;
	background-position: 0px 15px;
}
.noProductsMessage p {
	font-size:15px;
	margin-bottom:6px;
}
.noProductsMessage a {
	font-size:15px;
	cursor:pointer;
	height:28px;
	padding-left:24px;
	padding-right:18px;
	color:#FFF;
	font-weight:bold;
	background-image: url(../images/perfectShredder/okButtonBackground.gif);
	background-repeat: no-repeat;
	float:left;
	text-transform: uppercase;
	line-height:28px;
}
.noProductsMessage a:hover {
	color:#000;
}
