/*
	 JQuery FAQ
	 by Chris Coyier
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
html                { overflow-y: scroll; }


dl					{ clear: both; margin: 0 0 48px 0; }

dt					{ border: 4px solid #003592; padding: 7px; background: white; 
					  position: relative; font-style: italic; position: relative; 
					  display: block; width: 97%; height: auto; }
					
dd.answer			{ background: white; 
					  position: relative; width: 90%; float: right; }
dd.answer div		{ padding: 7px; border-left: 4px solid #dedede;
                      border-right: 4px solid #dedede; border-bottom: 4px solid #dedede;
                      margin: 0 0 10px 0; }

.answer-tab		    { background: url(../images/answer-tag.png); display: block; 
                      text-indent: -9999px; width: 105px; height: 42px; cursor: pointer;
                      position: absolute; bottom: -46px; left: 10px;}
