dl, dt, dd { padding:0; margin:0; }
div.mod_faqbaker dl { /*enter width if needed*/ 
      width: 100%;
}

div.mod_faqbaker dt {
      border:1px solid #EEEEEE; /** RGU: #EEEEEE **/
      background:#F6EBC5 url('icon_arrow_right.png') no-repeat; /** RGU: #EEEEEE **/
      background-position: 0px 5.5px;
      /** RGU: font:bold 1em Arial, Verdana, Helvetica, sans-serif; **/
	  font-weight: 600;
      /** color:#000000; **/ /** RGU: #666666 **/
      margin:1em 0 0 25px; /** RGU: margin:1em 0 0 0; **/
      padding:.2em 20px;
}
div.mod_faqbaker dt:hover{
	  background-color: #FBDC9F; /** RGU: #CECECE **/
}
div.mod_faqbaker dt.down {
      background:#FBDC9F url('icon_arrow_down.png') no-repeat; /** RGU: #CECECE **/
	  background-position: 0px 5.5px;
      /** color: #000000; **/
}
div.mod_faqbaker dd {
      margin: 0 1px 0 26px;
      border-right:1px dotted #999999; /** RGU: #EEEEEE **/  /** 1px solid #A4A4A4; **/
      border-bottom:1px dotted #999999; /** RGU: #EEEEEE **/  /** 1px solid #A4A4A4; **/
      border-left:1px dotted #999999; /** RGU: #EEEEEE **/  /** 1px solid #A4A4A4; **/
      -moz-border-radius-bottomleft:5px; 
      -moz-border-radius-bottomright:5px;
      -webkit-border-bottom-rightright-radius:5px;
      -webkit-border-bottom-left-radius:5px;
      background-color: transparent;
      padding:5px;
}


/*
Hiding the FAQ summary on top of the page.
Delete this lines or modify if you need the summary.
*/
div.mod_faqbaker_summary{
	display: none;
}
hr.mod_faqbaker_div{
	display: none;
}