/*  HomeGoods Quiz | CSS

	Authors: Joel Nagy & Tara Milone | dotglu
	Last Modified: November 11th, 2010 11:30:51 AM EST

*/

#Quiz #quizColLeft DIV, #Quiz #quizColLeft P, #Quiz #quizColRight DIV, #Quiz #quizColRight P, #Quiz #QuizWrapper, #Quiz #quizNumbers {
	color: #6d6e71;
}

#Quiz A SPAN {
	color: #1798D7;
}

#Quiz H3 {
	font-size: 15px;
	color:#1b93cd;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 8px 0 12px 0;
	clear: both;
}

#QuizWrapper {
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	height: 402px;
	width: 650px;
	position: relative;
}
#QuizWrapper:after { content: ""; display: block; height: 100%; clear: both; }

#QuizCover {
	position: absolute;
	top: 1px;
	left: 775px;
	height: 87px;
	width: 111px;
	z-index: 99999;
	display: none;
}
html.ie #QuizCover {
	display: none;
}

#Quiz #ScrollWrapper, #Quiz #ScrollContent, #Quiz #ScrollContentDisplayOnly, #Quiz #ScrollShell {
	height: 400px;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	width: 640px !important;
}
#Quiz #ScrollWrapper {
	
	overflow-x: hidden;
}
#Quiz #ScrollContainer, #Quiz #ScrollContainerFirst {
	height: 410px;
}

/* Side Scroller Content */
#Quiz .scrollItem {
	width: 640px !important; /* same width as .scrollItem A plus margin right and left and border */
	margin: 0 !important;
}

#Quiz .block { width: 650px !important; margin: 0 !important; }  /* 3 * 207 = Quantity to display * .scrollItem A overall width (width + border + margin-left + margin-right) */
#Quiz #ScrollShell { width: 650px !important; } /* .block + .block margin-right */
#Quiz #ScrollContent, #ScrollContentDisplayOnly { 
	width: 640px !important; 
} /* .block +100 */

#Quiz H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px 0px 0 6px;
	font-weight: normal;
	color:#6d6e71;
	line-height:20px;
	font-weight:lighter;
}

.quizNumber {
	font-size: 18px;
	color: #cf1289;
	font-weight: bold;	
}

.questionWrapper {
	width: 640px;
	height: 290px;
}

.quizPic {
	display: block;
	float: left;
	margin: 23px 5px 0 0 !important;
	position: relative;
}
.quizPic IMG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.quizPic LABEL {
	float:left; 
	display: block;
	width: 155px;
	height: 169px;
	margin: 0 !important;
	padding: 0 !important;
}

.quizPic LABEL A {
	padding: 0 !important;
	display: block;
	width: 139px;
	height: 153px;
	border: 0px solid white;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}

.quizTxt label {
	margin-left:10px;
}

.quizTxt {
	display: block;
	float: left;
	margin: 0px 0 20px 0px;
	line-height: 19px;
	font-size: 17px;
	width:900px;
	color:#666666;
}

.questionSpacer {
	height: 0px;
}

.quizTxt:after { content: ""; display: block; height: 100%; clear: both; }

.quizTxt LABEL {
	display: block;
	float: left;
	width: 600px;
	margin-top: 0px;
	font-size: 14px;
	line-height:16px;
}

.quizTxt INPUT {
	float: left;
}

.quizPic INPUT {
	display: none;
}
.quizNext {
	background: url(images/quizNext.jpg);
	background-repeat:no-repeat;
	float: right;
	display: block;
	margin-right: 40px;
	width: 67px;
	height: 24px;
	padding-bottom:5px;
}

.quizBack {
	background: #fff url(images/quizBackBtn.jpg);
	float: left;
	display: block;
	 margin-left: 20px;
	width: 67px;
	height: 24px;
	background-repeat:no-repeat;
}

.quizSubmit {
	background: #CF1289 url(images/quizSubmit.jpg);
	background-repeat:no-repeat;
	float: right;
	display: block;
	margin-right: 20px;
	width: 109px;
	height: 24px;
	background-color:#FFF;
}
A.select:hover, A.select.quizHover, .quizPic LABEL:hover A.select {
	border: 8px solid #29a7e4;
}
A.quizOn {
	border: 8px solid #de2e9b !important;
}

