/* 	
	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;background:#fff; }
.tabbed-widget { float:left; width:100%; clear:both; margin-bottom:20px;}
.tabbed-widget .ui-tabs-hide { display:none; }

/* Tabs */
.tw-tabbed-nav { float:left; width:100%; clear:both; margin:0; padding:0;border-bottom:1px solid #959AAD; }
.tw-tabbed-nav li.ui-state-active {
	 background: #808599;
	color:#fff;
	border-top:1px solid #73798f;
	-moz-box-shadow:inset 0 1px 0 #9ca0af;
	-webkit-box-shadow:inset 0 1px 0 #9ca0af;
	-moz-border-radius:6px 6px 0 0 ;
	-webkit-border-radius:6px 6px 0 0 ;
	border-radius:6px 6px 0 0 ;
}
.tw-tabbed-nav li.ui-state-active a {
	color:#fff;
}
.tw-tabbed-nav li { float: left;
	margin: 0;
	padding: 0;
	height: 32px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	margin-right:3px;
	border-left: none;
	float:left;
	overflow: hidden;
	position: relative;
	padding:0 20px; }
.tw-tabbed-nav a { font-size:13px; color:#5C6483; font-weight:bold; }
.tw-tabbed-nav ul {
	
}
/* 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; }

.tw-content h3 {
	font-size:14px;
	margin:0;
	font-weight:600;
	letter-spacing:-0.5px;

}
.tw-content ul {
	padding:10px;
}
.tw-content ul li:first-child {
	padding-top:0;
}
.tw-content ul li:last-child {
	border:0;
}
.tw-content ul li {
	padding:10px 0;
	border-bottom:1px solid #eaeaea;
}
.tw-content h3 a {
	
	color:#5C6483;
}
.tw-content a img {
	width:70px;

}
.tw-content a .posttmb {
	width:70px;
	height:48px;
	displaY:block;
	float:left;
	border:1px solid #E2E2E2;
	overflow:hidden;
	padding:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin-right:6px;}
.tw-content p{
	font-size:12px;
	color:#434343;
	line-height:140%;
}