/* Podcast FAQ sliding div */

.answer dl			{ margin: 0 0 5px 0; }

.answer dt p span	{font-size:13px; font-weight: bold; color:#6d9d30;}

.answer ul li	{font-size:10px; color:#5a5b58; }

div.answer p { font-size:10px;}

#podcastDate {font-size: 10px; font-weight: bold; color: #666;}

dt.answer			{ border-bottom: thin dotted #6F92AD; background: white; 
					  position: relative;}
					
dd.answer			{ background: white; 
					  position: relative; width: 90%; margin: 0 auto; }
					  
dd.answer div		{ padding: 5px; border-left: thin dotted #6F92AD; border-right: thin dotted #6F92AD; border-bottom: thin dotted #6F92AD; }

dd.answer-tab-wrap	{ margin: 0 20px 0 0; }


ul.AnswerHoriz {
  width:700px;
  position:absolute;
  left: 50%;
  margin-left: -200px;
}
ul.AnswerHoriz li {
  display: inline;
  background-color: #fff;
  height: 20px;
}
ul.AnswerHoriz li a {
  text-decoration: none;
  background-color: #6F92AD;
  color:#fff;
  display: block;
  padding: 0 1em;
  float:left;
}
ul.AnswerHoriz li a:hover {
  background-color: #D0D0D0
}



