/* 	
	These are only the default styles.
	If you wish to add your own CSS styles, it is best to amend your theme's style.css file.
	Laurie edited this in Sept 2013 to fix style problems.
*/

/* General */

.tw-content { float:left; width:100%; clear:both;}
.tabbed-widget { float:left; width:100%; clear:both;}
.tabbed-widget .ui-tabs-hide { display:none; }

/* Tabs */
.tw-tabbed-nav { float:left; width:100%; clear:both; margin:0; padding:0; }
.tw-tabbed-nav li { float:left; display:block; margin:0; padding:0; }
.tw-tabbed-nav a { float:left; margin-right:1sem; }


/* Tabs */
#main .widget-area .tw-tabbed-nav { float:left; width:100%; clear:both; margin:0; padding:0; font-size:14px; font-family:'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;}
.tw-tabbed-nav li {}
.tw-tabbed-nav a { float:left; padding:0.2em 0.5em; margin-right:1px; background:#fff; margin-bottom:-1px;}
.tw-tabbed-nav a:hover { text-decoration:none; color:#800000; border-bottom:1px solid #ddd; }
.tw-tabs .ui-state-active a { background:#FFF; color:#039; font-weight:bold;border-bottom:1px solid #fff !important; border-right:1px #fff !important; }
.tw-tabs .tw-content { float:none; width:auto; padding:0.5em 0; border-bottom:1px solid #ddd; background:#fff; }

/* Accordion */
.tw-accordion { float:left; width:100%; clear:both; }
.tw-accordion .tw-title { font-size:14px; font-weight:bold; font-family:'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif; outline:none; margin-bottom:1px; }
.tw-accordion .tw-title a { color:#666; outline:none; padding:0.2em 0.5em; }
.tw-accordion .tw-title a:hover { color:#000; text-decoration:none; }
.tw-accordion .ui-state-default { background-color:#eee; }
.tw-accordion .ui-state-active { background-color:transparent; }
.tw-accordion .ui-state-active a, .tw-accordion .ui-state-active a:hover { color:#fff; background:#000; }
#main .widget-area .ui-accordion-content { padding:0.5em 0.5em 0 0.5em; }
#main .widget-area ul.ui-accordion-content { padding-bottom:0.5em; }
#main .widget-area .tw-widget-last .ui-accordion-content { }
#main .widget-area .tw-widget-last .tw-title { }

