/* 	
	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:100%; clear:both; }
.tw-content ul {
	overflow:hidden;
}
.tw-content ul li {
	float:left;
	background:none;
	padding:0;
	margin:0 20px 0 0;
	width:220px;
	position:relative;
}
.tw-content ul li.nomargin {
	margin-right:0px;
}	
.tabbed-widget { float:left; width:100%; clear:both; }
.tabbed-widget .ui-tabs-hide { display:none; }

/* Tabs */
.tw-tabbed-nav { 
	float:left; 
	width:1020px; 
	clear:both; 
	margin:0 0 41px -40px; 
	padding:0;
	height:56px;
	background:url(../images/tabbed-nav-tail.gif) repeat-x left top;
	
}
.tw-tabbed-nav li { 
	float:left; 
	display:block; 
	margin:0; 
	padding:0;
	background:none;
	font-size:17px;
	text-transform:uppercase;
	border-right:1px solid #2f2f2f;
}
.tw-tabbed-nav a { 
	float:left; 
	color:white;
	line-height:50px;
	padding:0 20px; 
}
.tw-tabbed-nav a:hover {
	background:black;
	color:white;
}
.tw-tabbed-nav .ui-state-active a {
	background:url(../images/tabbed-nav-active.gif) repeat-x left top;
}

/* 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; }

