/*
**  Migros edialog FAQ-Rating styles
*/
.mgb-edialog-faqrating {
  padding: 10px 5px 5px 10px;
}
a.mgb-edialog-faqrating-yes {
  color: #3FAC3B !important;
  background: #fff url(th_daumen_gruen_small.gif) no-repeat 5px center;
  border:1px solid #f60;
  padding: 5px 5px 5px 22px;
  line-height:18px;
  text-decoration:none !important;
}
a.mgb-edialog-faqrating-yes:hover {
  border:1px solid #3FAC3B;
}
a.mgb-edialog-faqrating-no {
  color: #D30822 !important;
  background: #fff url(th_daumen_rot_small.gif) no-repeat 5px center;
  border:1px solid #f60;
  padding: 5px 5px 5px 22px;
  line-height:18px;
  text-decoration:none !important;
}
a.mgb-edialog-faqrating-no:hover {
  border:1px solid #D30822;
}
.mgb-edialog-debug {
  position:absolute;
  background:#000;
  width:100%;
  padding:5px;
  color:white;
  z-index:1000;
  left:0;
  top:0;
}