.tabs {  width:295px; float:left; margin: 5px; }

.tab-container {float:left;  width:285px; background: #fff; border-left:1px solid #fff; border-right:1px solid #fff; border-bottom:1px solid #fff; padding: 5px; line-height: 18px;}
.tab-panes { float:left; margin: 5px; }

    #tab-header {
		color:#fff;
      float:left;
     width:287px;
      background:#fff url("tabber-round_bg.gif") repeat-x bottom;
      font-size:13px;
      line-height:normal;
      }
    #tab-header ul {
      margin:0;
      padding:5px 3px 0;
      list-style:none;
      }
    #tab-header li {
      float:left;
      margin:0;
      padding:0 0 0 2px;
      }
    #tab-header a {
      display:block;
      background:url("tabber-round_right.gif") no-repeat right top;
	 /* background: #F47425;*/
      padding: 5px;
      text-decoration:none;
      font-weight:bold;
      color:#fff;
      }
    #tab-header a:hover {
      color:#000;
      }
    #tab-header #tab-current {
     background-image:url("tabber-round_right_on.jpg");
	  /* background: #A5A17C;*/
	  color:#fff;
	  
      }
    #tab-header #tab-current a {
     background-image:url("tabber-round_right_on.jpg");
	/*  background: #A5A17C;*/
      color:#fff;
      padding-bottom:5px;
      }

	  
	  
