/**************************************
* WREN TURBINES LTD
* SECONDARY STYLE SHEET
*		FAQ
**************************************/

.qlist 
{
  position: relative;
  margin-top: -10px;
  font-size: 1em;
  color: #509B58;
}

.qlist ul
{
  
  width: 400px;
  margin-left: 10px;
}

.qlist ul li
{
  list-style-type: none;
  width: 400px;
}

.qlist a
{
  text-decoration: none;
  color: #509B58;
  background: #FFF;
}

.qlist a:hover
{
  background: #D4FFD4;
}

.qanda
{
  padding-bottom: 10px;
  float: none;
}

.qanda table
{
  position: relative;
  border-collapse: collapse;
  width: 560px;
  font-size: 1em;
}

.qanda th
{
  width: 120px;
  border: 1px solid #CCC;
  background: #509B58;
  font-weight: bold;
  color: #FFF;
  font-size: 1.2em;
  vertical-align: top;
}

.qanda td
{
  border: 1px solid #CCC;
  width: 440px;
  padding-left: 5px;
  color: #555;
}

.qanda td pre
{
  width: 130px;
}

.qanda td.question
{
  font-weight: bold;
  font-style: italic;
}

.qanda th a
{
  color: #ffffff;
}