.quizColor {
	float: left;
	width: 85px;
	height: 60px;
	margin: 5px;
}

.errorMessage, .error {
	color: red !important;
	/* margin-left: -24px; */
}
#Quiz #ScrollContent .errorMessage {
	margin-top: 6px;
	font-size: 12px;
	width: 640px;
	
}
INPUT, LABEL {
	font-size: 11px;
}

INPUT.error {
	border: 1px solid red !important;
	font-size: 11px !important;
}
LABEL.error {
	font-size: 11px !important;
}

.after:after { content: ""; display: block; height: 100%; clear: both; }


/*** QUIZ RESULTS ***/

/* QUIZ RESULTS LEFT*/
#quizColLeft { 
	float: left;
	margin-left: 3px;
	margin-top: 5px;
	width: 621px;
}	

.quizName {
	color:#6d6e71 !important;
	display:inline !important;
	font-size: 18px !important;
	font-weight: normal !important;
	text-transform:capitalize;
}
.quizName STRONG {
	color:#cf1289 !important;
	display:inline !important;
	font-size: 18px !important;
	font-weight: normal !important;
}

.quizYouAre {
	color:#d60d8c;
	display:inline;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.quixBox {
	padding: 3px 0 10px 0;
}

#QuizGreenDeb {
	border: 10px solid #98D500;
}

.quixBoxInfo {
	line-height: 15px;
	padding-right: 0px;
	font-size: 12px;
	width: 620px !important;
	float: left;
}

#quizTipSubHead {
	font-family: "Arial", "Helvetica", sans-serif;
	color: #6d6e71 !important;
	font-size: 17px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}

.quizTips {
	margin-left: 0;
	margin-top: 15px;
	line-height: 15px;
}

.quizTip {
	display: block;
	margin-left: 0;
	margin-top:3px;
	font-size: 12px;
}
.quizTip STRONG {
	color: #d60d8c;
}

.quizTipTitle {
	font-size: 12px;
}
.quizTipTitle STRONG {
	font-size: 13px;
	color: #cf1289;
}
.quizTipTitle EM {
	color:#6d6e71;
	display:inline;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

#ShareQuiz {
	display: block;
	clear: right;
	float: left;
	margin-left: 15px;
	color: #cf1289 !important;
	font-size: 14px;
	margin-top: 5px;
}

#quizPrintInfo {
	margin-left: 15px;
	margin-top: 5px;
	line-height: 20px;
}

.pinkLine {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.Pink {
	color: #cf1289 !important;
	font-size: 14px;
}

.quizPrintBtn {
	float: right;
	margin-left: 230px;
	margin-top: -20px;
}

#sweepstakesButton {
	clear: both;
	float: left;
	margin-top: 20px;
}

.dottedLine {
	background: url(images/line.png);
	width: 637px;
	height: 1px;
	margin-left: -5px;
	margin-bottom: 10px;
	background-repeat:no-repeat;
}

/* QUIZ RESULTS RIGHT */
#quizColRight{ 
	width: 240px; 
	float: right; 
	margin-left: 35px;
	margin-top: 22px;
	margin-bottom: 22px;
}

#QuizColors, #quizColorUse {
	float: left;
	width: 238px;
}

#QuizColors, #quizColorUse {
	border: 1px solid #e5e5e5;
	background: #f7f7f7;
	
}

##QuizColors {
	height: 192px;
}

#quizColorUse {
	margin-top: 18px;
	
}

.quizColorTitle, .quizColorUseTitle {
	background: #f7f7f7;
	height: 30px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
	color: #d60d8c !important;
}


.quizColorText, .quizColorUseText {
	padding: 10px 5px 25px 15px;
}

.quizColorPalette {
	text-align:center;
	margin: 9px 0 28px 0px;
	padding: 0;
	height: auto;
}

#quizStore {
	float: left;
	width: 600px;
	margin: 15px 0 0 0;
}

.quizStoreInfo {
	text-align: left;
	float: left;
}

.quizStoreTitle { 
	font-family: "Arial", "Helvetica", sans-serif;
	color: #6d6e71;
	font-size: 18px;
	text-align: left;
	float: left;
	padding-bottom:10px;
}

