/**
 * @version		1.3
 * @package		SimpleTabs
 * @author    Fotis Evangelou - http://nuevvo.com/labs/simpletabs
 * @copyright	Copyright (c) 2009-2011 Fotis Evangelou / Nuevvo Webware Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 * @updated by EBSCO for use with Tabbed Search Boxes
 * WARNING: This file is being linked to by various customers. Changing styles here could alter an existing search box.
 */
 div.simpleTabs{padding:10px;width:700px;position:relative;border-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px}ul.simpleTabsNavigation{margin:0 0;padding:0;text-align:left;position:relative}ul.simpleTabsNavigation li{list-style:none;display:inline;margin:0;padding:0;position:relative}ul.simpleTabsNavigation li a{border:1px solid #E0E0E0;padding:3px 3px;background:#F0F0F0;font-weight:700;font-size:16px;text-decoration:none;position:relative;margin-bottom:-7px;border-radius:5px 5px 0 0;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px}ul.simpleTabsNavigation li a:hover{background-color:#F6F6F6}ul.simpleTabsNavigation li a.current{background:#fff;color:#222;border-bottom:1px solid #fff}div.simpleTabsContent{border:1px solid #E0E0E0;padding:5px 15px 15px;margin-top:3px;display:none;border-radius:0 5px 5px 5px}div.simpleTabsContent.currentTab{display:block}