/* Tabbed menu by www.cart-lab.com */

#tablist {
   /*   float:left;
      width:100%; */
      background:#fff; /*
      font-size:93%;
      line-height:normal; */
      margin: 0px 0px 0px 0px;
      padding: 6px 0px 6px 0px;
}

* html #tablist{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 1em;
}
/*
#tablist ul{
list-style-type: none;
margin:0px;
padding:0px;
}

#tablist li{
      display: inline;
      margin:0px;
      padding:0px;
}
*/

#tablist a {
   /*   float:left; */
      background:url(/skin1/images/tabLeft_outline.jpg) no-repeat left top;
      margin: 0px 0px 0px 0px;
      padding: 6px 0px 4px 5px;
      text-decoration:none;
}

#tablist a span {
   /*   float:left; 
      display:block; */
      background:url(/skin1/images/tabRight_outline.jpg) no-repeat right top;
      margin: 0px 0px 0px 0px;
      padding: 5px 15px 4px 6px;
      /* font-weight:bold; */
      color:#fff;
      }



#tablist a:hover {
	background-position:0% -42px;
	/* font-weight:bold; */
      text-decoration:none;
        color:#000;
}
#tablist a:hover span {
	background-position:100% -42px;
	/* font-weight:bold; */
      text-decoration:none;
        color:#000;
}

#tablist a.current {
background-position:0% -42px;
	/* font-weight:bold; */
      text-decoration:none;
        color:#000;
}
#tablist a.current span {
	background-position:100% -42px;
	/* font-weight:bold; */
      text-decoration:none;
        color:#000;
}

#tabcontainer {
      margin:0px;
      padding:0px;

}