/*  
    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.
*/

/* General */
.tw-content { float:left; width:93%; clear:both; background:#F7F7F7; padding:10px; border:1px solid #CCC;}
.tw-content a{color:#9A9A9A; text-transform: uppercase; font-size:14px;}
.tw-content a:hover{color:#737373; text-decoration:none}
.tabbed-widget { float:left; width:100%; clear:both}
.tabbed-widget .ui-tabs-hide { display:none; }

.tw-content ul li{list-style:disc; color:#9A9A9A;  vertical-align:bottom; margin-left:20px;font-family:auto;}

/* Tabs */
.tw-tabbed-nav { float:left; width:100%; clear:both; margin:0; margin-bottom:10px;}
.tw-tabbed-nav li { float:left; display:block; margin:0; height:29px; padding:5px; }
.tw-tabbed-nav a { float:left; padding-top:5px; padding-right:10px; margin-right:5px; font-family: GentiumR; font-size:14px; font-variant:normal; position:relative; color:#737373; z-index:1; text-transform:uppercase; }
.tw-tabbed-nav a:hover{text-decoration:none;}

/* Accordion */
.tw-accordion .tw-title a { display:block; outline:0; }
.tw-accordion .ui-state-default a { background:url('../images/onlight-accordion-closed.png') no-repeat 100% 50%; }
.tw-accordion .ui-state-active a { background:url('../images/onlight-accordion-open.png') no-repeat 100% 50%; color:#333; text-decoration:none; }