/* 
 * @version		$Id: hashtabs.css 1 2013-03-21 styleware $
 * @package		SW Tabs Pro for K2
 * @author		JStyleWare http://styleware.eu
 * @copyright	Copyright (c) 2010 - 2013 StyleWare  All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

ul.etabs { margin: 10px 0 0!important; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }
.tab a { font-size: 13px; line-height: 2em; display: block; padding: 0 11px; outline: none; }
.tab a:hover { text-decoration: none; }
.tab.active { background: #fff; border: solid 1px #c9c9c9; border-bottom: 0; }
.tab.active a { padding: 0 10px; }
.tab-container .panel-container { padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; border-radius: 4px 4px 0 0; }

.tabpage { border-top: solid 1px #c9c9c9; margin-top: -1px; padding-top: 10px; }