BODY
{
	/*[disabled]margin:0px;*/
	/*[disabled]padding:0px;*/
	/*[disabled]background:#F5F5F5;*/
	/*[disabled]font-family:"Segoe UI";*/
}
UL.resp-tabs-list, P
{
	margin: 11px 0px;
	padding: 0px;
	/*[empty]background-color:;*/
	/*[empty]color:;*/
}
.resp-tabs-list LI
{
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	padding: 13px 15px;
	margin: 2px 0 0;
	list-style: none;
	cursor: pointer;
	float: left;
	/*[disabled]background-color:#F4F4F4;*/
}
.resp-tabs-container
{
	padding: 0px;
	background-color: #FFF;
	clear: left;
}
H2.resp-accordion
{
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content
{
	display: none;
	padding: 6px 15px 15px;
	margin-right: 0px;
}
.resp-tab-active
{
	border: 1px solid #D9D9D9;
	border-bottom: none;
	border-top: 3px solid #827D00;
	box-shadow: inset 0px -12px 21px #ECEAEA;
	margin-bottom: -2px !important;
	padding: 11px 14px 13px !important;
	/*[disabled]background-color:#F6F6F6;*/
	color: #D9531E;
}
.resp-tab-active
{
	border-bottom: 1px solid #EAEAEA;
	/*[disabled]background-color:#FFFFFF;*/
	font-weight: normal;
}
.resp-content-active, .resp-accordion-active
{
	display: block;
}
.resp-tab-content
{
	border: 1px solid #ECEAEA;
	background-color: #F9F9F9;
}
H2.resp-accordion
{
	font-size: 13px;
	border: 1px solid #C1C1C1;
	border-top: 0px solid #C1C1C1;
	margin: 0px;
	padding: 10px 15px;
}
H2.resp-tab-active
{
	border-bottom: 0px solid #C1C1C1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
H2.resp-tab-title:last-child
{
	border-bottom: 12px solid #C1C1C1 !important;
	background: #0000FF;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs UL.resp-tabs-list
{
	float: left;
	width: 30%;
}
.resp-vtabs .resp-tabs-list LI
{
	display: block;
	padding: 15px !important;
	margin: 0;
	cursor: pointer;
	float: none;
}
.resp-vtabs .resp-tabs-container
{
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #C1C1C1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}
.resp-vtabs .resp-tab-content
{
	border: none;
}
.resp-vtabs LI.resp-tab-active
{
	border: 1px solid #C1C1C1;
	border-right: none;
	background-color: #FFF;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !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-easy-accordion .resp-tab-content:last-child
{
	border-bottom: 1px solid #C1C1C1 !important;
}
.resp-jfit
{
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active
{
	display: block;
}
H2.resp-accordion:first-child
{
	border-top: 1px solid #C1C1C1 !important;
}
/*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;
	}
	.resp-vtabs .resp-tabs-container
	{
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none;
	}
	.resp-accordion-closed
	{
		display: none !important;
	}
	.resp-vtabs .resp-tab-content:last-child
	{
		border-bottom: 1px solid #C1C1C1 !important;
	}
}
.resptabheader
{
	margin-top: 17px;
}
.resptabheader TH
{
	height: 32px;
	border-bottom: 1px solid #D9D9D9;
	background-color: #EFEFEF;
	box-shadow: inset 2px -9px 12px #E6E4E4;
	border-right: 1px solid #D9D9D9;
	padding-right: 2px;
	/*[empty]text-transform:;*/
}
.resptabheader TD
{
	border-bottom: 1px dotted #D9D9D9;
	border-left: 1px solid #D9D9D9;
}
.tab_text
{
	padding: 0px 6px 7px 0px;
	font-weight: normal;
	/*[disabled]width:98%;*/
	/*[disabled]background-color:#ADAA5C;*/
	/*[disabled]border-top:1px solid #F2EAEA;*/
	/*[disabled]border-left:1px solid #F2EAEA;*/
	/*[disabled]border-right:1px solid #F2EAEA;*/
	margin-top: 17px;
	color: #868686;
}
BLOCKQUOTE
{
	padding-left: 25px;
	padding-right: 25px;
}
