/* DOMtabs skin by Michael Martin - http://www.problogdesign.com */
/* DOMtabs script - http://www.onlinetools.org/tools/domtabdata/ */
/* Install guide: http://www.problogdesign.com/general-tips/how-to-install-domtabs-on-wordpress/ */
/* Active tab background color */
#sidebars ul.domtabs li.active {
  background:transparent;
  }
/* Active tab font color */
#sidebars ul.domtabs li.active a {
  color:#7B8E18;
  font-family: georgia, serif;
  }
/* Inactive tabs background color */
#sidebars ul.domtabs li {
  background:#A09F9F;
  width: 120px;
  height: 27px;
  line-height: 30px;
  font-size: 10pt;
  text-transform: uppercase;
  }
/* Inactive tabs font color */
#sidebars ul.domtabs li a {
  color:#fff;
  font-family: arial, sans-serif;
  font-size: 9pt;
  }
/* Tabs border color */
#sidebars ul.domtabs li {
  border:0px;
  }
/* Box border color - Should be the same as the Active tab background color */
.domtab div {
  border:0px;
  }
/* Box background color */
.domtab  {
  background:#EFEEEC;
  margin-left: 15px;
  padding: 0 1.1em 0 1.1em;
  margin-bottom: 2.2em ;
  min-height: 40px;
  border: solid 1px #A09F9F;
  clear: both;
  }

/* Space between each tab. Set to 0 for no space. */
#sidebars ul.domtabs li {
  margin-right:10px;
  }


div.domtab div {
	display:none;
	}

#sidebars ul.domtabs {
	list-style:none;
	padding:0;
	margin:0;
	float: left;
	}

#sidebars ul.domtabs li {
	float:left;
	padding:0 0.5em;
	text-align:center;
	border-style:solid;
	border-width:0;
	}


#sidebars ul.domtabs li a {
	text-decoration:none;
	}

.domtab div {
	border-width:0;
	padding:0.5em;
	clear:both;
	}

