/*
 *  (c) 2015 Jainish Senjaliya <jainishsenjaliya@gmail.com>
 *  All rights reserved
 *  Fancy Layout 
*/

.tx-jsfaq {
	font-family:Arial;
	font-size: 14px;
	width: 540px;
	margin:0 10px;
}
.tx-jsfaq .toggale {
	padding: 10px 0 20px;
	color: #4D90FE;
}
.tx-jsfaq .tx-jsfaq-box {
	width: 100%;
	padding: 10px 0;
}
.tx-jsfaq .tx-jsfaq-box a, .tx-jsfaq .tx-jsfaq-detail a, .backLink a{
	color: #4d90fe;
	text-decoration: none;
}
.tx-jsfaq .tx-jsfaq-box a:hover, .tx-jsfaq .tx-jsfaq-detail a:hover, .backLink a:hover{
	text-decoration: underline;
}
.tx-jsfaq .tx-jsfaq-header {
	clear: both;
	color: #4D90FE;
	width: 98%;
	cursor: pointer;
	background: none repeat scroll 0 0 #fff;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border: 1px solid #ddd;
	line-height: normal;
	padding: 10px 0px 10px 2%;
	position: relative;
}
.tx-jsfaq .tx-jsfaq-header.tx-jsfaq-toggle-minus {
	font-weight: bold;
	background:#4d90fe;
	color: #fff;
}
.tx-jsfaq .tx-jsfaq-header.tx-jsfaq-toggle-plus {
	font-weight: normal;
}

.tx-jsfaq-header.tx-jsfaq-toggle-minus::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 9px;
	position: absolute;
	right: 24px;
	top: 15px;
	transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	width: 4px;
}
.tx-jsfaq-header.tx-jsfaq-toggle-minus::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 9px;
	position: absolute;
	right: 19px;
	top: 15px;
	transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	width: 4px;
}

.tx-jsfaq-header.tx-jsfaq-toggle-plus::before {
	background: #4d90fe none repeat scroll 0 0;
	content: "";
	height: 9px;
	position: absolute;
	right: 18px;
	top: 15px;
	transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	width: 4px;
}
.tx-jsfaq-header.tx-jsfaq-toggle-plus::after {
	background: #4d90fe none repeat scroll 0 0;
	content: "";
	height: 9px;
	position: absolute;
	right: 23px;
	top: 15px;
	transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	width: 4px;
}


.tx-jsfaq .tx-jsfaq-toggle-show-all, .tx-jsfaq .tx-jsfaq-toggle-hide-all,
.tx-jsfaq .tx-jsfaq-toggle-show-category-all, .tx-jsfaq .tx-jsfaq-toggle-hide-category-all {
	
	background:#3DA9D8;
	border:none;
	color: #FFFFFF;
	height: 30px;
	padding: 0 15px;
	font-weight:bold;
	font-size:14px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	font-family:Arial;
	text-transform: uppercase;
	background-color: #4D90FE;
	background-image: -moz-linear-gradient(center top, #4D90FE, #4787ED);
	background-image:-webkit-linear-gradient(center top, #4D90FE, #4787ED);
	background-image:-o-linear-gradient(center top, #4D90FE, #4787ED);
	background-image:-ms-linear-gradient(center top, #4D90FE, #4787ED);
	border: 1px solid #3079ED;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.tx-jsfaq .tx-jsfaq-toggle-show-category-all, .tx-jsfaq .tx-jsfaq-toggle-hide-category-all {
	line-height: 11px;
	font-size: 18px;
	font-weight: bold;
	padding:6px;
	line-height:15px;
}
.tx-jsfaq .tx-jsfaq-toggle-show-all.disabled, .tx-jsfaq .tx-jsfaq-toggle-hide-all.disabled ,
.tx-jsfaq .tx-jsfaq-toggle-show-category-all.disabled, .tx-jsfaq .tx-jsfaq-toggle-hide-category-all.disabled {
	background:#fff;
	color: #ddd;
	font-weight:normal;
	cursor:default;
	background-color: #fff;
	border: 1px solid #ddd;
}


.tx-jsfaq .tx-category{
	overflow: hidden;
}

.tx-jsfaq .tx-category h3 {
	font-size: 16px;
	float: left;
	width: 80%;
	padding: 0 0 0 5px;
	font-weight: bold;
}

.tx-jsfaq .tx-category .toggale {
	float: right;
	padding: 10px 0 10px;
	text-align: right;
}

.tx-jsfaq .tx-jsfaq-decription, .tx-jsfaq .tx-jsfaq-image {
	padding: 0px 0px 20px 0px;
	line-height: 20px;
}
.tx-jsfaq-additional-info {
	padding: 10px 10px 20px 0px;
	clear: both;
	float: left;
	width: 100%;
}
.tx-jsfaq .tx-jsfaq-expert, .tx-jsfaq .tx-jsfaq-asked-by, .tx-jsfaq .tx-jsfaq-category, .tx-jsfaq .tx-jsfaq-related-link-block, .tx-jsfaq .tx-jsfaq-related-faq-block {
	padding: 10px 10px 10px 0px;
	clear: both;
	float: left;
	width: 100%;
}
.tx-jsfaq .tx-jsfaq-expert label, .tx-jsfaq .tx-jsfaq-asked-by label, .tx-jsfaq .tx-jsfaq-category label, .tx-jsfaq .tx-jsfaq-related-link-block label, .tx-jsfaq .tx-jsfaq-related-faq-block label {
	font-weight: bold;
	cursor: default;
	float: left;
}
.tx-jsfaq .tx-jsfaq-expert label span, .tx-jsfaq .tx-jsfaq-asked-by label span, .tx-jsfaq .tx-jsfaq-category label span, .tx-jsfaq .tx-jsfaq-related-link-block label span, .tx-jsfaq .tx-jsfaq-related-faq-block label span {
	font-weight: normal;
	padding-left: 10px;
}
.tx-jsfaq .tx-jsfaq-related-link-block ul, .tx-jsfaq .tx-jsfaq-related-faq-block ul {
	clear: both;
	list-style: outside none disc;
	padding: 0;
	margin: 0 0 0 20px;
}
.tx-jsfaq .tx-jsfaq-related-link-block ul li, .tx-jsfaq .tx-jsfaq-related-faq-block ul li {
	line-height: 20px;
	margin-left: 20px;
}
.tx-jsfaq .tx-jsfaq-expert span {
	margin: 0px 0px 0px 30px;
	clear: both;
	float: left;
	line-height: 20px;
}
.tx-jsfaq .tx-jsfaq-details {
	clear: both;
	background: none repeat scroll 0 0 #fff;
	border:1px solid #ddd;
	border-top:none;
	display: none;
	padding: 2%;
	overflow: hidden;
	width: 96%;
}
.tx-jsfaq-detail .header {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 30px 20px 0px;
	color: #3079ed;
}
.tx-jsfaq .f3-widget-paginator {
	width:100%;
	margin:0px;
	list-style:none;
	text-align:center;
	margin:20px 0 10px 0;
}
.tx-jsfaq .f3-widget-paginator li {
	display:inline-block;
	margin:0px;
	padding:6px 10px;
	margin-right:5px;
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	font-family:Arial;
	border: 1px solid #ddd;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.tx-jsfaq .f3-widget-paginator li a {
	color:#4d90fe;
	text-decoration: none;
}
.tx-jsfaq .f3-widget-paginator li span {
	color: #ccc;
	font-weight: normal;
	cursor: default;
}