@charset "UTF-8";
/* custom color: #e31375*/
@font-face {
  font-family: 'AvenirLTStd35LightRegular';
  src: url("/Fonts/adobe_-_avenirltstd-light-webfont.eot");
  src: url("/Fonts/adobe_-_avenirltstd-light-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/adobe_-_avenirltstd-light-webfont.woff") format("woff"), url("/Fonts/adobe_-_avenirltstd-light-webfont.ttf") format("truetype"), url("/Fonts/adobe_-_avenirltstd-light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* layout */
LABEL {
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #3d3d3d; }

.trHrDiv {
  font-size: 1px;
  line-height: 0;
  clear: both;
  margin: 0 0 -1px 0; }

.topHrDiv {
  font-size: 14px;
  line-height: 0;
  clear: both;
  margin: 17px 0px 0px;
  height: 1px;
  background: #ededed; }
  .topHrDiv.mobile {
    background: none;
    height: 35px;
    border-bottom: 2px solid #ededed; }
    .topHrDiv.mobile .headerCell {
      width: 100%;
      font-size: 18px;
      font-weight: bold; }

.bottomHrDiv {
  font-size: 1px;
  line-height: 0;
  clear: both;
  margin: 17px 0px 17px;
  height: 1px;
  background: #ededed; }

.innHrDiv {
  font-size: 1px;
  line-height: 0;
  clear: both;
  margin: 10px 0px 9px;
  border-top: 1px dashed #bdbdbd; }

/*content*/
.hidden {
  display: none; }

.qImgDelimiter {
  clear: both; }

/* table */
.tableTopPart {
  vertical-align: top;
  height: 43px; }

.tableMiddlePart {
  vertical-align: top; }

.tableBottomPart {
  vertical-align: bottom; }

/* buttons */
.butHolder {
  height: 60px;
  position: relative;
  margin-bottom: 10px; }

.butHolderRight {
  right: 40px; }

#contentDiv {
  position: relative; }

.stButton {
  display: block;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  position: relative; }

.stButton .bgColor {
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  width: 100%;
  height: 28px;
  line-height: 0;
  background: #0066cc; }

.stButton .bgL {
  display: block;
  height: 44px;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  background: transparent url("../Images/TQSv2/sprites/button_bg.png") left top no-repeat;
  padding: 0 20px 0 36px;
  margin: 0;
  position: relative;
  cursor: pointer; }

.stButton .bgR {
  display: block;
  position: absolute;
  right: -16px;
  top: 0;
  width: 16px;
  height: 44px;
  background: transparent url("../Images/TQSv2/sprites/button_bg.png") right top no-repeat; }

.stButton:link .bgL, .stButton:visited .bgL {
  background-position: left top; }

.stButton:link .bgR, .stButton:visited .bgR {
  background-position: right top; }

.stButton:active .bgL, .stButton:focus .bgL, .stButton:hover .bgL {
  background-position: 0px -44px; }

.stButton:active .bgR, .stButton:focus .bgR, .stButton:hover .bgR {
  background-position: -284px -44px; }

.stButtonDisabled .bgL {
  background-position: 0px -88px !important;
  cursor: default; }

.stButtonDisabled .bgR {
  background-position: -284px -88px !important; }

/* progress */
.progressBar {
  position: relative;
  float: right;
  width: 121px;
  height: 20px;
  background: #0066cc url("../Images/TQSv2/bg/progress_grid.png");
  overflow: hidden;
  border: 1px solid #c2c2c2;
  top: -12px;
  right: 7px; }

.progressBand {
  position: absolute;
  background: transparent url(../Images/TQSv2/bg/progress_grad.png);
  height: 20px;
  width: 100%;
  right: 0; }

.progressStatus {
  position: absolute;
  font-size: 12px;
  width: 121px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #000;
  text-shadow: 1px 1px 1px white, -1px -1px 3px white; }

/* tooltip */
.bt {
  position: static; }

.bt-active {
  background: white url("../Images/TQSv2/bg/white_97.png") left top repeat; }

/* forms */
FORM {
  padding: 0;
  margin: 0; }

FIELDSET {
  display: block;
  /* border-bottom: 1px dashed #ebebeb;*/
  border: none;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  width: 100%;
  position: relative; }

INPUT.formText {
  height: 20px;
  border: 1px solid #d7d7d7;
  background: white; }

.preLabel {
  padding: 5px;
  float: left;
  font-weight: normal;
  font-size: 15px; }

.postLabel {
  padding: 5px 10px;
  float: left;
  font-weight: normal;
  font-size: 15px; }

.OpenText {
  width: 380px; }

LABEL.compactLabel {
  float: left;
  display: block;
  margin: 0 20px 0 0;
  padding: 0 0 0 34px; }

LABEL.compactLabel DIV.radio, LABEL.compactLabel DIV.checker, LABEL.compactLabel INPUT {
  margin-left: -34px;
  float: left; }

LABEL.compactLabel SPAN.labelText {
  float: left;
  display: block;
  margin: 5px 0; }

LABEL.compactLabel IMG {
  float: left;
  display: block;
  clear: left;
  behavior: url(/Styles/label_img.htc); }

LABEL.lineLabel {
  display: block;
  margin: 0px 0;
  padding: 5px 0 5px 0px;
  clear: both;
  position: relative; }

LABEL.lineLabel DIV.radio, LABEL.lineLabel DIV.checker, LABEL.lineLabel INPUT {
  float: left; }

LABEL.lineLabel SPAN.labelText {
  display: inline-block;
  max-width: 715px;
  padding-left: 0px;
  /*line-height:16px;*/ }

LABEL.lineLabel SPAN.spanspace {
  float: left;
  position: relative; }

.columnViewTable {
  width: 741px;
  border-collapse: collapse; }

.columnViewTable td {
  text-align: left;
  width: 247px;
  vertical-align: top; }

.columnViewTable td.lastTd {
  width: auto; }

.RT_imageContainerElement {
  position: relative; }

.choiceDropdown .RT_imageContainerElement {
  max-height: 36px;
  margin: 5px 0px 0px 3px !important;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px #b4b4b4;
  box-shadow: 0px 0px 3px #b4b4b4; }

.RT_imageContainer {
  position: relative;
  margin-right: 10px;
  float: left; }

.RT_VideoContainer {
  margin: 10px 0 10px 1px; }

.RT_largeImageHeight {
  max-height: 239px;
  max-width: 700px;
  padding: 7px; }

.RT_smallImageHeight {
  max-height: 55px;
  max-width: 700px;
  padding: 5px;
  /*margin-top: 7px;*/ }

.RT_EnlargeImageLarge {
  background: url("../Images/Enlarge.png") left top no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
  text-decoration: none; }

.RT_EnlargeImageSmall {
  background: url("../Images/Enlarge.png") 0px -30px no-repeat;
  width: 17px;
  height: 19px;
  position: absolute;
  bottom: 6px;
  right: 9px;
  cursor: pointer;
  text-decoration: none; }

.multipleTextBoxRows .RT_imageContainer img {
  max-width: 260px !important; }

.RT_largeImageHeightNoBorder {
  max-height: 239px;
  max-width: 331px; }

.RT_smallImageHeightNoBorder {
  max-height: 55px;
  max-width: 65px;
  margin-top: 12px; }

.tileImageContainerBig .RT_imageContainer {
  position: relative;
  margin: 0 auto; }

.tileImageContainerBig .RT_VideoContainer {
  max-width: 336px; }

.crossQTable .RT_imageContainer {
  margin-bottom: 0; }

.EducationQContainer {
  padding-bottom: 0; }

.choiceInputElement {
  clear: both;
  float: left;
  margin-left: -3px; }

.choiceInputElement div {
  margin-left: 33px; }

span.labelText {
  margin-top: 3px !important;
  display: block; }

.tileInput SPAN {
  clear: both;
  font-size: 13px;
  display: block; }

.tileInputText {
  padding-left: 3px; }

.columnViewTable span.labelText {
  padding-right: 10px; }

.matrixInput SPAN {
  clear: both;
  float: left;
  font-size: 13px; }

.matrixInput .disabled {
  background-color: #F8F8F8; }

fieldset textarea {
  font-family: Tahoma, sans-serif;
  font-size: 15px; }

.textAreaClass {
  display: inline-block;
  width: 100%;
  float: left; }

LABEL.attrGender {
  position: relative;
  margin: 0 70px 0 0; }

LABEL.attrGender SPAN.labelText {
  font-weight: bold;
  position: absolute;
  margin: 0;
  width: 50px;
  text-align: center;
  left: 57px;
  top: 20px; }

LABEL.attrGender SPAN.female {
  left: 42px; }

LABEL.attrGender IMG {
  display: block;
  margin: 5px 0;
  float: left;
  clear: none; }

.genderField {
  margin-left: 216px;
  height: 120px; }

.crossQTable {
  border: none;
  position: relative; }

.crossQTable TH {
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  text-align: left;
  padding: 5px;
  font-weight: normal;
  width: 80px;
  height: 80px; }

.crossQTable TD {
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3; }

.crossQTable TH.matrixColumnHeader {
  text-align: center; }

/*.crossQTable TH IMG { border: 1px solid #70716f; display: block }*/
.crossQTable LABEL {
  display: block;
  height: 70px;
  position: relative; }

.crossQTable DIV.radio {
  margin: auto;
  float: none; }

.crossQTable DIV.checker {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  float: none; }

.crossQTable INPUT {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  float: none; }

/* custom colors */
/* basic logo color */
/* second custom color */
.temp {
  background-color: #e31375; }

/* background color */
.test {
  font-size: 20px; }

.DetailsTable {
  margin: 10px 100px 0 100px; }

.DetailsTable TD {
  vertical-align: middle;
  padding-right: 15px; }

.DetailsName {
  float: left;
  font-weight: normal;
  font-size: 15px;
  height: 25;
  padding: 3px 0 0 5px; }

.DetailsField {
  float: right;
  margin: 10px; }

.DetailsComment {
  text-align: left;
  font-weight: normal;
  font-size: 11px; }

.FieldComment {
  clear: both;
  text-align: left;
  font-weight: normal;
  font-size: 11px;
  margin-left: 10px; }

div.selector.disabled span,
div.selector span {
  width: 279px; }

div.selector,
div.selector select {
  width: 306px; }

div.text, div.text span {
  width: 300px; }

.columnViewTable div.text, .columnViewTable div.text span {
  width: 200px; }

.columnViewTable div.text input, .columnViewTable div.text.disabled input {
  width: 195px;
  padding-left: 5px;
  padding-right: 5px; }

div.text input, div.text.disabled input {
  width: 295px;
  padding-left: 5px;
  padding-right: 5px; }

.introActionLinksHolder {
  height: 22px;
  min-width: 100px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 10px; }
  .introActionLinksHolder #changeInfoMenuButton {
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .introActionLinksHolder #changeInfoMenuButton:focus {
      background: url("../Images/TQSv2/bg/bgdropmenu.png") repeat-x;
      /*+ class = i_a_l_h_selected*/ }
    .introActionLinksHolder #changeInfoMenuButton.selected {
      background: url("../Images/TQSv2/bg/bgdropmenu.png") repeat-x; }

.i_a_l_h_selected {
  background: url("../Images/TQSv2/bg/bgdropmenu.png") repeat-x; }

.personalDetailes {
  background: #f2f3f5;
  padding: 10px 10px 10px 20px;
  min-height: 30px;
  position: relative;
  border-bottom: 1px solid #c9c9c9; }
  .personalDetailes.mobile {
    border-bottom: 0px; }

.button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 1px;
  font-weight: bold;
  color: #958f8f;
  font-size: 12px;
  font-family: Tahoma,sans-serif;
  text-decoration: none;
  vertical-align: buttom;
  text-align: center; }
  .button:hover {
    color: #5a5a5a; }
  .button:active {
    background: #e8e8e8;
    color: #5a5a5a; }
  .button:focus {
    background: #e8e8e8;
    color: #5a5a5a; }
  .button.selected {
    background: #ffffff;
    color: #aaaaaa; }
    .button.selected:hover {
      background: #e8e8e8;
      color: #5a5a5a; }

.changeInfoMenu {
  cursor: pointer;
  display: none;
  float: left;
  overflow: auto;
  position: absolute;
  right: 10px;
  text-align: left;
  top: 35px;
  z-index: 1;
  display: none;
  width: 200px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #888;
  -moz-box-shadow: 0px 0px 3px #888;
  box-shadow: 0px 0px 3px #888;
  background: #f2f3f5 url("../Images/TQSv2/bg/bgtopdropmenu.png") repeat-x; }
  .changeInfoMenu ul {
    list-style-type: none;
    border-radius: 0 0 8px 0;
    padding: 1px 0 0 0;
    margin: 0px; }
    .changeInfoMenu ul li {
      padding: 10px 5px;
      text-align: left;
      color: #958f8f;
      border-bottom: 1px solid #e1e1e3; }
      .changeInfoMenu ul li a {
        padding: 0px;
        margin: 0px;
        font-size: 12px;
        font-weight: bold;
        display: inline; }
      .changeInfoMenu ul li:hover {
        background: #e0e0e0; }
      .changeInfoMenu ul li:hover a {
        color: #5a5a5a; }
    .changeInfoMenu ul li:last-child {
      border: none; }

.changeInfoMenu li span {
  display: inline-block;
  background: url("../Images/TQSv2/sprites/launchpopupsprite.png") 0px -304px no-repeat;
  width: 15px;
  margin: 0px 10px 0px 5px;
  height: 15px;
  float: left;
  text-indent: -1000px;
  overflow: hidden; }

#changeInfo span {
  background-position: 0px -304px; }

#changeInfo:hover span {
  background-position: -15px -304px; }

#changeSmartSelect span {
  background-position: 0px -325px; }

#changeSmartSelect:hover span {
  background-position: -16px -325px; }

background
.introDiv {
           /*padding-bottom:35px; 
-color:#f2f3f5;*/ }

.introHrDiv {
  font-size: 1px;
  line-height: 0;
  clear: both;
  margin: 0.5px 10px 20px 0px;
  height: 1px;
  background: darkgrey; }

.introImg {
  float: left;
  padding: 10px;
  display: none; }

.introImg IMG {
  /*height:50px; width:50px;*/ }

.introTextDiv {
  /*float:left;  padding-left:10px; margin-left: -2px; padding-top: 10px;*/ }

.introMainText {
  font-size: 14px;
  color: #757575;
  margin-bottom: 5px;
  display: block; }

.introSecondText {
  color: #a4a4a6;
  font-size: 12px;
  display: block; }

.introThirdText {
  color: #a4a4a6;
  font-size: 12px; }

.introEmailText {
  color: #a3a3a3;
  font-size: 12px; }

.introActionLinks {
  /*color: #BABABA;font-size: 10px;   position: absolute; right: 0;*/ }

.introActionLinks a {
  color: #999;
  font-weight: bold;
  margin: 3px 0px 0px 0px;
  display: inline-block; }

.introActionLinks a span {
  display: inline-block;
  background: url("../Images/TQSv2/sprites/launchpopupsprite.png") -6px -257px no-repeat;
  width: 15px;
  margin: 0px 5px 0px 0px;
  height: 15px;
  float: left; }

.introActionLinks a:hover {
  color: #555; }

.introActionLinks a:hover span {
  background-position: -33px -279px; }

.coinsQuestionImg {
  position: absolute;
  display: none; }

.coinsQuestionSlider {
  float: left;
  height: 17px;
  width: 35px;
  border: 1px solid #EC1C24; }

.emailQuestion {
  height: 140px;
  margin-left: -20px;
  background: url("../Images/TQSv2/white_83.png") left top repeat; }

.emailQuestionImageDiv {
  /* background:url('../Images/avater-small.png') no-repeat scroll center top transparent;  padding-top: 42px;*/
  height: 88px;
  width: 130px;
  float: left;
  margin: 30px 50px 0 50px;
  text-align: center;
  z-index: 200; }

.emailQuestionDetails {
  float: left;
  width: 500px; }

.emailQuestionDetails input {
  padding-left: 10px; }

.emailQuestionImageText {
  font-size: 11px;
  color: #707070;
  margin-top: 2px;
  display: block; }

#connect {
  height: 19px;
  width: 83px;
  margin: 10px 0 0 280px; }

#connect img {
  margin: 0;
  cursor: pointer; }

.firstname, .lastname {
  width: 182px;
  height: 31px;
  vertical-align: middle;
  float: left;
  margin-bottom: 14px;
  font: italic 16px Tahoma, sans-serif;
  color: #B0B0B0;
  vertical-align: middle;
  line-height: 31px; }

.rnd {
  width: 373px;
  height: 31px;
  float: left;
  font: italic 16px Tahoma, sans-serif;
  color: #B0B0B0;
  vertical-align: middle;
  line-height: 31px; }

.lastname {
  margin-left: -3px; }

.transbox {
  opacity: 0.83;
  -ms-filter: alpha(opacity=83);
  filter: alpha(opacity=83);
  -moz-opacity: 0.83;
  top: 0px;
  left: 0px;
  width: 673px;
  height: 140px; }

.transDiv {
  background: url("../Images/TQSv2/white_83.png") left top repeat;
  height: 111px;
  margin-top: -35px; }

.transFooterDiv {
  background: url("../Images/TQSv2/white_83.png") left top repeat;
  /*height: 65px;*/
  display: block;
  overflow: hidden; }

#prevButton {
  float: left;
  margin-left: 25px; }

#nextButton {
  position: absolute;
  left: 530px; }

.pleaseWaitDiv {
  font: normal 12px Tahoma, sans-serif;
  color: #000;
  text-align: center;
  padding: 200px 0 0 380px;
  position: absolute;
  top: 0px;
  margin-left: -20px;
  display: none; }

.pleaseWaitTransBox {
  display: none;
  position: absolute;
  width: 100%;
  height: 1000px;
  left: 0px;
  background-color: #fff;
  z-index: 10001;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  overflow-x: hidden;
  overflow-y: hidden; }

.pleaseWaitImg {
  display: block;
  margin: 10px auto;
  z-index: 10002;
  position: absolute; }

/* !!! TEMPORARY !!! */
FIELDSET H2 IMG {
  height: 240px; }

LABEL.lineLabel SPAN SPAN.labelText IMG {
  height: 54px; }

/* /!!! TEMPORARY !!! */
.shortIntroDiv {
  background: none repeat scroll 0 0 white;
  left: 528px;
  position: absolute;
  top: 43px;
  width: auto; }

.shortIntroImg {
  float: left;
  margin: 3px 5px; }

.shortIntroTextDiv {
  float: left; }

.ShortintroMainText {
  font-size: 11px;
  color: #808080; }

.ShortIntroChange {
  font-size: 11px;
  color: #808080; }

.ShortIntroChange a {
  font-size: 11px;
  color: #808080;
  text-decoration: none; }

.ShortIntroChange:hover a {
  text-decoration: underline; }

.tokenQuestion {
  height: 102px;
  margin-left: -20px;
  background: url("../Images/TQSv2/white_83.png") left top repeat; }

.tokenQuestionImageDiv {
  width: 102px;
  float: left;
  margin: 30px 0 0 40px; }

.tokenQuestionDetails {
  float: left;
  width: 500px;
  margin-top: 34px; }

.tokenQuestionDetails input {
  padding-left: 10px; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

IMG {
  border: 0px; }

UL.ageDiv {
  height: 157px;
  text-align: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin: 0 0 10px 0; }

UL.ageDiv LI {
  display: inline;
  padding: 0px 0px 0 0;
  margin: 0px; }

UL.ageDiv LI A {
  display: inline-block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  font: bold 13px Tahoma, sans-serif;
  color: #222222;
  text-decoration: none;
  text-align: center; }

UL.ageDiv LI A SPAN.ageNumText {
  margin-top: 130px;
  display: inline-block;
  height: 15px; }

UL.ageDiv LI A:hover {
  opacity: 1;
  filter: none; }

UL.ageDiv LI A.ageFullOpacity {
  opacity: 1;
  filter: none; }

UL.ageDiv LI A.ageSelect {
  opacity: 1;
  filter: none; }

UL.ageDiv LI A.ageSelect SPAN.ageNumText {
  opacity: 1;
  filter: alpha(opacity=100); }

UL.ageDiv LI A.ageSelect SPAN.agePoint {
  position: relative;
  background: url(../Images/age/age_result.png) no-repeat 0px -1766px;
  width: 25px;
  height: 16px;
  z-index: 2;
  margin: 9px auto -25px;
  display: block; }

#ageMale_1 {
  background: url(../Images/age/age_result.png) no-repeat 0px -883px;
  width: 44px;
  height: 157px;
  padding-right: 0px;
  margin-left: 197px;
  float: left; }

#ageMale_2 {
  background: url(../Images/age/age_result.png) no-repeat 0px -1050px;
  width: 44px;
  height: 157px;
  padding-right: 0px;
  margin-left: 26px;
  float: left; }

#ageMale_3 {
  background: url(../Images/age/age_result.png) no-repeat 0px -1217px;
  width: 44px;
  height: 157px;
  padding-right: 0px;
  margin-left: 22px;
  float: left; }

#ageMale_4 {
  background: url(../Images/age/age_result.png) no-repeat 0px -1384px;
  width: 44px;
  height: 157px;
  padding-right: 0px;
  margin-left: 23px;
  float: left; }

#ageMale_5 {
  background: url(../Images/age/age_result.png) no-repeat 0px -1551px;
  width: 49px;
  height: 157px;
  padding-right: 0px;
  margin-left: 23px;
  float: left; }

#ageFemale_1 {
  background: url(../Images/age/age_result.png) no-repeat 0px 0px;
  width: 49px;
  height: 157px;
  padding-right: 0px;
  margin-left: 197px;
  float: left; }

#ageFemale_2 {
  background: url(../Images/age/age_result.png) no-repeat 0px -167px;
  width: 49px;
  height: 157px;
  padding-right: 0px;
  margin-left: 16px;
  float: left; }

#ageFemale_3 {
  background: url(../Images/age/age_result.png) no-repeat 0px -334px;
  width: 49px;
  height: 157px;
  padding-right: 0px;
  margin-left: 21px;
  float: left; }

#ageFemale_4 {
  background: url(../Images/age/age_result.png) no-repeat 0px -501px;
  width: 49px;
  height: 157px;
  padding-right: 0px;
  margin-left: 18px;
  float: left; }

#ageFemale_5 {
  background: url(../Images/age/age_result.png) no-repeat -4px -668px;
  width: 49px;
  height: 157px;
  padding-right: 0px;
  margin-left: 18px;
  float: left; }

UL.ageDiv LI A#ageFemale_5 SPAN.ageNumText, UL.ageDiv LI A#ageMale_5 SPAN.ageNumText {
  margin: 130px -5px 0 -5px; }

DIV.madContent {
  position: relative;
  margin: 0 auto; }

UL.timeLine {
  height: 43px;
  text-align: center;
  list-style: none outside none;
  margin: 0px;
  padding: 0px; }

UL.timeLine LI {
  display: inline;
  padding: 0px 0px 0 0;
  margin: 0px; }

UL.timeLine LI A.leftA, UL.timeLine LI A.rightA {
  background: url(../Images/age/age_result.png) no-repeat left -1791px;
  width: 30px;
  height: 43px;
  text-align: center;
  display: inline-block;
  text-indent: -100px;
  overflow: hidden; }

UL.timeLine LI A.rightA {
  background-position: -4px -1844px;
  margin-left: -4px;
  border-left: 1px solid #eeeeee; }

UL.timeLine LI A.numBox {
  width: 30px;
  height: 39px;
  text-align: center;
  display: inline-block;
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  font: normal 15px/39px Tahoma, sans-serif;
  color: #8f8f8f;
  text-decoration: none;
  vertical-align: top;
  line-height: 37px;
  margin-left: -4px; }

UL.timeLine LI A.numBox SPAN {
  width: 29px;
  height: 39px;
  display: inline-block;
  border-left: 1px solid #ffffff;
  cursor: pointer; }

UL.timeLine LI A.numBox:hover SPAN {
  background-color: #ffd3e9;
  color: #000000; }

UL.timeLine LI A.numSelected SPAN {
  background-color: #ffd3e9;
  color: #000000 !important;
  cursor: pointer; }

UL.timeLine LI A.oneBox {
  display: inline-block;
  height: 39px;
  width: 460px !important; }

UL.timeLine LI A.oneBox SPAN {
  width: 458px !important; }

DIV.ageTExt {
  font: normal 13px/43px Tahoma, sans-serif;
  color: #161616;
  text-align: center; }

A.etnicityBox {
  text-decoration: none;
  font: normal 13px Tahoma, sans-serif;
  color: #000;
  display: inline-block;
  background: white url(../Images/education/education_result.png) no-repeat 0px 0px;
  width: 221px;
  height: 62px;
  padding: 15px 0 0 13px;
  margin: 0 5px 17px -4px; }

A.etnicityBox:hover {
  background: #f6a9cf url(../Images/education/education_result.png) no-repeat 0px 0px; }

A.etnicityBox.selected {
  background: #f6a9cf url(../Images/education/education_result.png) no-repeat 0px 0px; }

A.etnicityBox SPAN {
  display: inline-block;
  font: normal 13px Tahoma, sans-serif;
  color: #000;
  vertical-align: middle;
  cursor: pointer; }

A.raceBox {
  text-decoration: none;
  font: normal 13px Tahoma, sans-serif;
  color: #000;
  display: inline-block;
  background: white url(../Images/education/education_result.png) no-repeat 0px 0px;
  width: 221px;
  height: 62px;
  padding: 15px 0 0 13px;
  margin: 0 5px 17px -4px; }

A.raceBox:hover {
  background: #f6a9cf url(../Images/education/education_result.png) no-repeat 0px 0px; }

A.raceBox.selected {
  background: #f6a9cf url(../Images/education/education_result.png) no-repeat 0px 0px; }

A.raceBox SPAN {
  display: inline-block;
  font: normal 13px Tahoma, sans-serif;
  color: #000;
  vertical-align: middle;
  cursor: pointer; }

A.educationBox, A.workPositionBox {
  text-decoration: none;
  font: normal 13px Tahoma, sans-serif;
  color: #000;
  display: inline-block;
  background: white url(../Images/education/education_result.png) no-repeat 0px 0px;
  width: 221px;
  height: 62px;
  padding: 15px 0 0 13px;
  margin: 0 5px 17px 0; }

A.workPositionBox {
  background: white url(../Images/workPositionQuestion/workposition_icons.png) no-repeat 0px 0px; }

A.educationBox:hover, A.workPositionBox:hover {
  background: #f6a9cf url(../Images/education/education_result.png) no-repeat 0px 0px; }

A.educationBox.selected, A.workPositionBox.selected {
  background: #f6a9cf url(../Images/education/education_result.png) no-repeat 0px 0px; }

A.educationBox SPAN, A.workPositionBox SPAN {
  display: inline-block;
  font: normal 13px Tahoma, sans-serif;
  color: #000;
  vertical-align: middle;
  cursor: pointer; }

A.workPositionBox SPAN {
  font-size: 11px; }

.educationWithImage {
  width: 138px;
  padding-left: 70px;
  height: 49px;
  background: url(../Images/education/education_result.png) -300px 0 no-repeat; }

.workPositionWithImage {
  width: 138px;
  padding-left: 70px;
  height: 49px;
  background: url(../Images/WorkPositionQuestion/workposition_icons.png) 0 -1078px no-repeat; }

.tileBox {
  position: relative; }

DIV.smallTileBox {
  text-decoration: none;
  font: normal 13px Tahoma, sans-serif;
  color: #000;
  display: block;
  float: left;
  background: white url(../Images/education/education_result.png) no-repeat 0px 0px;
  width: 221px;
  height: 62px;
  padding: 15px 0 0 13px;
  margin: 0 5px 5px 0; }

DIV.smallTileBox:hover {
  background: url(../Images/education/education_result.png) no-repeat 0px 0px;
  cursor: pointer; }

DIV.smallTileBox.selected {
  background: #f6a9cf url(../Images/education/education_result.png) no-repeat 0px 0px; }

DIV.smallTileBox SPAN {
  display: inline-block;
  font: normal 13px Tahoma, sans-serif;
  color: #000;
  vertical-align: middle;
  cursor: pointer; }

.smallTileWithImage {
  width: 130px;
  padding-left: 70px;
  height: 49px;
  background: url(../Images/education/education_result.png) -300px 0 no-repeat; }

.smallTileWithoutImage {
  width: 96%;
  height: 49px;
  text-align: center;
  margin-right: 5px; }

DIV.bigTileBox {
  text-decoration: none;
  font: normal 13px Tahoma, sans-serif;
  color: #000;
  display: block;
  float: left;
  background: white url(../Images/big-tile-selected.png) no-repeat 0px 0px;
  width: 351px;
  height: 306px;
  padding: 15px 0 0 13px;
  margin: 0 0 5px 0; }

DIV.bigTileBox:hover {
  background: #f6a9cf url(../Images/big-tile-selected.png) no-repeat 0px 0px;
  cursor: pointer; }

DIV.bigTileBox.selected {
  background: #f6a9cf url(../Images/big-tile-selected.png) no-repeat 0px 0px; }

DIV.bigTileBox SPAN {
  font: normal 13px Tahoma, sans-serif;
  color: #000;
  vertical-align: middle;
  cursor: pointer;
  padding-bottom: 250px; }

.bigTileWithImage {
  width: 100%;
  text-align: left;
  cursor: pointer;
  height: 300px; }

.bigTileWithoutImage {
  width: 297px;
  text-align: center;
  cursor: pointer;
  height: 290px;
  position: absolute; }

.tileImageContainerSmall {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  top: 0;
  left: 11px;
  cursor: pointer; }

.tileImageContainerBig {
  display: block;
  width: 340px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  clear: both;
  overflow: hidden; }

.tileInput .disabled {
  background-color: #F8F8F8; }

.tileImageContainerBig .RT_VideoContainer {
  margin: 0 !important; }

.smallTileWithoutImage td, .bigTileWithoutImage td {
  vertical-align: middle;
  text-align: center; }

.smallTileWithImage td {
  vertical-align: top;
  text-align: left; }

.bigTileWithImage .textTd {
  vertical-align: bottom;
  text-align: left;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 10px; }

.bigTileWithoutImage .textTd {
  padding-right: 10px; }

/*Work Position images*/
.a_2796310 {
  background-position: 0 -208px; }

/*High managerial, administrative or professional */
.a_2796311 {
  background-position: 0 -145px; }

/*Intermediate managerial, administrative or professional */
.a_2796312 {
  background-position: 0 -90px; }

/*Supervisor; clerical; junior managerial, administrative or professional */
.a_2801630 {
  background-position: 0 -262px; }

/*Intellectual profession, Executive, Freelance */
.a_2801631 {
  background-position: 0 -379px; }

/* Intermediate profession:  Public sector ( health, teaching…) companies*/
.a_3502718 {
  background-position: 0 -320px; }

/* Intermediate Professional Liberal Profession*/
.a_2801628 {
  background-position: 0 -908px; }

/* Farmer ( farm owner)*/
.a_2801629 {
  background-position: 0 -437px; }

/* Craftman, shop owner, managing director*/
.a_2801632 {
  background-position: 0 -500px; }

/*Employee, public sector companies */
.a_2796313 {
  background-position: 0 -615px; }

/*Skilled manual worker */
.a_2796314 {
  background-position: 0 -552px; }

/* Semi-skilled or unskilled manual worker*/
.a_2796315 {
  background-position: 0 -670px; }

/*Housewife / Homemaker */
.a_2796316 {
  background-position: 0 -731px; }

/*Retired */
.a_2796317 {
  background-position: 0 -787px; }

/*Student */
.a_2796318 {
  background-position: 0 -848px; }

/* Unemployed*/
/* UK Education images*/
.a_3502738 {
  background-position: 0 -1078px; }

/*Qualification*/
.a_2002275 {
  background-position: 0 -87px; }

/*Post*/
.a_3050775 {
  background-position: 0 -146px; }

/*NVQ*/
.a_2796307 {
  background-position: 0 -205px; }

/*college*/
.a_3050773 {
  background-position: 0 -264px; }

/*Irish_leaving*/
.a_2796302 {
  background-position: 0 -323px; }

/*.To_age*/
.a_2796303 {
  background-position: 0 -382px; }

/*.Apprenticeship*/
.a_2796305 {
  background-position: 0 -441px; }

/*A_Level*/
.a_3050770 {
  background-position: 0 -500px; }

/*Bachelor*/
.a_3050774 {
  background-position: 0 -559px; }

/*Irish_Junior*/
.a_2796304 {
  background-position: 0 -618px; }

/*Vocational*/
.a_3050771 {
  background-position: 0 -677px; }

/*A-S_Levels*/
.a_2796306 {
  background-position: 0 -736px; }

/*HND*/
.a_3050772 {
  background-position: 0 -795px; }

/*Scottish*/
.a_2796309 {
  background-position: 0 -854px; }

/*Other*/
/* US Education images*/
.a_2002277 {
  background-position: 0 -913px; }

/*Prefer not to say*/
.a_2002268 {
  background-position: 0 -1078px; }

/*Elementary school*/
.a_2002270 {
  background-position: 0 -968px;
  font-size: 12px !important; }

/*High_school*/
.a_2002269 {
  background-position: 0 -1023px; }

/*Middle_School*/
.a_2002271 {
  background-position: 0 -323px; }

/*To_age*/
.a_2002272 {
  background-position: 0 -205px; }

/*college*/
.a_2002273 {
  background-position: 0 -500px; }

/*Bachelor*/
.a_2002274 {
  background-position: 0 -146px; }

/*NVQ*/
/* France */
.a_2796533 {
  background-position: 0 -736px; }

/* CAP/BEP */
.a_2796534 {
  background-position: 0 -382px; }

/* Bac professionnel */
/* Germany */
.a_2796527 {
  background-position: 0 -854px; }

/* Noch kein Abschluss */
.a_2796528 {
  background-position: 0 -854px; }

/* Mittlere Reife */
.a_2796529 {
  background-position: 0 -736px; }

/* Polytechnische Oberschule */
.a_2796530 {
  background-position: 0 -854px; }

/* Fachgebundene Hochschulreife */
.a_2796531 {
  background-position: 0 -854px; }

/* Fachhochschule */
.a_2796532 {
  background-position: 0 -854px; }

/* Habilitation */
/* Spain */
.a_2796537 {
  background-position: 0 -205px; }

/* Formación Profesional (Grado Superior) */
/* Italy */
.a_2796536 {
  background-position: 0 -205px; }

/* Laurea di II livello / Laurea vecchio ordinamento */
/* Australia */
.a_2801572, .a_2801573, .a_2002272 {
  background-position: 0 -500px; }

/* Netherlands */
.a_2801567, .a_2801568, .a_2801569 {
  background-position: 0 -854px; }

.a_2801570 {
  background-position: 0 -500px; }

/* JApan */
.a_2801571 {
  background-position: 0 -500px; }

/* Brazil */
.a_2801574, .a_2796535 {
  background-position: 0 -500px; }

/* Russia */
.a_2796531 {
  background-position: 0 -500px; }

.a_2796532 {
  background-position: 0 -205px; }

/* New Zeland */
.a_2801575, .a_2801576, .a_2801577 {
  background-position: 0 -500px; }

.educationNoImage {
  width: 208px;
  padding-top: 6px;
  text-align: center;
  height: 43px; }

.oneLine {
  line-height: 49px !important; }

.twoLine {
  line-height: 14px !important; }

.noMarg {
  margin-right: 0px !important; }

SPAN.vIcon {
  display: inline-block;
  background: url(../Images/education/education_result.png) no-repeat 170px -1137px;
  margin-top: -25px;
  width: 200px !important;
  height: 28px !important;
  position: absolute;
  z-index: 2;
  padding-left: 0px !important; }

.bigTileBox SPAN.vIcon {
  display: block;
  background: url(../Images/big-tile-selected.png) no-repeat 0 -322px;
  margin: 0;
  width: 28px !important;
  height: 28px !important;
  position: absolute;
  z-index: 3;
  padding: 0px !important;
  right: 21px;
  top: -10px; }

.skipBtn {
  line-height: 39px;
  position: relative;
  text-decoration: underline;
  color: #9f9f9f; }

#skipButton {
  position: relative;
  left: -239px;
  float: right; }

.nextBtn {
  line-height: 39px;
  text-decoration: none;
  position: relative;
  width: 185px; }

.nextBtn .bgColor {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 181px;
  height: 36px;
  background: #43b8f2;
  z-index: 100; }

.nextBtn .bgL {
  display: block;
  height: 39px;
  line-height: 39px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  background: transparent url("../Images/Buttons/RuntimeBtn.png") left top no-repeat;
  position: relative;
  cursor: pointer;
  z-index: 101;
  text-align: center; }

.nextBtn:link .bgL, .nextBtn:visited .bgL {
  background-position: 0px -40px; }

.nextBtn:hover .bgL {
  background-position: 0px -1px; }

.nextBtn:active .bgL, .nextBtn:focus .bgL {
  background-position: 0px -81px; }

.backBtn {
  display: block;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
  position: relative;
  width: 44px; }

.backBtn .bgColor {
  display: block;
  position: absolute;
  width: 37px;
  height: 38px;
  background: #43b8f2;
  z-index: 100; }

.backBtn .bgL {
  display: block;
  background: transparent url("../Images/Buttons/RuntimeBtn.png") left top no-repeat;
  position: relative;
  z-index: 101;
  width: 37px; }

.backBtn:link .bgL, .backBtn:visited .bgL {
  background-position: 0 -120px; }

.backBtn:active .bgL, .backBtn:focus .bgL, .backBtn:hover .bgL {
  background-position: -38px -120px; }

.demographicQuestionMessage {
  position: absolute;
  left: 140px; }

.demographicQuestionMessage td {
  padding: 0 10px;
  max-width: 355px;
  height: 37px;
  background-image: url("../Images/TQSv2/bg/demographic_message_bg.png");
  background-repeat: repeat-x; }

.hide, .point {
  display: none; }

#mapContainerDiv {
  position: relative;
  margin-left: 216px; }
  #mapContainerDiv.mapSize_52 {
    margin-left: 130px; }

#mapContainerDiv IMG {
  position: absolute; }

.mapOpacity {
  visibility: hidden; }

.regionText {
  position: absolute;
  bottom: -15px;
  font: 13px/43px Tahoma, sans-serif;
  color: #161616;
  text-align: center;
  width: 100%; }

.mapSelected {
  width: 23px;
  height: 25px;
  display: none; }

/*USA*/
.mapSize_1 {
  width: 344px;
  height: 308px;
  border: 0px; }

.selected_49500000 {
  top: 65px;
  left: 78px; }

.selected_49500001 {
  top: 34px;
  left: 175px; }

.selected_49500002 {
  top: 114px;
  left: 205px; }

.selected_49500003 {
  top: 23px;
  left: 306px; }

/*Canada*/
.mapSize_2, .mapSize_4 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500044 {
  left: 291px;
  top: 208px; }

.selected_49500045 {
  left: 224px;
  top: 219px; }

.selected_49500046 {
  left: 179px;
  top: 227px; }

.selected_49500047 {
  left: 84px;
  top: 154px; }

/*UK*/
.mapSize_5 {
  width: 232px;
  height: 367px;
  border: 0px; }

.selected_49500004 {
  top: 290px;
  left: 145px; }

.selected_49500005 {
  top: 255px;
  left: 130px; }

.selected_49500006 {
  top: 114px;
  left: 100px; }

.selected_49500007 {
  top: 190px;
  left: 49px; }

/*France*/
.mapSize_6 {
  width: 344px;
  height: 308px;
  border: 0px; }

.selected_49500008 {
  left: 224px;
  top: 109px; }

.selected_49500009 {
  left: 135px;
  top: 194px; }

.selected_49500010 {
  left: 220px;
  top: 178px; }

.selected_49500011 {
  left: 123px;
  top: 123px; }

.selected_49500012 {
  left: 178px;
  top: 98px; }

/*Germany*/
.mapSize_7 {
  width: 344px;
  height: 308px;
  border: 0px; }

.selected_49500013 {
  left: 139px;
  top: 76px; }

.selected_49500014 {
  left: 73px;
  top: 132px; }

.selected_49500015 {
  left: 102px;
  top: 176px; }

.selected_49500016 {
  left: 130px;
  top: 221px; }

.selected_49500017 {
  left: 202px;
  top: 215px; }

.selected_49500018 {
  left: 257px;
  top: 95px; }

.selected_49500019 {
  left: 231px;
  top: 77px; }

.selected_49500020 {
  left: 239px;
  top: 147px; }

/*Netherlands*/
.mapSize_8 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500040 {
  left: 223px;
  top: 51px; }

.selected_49500041 {
  left: 205px;
  top: 126px; }

.selected_49500042 {
  left: 165px;
  top: 200px; }

.selected_49500043 {
  left: 126px;
  top: 142px; }

/*Belgium*/
.mapSize_9, .mapSize_10 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500055 {
  left: 110px;
  top: 68px; }

.selected_49500056 {
  left: 144px;
  top: 94px; }

.selected_49500057 {
  left: 203px;
  top: 154px; }

/*China*/
.mapSize_11 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500063 {
  left: 247px;
  top: 119px; }

.selected_49500064 {
  left: 188px;
  top: 225px; }

.selected_49500065 {
  left: 255px;
  top: 64px; }

.selected_49500066 {
  left: 207px;
  top: 174px; }

.selected_49500067 {
  left: 74px;
  top: 133px; }

.selected_49500068 {
  left: 242px;
  top: 248px; }

/*Italy*/
.mapSize_12 {
  width: 344px;
  height: 308px;
  border: 0px; }

.selected_49500021 {
  left: 85px;
  top: 87px; }

.selected_49500022 {
  left: 153px;
  top: 68px; }

.selected_49500023 {
  left: 161px;
  top: 131px; }

.selected_49500024 {
  left: 229px;
  top: 175px; }

.selected_49500025 {
  left: 104px;
  top: 190px; }

/*Spain*/
.mapSize_13 {
  width: 344px;
  height: 308px;
  border: 0px; }

.selected_49500026 {
  left: 161px;
  top: 153px; }

.selected_49500027 {
  left: 218px;
  top: 118px; }

.selected_49500028 {
  left: 56px;
  top: 83px; }

.selected_49500029 {
  left: 119px;
  top: 114px; }

.selected_49500030 {
  left: 126px;
  top: 199px; }

/*Russia*/
.mapSize_14 {
  width: 344px;
  height: 308px;
  border: 0px; }

.selected_49500031 {
  left: 25px;
  top: 175px; }

.selected_49500032 {
  left: 62px;
  top: 166px; }

.selected_49500033 {
  left: 170px;
  top: 176px; }

.selected_49500034 {
  left: 73px;
  top: 129px; }

.selected_49500035 {
  left: 241px;
  top: 118px; }

.selected_49500036 {
  left: 33px;
  top: 148px; }

.selected_49500037 {
  left: 119px;
  top: 152px; }

.selected_49500190 {
  left: 22px;
  top: 196px; }

/*New Zealand*/
.mapSize_15 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500106 {
  left: 216px;
  top: 86px; }

.selected_49500107 {
  left: 128px;
  top: 203px; }

/*Australia*/
.mapSize_16 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500048 {
  left: 246px;
  top: 104px; }

.selected_49500049 {
  left: 260px;
  top: 190px; }

.selected_49500050 {
  left: 232px;
  top: 230px; }

.selected_49500051 {
  left: 111px;
  top: 118px; }

/*Japan*/
.mapSize_17 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500079 {
  left: 222px;
  top: 30px; }

.selected_49500080 {
  left: 207px;
  top: 116px; }

.selected_49500081 {
  left: 201px;
  top: 170px; }

.selected_49500082 {
  left: 167px;
  top: 181px; }

.selected_49500083 {
  left: 139px;
  top: 209px; }

.selected_49500084 {
  left: 100px;
  top: 205px; }

.selected_49500085 {
  left: 109px;
  top: 233px; }

.selected_49500086 {
  left: 72px;
  top: 250px; }

.selected_49500087 {
  left: 251px;
  top: 258px; }

/*India*/
.mapSize_18 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500074 {
  left: 101px;
  top: 214px; }

.selected_49500075 {
  left: 197px;
  top: 122px; }

.selected_49500076 {
  left: 115px;
  top: 58px; }

.selected_49500077 {
  left: 123px;
  top: 125px; }

.selected_49500078 {
  left: 63px;
  top: 113px; }

/*Ireland*/
.mapSize_19 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500038 {
  left: 153px;
  top: 114px; }

.selected_49500039 {
  left: 163px;
  top: 217px; }

/*Austria*/
.mapSize_20 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500052 {
  left: 254px;
  top: 84px; }

.selected_49500053 {
  left: 219px;
  top: 156px; }

.selected_49500054 {
  left: 142px;
  top: 137px; }

/*Brazil*/
.mapSize_21 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500058 {
  left: 94px;
  top: 63px; }

.selected_49500059 {
  left: 232px;
  top: 100px; }

.selected_49500060 {
  left: 205px;
  top: 178px; }

.selected_49500061 {
  left: 141px;
  top: 147px; }

.selected_49500062 {
  left: 158px;
  top: 240px; }

/*Denmark*/
.mapSize_22 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500069 {
  left: 255px;
  top: 170px; }

.selected_49500070 {
  left: 109px;
  top: 128px; }

.selected_49500071 {
  left: 136px;
  top: 65px; }

.selected_49500072 {
  left: 107px;
  top: 207px; }

.selected_49500073 {
  left: 219px;
  top: 206px; }

/*Finland*/
.mapSize_23 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500113 {
  left: 198px;
  top: 192px; }

.selected_49500114 {
  left: 174px;
  top: 79px; }

.selected_49500115 {
  left: 155px;
  top: 257px; }

.selected_49500116 {
  left: 133px;
  top: 213px; }

/*S.Korea*/
.mapSize_24, .mapSize_95 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500120 {
  left: 200px;
  top: 139px; }

.selected_49500121 {
  left: 127px;
  top: 181px; }

.selected_49500122 {
  left: 130px;
  top: 111px; }

.selected_49500123 {
  left: 181px;
  top: 51px; }

.selected_49500124 {
  left: 130px;
  top: 61px; }

.selected_49500125 {
  left: 106px;
  top: 272px; }

/*Mexico*/
.mapSize_25 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500094 {
  left: 146px;
  top: 153px; }

.selected_49500095 {
  left: 99px;
  top: 73px; }

.selected_49500096 {
  left: 66px;
  top: 128px; }

.selected_49500097 {
  left: 252px;
  top: 207px; }

.selected_49500098 {
  left: 182px;
  top: 124px; }

/*Norway*/
.mapSize_26 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500108 {
  left: 95px;
  top: 218px; }

.selected_49500109 {
  left: 167px;
  top: 64px; }

.selected_49500110 {
  left: 56px;
  top: 256px; }

.selected_49500111 {
  left: 116px;
  top: 156px; }

.selected_49500112 {
  left: 56px;
  top: 202px; }

/*Poland*/
.mapSize_27 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500088 {
  left: 65px;
  top: 98px; }

.selected_49500089 {
  left: 142px;
  top: 54px; }

.selected_49500090 {
  left: 156px;
  top: 219px; }

.selected_49500091 {
  left: 192px;
  top: 129px; }

.selected_49500092 {
  left: 90px;
  top: 179px; }

.selected_49500093 {
  left: 247px;
  top: 191px; }

/*Portugal*/
.mapSize_28 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500099 {
  left: 176px;
  top: 201px; }

.selected_49500100 {
  left: 160px;
  top: 265px; }

.selected_49500101 {
  left: 36px;
  top: 210px; }

.selected_49500102 {
  left: 158px;
  top: 117px; }

.selected_49500103 {
  left: 123px;
  top: 193px; }

.selected_49500104 {
  left: 83px;
  top: 269px; }

.selected_49500105 {
  left: 167px;
  top: 31px; }

/*Sweden*/
.mapSize_29 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500117 {
  left: 131px;
  top: 243px; }

.selected_49500118 {
  left: 162px;
  top: 96px; }

.selected_49500119 {
  left: 158px;
  top: 199px; }

/*Switzerland*/
.mapSize_30, .mapSize_31 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500126 {
  left: 155px;
  top: 74px; }

.selected_49500127 {
  left: 232px;
  top: 128px; }

.selected_49500128 {
  left: 107px;
  top: 114px; }

.selected_49500129 {
  left: 89px;
  top: 194px; }

.selected_49500130 {
  left: 173px;
  top: 120px; }

.selected_49500131 {
  left: 194px;
  top: 178px; }

.selected_49500132 {
  left: 184px;
  top: 81px; }

/*Hong Kong*/
.mapSize_32 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500172 {
  left: 156px;
  top: 84px; }

.selected_49500173 {
  left: 193px;
  top: 151px; }

.selected_49500174 {
  left: 207px;
  top: 192px; }

.selected_49500175 {
  left: 170px;
  top: 225px; }

.selected_49500176 {
  left: 61px;
  top: 189px; }

/*Argentina*/
.mapSize_39 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500166 {
  left: 129px;
  top: 25px; }

.selected_49500167 {
  left: 170px;
  top: 28px; }

.selected_49500168 {
  left: 197px;
  top: 59px; }

.selected_49500169 {
  left: 122px;
  top: 97px; }

.selected_49500170 {
  left: 166px;
  top: 113px; }

.selected_49500171 {
  left: 117px;
  top: 178px; }

/*Chile*/
.mapSize_45 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500133 {
  left: 188px;
  top: 33px; }

.selected_49500134 {
  left: 169px;
  top: 134px; }

.selected_49500135 {
  left: 185px;
  top: 99px; }

.selected_49500136 {
  left: 162px;
  top: 206px; }

/*Czech Republic*/
.mapSize_47 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500137 {
  left: 112px;
  top: 123px; }

.selected_49500138 {
  left: 136px;
  top: 142px; }

.selected_49500139 {
  left: 87px;
  top: 189px; }

.selected_49500140 {
  left: 64px;
  top: 107px; }

.selected_49500141 {
  left: 171px;
  top: 112px; }

.selected_49500142 {
  left: 192px;
  top: 192px; }

.selected_49500143 {
  left: 254px;
  top: 176px; }

.selected_49500144 {
  left: 276px;
  top: 146px; }

/*Greece*/
.mapSize_50 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500145 {
  left: 86px;
  top: 57px; }

.selected_49500146 {
  left: 83px;
  top: 142px; }

.selected_49500147 {
  left: 141px;
  top: 156px; }

.selected_49500148 {
  left: 213px;
  top: 191px; }

/*Peru*/
.mapSize_57 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500154 {
  left: 167px;
  top: 58px; }

.selected_49500155 {
  left: 148px;
  top: 156px; }

.selected_49500156 {
  left: 199px;
  top: 240px; }

.selected_49500157 {
  left: 115px;
  top: 143px; }

.selected_49500158 {
  left: 72px;
  top: 72px; }

.selected_49500159 {
  left: 208px;
  top: 192px; }

.selected_49500160 {
  left: 238px;
  top: 249px; }

.selected_49500161 {
  left: 132px;
  top: 182px; }

.selected_49500162 {
  left: 159px;
  top: 213px; }

.selected_49500163 {
  left: 101px;
  top: 91px; }

.selected_49500164 {
  left: 127px;
  top: 110px; }

.selected_49500165 {
  left: 185px;
  top: 150px; }

/*Turkey*/
.mapSize_67 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500177 {
  left: 165px;
  top: 183px; }

.selected_49500178 {
  left: 269px;
  top: 133px; }

.selected_49500179 {
  left: 48px;
  top: 167px; }

.selected_49500180 {
  left: 242px;
  top: 175px; }

.selected_49500181 {
  left: 127px;
  top: 149px; }

.selected_49500182 {
  left: 167px;
  top: 99px; }

.selected_49500183 {
  left: 41px;
  top: 116px; }

/*Singapore*/
.mapSize_71, .mapSize_72 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500149 {
  left: 142px;
  top: 167px; }

.selected_49500150 {
  left: 231px;
  top: 133px; }

.selected_49500151 {
  left: 127px;
  top: 75px; }

.selected_49500152 {
  left: 177px;
  top: 113px; }

.selected_49500153 {
  left: 49px;
  top: 144px; }

/*Tunisia*/
.mapSize_263 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49500184 {
  left: 176px;
  top: 200px; }

.selected_49500185 {
  left: 128px;
  top: 158px; }

.selected_49500186 {
  left: 148px;
  top: 93px; }

.selected_49500187 {
  left: 188px;
  top: 90px; }

.selected_49500188 {
  left: 138px;
  top: 51px; }

.selected_49500189 {
  left: 175px;
  top: 34px; }

/*Indonesia*/
.mapSize_52 {
  border: 0 none;
  height: 220px;
  width: 450px; }

.selected_49500191 {
  left: 136px;
  top: 133px; }

.selected_49500192 {
  left: 233px;
  top: 152px; }

.selected_49500193 {
  left: 175px;
  top: 76px; }

.selected_49500194 {
  left: 300px;
  top: 90px; }

.selected_49500195 {
  left: 50px;
  top: 71px; }

.selected_49500196 {
  left: 400px;
  top: 66px; }

.selected_49500197 {
  left: 240px;
  top: 80px; }

/*Malasyia*/
.mapSize_55 {
  width: 344px;
  height: 203px;
  border: 0px; }

.selected_49501000 {
  top: 54px;
  left: 64px; }

.selected_49501001 {
  top: 128px;
  left: 196px; }

/*Thailand*/
.mapSize_66 {
  width: 344px;
  height: 307px;
  border: 0px; }

.selected_49501002 {
  top: 54px;
  left: 138px; }

.selected_49501003 {
  top: 84px;
  left: 202px; }

.selected_49501004 {
  top: 118px;
  left: 148px; }

.selected_49501005 {
  top: 229px;
  left: 132px; }

/* ************************************************************************************************************** */
DIV.surveyendContent {
  position: relative; }

DIV.surveyEndGlobal {
  background: url(/Images/surveyend/surveyEndGraph.png) no-repeat 0px 51px;
  height: 457px;
  margin-left: -20px; }

div.surveyEndMiddle {
  padding-top: 36px;
  margin-left: 385px;
  width: 380px; }

.surveyEndImg {
  padding-bottom: 5px;
  border-bottom: 1px solid #989898;
  margin-bottom: 5px; }

.surveyEndCreate {
  font: bold 22px Tahoma; }

.surveyEndBuild {
  font: bold 14px Tahoma;
  color: #989898; }

.tryItBtn-bkg {
  background: url("/Images/surveyend/btn.png") no-repeat scroll left top transparent;
  display: block;
  height: 57px;
  position: absolute;
  left: -34px;
  top: 0;
  width: 34px; }

.tryItBtn {
  background: url("/Images/surveyend/btn.png") no-repeat scroll right top transparent;
  color: #FFFFFF;
  display: block;
  float: left;
  height: 57px;
  line-height: 26px;
  margin-left: 33px;
  padding: 9px 41px 0 0;
  position: relative;
  font: bold 27px Tahoma;
  margin-top: 17px; }
  .tryItBtn.noLink {
    display: none; }

DIV.surveyend {
  background-color: #FFFFFF;
  padding: 20px 0px 0 0 !important; }

DIV.surveyend H1 {
  padding: 0px 20px; }

DIV.pinkTitle {
  background: #fff6fb url(../Images/surveyend/titleBG.png) repeat-x bottom;
  border-top: 1px solid #dbdbdb;
  padding-top: 34px;
  height: 112px;
  color: #989898;
  font: normal 14px Tahoma, sans-serif;
  margin-left: -23px;
  margin-right: 0px; }

DIV.pinkTitle H2 {
  font: normal 24px Tahoma, sans-serif;
  color: #3c3c3c;
  padding: 30px 0 6px 0;
  margin: 0px; }

DIV.pinkTitle SPAN {
  font: bold 14px Tahoma, sans-serif;
  color: #ffc426; }

.pinkTitleWidth {
  width: 620px;
  margin-left: 65px;
  text-align: center; }

DIV.FDSpinkTitle {
  background: #43b8f2 url(../Images/surveyend/titleBG.png) repeat-x bottom;
  border-top: 1px solid #dbdbdb;
  padding-top: 34px;
  padding-bottom: 36px;
  color: #989898;
  font: normal 14px Tahoma, sans-serif;
  margin-left: -23px;
  margin-right: -3px; }

DIV.FDSpinkTitle H2 {
  font: normal 24px Tahoma, sans-serif;
  color: #3c3c3c;
  padding: 30px 0 28px 0;
  margin: 0px;
  width: auto !important; }

.FDSpinkTitleWidth {
  width: 620px;
  margin-left: 65px;
  text-align: center; }

.FDStransDiv {
  background: url("../Images/TQSv2/white_83.png") left top repeat;
  margin-top: -35px; }

DIV.surveyendText {
  width: 620px;
  margin: 0 65px;
  padding-bottom: 100px;
  position: relative; }

DIV.surveyendText H3 {
  font: normal 20px Tahoma, sans-serif;
  color: #3c3c3c;
  padding: 0px 0 6px 0;
  margin: 0px;
  /* border-bottom:1px dashed #d6d6d6;*/ }

DIV.joinText {
  font: normal 34px/34px arial;
  color: #636363;
  vertical-align: bottom;
  margin-bottom: 10px; }

DIV.joinText * {
  vertical-align: bottom; }

DIV.surveyendText P {
  font: normal 18px arial;
  color: #8e8e8e;
  padding: 0px 0px 10px 10px;
  margin: 0px; }

DIV.blueBox {
  display: block;
  position: relative;
  margin: 0px;
  /*width:557px;*/
  border: 1px solid #f2f2f2;
  padding: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

DIV.blueBoxTrans {
  background: url("../Images/TQSv2/white_83.png") left top repeat;
  padding: 10px 0px 15px 20px; }

DIV.blueBox .box_topR {
  background: url(../Images/surveyend/surveyend_result.png) no-repeat 562px -48px;
  padding-right: 14px;
  height: 12px; }

DIV.blueBox .box_topL {
  background: url(../Images/surveyend/surveyend_result.png) no-repeat left -70px;
  height: 12px; }

DIV.blueBox .box_bottomR {
  background: url(../Images/surveyend/surveyend_result.png) no-repeat 565px -24px;
  padding-right: 12px;
  height: 14px; }

DIV.blueBox .box_bottomL {
  background: url(../Images/surveyend/surveyend_result.png) no-repeat left 0px;
  height: 14px; }

DIV.blueBox .box_mid {
  background: url(../Images/surveyend/blueBoxBG.png) repeat top;
  padding-left: 21px; }

DIV.fConnent {
  width: 84px;
  height: 18px;
  margin-left: 15px; }

DIV.formFloat {
  width: 372px;
  float: left; }

DIV.formFloat2 {
  /*width:135px;*/
  text-align: center;
  /*bottom: 14px; position: absolute; right: 15px;*/
  float: right;
  margin-right: 30px;
  margin-top: 70px; }

.textInput {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  width: 350px;
  height: 31px;
  padding: 0 10px;
  text-align: left;
  font: italic 15px/31px arial;
  color: #B0B0B0; }

DIV.textInputName {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  width: 370px;
  height: 31px;
  padding: 0;
  text-align: left;
  font: italic 15px/31px arial;
  color: #B0B0B0; }

DIV.textInputName INPUT.fname {
  float: left;
  width: 170px;
  height: 31px;
  border: 0px;
  background: transparent;
  padding-left: 10px;
  font: italic 15px/31px arial;
  color: #B0B0B0;
  margin: 0px; }

DIV.textInputName INPUT.lname {
  float: left;
  width: 175px;
  height: 31px;
  border: 0px;
  background: transparent;
  padding-left: 10px;
  font: italic 15px/31px arial;
  color: #B0B0B0;
  margin: 0px; }

DIV.textInputName .line {
  float: left;
  height: 25px;
  margin-top: 2px;
  display: inline-block;
  background-color: #dbdbdb;
  width: 1px; }

DIV.agree {
  font: normal 14px/14px arial;
  color: #5a5a5a; }

.par {
  width: 47px;
  height: 24px;
  border: 1px solid #c3c3c3;
  background-color: #fff;
  text-align: center;
  margin-left: -1px;
  color: #a4a4a4;
  float: right; }

.par:hover {
  color: #000;
  opacity: 0.70;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.70; }

#participateInSurvey LABEL {
  margin-right: 10px;
  font-size: 13px;
  float: left;
  padding-top: 5px; }

#participateInSurvey {
  width: 372px; }

.tap {
  width: 47px;
  height: 24px;
  border: 1px solid #c3c3c3;
  background-color: #fff;
  text-align: center;
  margin-left: -1px;
  color: #a4a4a4;
  float: right; }

.tap:hover {
  color: #000;
  opacity: 0.70;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.70; }

#termsAndPrivacy A {
  font: normal 13px/13px arial;
  color: #5a5a5a;
  text-decoration: underline; }

#termsAndPrivacy LABEL {
  margin-right: 10px;
  font-size: 13px;
  float: left;
  padding-top: 5px;
  width: 270px; }

#termsAndPrivacy {
  width: 372px; }

.inputHover {
  color: #000 !important;
  opacity: 0.70;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.70; }

DIV.formFloat FIELDSET {
  margin: 0 0 5px;
  border: none;
  padding: 0;
  float: right;
  width: auto; }

A.btn36 {
  background: url(../Images/surveyend/surveyend_result.png) no-repeat left -272px;
  padding-left: 20px;
  line-height: 36px;
  height: 36px;
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
  font: bold 16px/36px arial;
  color: #666666;
  text-shadow: 1px 1px 1px #ffffff; }

A.btn36 SPAN {
  background: url(../Images/surveyend/surveyend_result.png) no-repeat left -318px;
  height: 36px;
  position: absolute;
  top: 0px;
  right: -20px;
  white-space: nowrap;
  width: 20px; }

DIV.earnText {
  font: bold 13px Tahoma, sans-serif;
  color: #d4d4d4;
  padding-bottom: 5px;
  margin-left: 15px; }

DIV.earnText SPAN {
  color: #ffc426; }

.gender_Male {
  color: #a4a4a4;
  background: url("../Images/male.gif") repeat scroll 3px 2px white;
  width: 187px; }

.gender_Female {
  color: #a4a4a4;
  background: url("../Images/female.gif") repeat scroll 181px 2px white;
  width: 186px; }

.gender {
  height: 31px;
  border: 1px solid #c3c3c3;
  background-color: #fff;
  text-align: center;
  margin-left: -5px; }

.gender:hover {
  color: #000;
  opacity: 0.70;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.70; }

select.day, select.month, select.year, select.hour, select.minute {
  width: 125px;
  border: 3px solid #c3c3c3;
  background-color: #fff;
  text-align: center;
  margin-left: -1px;
  color: #a4a4a4;
  padding: 5px; }

select.day {
  width: 124px; }

span.day, span.month, span.year {
  color: #A4A4A4;
  vertical-align: middle; }

.peopleinHouseHold, .childreninHouseHold, .primaryGroceryShopper {
  float: left;
  width: 347px;
  border: none;
  margin-right: 40px; }

select.peopleinHouseHold, select.childreninHouseHold, select.primaryGroceryShopper {
  /*width:125px !important; height:31px;*/
  padding: 5px;
  border: 3px solid #c3c3c3;
  background-color: #fff;
  margin-left: -1px;
  color: #a4a4a4; }

span.peopleinHouseHold, span.childreninHouseHold, span.primaryGroceryShopper {
  color: #A4A4A4;
  vertical-align: middle; }

DIV.logos {
  margin-top: 20px;
  font: normal 18px/31px arial;
  color: #8e8e8e;
  vertical-align: middle;
  padding-bottom: 13px;
  border-bottom: 1px dashed #d6d6d6; }

DIV.logos * {
  vertical-align: middle; }

DIV.logos IMG {
  padding-right: 10px; }

DIV.logos SPAN {
  display: inline-block;
  padding-right: 14px; }

/**footer**/
DIV#boxFooterContainer {
  position: absolute;
  bottom: 10px;
  left: 30px;
  z-index: 1000;
  text-decoration: none; }

DIV.boxFooter {
  background-color: #8f8f8f;
  border-top: 1px solid #f1f1f1;
  margin-left: -20px;
  cursor: pointer;
  text-decoration: none; }

.boxFooterImg {
  background: url(../Images/surveyend/surveyend_result.png) no-repeat 60px -190px;
  height: 60px;
  width: 127px;
  position: absolute;
  bottom: 1px;
  left: -45px; }

DIV.boxFooter:hover {
  background-color: #8f8f8f; }

DIV.quicText {
  /*width:345px; float:left;*/
  margin-left: 213px;
  text-decoration: none; }

DIV.quicText Span {
  font: normal 14px/17px arial;
  color: #939393;
  text-decoration: none; }

DIV.quicText Img {
  margin: 0 0 -5px 5px; }

DIV.boxFooterText {
  font: normal 18px/30px arial;
  color: #3c3c3c;
  float: left;
  padding-left: 113px; }

#parForm {
  display: none; }

DIV.surveyendContent2 {
  padding-bottom: 90px; }

DIV.surveyendContent2 H3 {
  font: normal 20px Tahoma, sans-serif;
  color: #3c3c3c;
  padding: 0px 0 6px 5px;
  margin: 0px; }

DIV.surveyendContent2 P {
  font: normal 14px Tahoma, sans-serif;
  color: #777777;
  padding: 0 0 29px 5px;
  margin: 0px; }

DIV.surveyendContent2 DIV {
  font: normal 14px Tahoma, sans-serif;
  color: #777777;
  padding: 0px;
  margin: 0px; }

DIV.surveyendContent2 DIV.midContent {
  width: 617px;
  margin: 0 auto;
  border-top: 1px dashed #d6d6d6; }

DIV.midContent DIV.voteDiv {
  border-bottom: 1px dashed #d6d6d6;
  padding: 10px 5px; }

DIV.voteDiv DIV.picFrame {
  background: url(../Images/surveyend/surveyend_result.png) no-repeat 0px -364px;
  width: 110px;
  height: 81px;
  padding: 5px;
  float: left;
  margin-right: 8px; }

DIV.voteDiv DIV.picFrame IMG {
  width: 110px;
  height: 81px; }

DIV.voteDiv DIV.voteText {
  float: left;
  width: 476px; }

DIV.voteDiv DIV.voteText H4 {
  font: bold 16px arial, sans-serif;
  color: #3399cc;
  padding: 0 0 5px 0;
  margin: 0px; }

DIV.voteDiv DIV.voteText P {
  font: normal 16px/18px arial, sans-serif;
  color: #333333;
  padding: 0px;
  margin: 0px;
  width: 372px; }

DIV.voteDiv DIV.voteText P SPAN {
  font: normal 11px arial, sans-serif;
  color: #999999; }

/*DIV.voteDiv DIV.voteNum { float:right; width:158px; text-align:center; padding-top:10px;}*/
DIV.voteDiv DIV.voteNum {
  float: right;
  text-align: center;
  padding-top: 10px; }

DIV.votBtms DIV.votBTNSRight {
  background: url(../Images/surveyend/surveyend_result.png) no-repeat 150px -502px;
  height: 28px;
  padding-left: 7px; }

DIV.votBtms {
  background: url(../Images/surveyend/surveyend_result.png) no-repeat left -465px;
  height: 28px; }

DIV.votBtms DIV.votBTNSRight DIV {
  float: left;
  font: bold 12px/27px arial;
  color: #666666;
  width: 69px; }

DIV.votBtms DIV.votBTNSRight DIV SPAN {
  font: normal 11px/27px arial;
  color: #999999; }

A.btn28S {
  display: inline-block;
  background: url(../Images/surveyend/surveyend_result.png?1) no-repeat right -572px;
  padding-right: 16px;
  height: 28px;
  text-decoration: none;
  float: right;
  position: relative;
  right: -4px; }

A.btn28S SPAN {
  display: inline-block;
  background: url(../Images/surveyend/surveyend_result.png) no-repeat left -92px;
  height: 28px;
  padding: 0 4px 0 20px;
  font: bold 16px/27px arial;
  color: #666666;
  text-shadow: 1px 1px 1px #ffffff; }

/* Income Question */
DIV.coinsContent {
  width: 398px;
  height: 165px;
  margin: 0 auto;
  position: relative; }

DIV.coinsContent DIV {
  width: 398px;
  height: 165px;
  position: absolute;
  display: none; }

/*DIV.coinsContent .coin24 { background:url(../Images/Coins/1.png) no-repeat;}
DIV.coinsContent .coin23 { background:url(../Images/Coins/2.png) no-repeat;}
DIV.coinsContent .coin22 { background:url(../Images/Coins/3.png) no-repeat;}
DIV.coinsContent .coin21 { background:url(../Images/Coins/4.png) no-repeat;}
DIV.coinsContent .coin20 { background:url(../Images/Coins/5.png) no-repeat;}
DIV.coinsContent .coin19 { background:url(../Images/Coins/6.png) no-repeat;}
DIV.coinsContent .coin18 { background:url(../Images/Coins/7.png) no-repeat;}
DIV.coinsContent .coin17 { background:url(../Images/Coins/8.png) no-repeat;}
DIV.coinsContent .coin16 { background:url(../Images/Coins/9.png) no-repeat;}
DIV.coinsContent .coin15 { background:url(../Images/Coins/10.png) no-repeat;}
DIV.coinsContent .coin14 { background:url(../Images/Coins/11.png) no-repeat;}
DIV.coinsContent .coin13 { background:url(../Images/Coins/12.png) no-repeat;}
DIV.coinsContent .coin12 { background:url(../Images/Coins/13.png) no-repeat;}
DIV.coinsContent .coin11 { background:url(../Images/Coins/14.png) no-repeat;}
DIV.coinsContent .coin10 { background:url(../Images/Coins/15.png) no-repeat;}
DIV.coinsContent .coin9 { background:url(../Images/Coins/16.png) no-repeat;}
DIV.coinsContent .coin8 { background:url(../Images/Coins/17.png) no-repeat;}
DIV.coinsContent .coin7 { background:url(../Images/Coins/18.png) no-repeat;}
DIV.coinsContent .coin6 { background:url(../Images/Coins/19.png) no-repeat;}
DIV.coinsContent .coin5 { background:url(../Images/Coins/20.png) no-repeat;}
DIV.coinsContent .coin4 { background:url(../Images/Coins/21.png) no-repeat;}
DIV.coinsContent .coin3 { background:url(../Images/Coins/22.png) no-repeat;}
DIV.coinsContent .coin2 { background:url(../Images/Coins/23.png) no-repeat;}
DIV.coinsContent .coin1 { background:url(../Images/Coins/24.png) no-repeat;}*/
DIV.coinsContent .coin23 {
  background: url(../Images/Coins/1.png) no-repeat; }

DIV.coinsContent .coin22 {
  background: url(../Images/Coins/2.png) no-repeat; }

DIV.coinsContent .coin21 {
  background: url(../Images/Coins/3.png) no-repeat; }

DIV.coinsContent .coin20 {
  background: url(../Images/Coins/4.png) no-repeat; }

DIV.coinsContent .coin19 {
  background: url(../Images/Coins/5.png) no-repeat; }

DIV.coinsContent .coin18 {
  background: url(../Images/Coins/6.png) no-repeat; }

DIV.coinsContent .coin17 {
  background: url(../Images/Coins/7.png) no-repeat; }

DIV.coinsContent .coin16 {
  background: url(../Images/Coins/8.png) no-repeat; }

DIV.coinsContent .coin15 {
  background: url(../Images/Coins/9.png) no-repeat; }

DIV.coinsContent .coin14 {
  background: url(../Images/Coins/10.png) no-repeat; }

DIV.coinsContent .coin13 {
  background: url(../Images/Coins/11.png) no-repeat; }

DIV.coinsContent .coin12 {
  background: url(../Images/Coins/12.png) no-repeat; }

DIV.coinsContent .coin11 {
  background: url(../Images/Coins/13.png) no-repeat; }

DIV.coinsContent .coin10 {
  background: url(../Images/Coins/14.png) no-repeat; }

DIV.coinsContent .coin9 {
  background: url(../Images/Coins/15.png) no-repeat; }

DIV.coinsContent .coin8 {
  background: url(../Images/Coins/16.png) no-repeat; }

DIV.coinsContent .coin7 {
  background: url(../Images/Coins/17.png) no-repeat; }

DIV.coinsContent .coin6 {
  background: url(../Images/Coins/18.png) no-repeat; }

DIV.coinsContent .coin5 {
  background: url(../Images/Coins/19.png) no-repeat; }

DIV.coinsContent .coin4 {
  background: url(../Images/Coins/20.png) no-repeat; }

DIV.coinsContent .coin3 {
  background: url(../Images/Coins/21.png) no-repeat; }

DIV.coinsContent .coin2 {
  background: url(../Images/Coins/22.png) no-repeat; }

DIV.coinsContent .coin1 {
  background: url(../Images/Coins/23.png) no-repeat; }

DIV.silderContent {
  padding-top: 25px; }

DIV.slaiderBG {
  float: left;
  background: #f0555a url(../Images/income/slider1.png) no-repeat center;
  width: 633px;
  height: 22px;
  margin-right: 12px;
  position: relative; }

#slider {
  float: left; }

#slider UL {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 633px;
  height: 22px; }

#slider UL LI {
  padding: 0px;
  margin: 0px;
  border-right: 1px solid #eb1c23;
  display: block;
  float: left;
  width: 35px;
  height: 22px; }

#slider UL LI.last {
  border-right: 0px !important; }

.less {
  color: #000000;
  position: absolute;
  margin-top: 12px;
  left: 0px;
  width: 60px;
  text-align: right; }

.less2 {
  color: #000000;
  position: absolute;
  margin-top: 12px;
  right: 10px;
  /*left: 680px;*/
  width: 78px;
  text-align: left; }

DIV.csliderScroll {
  background: #eb1c23 url(../Images/income/slider-2.png) no-repeat;
  width: 48px;
  height: 38px;
  position: absolute;
  margin-top: -8px;
  cursor: pointer;
  left: 50%; }

SPAN.toolTip {
  width: 162px;
  position: absolute;
  display: block;
  background-color: #f0555a; }

SPAN.toolTip .top {
  background: url(../Images/income/tooltipRight.png) no-repeat right bottom;
  padding-right: 89px;
  height: 20px;
  display: block; }

SPAN.toolTip .top SPAN {
  background: url(../Images/income/tooltipLeft.png) no-repeat left bottom;
  height: 20px;
  display: block; }

SPAN.toolTip .bottom {
  background: url(../Images/income/tooltipBRight.png) no-repeat right bottom;
  padding-right: 6px;
  height: 4px;
  display: block; }

SPAN.toolTip .bottom SPAN {
  background: url(../Images/income/tooltipBLeft.png) no-repeat left bottom;
  height: 4px;
  display: block; }

SPAN.toolTip .midR {
  background: url(../Images/income/tooltipMRight.png) repeat-y right;
  padding-right: 3px;
  display: block; }

SPAN.toolTip .midL {
  background: url(../Images/income/tooltipMLeft.png) repeat-y left;
  padding-left: 3px;
  text-align: center;
  font: normal 13px Tahoma;
  color: #000000;
  display: block; }

SPAN.toolTip .midL SPAN {
  background-color: #FFFFFF;
  display: block;
  padding-bottom: 4px; }

#speed {
  display: none; }

.ui-slider {
  clear: both;
  top: 5em; }

.coinsSelectSlider {
  border: 0;
  height: 12em;
  width: 600px;
  margin: -55px 0 0 68px; }

.coinsSelectSlider div {
  color: #43B8F2;
  background-color: #43B8F2;
  top: 5em;
  height: 22px;
  position: relative;
  font-size: 1.1em;
  background: url("../../Images/income/slider1.png") no-repeat scroll 0 0 #43b8f2;
  border-width: 0px; }

.coinsSelectSlider a#handle_speed {
  margin-left: -1.5em;
  top: -0.5em;
  cursor: default;
  height: 32px;
  position: absolute;
  width: 36px;
  z-index: 2;
  background: url("../../Images/income/slider-2.png") no-repeat scroll 0 0 #43b8f2;
  overflow: visible !important;
  border-width: 0px;
  border-radius: 0; }

#cboxOverlay {
  background: #f8f8f8 url(../Images/TQSv2/white_70.png) 0 0 repeat; }

/*#cboxTopLeft{background:#fff no-repeat;}
#cboxTopRight{background:#fff no-repeat;}
#cboxBottomLeft{background:#fff no-repeat;}
#cboxBottomRight{background:#fff no-repeat;}
#cboxMiddleLeft{background:#fff repeat-y;}
#cboxMiddleRight{background:#fff repeat-y;}
#cboxTopCenter{background:#fff repeat-x;}
#cboxBottomCenter{background:#fff repeat-x;}*/
.RT_ErrorContainer {
  position: relative;
  text-align: center;
  border: 2px solid #f79292;
  left: 250px;
  padding: 5px;
  text-align: center;
  background: #fff;
  z-index: 1000;
  display: none;
  top: -10px;
  font-size: 14px;
  color: #2c2c2c;
  width: 220px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.RT_ErrorClose {
  background: #f79292 url("../Images/TQSv2/icons/close.png");
  width: 13px;
  height: 13px;
  position: absolute;
  top: -6px;
  right: -6px;
  cursor: pointer; }

.pinknum {
  position: absolute;
  left: 5px;
  top: 8px;
  color: #f79292;
  font-size: 11px;
  display: none; }

.raceQuestionSeperator {
  font-size: 1px;
  line-height: 0;
  clear: both;
  margin: 17px 0px 17px;
  height: 1px;
  background: #ededed; }

.raceQuestion {
  border: none;
  margin-right: 3px;
  top: 11px;
  margin-bottom: 0;
  padding-bottom: 0; }

/*{float: left; width: 200px; border: none }*/
/*.raceQuestion h2 { display: none }*/
.ethnicityQuestion {
  border: none;
  margin-right: 3px;
  top: 11px; }

.raceQuestionOuter {
  position: relative; }

.raceQuestionOuter h2 {
  margin-top: 22px; }

.ethnicityQuestionOuter h3 {
  color: #898989;
  margin: 0 0 10px; }

.ethnicityQuestionOuter h2 {
  margin: 0; }

.RedirectCountdownTitle {
  font-size: 30px;
  color: #636363;
  line-height: 50px; }

.RedirectCountdownSubTitle {
  font-size: 22px;
  color: #9F9F9F;
  line-height: 40px; }

.RedirectCountdownText {
  font-size: 25px;
  color: #9E9E9E;
  display: inline-block;
  line-height: 40px; }

.RedirectCountdownTextEran {
  color: #6B6B6B;
  font-size: 16px;
  line-height: 30px; }

.RedirectCountdownTextEran span {
  color: #ffc426; }

.RedirectCountdownTextLength {
  color: #919191;
  font-size: 16px;
  line-height: 20px; }

.redirectEndPageBtn {
  display: inline-block;
  height: 52px;
  line-height: 50px;
  width: 225px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  background: transparent url("../Images/Buttons/RedirectEndPageBtn.png") left top no-repeat;
  position: relative;
  cursor: pointer;
  z-index: 101;
  text-align: center;
  text-decoration: none; }

.redirectEndPageBtn:hover {
  background-position: 0px -51px; }

/*LABEL.lineLabel INPUT { -moz-opacity: 0 !important; filter: alpha(opacity=0) !important; opacity: 0 !important; }*/
.powerby {
  float: right;
  text-align: center;
  color: #a6a5a5;
  position: absolute;
  right: 0px;
  bottom: -40px; }

.powerby a {
  color: #a6a5a5;
  /*padding:5px 5px 0px 0px;margin-top:7px;*/
  text-decoration: none; }

.powerby span {
  display: inline-block;
  padding: 21px 5px 0px 0px; }

.powerby img {
  float: right; }

.wesorry {
  border-top: 1px dashed #d6d6d6;
  border-bottom: 1px dashed #d6d6d6;
  margin: 0 auto;
  width: 630px;
  padding: 70px 0px;
  text-align: center;
  position: relative;
  display: block;
  min-height: 300px; }

.wesorry h3 {
  color: #333333;
  font-size: 24px;
  font-family: Tahoma, sans-serif; }

.wesorry p {
  color: #989898;
  font-size: 24px;
  font-family: Tahoma, sans-serif;
  margin: 0 0 5px 0; }

.wesorrySpan {
  color: #9e9e9e;
  font-size: 14px; }

.wesorry div {
  color: #9e9e9e;
  font-size: 34px;
  margin: 4px 0px 6px 0px; }

.wesorry#RedirectCountdown {
  color: #9e9e9e;
  font-size: 34px; }

.wesorryContainer {
  padding: 100px 0px; }

.endPageErrorImage {
  position: absolute;
  top: 138px;
  right: 0px; }

.pink_bua {
  display: none;
  z-index: 101;
  left: 0px;
  top: -10px;
  height: 45px;
  background: #fff;
  position: absolute;
  padding: 10px 10px 15px 10px;
  height: 25px;
  border: 2px solid #43B8F2;
  color: #c2c2c2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url("/Styles/Support/PIE.htc"); }

.pink_bua input {
  color: #000000;
  width: 100%;
  font-size: 16px;
  border: none !important;
  float: left;
  display: block;
  position: relative;
  left: 10px;
  top: 16px; }

.pink_bua a.close {
  font-size: 11px;
  display: block;
  width: 6px;
  height: 6px;
  color: #9a9a9a;
  float: right;
  margin-top: -10px;
  cursor: pointer; }

.pink_bua a.close:hover {
  color: #000; }

.pink_bua input.empty {
  color: #c2c2c2; }

.pink_vi {
  z-index: 1002;
  top: 6px;
  left: 37px;
  display: none;
  position: absolute;
  width: 15px;
  height: 12px;
  background-position: -16px -1172px;
  background-color: transparent; }

.tooltip_vi {
  z-index: 1002;
  top: -10px;
  left: 37px;
  display: none;
  position: absolute;
  width: 15px;
  height: 12px;
  background-position: -16px -1172px; }

.matrixToolTip {
  display: none;
  z-index: 101;
  position: absolute;
  background: #fff;
  padding: 10px 10px 15px 10px !important;
  border: 2px solid #43B8F2;
  color: #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  max-width: 300px;
    /*
    height:25px;
    white-space: nowrap; 
behavior: url('/Styles/Support/PIE.htc');
    */ }

.matrixHrDiv {
  font-size: 1px;
  line-height: 0;
  clear: both;
  margin: 0 0 10px 0; }

.resendTokenVerification {
  font-size: 14px;
  color: #43B8F2;
  float: right;
  padding-right: 8px; }

.cultureImage {
  background: url("../Images/globe.png") 370px center no-repeat;
  height: 259px; }

.culuteQuestionContentContainer {
  padding-top: 42px; }

.culuteQuestionContentContainer h2 {
  margin-left: 3px; }

.addrQuestion {
  float: left;
  width: 400px;
  margin-top: 5px; }
  .addrQuestion #subProvinceBackUp {
    display: none; }

.addrQuestion #state, .addrQuestion #subProvince {
  top: -4px;
  width: 308px;
  border: 3px solid #d9d9d9;
  background-color: #fff;
  padding: 5px;
  margin-bottm: 5px; }

#subProvince.addrQuestion.disabled {
  color: #D9D9D9 !important;
  border: 3px solid #D9D9D9 !important; }

input.addrQuestion {
  width: 298px;
  height: 33px;
  margin-top: 0px;
  border: 2px solid #d9d9d9;
  background-color: #fff;
  margin: 12px 0 0;
  font-size: 19px;
  padding-left: 7px; }

input.EmptyInput {
  color: #9e9e9e; }

h2.addrQuestion {
  color: #505050;
  font-size: 18px;
  font-weight: bold; }

.dobQuestion {
  float: left;
  margin-top: 11px;
  margin-right: 46px;
  min-height: 210px; }

input.dobQuestion {
  width: 460px;
  height: 33px;
  margin-top: 0px;
  border: 2px solid #d9d9d9;
  background-color: #fff;
  margin: 12px 0 0;
  font-size: 19px;
  padding-left: 7px; }

h2.dobQuestion {
  color: #505050;
  font-size: 18px;
  font-weight: bold; }

.householdQuestion {
  float: left;
  width: 545px;
  margin-top: 11px; }

h2.householdQuestion {
  color: #505050;
  font-size: 18px;
  font-weight: bold; }

/*.houseHoldImage{ position: absolute;right: 25px; top: 0}*/
.houseHoldImage {
  position: absolute;
  right: 100px; }

input.yellowBckGrnd, select.yellowBckGrnd {
  background-color: #FFFB86 !important; }

.TQSFrameInTable {
  width: 100%;
  padding-left: 20px; }

#TQSFrameIn.quickPosition #TQS_Header h1 {
  visibility: hidden; }

div.rankAnswerItemContainr {
  margin-top: 10px;
  clear: both;
  padding-top: 10px;
  width: 340px; }

div.rankAnswerClickContainer {
  background: url(../Images/Ranking/ClickOrderBackgorund.png) no-repeat;
  float: left;
  position: relative;
  cursor: pointer;
  width: 228px;
  height: 70px; }

div.rankAnswerNumberContainer {
  background: url(../Images/Ranking/ClickOrderNumberBackground.png) no-repeat;
  float: left;
  height: 70px;
  width: 78px;
  margin-left: 20px; }

input.rankAnswerNumber {
  font-size: 48px !important;
  color: #63b3e2;
  font-family: Times new roman !important;
  font-weight: bold;
  line-height: 50px;
  margin-left: 10px;
  margin-top: 3px;
  width: 50px;
  border: 0;
  text-align: center; }

div.rankClickUnselected {
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 16px;
  background-position: -14px -954px;
  margin: 10px; }

div.rankClickUnselected.rankClickSelected {
  background-position: -14px -985px; }

.rankAnswerClickContainerData {
  margin: 5px; }

.rankAnswerClickContainerData .rankAnswerText {
  height: 55px;
  vertical-align: middle; }

.rankAnswerClickContainerData .RT_smallImageHeightNoBorder {
  margin-top: 0px; }

.rankAnswerClickContainerData .rankAnswerTextWithMultimedia {
  width: 120px; }

.rankAnswerClickContainerData .rankAnswerTextWithoutMultimedia {
  width: 185px; }

div.starAnswerMainContainer {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 70px; }

.rankAnswerStarContainerData {
  margin: 5px;
  float: left; }

.rankAnswerStarContainerData .starAnswerText {
  height: 55px;
  width: 180px;
  padding-left: 4px;
  vertical-align: middle; }

.rankAnswerStarContainerData .RT_smallImageHeightNoBorder {
  margin-top: 0px; }

.rankAnswerStarContainerData .starAnswerTextWitouthMultimedia {
  width: 174px; }

div.starSection {
  width: 476px;
  height: 70px;
  margin-left: 10px;
  float: left;
  padding-top: 15px;
  padding-left: 5px;
  background: url(../Images/Ranking/starBackgroundContainer.png) no-repeat;
  float: left; }

.starSectionLineDelimeter {
  border-top: 1px solid #ededed;
  clear: both;
  width: 100%;
  clear: both; }

.starCollection {
  width: 410px;
  float: left; }

.starClearDelimeter {
  border-left: 1px solid #e2e2e2;
  width: 1px;
  height: 40px;
  float: left; }

/*--*/
/*--*/
div.dragdropBackgroundContainer {
  float: left;
  width: 225px;
  background: url(../images/Ranking/dragndroplaceHolder.png) repeat-y; }

ul.dragdropSortable {
  width: 225px;
  min-height: 64px;
  z-index: 2;
  list-style-type: none;
  margin: 0;
  padding: 0; }

div.dropHereContainer {
  position: absolute;
  width: 225px;
  background: url(../images/Ranking/DropHere.png) repeat-y;
  z-index: 1; }

div.dragSectionSpacer {
  margin-left: 50px; }

li.dragItemContainer {
  background: url(../Images/Ranking/ClickOrderBackgorund.png) no-repeat;
  width: 225px;
  height: 70px;
  position: relative;
  cursor: pointer;
  margin-bottom: 4px;
  z-index: 2;
  float: left;
  list-style-type: none; }

div.dropItemContainer {
  background: url(../Images/Ranking/DragDropContainerBackground.png) no-repeat;
  width: 222px;
  height: 64px;
  margin-bottom: 14px; }

div.blueCircle {
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 16px;
  margin: 10px;
  background-position: -14px -985px; }

div.dragAnswerTextContainerData {
  margin: 5px; }

div.dragAnswerTextContainerData .dragAnswerText {
  height: 55px;
  vertical-align: middle;
  width: 185px;
  float: left; }

div.dragAnswerTextContainerData .RT_smallImageHeightNoBorder {
  margin-top: 0px; }

div.dragAnswerTextContainerData .dragAnswerTextWithoutMultimedia {
  width: 193px; }

div.dragAnswerTextContainerData .dragAnswerTextWithMultimedia {
  width: 127px; }

div .numbersContainer {
  float: left; }

div.dropNumbers {
  height: 64px;
  line-height: 64px;
  font-size: 48px !important;
  font-family: Times new roman !important;
  font-weight: bold;
  margin-bottom: 10px;
  color: #e0e0e0;
  margin-left: 20px; }

div.dragItemContainerdragging {
  background: url(../Images/Ranking/DragDropSelectedBackground.png) no-repeat; }

.dragInnerTextRankingWithMultimedia {
  width: 121px; }

.dragInnerTextRankingWithoutMultimedia {
  width: 188px; }

input.outerQuestion {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important; }

#dragdrop:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: '.';
  height: 0; }

#dragdrop ul {
  margin: 0px 5px 0px 0px;
  width: 120px;
  float: left;
  min-height: 54px;
  padding: 0;
  position: relative; }

#dragdrop ul li {
  list-style-type: none;
  margin: 5px 0px 0px 0px;
  cursor: move;
  position: relative;
  background: url(../Images/Ranking/i_ClickOrderBackgorund.png) no-repeat;
  height: 54px; }

.dropherecol {
  width: 120px;
  float: left;
  overflow: hidden;
  background: url(../images/Ranking/i_DropHere.png) center bottom no-repeat !important; }

.drophere {
  /*display:inline-block;width: 120px;height: 54px;*/
  background: url(../images/Ranking/i_DropHere.png) no-repeat !important;
  /*margin-top:7px !important;*/ }

.InnerTextRanking {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.AlignerTextRanking {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%; }

.characterCountContainer {
  text-align: right;
  color: #b3b3b3;
  margin-right: 5px; }

.characterCountContainer .countBox {
  border: 1px solid #e7e7e7;
  padding-right: 10px;
  text-align: left;
  margin-left: 7px;
  color: #b3b3b3; }

.validInputNote {
  color: #b3b3b3;
  clear: both;
  margin-left: 3px; }

#dateSection {
  position: relative; }

.datetimeToolTipArrow {
  display: none;
  position: absolute;
  top: 37px;
  left: 10px;
  width: 15px;
  height: 12px;
  background-position: -14px -1153px;
  z-index: 999; }

.datetimeToolTipBody {
  display: none;
  position: absolute;
  top: 47px;
  left: 0px;
  border: 2px solid #8ed0ef;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  white-space: nowrap; }

.dateTimeSeperator {
  width: 20px;
  text-align: center;
  float: left;
  height: 33px;
  line-height: 33px;
  color: #C3C3C3; }

.outerAnswerContainer {
  clear: both;
  margin-top: 10px; }

/* remove the red border from the email tag  */
input:required {
  box-shadow: none; }

input:invalid {
  box-shadow: none; }

/* multipletextboxes Question   */
.multipleTextBoxQuestionContainer {
  width: 390px;
  margin-top: 5px;
  margin-bottom: 10px; }

.multipleTextBoxSingleRow {
  float: left; }

.multipleTextBoxSingleRow_Container {
  float: right;
  width: 460px; }

.multipleOpenTextContainer, .multiTextboxesSingleItemContainer {
  border-bottom: 1px solid #ededed;
  clear: both; }

.multipleTextBoxAnswerContainer div.textarea textarea {
  width: 309px; }

.multipleTextBoxAnswerContainer div.textarea {
  width: 315px; }

/*CUSTOM DROP-DOWN - START*/
.custSelector {
  width: 352px;
  position: relative;
  display: block; }

.custSelector label {
  /*line-height: 60px;min-height:60px;*/
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5; }

.custSelector .listItem {
  min-height: 30px;
  cursor: pointer;
  padding: 0 0 0 10px; }

.custSelector .listItem label {
  cursor: pointer; }

.custSelector .listItem:hover {
  background-color: #E0E0E0; }

.custSelector .selected {
  /*height:40px;*/
  border: 1px solid #DFDFDF;
  position: relative;
  background-color: #FFFFFF;
  cursor: pointer;
  display: block;
  overflow: hidden; }

.custSelector .selected > label {
  padding-left: 10px;
  /*line-height:40px;*/
  color: #999;
  border: none; }

#themePartSelector > div.selected > label {
  display: inline-block;
  width: 290px;
  overflow: hidden;
  white-space: nowrap; }

.custSelector .list {
  background: #fcfcfc;
  position: absolute;
  border: 1px solid #b2b2b2;
  z-index: 10;
  right: 0;
  left: 0;
  z-index: 105; }

.custSelector .list label:nth-child(even) {
  background: #fff; }

.custSelector .arrowdown {
  background: url("/Images/TQSv2/sprites/scrollbar_sprite_gray.png") no-repeat scroll -150px 3px transparent;
  bottom: 14px;
  height: 12px;
  right: 5px;
  position: absolute;
  width: 16px; }

/*CUSTOM DROP-DOWN - END*/
.choiceDropDownQContainer .openText .lineLabel {
  border: none; }
.choiceDropDownQContainer .openText .choiceInputElement {
  float: none;
  display: inline-block;
  margin: 0;
  width: auto; }
  .choiceDropDownQContainer .openText .choiceInputElement .text {
    width: auto; }
    .choiceDropDownQContainer .openText .choiceInputElement .text span {
      width: auto; }
.choiceDropDownQContainer .list {
  /*.choiceInputElement{display:none}*/ }
  .choiceDropDownQContainer .list .radio {
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    width: 0; }
  .choiceDropDownQContainer .list label.lineLabel:hover {
    background-color: #BCDDF2;
    cursor: pointer; }

.custSelector .list label .spanspace {
  line-height: 16px;
  background: none;
  max-width: 305px;
  display: inline-block;
  overflow: hidden; }

.custSelector .list label .spanspace .skinAnswerText {
  max-width: 235px;
  font-size: 14px; }

.custSelector .list label:hover {
  background: #3399ff; }

.custSelector .RT_imageContainer {
  margin-bottom: 5px; }

/*.lineLabel div.checker {margin-top:17px;}*/
.choiceDropDownQContainer .custSelector > a {
  height: 35px;
  line-height: 35px; }
  .choiceDropDownQContainer .custSelector > a .arrowdown {
    bottom: 11px; }

#page_customize .custSelector .list label:hover {
  background: none; }

#page_customize .custSelector label {
  border: 0; }

/*	COLORBOX FIX	*/
#colorbox #cboxWrapper {
  background: #fff;
  border: 0 !important;
  z-index: -1; }

#cboxLoadingGraphic {
  background: white url(/Images/TQSv2/illustration/loader.gif) no-repeat center center !important; }

#cboxLoadingGraphicText {
  display: none; }

	/*
  .slider-step {display:none;}
    .ratingstopsplace {position:absolute;left:20px;top:24px;height:23px;z-index:11;}
  

  .ui-slider-track {height:23px;position: relative;z-index:13;}

  .withtooltippics {margin-top:200px;}
  .withtooltip {margin-top:120px;}

  .withtooltippics .ratingtooltip {top:-185px;}
  .withtooltippics .ratingstop.this .ratingtooltip, .withtooltippics .ratingtooltip:hover {top:-189px;}

  .withtooltip .ratingtooltip {top:-110px;}
  .withtooltip .ratingstop.this .ratingtooltip, .withtooltip .ratingtooltip:hover {top:-114px;}


  .ratingstop:first-child {margin-left:0px !important;}

  @media screen and (min-width: 300px) and (max-width: 420px)
  {
  .ratingslider {width:231px;margin:10px 5px;}

  .withtooltippics {margin-top:180px;}
  .withtooltip {margin-top:110px;}

  .ratingtooltip {display:none}
  .ratingstop.this .ratingtooltip {display:block;}
  }

  @media screen and (min-width: 420px) and (max-width: 500px)
  {
  .ratingslider {width:400px;margin:10px 0px;}

  .withtooltippics {margin-top:180px;}
  .withtooltip {margin-top:110px;}

  .ratingtooltip {display:none}
  .ratingstop.this .ratingtooltip {display:block;}
  }



.ratingspacer {
	height:60px;
}

.imageratingspace {
	height:25px;
}
*/
.clear {
  clear: both; }

.textPadding {
  padding-left: 5px; }

.vselement {
  width: 65px;
  background: #ebebeb url(/Asset/Wizard/Images/sprites/spritefull.png) -66px -999px no-repeat;
  height: 65px;
  float: left;
  margin: 80px 10px 0px 10px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px; }

.likeornot div {
  height: 40px;
  width: 50px;
  background: url(/Asset/Wizard/Images/sprites/spritefull.png) 0px 0px no-repeat;
  margin: 0px 0px 0px 0px;
  cursor: pointer; }

.likeornot div.yeslike {
  background-position: -134px -123px;
  float: left;
  margin-left: 17px; }
  .likeornot div.yeslike.selected {
    background-position: -134px -82px; }

.likeornot div.yeslike:hover {
  background-position: -134px -167px; }

.likeornot span.marker {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 1px;
  height: 50px;
  background: #d2d2d2; }

.likeornot div.nolike {
  background-position: -187px -82px;
  float: right;
  margin-right: 10px; }
  .likeornot div.nolike.selected {
    background-position: -187px -125px; }

.likeornot div.nolike:hover {
  background-position: -187px -169px; }

.slider {
  background: #ededed;
  border: 1px solid #d3d3d3;
  border-radius: 5px 5px 5px 5px;
  display: table;
  height: 25px;
  margin: -4px 0 0;
  position: relative;
  width: 100%;
  border-spacing: 0;
  background: #ededed;
  /* Old browsers */
  background: -moz-linear-gradient(top, lightgrey 0%, lightgrey 3%, #ededed 7%, #ededed 51%, #ededed 92%, lightgrey 96%, lightgrey 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, lightgrey), color-stop(3%, lightgrey), color-stop(7%, #ededed), color-stop(51%, #ededed), color-stop(92%, #ededed), color-stop(96%, lightgrey), color-stop(100%, lightgrey));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, lightgrey 0%, lightgrey 3%, #ededed 7%, #ededed 51%, #ededed 92%, lightgrey 96%, lightgrey 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, lightgrey 0%, lightgrey 3%, #ededed 7%, #ededed 51%, #ededed 92%, lightgrey 96%, lightgrey 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, lightgrey 0%, lightgrey 3%, #ededed 7%, #ededed 51%, #ededed 92%, lightgrey 96%, lightgrey 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, lightgrey 0%, lightgrey 3%, #ededed 7%, #ededed 51%, #ededed 92%, lightgrey 96%, lightgrey 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d3d3', endColorstr='#d3d3d3',GradientType=0 );
  /* IE6-9 */ }
  .slider .notchMask {
    position: absolute;
    height: 25px;
    width: 100%;
    top: 0px;
    left: 0px; }
  .slider ul.notch {
    text-align: justify;
    margin: 0px;
    padding: 0px;
    display: table-row; }
    .slider ul.notch li {
      display: table-cell;
      height: 25px;
      text-align: left;
      list-style-type: none;
      padding: 0px; }
      .slider ul.notch li span {
        display: block;
        width: 1px;
        height: 25px;
        border-left: 1px solid #C9CDD0;
        border-right: 1px solid #ECEDEF;
        background: #BDC2C6; }
        .slider ul.notch li span.empty {
          background: none;
          border-left: 1px solid transparent; }
  .slider .handle {
    z-index: 1;
    position: absolute;
    width: 20px;
    height: 34px;
    display: block;
    cursor: pointer;
    margin-left: -12px;
    top: -4px;
    left: 0px;
    -webkit-box-shadow: 1px 2px 3px #888;
    -moz-box-shadow: 1px 2px 3px #888;
    box-shadow: 1px 2px 3px #888;
    border-radius: 5px;
    background: red; }
    .slider .handle div {
      background: url("/images/rating/handle3.png") no-repeat;
      width: 20px;
      height: 34px; }

.ratingAnswerContainer {
  border-top: 1px solid #ddd;
  padding-top: 15px; }
  .ratingAnswerContainer:first-child {
    border: 0; }

.ratingslider {
  width: 650px;
  height: 46px;
  margin: 0 auto 5px;
  position: relative;
  clear: both;
  padding: 24px 20px 0px 20px; }

.ratingfooter {
  display: table;
  width: 690px;
  margin: 0 auto 20px; }
  .ratingfooter ul {
    display: table-row;
    list-style-type: none;
    text-align: justify;
    margin: 0px;
    padding: 0px; }
    .ratingfooter ul li {
      display: table-cell;
      color: #8b8b8b; }
      .ratingfooter ul li.last {
        text-align: right; }
      .ratingfooter ul li .RT_imageContainer {
        float: none;
        width: 100px; }
  .ratingfooter.hidden {
    visibility: hidden; }

.rattingheader {
  width: 690px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  clear: both; }
  .rattingheader .tooltip {
    border: 1px solid #D3D3D3;
    visibility: hidden;
    max-width: 100px;
    min-height: 50px;
    position: relative;
    left: 0px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 3px #888;
    -moz-box-shadow: 1px 2px 3px #888;
    box-shadow: 1px 2px 3px #888;
    background: #fff;
    padding: 5px; }
    .rattingheader .tooltip.visible {
      visibility: visible; }
    .rattingheader .tooltip .RT_imageContainer {
      float: none;
      width: 100px; }
  .rattingheader .arrowContainer {
    margin: 0 20px;
    position: relative; }
    .rattingheader .arrowContainer .arrow {
      border-color: #BFBFBF transparent transparent;
      border-style: solid;
      border-width: 10px 8px 0;
      height: 0;
      margin-top: -1px;
      position: absolute;
      width: 0;
      visibility: hidden;
      margin-left: -10px; }
      .rattingheader .arrowContainer .arrow.visible {
        visibility: visible; }
      .rattingheader .arrowContainer .arrow .arrow_inner {
        border-color: #FFFFFF transparent transparent;
        border-style: solid;
        border-width: 7px 5px 0;
        height: 0;
        left: -5px;
        position: relative;
        top: -10px;
        width: 0; }
  .rattingheader .explain {
    color: #ABABAB; }
    .rattingheader .explain.hidden {
      visibility: hidden;
      display: block; }
  .rattingheader.ratingheadermedia .tooltip {
    height: 100px; }

.thumbstyle {
  margin: 0px 20px 20px 0px; }
  .thumbstyle .videopreview .RT_VideoContainer {
    text-align: left; }
  .thumbstyle .imagepreview {
    width: 220px;
    height: 180px;
    background: #f3f3f3;
    border: 2px solid #e1e6ea;
    overflow: hidden;
    position: relative;
    text-align: center;
    float: left; }
    .thumbstyle .imagepreview span {
      color: #bfc4ce;
      display: block;
      width: 100%;
      height: 180px;
      line-height: 180px;
      text-align: center;
      font-size: 14px; }
    .thumbstyle .imagepreview img {
      max-width: 240px;
      max-height: 200px; }
  .thumbstyle .desktopvideo {
    margin: 0px; }
  .thumbstyle .RT_imageContainer {
    float: none;
    margin: 0px;
    max-height: 180px;
    max-width: 220px; }
  .thumbstyle .RT_largeImageHeight {
    padding: 0px; }
  .thumbstyle .RT_VideoContainer {
    margin: 0px; }

.likeornot {
  padding: 15px 20px;
  border: 1px solid #e0e0e0;
  width: 184px;
  background: url(/Images/rating/slideroutbg.png);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 3px #888;
  -moz-box-shadow: 1px 2px 3px #888;
  box-shadow: 1px 2px 3px #888;
  margin: 15px 0px;
  overflow: hidden;
  position: relative; }

.battlestyle {
  width: 308px;
  margin: 20px 0px 20px 0px;
  float: left; }
  .battlestyle .RT_VideoContainer {
    margin: 0px; }
  .battlestyle .imagepreview, .battlestyle .videopreview {
    margin: 0px 0px 10px 0px;
    float: none;
    width: 304px;
    text-align: center; }
  .battlestyle .videopreview iframe {
    max-height: 184px;
    max-width: 304px; }
  .battlestyle .imagepreview img {
    max-width: 304px;
    max-height: 184px; }
  .battlestyle .likeornot {
    width: 100px;
    margin: 10px auto; }
    .battlestyle .likeornot div.yeslike {
      float: none;
      margin: 0px auto; }
  .battlestyle .desktopvideo {
    margin: 0px; }
    .battlestyle .desktopvideo object, .battlestyle .desktopvideo embed {
      width: 304px !important;
      height: 180px !important; }
  .battlestyle .RT_imageContainer {
    float: none;
    margin: 0px; }
  .battlestyle .RT_largeImageHeight {
    padding: 0px; }

.skinAnswerText {
  font-weight: bold; }

.ui-widget-content .ui-priority-secondary {
  opacity: 1; }

.runTimeIntroPage .TQSFrameInTable {
  width: 98%; }
  .runTimeIntroPage .TQSFrameInTable .tableMiddlePart td {
    -webkit-box-shadow: 6px 6px 12px 3px #F0F2F1;
    box-shadow: 6px 6px 12px 3px #F0F2F1;
    height: 315px;
    background: url("/Asset/Wizard/Images/bg/IntroPage/onePart.png") repeat 0 0;
    border: 2px solid #E8E8E8; }
  .runTimeIntroPage .TQSFrameInTable .tableMiddlePart .htmlEContainer {
    padding: 35px;
    font-family: 'AvenirLTStd35LightRegular';
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    max-width: 656px; }
  .runTimeIntroPage .TQSFrameInTable .topHrDiv {
    display: none; }
  .runTimeIntroPage .TQSFrameInTable #TQS_Header {
    padding-top: 20px; }
.runTimeIntroPage .progressBar {
  display: none; }
.runTimeIntroPage .shortIntroDiv {
  display: none; }