#quizStoreResults {
	width: 255px;
	font-size: 12px;	
	line-height: 15px;
}

.storeResultsName {
	color: #cf1289;
	font-size: 12px;
	font-weight: bold;
}

#quizInboxPromo {
	float: left !important;
	margin-left: 25px;
	margin-top: 15px;
}

#quizLocate {
	margin-left: 25px;
	float: left;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-top: 15px;
	width: 235px !important;
}

.quizFindStore {
	font-size: 12px;
	color: #cf1289;
	padding-right: 7px;
}

/* QUIZ LANDING PAGE */

.quizHomeLeft { 
	float: left;
	margin-left: 0 !important;
	margin-top: 0 !important;
	width: 530px;
}	

.quizHomeRight{ 
	width: 287px !important;
	float: left !important;
	margin-left: 115px !important;
	margin-top: 3px !important;
}


.quizHomepromo {
	display: block;
	margin: 3px 0 0 65px !important;
}

.quizHomepromo {
	display: block;
	margin: 3px 0 0 65px !important;
}

.quizInfo IMG {
	margin: 10px 0 0 -15px !important;
}

#quizHomeLoginIn {
	border: 1px solid #cccccc;
	float: left;
	margin-left: 64px;
	margin-top: 20px;
	padding: 0 20px 20px 20px;
}

#quizHomeLoginIn .quizTxtHome {
	margin: 0;
	padding: 7px 7px 7px 0;
}

.quizStart {
	background: #CF1289 url(images/hg-styles-take-quiz.gif);
	float: left;
	display: block;
	clear: both;
	width: 87px;
	height: 24px;
	margin: 15px 0px 0px 0px;
}


#quizHomeLoginIn .errorMessage, #quizHomeLoginIn .error {
	color: red !important;
	margin: 0;
}

#quizHomeLoginIn .errorMessage {
	margin-top:10px;
}





.quizHomeRight {
	border: 10px solid #98d500;
}

.quizHomeGreenText {
	padding: 0 10px 0 10px;
}

/* IE 6 */

html.ie6 .hg-bio-small {
	padding:15px 0px 0px 20px;
}

html.ie6 .bio-top {
	padding:20px 0px 0px 20px;
}

html.ie6 .quizQuesImgs {
	margin-left: 0px !important;
	float: left;
	width:640px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/*
html.ie6 #Error_q1 {
	padding-left:55px;
}

html.ie6 #quizHomeLoginIn {
	margin-left: 32px;
	clear: both;
}

html.ie6 .quizHomeRight {
	float: left !important;
	margin-left: 115px !important;
	margin-top: 0 !important;
	width: 287px !important;
}
*/
html.ie6 .quizTxt {
	width:500px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/*
html.ie6 .quizTxt {
	margin: 15px 0px 0px -10px;
}

html.ie6 .quizNext, html.ie6 .quizSubmit, html.ie6 .quizBack {
	display: block !important;
	height: 22px !important;
	width: 142px !important;
	margin-top: 30px !important;
}

html.ie6 .quizBack {
	margin-left: 10px !important;
}

html.ie6 .quizNext, html.ie6 .quizSubmit {
	margin-right: 10px !important;
}

html.ie6 #quizColLeft {
	float:left !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
	width: 530px !important;
}

html.ie6 #quizColRight {
	margin-left: 50px !important;
}

html.ie6 #QuizResults #quizColLeft {
	margin-left: 30px !important;
	margin-top: 15px !important;
}
html.ie6 #QuizResults #quizColRight {
	margin-left: 35px;
}

html.ie6 .quizColorTitle p, html.ie6 .quizColorUseTitle p {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	font-weight: bold;
} */

html.ie6 .quizColorTitle {
	margin: 0px 5px 5px 5px;
	padding:5px 0px 0px 5px;
	font-size: 17px;
}

/*
html.ie6 .quizFindStore {
	margin-top: 6px;
	padding-right: 4px;
	margin-left: 10px;
	float: left;
}

html.ie6 #quizLocate {
	float: left !important;
	margin-left: 15px !important;
	padding: 0 !important;
	width: auto !important;
	padding: 10px 5px 5px 5px !important;
	width: 243px !important;
	margin-top: 0 !important;
}
*/
html.ie6 .quizColorPalette {
	text-align:center;
	padding: 0px 0px 10px 0px;
	margin: 5px 0px 10px 0px
}
/*
html.ie6 #quizStore {
	margin-left: 15px;
}

html.ie6 #sweepstakesButton {
	margin-left: 5px;
}

html.ie6 #ShareQuiz {
	margin-left: 7px;
}

html.ie6 #quizInboxPromo {
	float: left !important;
	margin-left: 15px !important;
	margin-top: 15px !important;
} */


/* IE 7 */

/*
html.ie7 .quizTxt {
	width: 750px;
}

html.ie7 .quizNext, html.ie7 .quizSubmit, html.ie7 .quizBack {
	margin-top: 30px;
}

html.ie7 .quizColorTitle p, html.ie7 .quizColorUseTitle p {
	padding-top: 0px;
	font-weight: bold;
}

html.ie7 .quizPrintBtn {
	margin-right: 3px;
}

html.ie7 #quizLocate {
	padding-top: 15px !important;
}

html.ie7 .quizFindStore {
	margin-top: 6px;
	padding-right: 6px;
	margin-left: 0;
	float: left;
}

html.ie7 #Quiz H4 {
	line-height: 16px;
	margin: 0 !important;
} */



/* ShareThis */
html.ie #sharethis_0 {
	zoom: 100%;
}

html.ie .stico_default {
	height: 16px;
	width: 16px;
	zoom: 100%;
	padding: 1px 10px 0 22px !important;
	display: block;
}

.stbuttontext {
	display: inline;
}

/* New Find my Style CSS 10-10-11 */

#hg-title-find-my-style {
	float;left;
	width:643px;
	height:79px;
	background-image:url(images/hg-title-find-my-style.jpg);
}

