/*
***********************************************************
Title: jpfaq.css
Author: Jacco van der Post - www.TYPO3-webdesign.nl
Date: may 2011
***********************************************************
*/

.tx-jpfaq-pi1 fieldset {
	float:right;
    margin-bottom:10px;
	padding-right: 10px;
}

.tx-jpfaq-pi1 legend {
    display:none;
}

.tx-jpfaq-pi1 label {
	float:right;
}

.tx-jpfaq-pi1 ul {
    margin:0;
    padding:0;
    
}

.jpfaqAnswer{
	padding: 5px 10px 10px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background-color:#F3F3F3;
	border-radius: 6px;}

.jpfaqAnswer ul  {
	margin-top: 5px;
	border-radius: 3px;
	}

html.js body.bg-cover div.site_wrapper header#header div#trueHeader div.container div.content_fullwidth div.two_third div#c144.csc-default div.tx-jpfaq-pi1 ul.listCategory1 li div.toggleTriggerContainer1 div.jpfaqAnswer h2 { margin-bottom: 10px}

.tx-jpfaq-pi1 li {
    list-style: none;
    margin:0;
    padding:0;
    margin-bottom:10px;
}


 h3 {
    background: url('../Img/plus.png') no-repeat right center #F6F6F6;
    border: 1px solid #EEEEEE;
	border-radius: 6px;
    color: #3777AF;
    display: block;
    //font-size: 1.5em;
    //font-weight: bold;
    margin: -1px 0 0 !important;
    padding: 0.5em 1em;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tx-jpfaq-pi1 li h3.questionUnfolded  {
    background: url('../Img/minus.png') no-repeat right center #ADCB1D;
	color:#FFF;
	
}

.tx-jpfaq-pi1 li h3 {
	background:   
	background: url('../Img/plus.png') no-repeat left center;
	cursor:pointer;
	color: #404040;
}

.tx-jpfaq-pi1 .jpfaqAll {
    margin-bottom:10px;
}

.tx-jpfaq-pi1 .jpfaqShowAll,
.tx-jpfaq-pi1 .jpfaqHideAll {
   background: url('../Img/all_plus.png') no-repeat left center;
   padding-left:20px;
   cursor:pointer;
}

.tx-jpfaq-pi1 .jpfaqHideAll {
   background: url('../Img/all_min.png') no-repeat left center;
}