/* ACCESSIBLE TABS BY GINADER */
  .tabs {float:left;clear:both;width:100%;/*background:#FFFFFF url("bg.gif") repeat-x bottom;*/line-height:normal;margin:0px 0 20px 0;padding:0;text-align:center;}
  .tabs ul.tabs-list {margin:0 auto;width:100%;padding:0px;list-style:none;text-align:center;}
  .tabs ul.tabs-list ul {margin:0 auto;text-align:center;width:100%;}
  .tabs ul.tabs-list li {float:left;text-align:center;/*background:url("right.gif") no-repeat right top;*/background:url("tabs-bg.gif") repeat-x left bottom;border:1px solid #cccccc;border-bottom:none;width:134px;margin:0 10px 0px 0;padding:0;}
  .tabs ul.tabs-list a {float:left;display:block;/*background:url("left.gif") no-repeat left top;*/background:#e0e0e0;background:url("tabs-bg.gif") repeat-x left bottom;padding:12px 0 9px 0;text-decoration:none;font-weight:normal;font-size:12px;text-align:center;color:#0099CC;}
  /* 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;text-decoration:underline;}
  .tabs ul.tabs-list .current {/*background-image:url("right_on.gif");*/background:#fff;border:1px solid #cccccc;border-bottom:none;}
  .tabs ul.tabs-list .current a {/*background-image:url("left_on.gif");*/background:#fff;color:#FF6600;padding:12px 0 9px 0;}
  .js .tabs .current-info,
  .js .tabs .accessibletabsanchor,
  .js .tabs .tabhead /*position each individual tab's heading (default class .tabhead) off-screen*/ {position:absolute;left:-999em;}
  .js .tabs .content{clear:both;padding:20px;margin:0;background:#ffffff;border:1px solid #cccccc;line-height:130%;/*-moz-box-shadow:0px 2px 6px #AAAAAA;-webkit-box-shadow:0px 2px 6px #AAAAAA;box-shadow:0px 2px 6px #AAAAAA;-webkit-border-radius:4px;-moz-border-radius:4px;*/}
  .js .tabs{width:730px;}