#hg-find-my-style-col-1 {
	float:left;
	width:351px;
}

#hg-find-my-style-col-2 {
	float:left;
	width:260px;
	margin-left:30px;
}

.quizInfo {
	margin: 0px 0px 0px 0px;
	color:#6d6e71;
	font-size:12px;
}

.hg-style-headline {
	font-size:16px;
	color:#6d6e71;
	line-height:20px;
	margin: 0px 0px 0px 0px;
}

.hg-style-label {
	font-size:9px;
	margin-left:2px;
}

#hg-style-bio {
	width:259px;
	height:387px;
	background-image:url(images/hg-styles-bio-back.jpg);
}

.bio-top {
	width:135px;
	line-height:12px;
	margin: 0px 0px 0px 20px;
	padding-top:20px;
	font-size:11px;
}

.bio-top b {
	line-height:18px;
	font-size:12px;
}

.hg-bio-style {
	color:#d60d8c;
	font-size:14px;
	line-height:16px;
}

.hg-bio-small {
	width:220px;
	line-height:11px;
	margin: 0px 0px 0px 20px;
	padding-top:30px;
	font-size:10px;
	color:#6d6e71;
}

/* Quiz Questions */

#quizNumbers {
	padding: 62px 0px 0px 76px; 
	font-size: 14px;
   	font-weight:lighter;
	color:#6d6e71;
}

#quizNumbers STRONG {
	font-weight: bold !important;
	color:#cf1289 !important;
}

#Quiz H2 {
	background-image:url(images/hg-title-find-my-style-question.gif);
    width:641px;
    height:115px;
	font-weight:lighter;
	color:#6d6e71;
}
#QuizResults {
	width: 640px;
}
#QuizResults H2 {
	display:block;
	background: white url(images/quiz_titleResult.jpg) no-repeat;
	width:641px;
    height:66px;
}
.questionWrapper form {
	/* margin-left:30px; */
	color:#666666;
}
.h2 {
margin: -5px 0 0 0px;
}
#HeaderWrapper {
	display: none;
}
.quizQuesImgs {
	margin-left: 0px !important;
	float: left;
}
#Footer {
	display: none;
}
.quizyouAre {
	color: #6d6e71;
}
.quizColorTitle P, .quizColorUseTitle P {
	color: #d60d8c !important;	
	line-height: 20px;
}
.quizResult3 {
	padding-right: 80px;
}
.quizColorUseText {
	font-size: 11px;
}





