/**
 * Common Quiz Styles
 */

/*a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color: #182f3a;
	text-decoration: none;
}

a:hover
{
	color: #f6ffe0;
	text-decoration: none;
}

a:active
{
	color: #f6ffe0;
	text-decoration: none;
}


/**
* Main styles
*/
body{
	background:white;
	font-family:Helvetica, sans-serif;
	margin:0
}
#content_wrapper {
	width: 940px; /*previously 913px*/
	margin: auto;
	background: #fff;
	padding: 20px;
/*	border-style:solid;
	border-color:#182f3a; */
}
#landing_page_wrapper {
	height: 360px;
	margin: auto;
	background: #fff;
/*	border-style:solid;
	border-color:#182f3a; */
}
#left-content{
width: 470px;
/*height: 240px;*/
padding: 10px 0 0 0;
float: left;
/*border:1px solid #182f3a;*/
}
#right-content{
width: 400px;
/*height: 210px;*/
float: right;
padding: 30px 0 0 0;
/*border:1px solid #182f3a;*/
}
#view-button{
width: 180px;
/*height: 240px;*/
padding: 0 0 0 0;
float: left;
/*border:1px solid #182f3a;*/
}
#compare-button{
width: 180px;
/*height: 210px;*/
float: right;
padding: 0 0 0 0;
/*border:1px solid #182f3a;*/
}
.intro-arrow{
    background: url('../images/FindOutArrow.png') left top no-repeat;
    width:157px;
    height:93px;
    position: relative;
    left:-60px;
    top:-120px;
    z-index: 10;
}
.click-here-arrow{
    background: url('../images/click-here-arrow.png') left top no-repeat;
    width:200px;
    height:200px;
    position: relative;
    left:480px;
    top:-50px;
    z-index: 10;
}
.take-the-quiz{
    background: url('../images/TakeTheQuizButton.png') center top no-repeat;
    width:270px;
    height:128px;
	margin-top:-20px;
    float:right;
    /*left:521px;
    top:90px;*/
}
ul.intro-points{
    list-style-type: none;
    font-size:15px;
	font-weight:bold;
    margin: 4px 0 0 15px;
    padding: 4px 0 8px 0;
/*    width: 620px; */
}
ul.intro-points .icon{
    background: url('../images/icon.png') left top no-repeat;
    width:20px;
    height:20px;
    float: left;
    margin-right: 4px;
	margin-top: 0px;
	padding: 0 0 45px 0;
}
ul.intro-points div{
    padding: 0px 0 4px 0;
	line-height: 20px;
}
.intro-right{
/*    width:230px;
    float:right;*/
}
.style1{
    text-align: center;
    color: white;
    /*background-color: #7e304a;*/
    font-size: 13px;
    line-height: 1.2em;
    font-family: Verdana,sans-serif;
}
.style2{
    color: #1d1815;
}
.style3{
    text-align: left;
    color: white;
    font-size: 13px;
    line-height: 1.2em;
    font-family: Verdana,sans-serif;
	padding: 0 0 0 10px;
}
.clear{
    clear:both;
}
#right-content .shadow {
	text-align:center;
	font-size:14px;
	font-family: Verdana,sans-serif;
	font-weight:normal;
	line-height:15px;
}
#right-content .shadow a{
	color:#1d1815;
	text-shadow: 0px 0px 0px #C01C14;
	text-decoration:underline;
}
#right-content .shadow a:hover{
	color:#1d1815; 
	text-shadow: 1px 1px 2px #C01C14; 
	text-decoration:none; 
}
.quizlink {
	/*font-family:Verdana,sans-serif;*/
	color:#1d1815;
	font-size:14px;
	outline:none;
	font-family:Helvetica, sans-serif;
}
.quizlink a{
	color:#1d1815;
}
.quizlink a:hover{
	text-decoration:none;
	color:#1d1815;
	/*text-shadow: 0px 0px 2px #3c5f68; */
	text-decoration:none;
}
.quizlink a:active{
	color:#1d1815;
	text-shadow: 1px 1px 2px #3c5f68; 
	text-decoration:none;
}
.quizlink a:visited{
	color:#1d1815;
}

