/* 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/ */

#sidebars ul.domtabs li.active {background:#FFF8EE;}		/* Active tab background color */
#sidebars ul.domtabs li:active a {color:#000000;}		/* Active tab font color */
#sidebars ul.domtabs li {background:#F4EDDE;}			/* Inactive tabs background color */
#sidebars ul.domtabs li a {color:#000000;}				/* Inactive tabs font color */
/* #sidebars ul.domtabs li a:hover { background: red; } */
/* #sidebars ul.domtabs li {border-color:#000000;} */			/* Tabs border color */
/* .domtab div {border:1px solid #000000;}	*/				/* Box border color - Should be the same as the Active tab background color */
.domtab div {background:#FFF8EE;}						/* Box background color */

#sidebars ul.domtabs li {margin-right:3px;}			/* Space between each tab. Set to 0 for no space. */

div.domtab div {
	display:none;
        padding: 10px 0px 0px 0px;
	}

#sidebars ul.domtabs {
	list-style:none;
	padding:0;
	margin:0;
      font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	}

#sidebars ul.domtabs li {
	float:left;
	padding:0 0.5em;
	text-align:center;
      font-size: 14px;
      text-transform: uppercase;
	/* border-style:solid; */
	/* border-width:1px 1px 0 1px; */
      font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	}


#sidebars ul.domtabs li a {
	text-decoration:none;
      font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	}

.domtab div {
	/* border-width:0 1px 1px 1x; */
	/* padding:0.5em; */
        padding: 0px 0px 10px 0px
	clear:both;
      font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
      font-size: 14px;
	}

.domtab div p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	}

.domtab div t1 li ul img {
	align: left;
	}

.domtab div t1 li ul {
	text-align: right;
	}
