/* Shortcodes */

/* 1.0 - Accordion */
.accordion h4 {
	font-size: 16px !important;
	font-weight: 400;
	border-top: #e5e5e5 1px solid;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0 !important;
	padding: 30px 0 30px 20px;
	cursor: pointer;
	line-height: 160%;
	outline: none;
}

.accordion h4:before {
	content: "+";
	font-weight: bold;
	color: #fff;
	background: #ccc;
	width: 18px;
	height: 18px;
	line-height: 1.1em;
	display: block;
	text-align: center;
	float: left;
	margin: 0 15px 0 0;
}

.accordion h4.ui-state-active:before {
	content: "-";
}

.accordion {
	border-bottom: #e5e5e5 1px solid;
	margin: 0 0 30px 0;
	line-height: 160%;
	display: block;
	font-size: 14px;
}

.accordion .ui-widget-content {
	border: none;
}

.accordion .ui-accordion-content {
	padding: 0 0 20px 55px;
}

/* 2.0 - Toggle */
.toggle {
	border: #e5e5e5 1px solid;
	margin: 0 0 20px 0;
	background: #fff;
	font-size: 14px;
}

.toggle h4 {
	margin: 0 0 0 0 !important;
	line-height: 160%;
	font-size: 16px !important;
	font-weight: 400;
}

.toggle h4:before {
	content: "+";
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	background: #ccc;
	width: 18px;
	height: 18px;
	line-height: 1.1em;
	display: block;
	text-align: center;
	float: left;
	margin: 0 15px 0 0;
}

.toggle .active h4:before {
	content: "-";
}

.toggle .title {
	margin: 0 0 0 0;
	padding: 20px 0 20px 20px;
	cursor: pointer;
}

.toggle .inner {
	margin: 0 20px 30px 55px !important;
	line-height: 160%;
}

/* 3.0 - Tabs */
.tabs .nav {
	margin: 0;
}

.tabs .nav li {
	list-style: none;
	padding: 0;
}

.nav li a {
	color: #1c1c1c !important;
	outline: none;
}

.tabs .nav li a:hover {
	text-decoration: none;
}

.ui-tabs { 
	position: relative; 
	padding: .2em; 
	zoom: 1;
	margin: 0 0 30px 0;
}

.ui-tabs .ui-tabs-nav { 
	margin: 0;
	position: relative;
	top: 0px;
}

.ui-tabs .ui-tabs-nav li { 
	list-style: none; 
	float: left; 
	position: relative; 
	top: 1px; 
	border-bottom: #e5e5e5 1px solid; 
	padding: 0; 
	white-space: nowrap;
	font-size: 16px;
}

.ui-tabs .ui-tabs-nav li:first-child a {
	border-left: #e8e8e8 1px solid;
}

.ui-tabs .ui-tabs-nav li a { 
	float: left; 
	padding: 9px 20px 7px 20px; 
	text-decoration: none;
	border-right: #e8e8e8 1px solid;
}

.ui-tabs .ui-tabs-nav li {
	border-top: #e8e8e8 4px solid;
	border-bottom: #e8e8e8 1px solid;
	background: #fff;
	margin: 0 !important;
}

.ui-tabs .ui-tabs-nav li:last-child {
	background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
	border-top: 4px solid;
	margin-bottom: 0;
	border-bottom: #fff 1px solid !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel { 
	display: block;
	border-top: #e8e8e8 1px solid;
	padding: 20px 20px 20px 20px;
	background: #fff;
}

.ui-tabs .ui-tabs-hide { 
	display: none !important;
}