
/* ------------------------------------------------------------------ */
/* -                            Faq                                 */
/* ------------------------------------------------------------------ */


/* -------------------- CategoryList --------------------------------- */

#categoryListFaqs{
	margin-left: 10px;
	margin-right: 10px;
}

	#categoryListFaqs H1{
		
	}	


	#categoryListFaqs .item{
		
	}

		#categoryListFaqs .item A{
			background-color: #f5f5f5;
			display: block;
			margin-bottom: 3px;
			padding: 5px;
			color: #555555;
		}

			#categoryListFaqs .item A:hover{
				text-decoration: none;
				background-color: #ffea07;
				color: #505050;
			}
	
		#categoryListFaqs .item .parentBox{
			
		}

		#categoryListFaqs .item .childBox1{
			
		}

			#categoryListFaqs .item .childBox2{
				
			}

				#categoryListFaqs .item .childBox3{
					
				}

					#categoryListFaqs .item .childBox4{
						
					}

						#categoryListFaqs .item .childBox5{
							
						}

		#categoryListFaqs .item .description{
			font-size:10px;
		}

/* -------------------- FaqList --------------------------------- */

#faqList{
	margin-left: 10px;
}
	
	#faqList .item{
		border:1px dotted #D8D8D8;
		padding:5px;
		display:block;
		margin-bottom:10px;
	}	
	
	#faqList H3{
		width:320px;
		display:block;
		float:left;
		color:#6F6F6F;
	}
	
	#faqList .readMore{
		width:90px;
		display:block;
		float:right;
		text-align:center;
		padding:2px;
		font-size:9px;
		background-color: #94B9EB;
		cursor:pointer;
		color:white;
	}

		#faqList .readMore:hover{
			color:#FFFFFF;
			background-color: #EFD600;
		}
