.c4-hide-tab {
display: none;
}
.c4-show-tab {display: block;}

    #c4-tabs {
      float:left;
      width:100%;
      background:#fff;
      font-size:93%;
      line-height:normal;
	border-bottom: 1px solid #999999;
      }
    #c4-tabs ul {
        margin:0;
        padding:10px 10px 0 5px;
        list-style:none;
      }
    #c4-tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #c4-tabs a {
      float:left;
      background:url("http://lib.store.yahoo.net/lib/tylertool/tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #c4-tabs a span {
      float:left;
		font-weight: bold;
      display:block;
      background:url("http://lib.store.yahoo.net/lib/tylertool/tabright5.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #c4-tabs a span {float:none;}
    /* End IE5-Mac hack */
    #c4-tabs a:hover span {
      color:#999999;
      }
    #c4-tabs a:hover {
      background-position:0% -42px;
      }
    #c4-tabs a:hover span {
      background-position:100% -42px;
      }

        #c4-tabs .current a {
	text-transform: uppercase;
		color: #999999;
                background-position:0% -42px;
		border-bottom: white;
        }
        #c4-tabs .current a span {
	text-transform: uppercase;
		color: #999999;
                background-position:100% -42px;
		border-bottom: white;
        }

#c4-tab-content {
border: 1px solid #999999;
width: 418px;
text-align: left;
}

#c4-tab-content2 {
padding: 0px 10px 10px 10px;
}