.advicelink a{
	color:#1d1815;
	font-family:Tahoma;
	font-size:14px;
}
.advicelink a:hover{
	text-decoration:none;
	color:#1d1815;
	text-decoration:none;
}
.advicelink a:active{
	color:#1d1815;
	text-shadow: 0px 1px 0px #7e304a; 
	text-decoration:none;
}
.advicelink a:visited{
	color:#1d1815;
}
.PicText {
	font-weight:bold; 
	line-height:14px;
	font-size:12px; 
	padding: 10px 0px 20px 0;
}
.boost {
	color:black; 
	font-weight:bold; 
	font-family: calibri;
	margin: 0 0 0 0px; 
	font-size:32px;
	line-height:36px;
	vertical-align:bottom;
}
#progress-bar-table {
	background-color:#fff; 
	border-style:solid;
	border-color:#182f3a;
	margin: 0px 0 0 0;
	-webkit-box-shadow: 4px 4px 8px #CCCCCC;
	-moz-box-shadow: 4px 4px 8px #CCCCCC;
	box-shadow: 4px 4px 8px #CCCCCC;
}
#progress-bar-table-row {
	border-style:none;
}
.progress-bar-corners {
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px; 	
}
.progress-bar-status {
	border-right-style:solid; 
	border-right-width:2px; 
	border-right-color:#182f3a; 
	-webkit-border-radius-topleft:3px;
	-moz-border-radius-topleft:3px; 
	border-top-left-radius:3px; 
	-webkit-border-radius-bottomleft:3px;
	-moz-border-radius-bottomleft:3px; 
	border-bottom-left-radius:3px; 
	/*background-color:#fdfbbf; */
	font-family:Verdana,sans-serif;
	font-size: 9px; 
	line-height: 10px; 
	font-weight:bold;
	padding: 0 0 2px 0; 
}
.progress-bar-status100 {
	-webkit-border-radius-topleft:3px;
	-moz-border-radius-topleft:3px; 
	border-top-left-radius:3px; 
	-webkit-border-radius-bottomleft:3px;
	-moz-border-radius-bottomleft:3px; 
	border-bottom-left-radius:3px; 
	/*background-color:#fdfbbf; */
	font-family:Verdana,sans-serif;
	font-size: 9px; 
	line-height: 10px; 
	font-weight:bold;
	padding: 0 0 2px 0; 
}
.progress-bar-percent {
	font-family:Verdana,sans-serif; 
	font-size: 9px; 
	font-weight:bold; 
	border-style:none;
}
.progress-bar-percent100 {
	font-family:Verdana,sans-serif; 
	font-size: 9px; 
	font-weight:bold; 
	border-style:none;
	/*background-color:#fdfbbf; */ 
}
.display-text {
	color: #1d1815;
	text-align:center; 
	font-size:18px;
	line-height: 20px; 
	font-weight:bold;
}
.display-message {
	color: #1d1815; 
	font-size:18px; 
	line-height: 20px; 
	font-weight:bold; 
	text-align:center; 
	padding: 20px 0 20px 0;
}
.form-text {
	color: #1d1815; 
	font-size:14px; 
	font-weight:bold; 
	padding: 0 0 0 0;
}
.button-header {
	color: #1d1815; 
	font-size:18px; 
	line-height: 20px; 
	font-weight:bold; 
	text-align:left; 
	padding: 0px 0 20px 0;
}
.button-text {
	color: #1d1815; 
	font-size:14px; 
	font-weight:bold; 
	line-height:15px;
}
.title-text {
	color: #1d1815; 
	font-size:20px; 
	font-weight:bold; 
	padding: 0 0 0 0;
	line-height:22px;
}	
.info-text {
	color: #1d1815; 
	font-size:16px; 
	line-height:19px;
	font-weight:normal; 
}
.feedback-title {
	font-size:16px; 
	font-family:Helvetica, sans-serif;
	text-align:center; 
	color: white; 
	font-weight:bold;
	padding: 4px 0;
}
.feedback-text {
	font-size:14px; 
	line-height:16px;
	font-family:Helvetica, sans-serif;
	color: #1d1815; 
	font-weight:normal;
	vertical-align:top;
	padding: 10px 0 15px 0;
}
#quiz-box-shadow {
	-moz-box-shadow: 5px 5px 10px #CCCCCC;
	-webkit-box-shadow:5px 5px 10px #CCCCCC;
	box-shadow:5px 5px 10px #CCCCCC;
}
#quiz-box-topleft {
	-webkit-border-radius-topleft:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
}
#quiz-box-topright {
	-webkit-border-radius-topright:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
}
#quiz-box-top {
	-webkit-border-radius-topleft:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-radius-topright:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
}
#quiz-box-bottomleft {
	-webkit-border-radius-bottomleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
}
#quiz-box-bottomright {
	-webkit-border-radius-bottomright:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
}
#quiz-box-bottom {
	-webkit-border-radius-bottomleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	-webkit-border-radius-bottomright:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
}
.quiz-buttons-block{
    height: 21px;
    padding: 10px 0 15px 0;
}

