* {
    margin: 0;
    padding: 0;
    border: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#quizBody {
    /* background: url("../images/BG.jpg") no-repeat center top;*/
}

#quizWin {
    /* display: none; */
    width: 852px;
    height: 432px;
    background: url("../images/quizWin.jpg") no-repeat;
}
#quizContent .bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 842px;
    height: 397px;
    margin: 25px 5px 10px 5px;
}

#btnClose {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 24px;
    width: 30px;
    text-indent: -10000px;
    outline: none;
    background:url("../images/btnClose.png") no-repeat;
}

#info {
    height: 397px;
    width: 357px;
    position: absolute;
    top: 25px;
    left: 247px;
    background: url("../images/centerBG.png") repeat;
    text-align:center;
}

#info h1 {
    text-indent: -10000px;
    outline: none;
    background: url("../images/centerTextBig.png") no-repeat;
    display: block;
    height: 167px;
    width: 245px;
    margin: 24px auto 10px auto;
}

#info h2 {
    display: none;
    height: 91px;
    width: 137px;
    background: url("../images/centerH2.png") no-repeat;
    text-indent: -10000px;
    outline: none;
    margin: 0 auto 0 auto;
}

#info p {
    width: 314px;
    font-family: "Tahoma";
    font-size: 11px;
    color: #404040;
    line-height: 20px;
    margin: 0 auto;
    text-align:left;
}

#info #btnStart {
    display: block;
    width: 89px;
    height: 41px;
    background: url("../images/btnStart.png") no-repeat;
    text-indent: -10000px;
    outline: none;
    margin: 20px auto 0 auto;
}

#info #btnStart:hover {
    background-position: 0 -41px;
}
#info #stepInfo{
    display:none;
    height: 20px;
    width: 160px;
    margin: 100px auto 8px 5px;
    overflow:hidden;
    text-align:center;
    font-size:1.1em;
    color:#fff;
}
#info .steps {
    display: none;
    background: url("../images/stepsBG.png") no-repeat;
    height: 7px;
    width: 112px;
    margin: 10px auto 8px auto;
    overflow:hidden;
}

#info .steps li {
    float: left;
    display: block;
    height: 7px;
    width: 13px;
    margin-right: 3px;
}

#info .steps li.done {
    background-color: #004870;
}

#quizContent #quizStep, #quizContent #quizResult {
    position: absolute;
    top: 0;
    right: 0;
    width: 852px;
    height: 432px;
}

#quizStep #leftStyle {
    display: none;
    position: absolute;
    top:63px;
    left:34px;
}
#quizStep #rightStyle {
    display: none;
    position: absolute;    
    top:63px;
    right:34px;
}

#quizStep .leftMask {
    display: none;
    position: absolute;
    left: 3px;
    bottom: 10px;
    width: 328px;
    height: 0;
    background: url("../images/leftBG.png") no-repeat 0 -398px;
}
#quizStep .leftMask img{
    display: none;
    position:absolute;
    right:3px;
    top:165px;
}

#quizStep .rightMask {
    display: none;
    position: absolute;
    right: 4px;
    bottom: 10px;
    width: 327px;
    height: 0;
    background: url("../images/rightBG.png") no-repeat 0 -398px;
}
#quizStep .rightMask img{
    display: none;
    position:absolute;
    left:3px;
    top:165px;
}
#quizResult{
    display:none;
}
#quizResult h1 {
    display:none;
    text-indent: -10000px;
    outline: none;
    /*display: block;*/
    height: 38px;
    width: 391px;
    background: url("../images/resultH1.png") no-repeat;
    position: absolute;
    top: 40px;
    left: 5px;
}

#quizResult .style {
    display:none;
    width: 320px;
    height: 260px;
    position: absolute;
    top: 120px;
    left: 40px;
}

#quizResult .leftMask {
    display:none;
    width: 399px;
    height: 0px;
    background: url("../images/resultLeftMask.png") no-repeat;
    position: absolute;
    bottom: 10px;
    left: 4px;
}

#quizResult #btnPrint {
    width: 218px;
    height: 109px;
    display: block;
    background: url("../images/btnPrint.png") no-repeat;
    position: absolute;
    bottom: 22px;
    right: 220px;
    text-indent: -10000px;
    outline: none;
}

