/*!
 * jQuery.tabbed() v1.0.2
 * https://github.com/chovy/tabbed-navigation 
 *
 * Copyright 2012, Anthony Ettinger
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Date: Tue Feb 21 10:22:23 PST 2012
 */
.tabbed .tabs:after, .clfx:after { content: '.'; display: block; visibility: hidden; overflow: hidden; clear: both; font-size: 0; height: 0; }
.tabbed { font-size:.88em; margin: 20px 0;}
.tabbed .tabs, .tabbed .tabs li, .tabbed .tabs a { display: block; color:#333;}
.tabbed .tabs {	list-style-type: none; padding-left: .3em;border-bottom: none;}
.tabbed .tabs li { border: 1px solid #599C63; border-radius: 5px 5px 0 0; float: left; margin-right: 5px; }
.tabbed .tabs a { padding: 5px 10px; text-decoration: none; }
.tabbed .tabs a, .tabbed .tabs a:active, .tabbed .tabs a:focus { outline: none;  }
.tabbed .tabs a:active, .tabbed .tabs a:focus {background-color:#DFFFDF;}
.tabbed .tabs .active a { margin-bottom: -1px; border-bottom: 1px solid white; background-color:#DFFFDF; }
.tabbed .contents { }
.tabbed .content { display: none;  min-height: 20px; }
.tabbed .content:first-child { display: block; }
.tabbed .content.loading { background: url('img/loading.gif') no-repeat 50% 50%; }
.imgansa{ width:22%; padding:.5em .5em 0 .2em;}