  .resp-tabs {
	vertical-align: top;
}
.resp-tabs-list {
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#leftContent .resp-tabs-list li, .resp-tabs-list li {
	color: #336699;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	list-style: none outside none;
	margin: 0;
	padding: 1% 2%;
}
.ie7 #leftContent .resp-tabs-list li, .ie7 .resp-tabs-list li {
	display: inline;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
	border: 1px solid #ccc;
	margin-top: -2px;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 2%;
}
.resp-tab-active {
	border-bottom: #fff;
	color: #666666 !important;
	background: #fff;
}
.resp-content-active {
	display: block;
}
/*#leftContent*/ 
h2.resp-accordion {
	border: 1px solid #ccc;
	margin: -1px 0 0 0px;
	padding: 10px 2%;
}
h2.resp-tab-active {
	margin-bottom: 0px !important;
	background: #eee;
}
#leftContent .resp-vtabs ul.resp-tabs-list, .resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 25%;
	margin-top: 0;
	padding: 0;
}
.resp-vtabs .resp-tabs-list li {
	display: block !important;
	padding: 15px 15px !important;
	margin: 0;
	cursor: pointer;
	float: none;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	width: 74%;
	min-height: 400px;
	clear: none;
	margin: 0 0 0 -1px;
}
.resp-vtabs .resp-tab-content {
	border: none;
}
/*#leftContent*/ .resp-vtabs li.resp-tab-active {
	border-right: none;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9B9797;
}
*/ /*-----------Accordion styles-----------*/
h2.resp-tab-active {
 background: #DBDBDB !important;
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
}
 

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
ul.resp-tabs-list {
	display: none;
}
h2.resp-accordion {
	display: block;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
	border-top: none;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
/* Gold theme */

.gold, .gold .resp-accordion .resp-tab-active, .gold h2.resp-accordion.resp-tab-active {
	background: #ffcc00 !important;/* Old browsers */
	background: -moz-linear-gradient(top, #ffcc00 0%, #fffcc1 66%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc00), color-stop(66%, #fffcc1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffcc00 0%, #fffcc1 66%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffcc00 0%, #fffcc1 66%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffcc00 0%, #fffcc1 66%); /* IE10+ */
	background: linear-gradient(to bottom, #ffcc00 0%, #fffcc1 66%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#fffcc1', GradientType=0 ); /* IE6-9 */
}
.gold-lt, .gold .resp-tab-active {
 background: #ffe88c  /* Old browsers */
background: -moz-linear-gradient(top, #ffe88c 0%, #fffcce 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe88c), color-stop(99%, #fffcce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffe88c 0%, #fffcce 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffe88c 0%, #fffcce 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffe88c 0%, #fffcce 99%); /* IE10+ */
	background: linear-gradient(to bottom, #ffe88c 0%, #fffcce 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe88c', endColorstr='#fffcce', GradientType=0 ); /* IE6-9 */
}
.gold .resp-tabs-list {
	background: #ffcc00;
}
.gold .resp-tabs-list li {
	color: #C2960A;
	min-height: 35px;
}
.gold .resp-tab-item.resp-tab-active {
	color: #0066aa;
}
