/*
	 JQuery FAQ
	 by Chris Coyier
	 http://css-tricks.com
*/



/*#page-wrap			{ width: 600px; margin: 5px 10px; }

dl					{ clear: both; margin: 0 0 60px 0; }

dt					{ border: 4px solid #2699CD; padding: 10px; background: white;
					  position: relative; font-style: italic; position: relative; 
					  display: block; width: 100%; height: auto; }
					
dd.answer			{ background: white; 
					  position: relative; width: 70%; float: right; padding: 10px; }
dd.answer div		{ padding: 10px; border-left: 4px solid #dedede;
                      border-right: 4px solid #dedede; border-bottom: 4px solid #dedede; }

.answer-tab		    { background: url(../images/answer-tag.png); display: block;
                      text-indent: -9999px; width: 105px; height: 50px; cursor: pointer;
                      position: absolute; bottom: -54px; left: 10px;}*/


.faq_wrap {
                float: left;
}

