
/**
 * Common Questions
 */

#common-questions {
  padding-left: 30px;
  padding-bottom: 30px;
}

#common-questions #left {
  float: left;
  width: 480px;
}

#common-questions #left .campaign A {
  display: block;
  background: url('/images/kids/bgs/common-questions/arrow.gif') 2px 10px no-repeat;
  border-bottom: 1px solid #e57133;
  color: #ffffff;
  line-height: 16px;
  padding: 4px 10px;
}

#common-questions #left .campaign A:hover {
  color: #ffde03;
}

#common-questions #right {
  position: relative;
  float: right;
  width: 480px;
  height: 480px;
  background: url('/images/kids/bgs/common-questions/right.jpg') no-repeat;
}

#common-questions #right .padding {
  padding: 50px 55px;
}

#common-questions #right .question {
  width: 280px;
  color: #ffde03;
  font-weight: bold;
}

#common-questions #right .answer {
  position: absolute;
  width: 350px;
  top: 170px;
  left: 55px;
  color: #012d53;
}

#common-questions #right .bobby {
  position: absolute;
  width: 152px;
  height: 232px;
  top: -73px;
  right: 0px;
  z-index: 10;
}

#common-questions #right .answer P,
#common-questions #right .answer UL {
  margin: 0px 0px 8px 0px;
  padding: 0px;
}

#common-questions #right .answer UL {
  list-style: none;
}

#common-questions #right .answer UL LI {
  background: url('/images/global/bgs/li.gif') 0px 6px no-repeat;
  padding-left: 10px;
  padding-bottom: 8px;
}

#common-questions #right .answer A {
  color: #012d53;
}

#common-questions #right .answer IMG {
  margin-bottom: 4px;
}


/**
 * Tabs
 */

#tabs .tabs A {
  font-size: 11px;
  padding: 0px 8px;
}