/**
* Primary widget tabs
************************************************/
#primary .widget-tabs {
	padding: 0 !important;
	}
#primary .widget-tabs .widget-inside {
	padding: 0;
	}
#primary .widget-tabs ul.tabs {
	overflow: hidden;
	list-style: none;
	width: 300px;
	margin: 0 0 20px 0;
	}
#primary .widget-tabs li.t {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	width: 100px;
	background: transparent;
	border: none;
	text-align: center;
	}
#primary .widget-tabs li.t a {
	display: block;
	font: 18px arial, verdana, sans-serif;
	font-weight: bold;
	padding: 12px 0 20px 0;
	}
#primary .widget-tabs li.t a.tab-current {
	color: #fec002 !important;
	background: #09415f;
	}
#primary .widget-tabs .tab-content {
	clear: left;
	overflow: hidden;
	height: 100%;
	margin: 0 20px 20px 20px;
	}
/**
* Secondary widget tabs
************************************************/
#secondary .widget-tabs ul.tabs {
	overflow: hidden;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #ccc;
	}
#secondary .widget-tabs li.t {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	background: transparent;
	border: none;
	}
#secondary .widget-tabs li.t a {
	display: block;
	padding-bottom: 5px;
	margin: 0;
	font: 16px arial, verdana, sans-serif;
	font-weight: bold;
	color: #bbb;
	}
#secondary .widget-tabs li.t a.tab-current {
	color: #333;
	}
#secondary .widget-tabs .tab-content {
	clear: left;
	overflow: hidden;
	height: 100%;
	}

/**
* Widgets template widget tabs
************************************************/
#content .widget-tabs {
	overflow: hidden;
	height: 100%;
	padding: 0 !important;
	background: transparent url(images/content.gif) repeat-x right 0;
	border-top: 5px solid #042b40;
	}
#content .widget-tabs .widget-inside {
	margin: 0;
	padding: 0 !important;
	}
#content .widget-tabs ul.tabs {
	overflow: hidden;
	list-style: none;
	margin: 0 0 20px 0;
	}
#content .widget-tabs ul.tabs li.t {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	background: transparent;
	border: none;
	}
#content .widget-tabs ul.tabs li.t a, #content .widget-tabs ul.tabs li.t a:hover {
	display: block;
	font: 18px arial, verdana, sans-serif;
	font-weight: bold;
	padding: 15px 15px 20px 15px;
	}
#content .widget-tabs ul.tabs li.t a.tab-current {
	color: #fec002 !important;
	background: #09415f;
	}
#content .widget-tabs .tab-content {
	overflow: hidden;
	clear: left;
	height: 100%;
	margin: 0 20px 10px 20px;
	}