.quiz-buttons{
	padding:2px 5px; 
	cursor:pointer; 
	font-size:14px;
	font-weight:bold; 
	/*margin-top:2px 5px;*/
	background:#fff;
}
.common-button{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #c2bcab;
    margin-top: 0px;
}
.quiz-nav-btn {
	width: 100px;
	padding: 10px 0;
	text-transform:uppercase;
	cursor:pointer; 
	font-size:14px;
	font-weight:bold; 
	color: #fff !important;
	/*margin-top:2px 5px;*/
	background:#557b9f !important;	
}
input[type=submit], input[type=button], a.button, a.quiz-buttons
{
	display: inline-block;
/*	background-color: #F0241A; */
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	color: #1d1815 ;
	font-weight:bold; 
	padding: 1em 1em 1.1em;
	vertical-align:bottom;
	/*-webkit-box-shadow: 4px 4px 8px #CCCCCC;
	-moz-box-shadow: 4px 4px 8px #CCCCCC;
	box-shadow: 4px 4px 8px #CCCCCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;*/
	border: none;
	box-shadow:none; 
	background: #fcc40d; 
}
input[type="submit"]:hover, input[type="button"]:hover, a.button:hover, a.quiz-buttons:hover {
	background-color : #CB4E4E !important;
	border: none;
}

input[type=text], input[type=password], select {
/*	background: transparent;*/
	padding: 5px;
	font-size: 12px;
	margin: 0;
	border: 1px solid #182f3a;
	outline:none;
/*	background: transparent url('../images/bg_ip.png') repeat-x;*/
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	color: #1d1815;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: #CCC; !important;
background-image: none; !important;
color: rgb(0, 0, 0); !important;
}

input:focus, textarea:focus {
	outline: none;
	border:1px solid #182f3a;
	/*box-shadow: 1px 1px 5px #182f3a;*/
	box-shadow:none;
}
input[type=radio], select {
	box-shadow:none;
}
.stellar-research {
	text-align:center;
	font-size:14px;
	font-variant:small-caps; 
	color:#999;
}
.rk {
	text-align:center;
	padding: 10px 0 0 0;
	font-size:14px;
	color:#999;
}

#discounts {
}
#left-bottom{
width: 200px;
/*height: 240px;*/
padding: 0px 0 0 0;
float: left;
text-align: center;
display:block;
/*	border-style:solid;
	border-color:#182f3a;*/
}
#middle-bottom{
width: 200px;
/*height: 80px;*/
padding: 0px 0 0 0;
float: left;
text-align: center;
/*	border-style:solid;
	border-color:#182f3a;*/
}
#right-bottom{
width: 200px;
/*height: 210px;*/
float: left;
padding: 0px 0 0 0;
text-align: center;
/*	border-style:solid;
	border-color:#182f3a;*/
}
input[type=radio].css-checkbox {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						input[type=radio].css-checkbox + label.css-label {
							padding-left:37px;
							height:30px; 
							display:inline-block;
							line-height:30px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:30px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=radio].css-checkbox:checked + label.css-label {
							background-position: 0 -30px;
						}
						label.css-label {
				background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_f392d70e8be4a7ec381b843b32a06a5b.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}