.tabs {
    /*float:left;
    width:100%;
    font-size:93%;
    line-height:normal;*/
    }
	

	
  .tabs ul.tabs-list {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
  .tabs ul.tabs-list li {
    float:left;
    margin:0;
    padding:0 0 0 9px;
    }
  .tabs ul.tabs-list a {
    float:left;
    display:block;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#7D8386;
    }
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  .tabs ul.tabs-list a {float:none;}
  /* End IE5-Mac hack */
  .tabs ul.tabs-list a:hover {
    color:#333;
    }
  .tabs ul.tabs-list .current {
    border-width:0;
    }
  .tabs ul.tabs-list .current a {
    color:#333;
    padding-bottom:5px;
    }



    .tabs .current-info,
     .tabs .accessibletabsanchor,
    .tabs .tabhead /*position each individual tab's heading (default class .tabhead) off-screen*/ {
        position:absolute;
        left:-999em;
    }
     .tabs .content{
        clear:both;
        margin:10px 5px 5px 5px;
		padding: 5px;

    }


    .tabs{
        padding:10px;
    }
    
