/* 
   This stylesheet is for the knowledge base divs. If you have the knowledge base disabled,
   you don`t need to edit this file.
   Our thanks to dhtml Goodies for providing the necessary free open source code:
   www.dhtmlgoodies.com
*/

.dhtmlgoodies_question     { color: #919191; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; font-style: normal; font-weight: bold; line-height: 15px; background-color: #333333; cursor: pointer; margin: 0; padding: 3px 60px; width: 480px; height: 15px; overflow: hidden; border-top: 1px dotted #000 }
.dhtmlgoodies_answer    { color: #c0c0c0; font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 15px; background-color: #333; visibility: hidden; margin: 0; padding: 3px 75px; position: relative; width: 450px; overflow: hidden }
.dhtmlgoodies_answer_content    { color: #c0c0c0; font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 15px; padding: 1px; position: relative }

