/**
* Primary widget tabs
************************************************/
#primary .widget-tabs {
	margin: 0 0 21px 0;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	}
#primary .widget-tabs ul.tabs {
	width: 300px;
	overflow: hidden;
	list-style: none;
	margin: 0 0 5px 0;
	}
#primary .widget-tabs li.t {
	float: left;
	display: inline;
	width: 94px;
	margin: 0 6px 0 0;
	padding: 0;
	background: transparent;
	border: 1px solid #e2e2e2 !important;
	text-align: center;
	}
#primary .widget-tabs li.t3 {
	margin: 0;
	}
#primary .widget-tabs li.t a {
	display: block;
	padding: 10px 0;
	font-weight: bold;
	color: #999;
	background: #f3f5e9;
	}
#primary .widget-tabs li.t a:hover {
	background: #f9f9f9;
	text-decoration: none;
	}
#primary .widget-tabs li.t a.tab-current {
	color: #4b6e85;
	background: #fff;
	}
#primary .widget-tabs .tab-content {
	clear: left;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}

/**
* Secondary widget tabs
************************************************/
#secondary .widget-tabs {
	}
#secondary .widget-tabs ul.tabs {
	width: 200px;
	overflow: hidden;
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	border-bottom: 1px solid #213a4b;
	}
#secondary .widget-tabs li.t {
	float: left;
	display: inline;
	width: 90px;
	margin: 0 10px 0 0;
	padding: 0;
	background: transparent;
	border: none;
	}
#secondary .widget-tabs li.t2 {
	margin: 0;
	}
#secondary .widget-tabs li.t a {
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	display: block;
	}
#secondary .widget-tabs li.t a:hover {
	text-decoration: none;
	}
#secondary .widget-tabs li.t a.tab-current {
	color: #aaa;
	}
#secondary .widget-tabs .tab-content {
	clear: left;
	}

/**
* Widgets template widget tabs
************************************************/
#content .widget-tabs {
	margin: 0 0 21px 0;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	}
#content .widget-tabs ul.tabs {
	overflow: hidden;
	list-style: none;
	margin: 0 0 5px 0;
	}
#content .widget-tabs li.t {
	float: left;
	display: inline;
	margin: 0 6px 0 0;
	padding: 0;
	background: transparent;
	border: 1px solid #e2e2e2 !important;
	text-align: center;
	}
#content .widget-tabs li.t a {
	display: block;
	padding: 10px 15px;
	font-weight: bold;
	color: #999;
	background: #f3f5e9;
	}
#content .widget-tabs li.t a:hover {
	background: #f9f9f9;
	text-decoration: none;
	}
#content .widget-tabs li.t a.tab-current {
	color: #4b6e85;
	background: #fff;
	}
#content .widget-tabs .tab-content {
	clear: left;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}