/*TabGarb Uncom*/ 
#tabgarb {
	display:block;
	padding-bottom:8px;
	margin: 0;
	padding-left: 0px;
}

#tabgarb li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
	
#tabgarb li a {
	float: left;
	background: #f3f3f3;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-right: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

#tabgarb li a:link { color: #666; }
#tabgarb li a:visited { color: #666; }

#tabgarb li a:hover {
	background: #fff;
}

#tabgarb li.tabgarbactive a {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #333;
	margin-bottom:-2px
}

.tabgarb_content {
	clear:both;
	display:none;
	border-size:1px;
	margin-top:-0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	padding-bottom: 10px;
}	
	.tabgarb-tab {
		display:none;
	}
	#tabgarb_loader {
		border:none !important;
		border-radius:none;
		box-shadow:none;
		background:url(http://sadwave.com/wp-content/plugins/tabgarb/loader.gif);
		background-repeat:no-repeat;
		background-position:center center;
		height:18px;
		background-color:white;
		vertical-align: middle
	}