/* #####################################################################################################
   Frequently asked questions
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)"; 

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Responsive functions -----*/
#faqWrapper h2 {
  width: 100%;
}
#faqWrapper ul.faqList {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  border-top: 1px solid #dedede;
}
#faqWrapper ul.faqList > li {
  border-bottom: 1px solid #dedede;
  padding: 0;
}
#faqWrapper ul.faqList > li > a {
  padding: 10px 0 10px 10px;
  display: block;
}
#faqWrapper ul.faqList > li > a:hover {
  text-decoration: none;
}
#faqWrapper ul.faqList .faqContent {
  display: none;
  padding: 0 0 15px 26px;
}
