@charset "utf-8";
/*
* http://www.lightmaker.nl
* tel: +31 (0)20 528 94 06
* copyright Lightmaker 2011
*/
/* CSS Document */

#mainimage {
  margin-top:35px;
  overflow:hidden;
/*  background-image:url('/images/nailner/media_main_image.png');*/
  background-repeat:no-repeat;
  background-position:top left;  
}

#contentarea {
  margin-top: -16px;
  position: relative;
  margin-bottom: 40px;
  /* height:443px; */
/*  background-image:url('/images/nailner/media_body.png');*/
  background-repeat:no-repeat;
  background-position:bottom left;
}
#question-area{
  position:relative;
  float:left;
  margin-top:25px;
  width:736px;
  min-height: 400px;
  /* height:400px;  
  overflow-y:auto; */
}
#question-area .options {
  text-align: right;
  font-size:11px;
  padding: 0 20px;
}
.questionset{
  width:685px;
  margin: 10px 0 10px 25px;
}
.question{  
  cursor:pointer;
}
.question h1{  
  font-size:16px;
  font-weight:bold;
  color:#009999;  
  background-repeat:no-repeat;
  background-position:center left;
  padding-left:25px;
}
.question p{
  clear:left;
  font-size:11px;
  color:#666666;  
  margin-left:28px;
}
.answer{
  /*position:inherit;
  top:0px;  */
  padding-top:10px;
  padding-left:10px;
}
.answer h1{
  float:left;
  font-size:16px;
  font-weight:bold;
  text-decoration:underline;
  color:#666666;  
  margin-left:15px;
  margin-bottom:10px;
}
.answer p{
  clear:left;
  font-size:11px;
  color:#666666;  
  margin-left:28px;
}
.expand{
  color:#009999;
  cursor:pointer;
}
.collapse{
  color:#009999;
  cursor:pointer;
}















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