#quizResult #btnRequest {
    width: 218px;
    height: 109px;
    display: block;
    background: url("../images/btnRequest.png") no-repeat;
    position: absolute;
    bottom: 22px;
    right: 12px;
    text-indent: -10000px;
    outline: none;
}

#quizResult #btnPrint:hover, #quizResult #btnRequest:hover {
    background-position: 0 -109px;
}
#quizResult .right{
    display:none;
    width:447px;
    height:432px;
    position:absolute;
    top:0;
    right:0;
    text-align:center;
}

#quizResult .right h2 {
    text-align:left;
    font-size: 25px;
    color: #004870;
    margin-top:45px;
    margin-left:26px;
}

#quizResult .right p {
    width:393px;
    font-family: "Tahoma";
    font-size: 11px;
    color: #404040;
    line-height: 20px;
    margin: 10px auto;
    text-align:left;
}
#quizResult .right h3{
    font-family: "Tahoma";
    font-size: 11px;    
    color:#004870;
    font-weight:bold;
    display:block;
    width:180px;
    height:15px;
    background:url("../images/resultH3.png") no-repeat;
    padding:4px 35px;
    margin:5px auto 10px auto;
}

#quizResult .right #products{
    position:relative;
}

#quizResult .right .scrollable{
    margin:0 auto;
    position: relative;
    overflow: hidden;
    width: 332px;
    height: 106px;
}

#quizResult .right .scrollable div.items {
    width: 20000em;
    position: absolute;
    left:0;
    margin:0;
    padding:0;
}

#quizResult .right .scrollable div.items div {
    float: left;
    height:77px;
    width:78px;
    padding:6px;
    margin:0 10px;
    background:url("../images/itemBGOff.png") no-repeat;
}
#quizResult .right .scrollable div.items div.hover{
    background:url("../images/itemBG.png") no-repeat;
    cursor:pointer;
}
#quizResult .right .scrollable div.items div.unhover{
    background:url("../images/itemBGOff.png") no-repeat;
    cursor:pointer;
}
#quizResult .right #products .prev{
    position:absolute;
    top:36px;
    left:22px;
    display:block;
    height:20px;
    width:18px;
    background:url("../images/btnPrev.png") no-repeat;    
}

#quizResult .right #products .next{
    position:absolute;
    top:36px;
    right:22px;
    display:block;
    height:20px;
    width:18px;
    background:url("../images/btnNext.png") no-repeat;
}

#quizResult .right #products a.disabled,#quizResult .right #products a.disabled:hover{
    cursor:default;
    background-position:0 -20px !important;
}
#quizResult .right #products a:hover{
    cursor:pointer !important;
    background-position:0 -40px !important;
}

#tip{
    display:none;
    width:108px;
    background:url("../images/tipBG.png") repeat-y;
    position:absolute;
    font-family: "Tahoma";
    font-size: 11px;
    color:#fff;
    padding:5px;
}

#quizContent #leftIntroImg{
	position:absolute;
	top:24px;
	left:4px;	
	display:none;
}

#quizContent #rightIntroImg{
	position:absolute;	
	top:24px;
	right:4px;
	display:none;
}

/* style sheets for print style page */
#printBody {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	background: #ffffff;
	margin-left: 40px;
}

#printHeader{
	 margin: 40px 0 0 0; 
}


#printHeader #logo {
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom: 1px solid #00486B;
}
#printHeader #title{
	height: 32px;	
}
#printHeader #title h1{	
    text-indent: -10000px;
    outline: none;
    height: 32px;
    width: 220px;
    background: url("../images/resultH1_print.png") no-repeat;    
    margin-top:3px;
    float:left;
}

#printHeader #title h2{	    
	  float:left;
	  color:#1576A9 !important;
	  font-size:32px !important;
}

#printStyle{	
	padding-top:15px;	
	
}

#styleDescription{
	width:750px;
}	

#printStyle h3{
	font-size: 13px !important;
}

#options{
	margin-top:10px;
	width:750px;
}

	#footer{
		clear:both;
		width: 100%;
		height: 70px;
		border-top: 1px solid #e9e9e9;
		color: #00486B;
		margin: 40px 0 0 0;
	}