/* 
* Reunir.com - CSS 
* @version 2.0
* @creation date 2008-10-31
* @update date 2008-10-31
* @author Reunir.com
* Description : faq section
*/

/* Containers
--------------------------------------------------------------------------------------- */
#col-center{
float:left;
margin-right:8px;
width:698px;
}
#col-right{
float:left;
width:252px;
}

#faq{
background:url(../../../images/common/global/background_bottom_blue.gif) bottom left repeat-x;
border:1px solid #cccccc;
float:left;
margin-bottom:10px;
padding:10px;
width:676px;
}
#faq h4{
clear:both;
color:#000;
}

#faq #questions{
  float:left;
  width:350px;
}

#faq #contact-us { 
  margin-left : 0px;
}


/*---- on-the-top ----*/
#on-the-top{
border:1px solid #acc9ec;
float:left;
margin-top:20px;
width:252px;
}
#on-the-top h3{
background:#eb6a27;
color:#fff;
float:left;
margin:1px 0 20px 0;
padding:0 4px 0 4px;
}
#on-the-top h3{
font-weight:bold;
}
#on-the-top img{
float:left;
padding:0 5px 10px 5px;
}
#on-the-top li{
float:left;
margin-bottom:10px;
width:100%;
}
#on-the-top p{
margin:0;
padding:0;
}
#on-the-top li div{
float:right;
width:150px;
}
#on-the-top .desc{
font-size:11px;
}

/*---- push ----*/
#push-right{
background:url(../../../images/common/global/background_bottom_blue.gif) repeat-x left bottom;
border:1px solid #acc9ec;
float:left;
height:55px;
margin-top:10px;
width:252px;
}
#push-right *{
margin:1px 0 0 3px;
padding:0;
}

#new-search{width:250px;}

/*----- FAQ -----*/
div#faq ul {   
  margin-top: 0;
}

div#faq li { 
  list-style-type: disc; 
  margin-left : 2em;
  line-height: 1.2;
}

div#contact-us li { 
  list-style-type: none;
  margin-left : 0;
  line-height: 1em;
}

#faq #questions li { 
  list-style-type: none;
  margin-bottom : 5px;
  line-height: 1em;
}



