/*===================================================================*/
/* TABS
/*===================================================================*/

.trend-tab-headings {
	padding: 0 !important;
}
.trend-tab-headings > li {
	margin-bottom: 11px;
	line-height: 26px !important;
}
.trend-tab-headings > li > a {
	padding: 14px 16px 15px 16px;
	font-size: 16px;
	font-weight: bold;
}
#site-body .trend-tab-headings > li > a {
	color: #262626;
}
.trend-tab-headings > li > a:hover {
	text-decoration: none;
}
.trend-tab-headings > li.active > a,
.trend-tab-headings > li.active > a:hover,
.trend-tab-headings > li.active > a:focus {
	border: 0;
}
.trend-tab-body {
	padding: 10px 16px;
}

.trend-tab-contents {
	font-size: 15px;
	color: #666;
	line-height: 27px;
}

/*===================================================================*/
/* TOGGLES
/*===================================================================*/

.trend-toggle-heading p {
	padding-bottom: 0;
}
.trend-toggle-title > a {
	padding: 17px 17px !important; 
	font-size: 16px;
	font-weight: bold;
	color: #262626 !important;
	line-height: 14px;
}
.trend-toggle-content {
	padding: 10px 16px;
	font-size: 15px;
	color: #666;
	line-height: 27px;	
}


.active .trend-toggle-title > a {
	background: #DEDEDE;
}
.trend-toggle-title > a:before  {
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: 300;
	content: "\f067";
	margin-right: 18px;
}
.active .trend-toggle-title > a:before {
	content: "\f068";
}


/*===================================================================*/
/* ALERTS
/*===================================================================*/

.trend-alert { font-size: 14px; padding: 17px; }


/*===================================================================*/
/* Highlight
/*===================================================================*/

span.highlight {
	color: #666666;
}

/*===================================================================*/
/* COLUMN SIZES & STYLES 
/*===================================================================*/


.trend-one-half h6,
.trend-one-third h6,
.trend-two-third h6,
.trend-three-fourth h6,
.trend-one-fourth h6,
.trend-one-fifth h6,
.trend-two-fifth h6,
.trend-three-fifth h6,
.trend-four-fifth h6,
.trend-one-sixth h6,
.trend-five-sixth h6 {
	padding-bottom:6px;
}




