#faqdetail #faqview h2 {
  font-size:1.5em;
  line-height:1.2em;
}

p.answered_info {
  padding:10px;
  background:#FFDCB7;
}

#faqview ul.entry-container {
  border-bottom:1px solid #ccc;
}


/* QUICK QUESTION FORM
 ###################################### */
 
 #question-form {
 overflow:hidden;
 padding:0 10px 0 0;
}

#question-form li.label {
  width:60px;
  margin-top:3px;
}

#question-form li.inputnobg {
  float:left;
  padding:2px;
  padding-left:25px;
  margin-bottom:0;
  background:url(http://media.platinnetz.de/img/bubble.png?1248167488) no-repeat center left;
}

#question-form li.inputnobg textarea {
  width:270px;
  height:54px;
  margin-right:10px;
  border:none;
  background:#fff;
  color:#666;
}

#question-form button {
margin-top:33px;
}

/* NEW QUESTION FORM
 ###################################### */

#askquestion .tag-info {
  margin-left:160px;
  margin-top:10px;
}


ul.forms li.label {
  width: 160px;
}

ul.forms li.inputnobg input{
  width:280px;
}

ul.forms li.inputnobg textarea {
  height:86px;
  width:283px;
}


#askquestion div.help_bubble {
  background: url('http://media.platinnetz.de/img/how_to_bg_top.png?1251204686') no-repeat top;
  padding-top: 10px;
  width: 300px;
  position: absolute;
  right: -310px;
}

#askquestion div.help_bubble .help_inner {
  background: url('http://media.platinnetz.de/img/how_to_bg_bottom.png?1251360881') no-repeat bottom;
  padding:0 10px 15px;
  font-size: 11px;
}

#askquestion div.help_bubble img {
  position: absolute;
  left: -9px;
}

#askquestion div.help_bubble strong {
 display: block;
 margin-bottom: 10px;
}

/* MAGAZINE ARTICLES
  ###################################### */


#magazine_articles li {
  margin-bottom: 5px;
  overflow: hidden;
}


#magazine_articles li img {
  float: left;
  margin-right: 10px;
  width: 60px;
  border: 1px solid #ccc;
  background: #FFF;
  padding: 3px;
}

/* SHOW HIDDEN QUESTIONS
  ###################################### */
  
ul.hidden a:hover {
color: #000 !important;
}
