/* TABS */
.tabs-block {float: left; width: 260px; display: block;}
.tabbed {width: 100%; overflow: hidden; background: transparent; border-bottom: 2px solid #cc0000;}
.tabbed ul.tabs {overflow: hidden; display: block; position: relative; top: 0; left: 0; z-index:900; list-style-type: none; background: transparent; margin: 0; padding: 0;}
.tabbed ul.tabs li {display: inline; float: left; font-size: 12px; padding: 0; margin: 0 .3em 0 0;}
.tabbed ul.tabs li a {font-weight: bold; display: block; margin: 0; padding: 5px .8em; background: #eee; border: 1px solid #ccc; border-bottom: 1px solid #cc0000;}
.tabs-block ul.tabs li a { padding: 5px .7em;}
.tabbed ul.tabs li a:hover {background: #eee; text-decoration: none; color: #CC0000;}
.tabbed ul.tabs li a.tab-current {color: #FFF; background: #C00; border: 1px solid #C00; border-bottom: none;}

.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; border-top: 2px solid #cc0000; background: #FFF; 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; font-size: 12px; color: #999; padding: 5px 0; border-bottom: none; }
.tabbed div ul li a {font-weight: bold; color: #006699; text-decoration: none;}
.tabbed div ul li a span {font-size: 10px; font-weight: normal; color: #c00; text-decoration: none;}
.tabbed div ul li a:hover {color: #FF6600; text-decoration: none;}

.tabbed div ul li img.attachment-thumbnail {float:left; width: 120px; height: auto; margin-right: 5px; margin-bottom: 10px;}