.tabbed-content{
position: relative;
display:block;
float:left;
left:0px;

}



.js-tabbed .tabs-nav {
display:block;
position:relative;
margin:0;
padding:0;
float:left;

}

.js-tabbed ol, .js-tabbed ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
float:left;
}

.tabs-nav .tab {
cursor:pointer;
}

.tabs-nav .tab {
background-color:transparent;
}

.js-tabbed li {
line-height:1.5;
float:left;

}

.js-tabbed .tabs-nav li.first {
margin-left:0 !important;
}

.js-tabbed .tabs-nav .li-selected {
background:transparent url(../images/bg_tabs.gif) no-repeat scroll 0 0;
}

.js-tabbed .tabs-nav li {
background:transparent url(../images/bg_tabs.gif) no-repeat scroll -474px 0;
display:block;
float:left;
height:35px;
margin-left:2px !important;
overflow:hidden;
position:relative;
width:235px;
}


.js-tabbed  .li-selected .title_2 {
color:#000000;
}
.js-tabbed .title_2 {
color:#FFFFFF;
display:block;
font-size:1.1em;
font-weight:bold;
padding:8px 13px 0 10px !important;
}


 .tabs-content {
 display:block;
 height:100px;
left:0;
margin:0;
position:relative;
top:0px;
left:0px;
width:709px;
padding:20px;
padding-left:10px;
padding-right:10px;
padding-top:20px;
}

.tabs-content {
	display:block;
	position:relative;
	float:left;
	height:120px;
	overflow:hidden;
	width:705px;
	padding-left:30px;
	/*border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;*/
}


/*#ws-highlights .li-tabbed {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
overflow:hidden;
padding-left:10px;
}
*/

