

#tabContainer {
	width:100%;
}

.tabs{

	overflow:hidden;
}

.tabs > ul{
	font: 1em;
	list-style:none;
}

.tabs > ul > li > a{
	margin:0 2px 0 0;
	display:block;
	float:left;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	/*background: #fbe8b3;*/ /* old browsers */	
}


/*.tabs > ul > li > a{
	padding-left:20px;
	padding-right:20px;
	padding-top:12px;
	padding-bottom:7px;
	color: #222 !important;
	display: block;
}*/


/*.tabs > ul > li >a:hover{
	background: #F7B700;  old browsers 
	cursor:pointer;
	color: #fff !important;
}*/

/*.tabs > ul > li.tabActiveHeader a{
	background: #F7B700;  old browsers 
	cursor:pointer;
	padding-bottom: 9px;
	color: #fff !important;
}*/


.research_wrapper .tabs > ul 
{
	font-size:14px;
}

.research_wrapper .tabs > ul > li > a:hover
{
	background-color:transparent !important;
	color:#F7B700 !important;
}

.research_wrapper .tabs > ul > li > a
{
	background-color:transparent !important;
	color: #F7B700 !important;
}



.research_wrapper .tabs > ul > li.tabActiveHeader > a{
	background-color:transparent !important;
	color:#000 !important;
}




.tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	padding: 27px 0px 25px 0px;
	margin:0;
	color:#333;
	background:url(../images/tab_bottom_shadow.png) repeat-x;
}
