/* TABS */
.tabs-block {float: left; width: 320px; padding: 10px 0; display: block;}
.tabbed {width: 100%; overflow: hidden; background: transparent; border: none; }
.tabbed ul.tabs {overflow: hidden; display: block; position: relative; top: 0; left: 0; z-index:900; list-style-type: none; width: 100%; background: transparent;}
.tabbed ul.tabs li {display: inline; float: left; padding: 0; margin: 0 .3em 0 0;}
.tabbed ul.tabs li a {font-weight: bold; display: block; margin: 0; padding: 5px .8em; background: #999; border: 1px solid #ccc;}
.tabs-block ul.tabs li a { padding: 5px .7em;}
.tabbed ul.tabs li a:hover {background: #eee; text-decoration: none; color: #ff6600;}
.tabbed ul.tabs li a.tab-current {background: #eee; border-bottom: 1px solid #eee;}

.tabs-block .tabbed div, #home .tabbed .c {overflow: hidden; display: block; position: relative; left: 0; top: -1px; z-index: 0; clear: left; width: 100%; margin: 0; padding: 5px 0; border-top: 1px solid #ccc; background: #eee; display: none;}
div.t2, div.t3, div.t4, div.t5, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8, div.c9, div.c10  { display: none; }
.tabs-block .tabbed div.t1, #home .tabbed div.c1 {display: block; }
.tabs-block .tabbed div { width: 100%;}
.tabbed div ul {overflow: hidden; padding: 5px; margin: 0; list-style-type: none;}
.tabbed div ul li {clear: left; color: #ff3300; padding: 0 0 5px 15px; background: url(img/arrow.gif) no-repeat left top;}
.tabbed div ul li a {font-weight: normal; color: #3399CC; text-decoration: none;}
.tabbed div ul li a:hover {color: #FF3300; text-decoration: underline;}

