/* 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/ */

ul.domtabs li.active {background:#EEEEEE;}		/* Active tab background color */
ul.domtabs li:active a {
	color:#000000;
	font-size: 12px;
	font-weight: bold;
}		/* Active tab font color */
ul.domtabs li {background:#ffffff;}			/* Inactive tabs background color */
ul.domtabs li a {
	color:#000000;
	font-size: 12px;
	font-weight: bold;
}				/* Inactive tabs font color */
ul.domtabs li {border-color:#eeeeee;}			/* Tabs border color */
.domtab div {border:7px solid #eeeeee;}					/* Box border color - Should be the same as the Active tab background color */
.domtab div {background:#ffffff;}						/* Box background color */

ul.domtabs li {margin-right:0.2em;}	

div.domtab div {
	display:none;
	}

ul.domtabs {
	list-style:none;
	padding:0;
	margin:0;
	}

ul.domtabs li {
	float:left;
	
	text-align:center;
	border-style:solid;
	border-width:1px 1px 0 1px;
	}


ul.domtabs li a {
	text-decoration:none;
	}

.domtab div {
	border-width:0 1px 1px 1x;
	
	clear:both;
	}
