/*TabGarb Uncom*/ 
/* 
XP TAB TABGARB THEME

AUTHOR : Webgarb.com

 */
#tabgarb {
  margin: 0;
  display: block;
  padding-bottom: 8px;
  padding-left: 0px;
}
#tabgarb li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}
#tabgarb li a {
  border:  none;
  padding: 5px 16px 4px 16px;
  float: left;
  line-height: 15px;
  text-decoration: none;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  margin-right: 1px;
  background-position: right top;
  font-weight: bold;
  margin-left: -1px;
  font-size: 12px;
  margin-top: 0px;
  background-image: url(http://www.24android.com/wp-content/themes/phanatics/images/right1.png);
}
#tabgarb li a:link {
  color: #000000;
  background-image: url(http://www.24android.com/wp-content/themes/phanatics/images/right1.png);
  background-repeat: no-repeat;
}
#tabgarb li a:visited {
  color: #3a3a3a;
  margin-top: 3px;
}
#tabgarb li a:hover {
  background-color: transparent;
  color: #000000;
  background-position: right top;
  margin-top: 2px;
  margin-bottom: -2px;
  background-image: url(http://www.24android.com/wp-content/themes/phanatics/images/righton.png);
}
#tabgarb li.tabgarbactive a {
  border-bottom: 1px solid #ffffff;
  padding: 8px 15px 10px 16px;
  margin-bottom: -2px;
  font-size: 12px;
  margin-top: -7px;
  background-image: url(http://www.24android.com/wp-content/themes/phanatics/images/righton.png);
}
#tabgarb li.tabgarbactive a:link {
  border-bottom: 1px solid #ffffff;
  margin-bottom: -2px;
  background-color: #ffffff;
  padding-bottom: 9px;
}
#tabgarb li.tabgarbactive a:visited {
  color: #000000;
}
.tabgarb_content {
  border-top: 1px solid #c7d3d8;
  clear: both;
  display: none;
}	
	.tabgarb-tab {
		display:none;
	}
	#tabgarb_loader {
		border:none !important;
		border-radius:none;
		box-shadow:none;
		background:url(http://www.24android.com/de/wp-content/plugins/tabgarb/loader.gif);
		background-repeat:no-repeat;
		background-position:center center;
		height:18px;
		background-color:white;
		vertical-align: middle
	}