/* root element for tabs  */

ul.tabs {

	width:600px;

	list-style:none; 

	margin:0 !important; 

	padding:0;		

	height:30px;

	padding:0px 0px 0px 10px;

	position:relative;

	

}



/* single tab */

ul.tabs li { 

	float:left;	 

	

	padding:0px 0px 0px 0px;

	margin:0 !important;

	list-style-image:none !important;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#febf01;

}



/* link inside the tab. uses a background image */

ul.tabs a {

	/*background: url(blue.png) no-repeat -420px 0;

	background-repeat:no-repeat;*/

	background-color:#febf01;

	font-size:11px;

	display:block;

	line-height:13px;

	text-align:center;

	text-decoration:none;

	color:#000;

	margin:0px 2px 0px 0px;

	position:relative;

	top:0px;

	padding:0px 0px 0px 0px;

	width:96px;

	border-radius:20px;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

	height:35px;

	font-weight: bold;

}



ul.tabs a:active {

	outline:none;		

}



/* when mouse enters the tab move the background image */

ul.tabs a:hover {

	background-position: -420px -31px;

	color:#fff;

}



/* active tab uses a class name "current". its highlight is also done by moving the background image. */

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {

	/*background-position: -420px -62px;		*/

	cursor:default !important; 

	color:#333 !important;

	font-weight:bold;

	background-color:#FFF;

	border:2px solid #febf01;

	border-bottom:none;

	width:96px;

    border-radius:20px;

   -moz-border-radius:5px;

   -webkit-border-radius:5px;

   height:35px;

}



/* Different widths for tabs: use a class name: s, l, xl */





/* width 1 */

ul.tabs a.s 			{ background-position: -553px 0; width:81px; }

ul.tabs a.s:hover 	{ background-position: -553px -31px; }

ul.tabs a.s.current  { background-position: -553px -62px; }



/* width 2 */

ul.tabs a.l 			{ background-position: -247px -0px; width:174px; }

ul.tabs a.l:hover 	{ background-position: -247px -31px; }

ul.tabs a.l.current  { background-position: -247px -62px; }





/* width 3 */

ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }

ul.tabs a.xl:hover 	{ background-position: 0 -31px; }

ul.tabs a.xl.current { background-position: 0 -62px; }





/* initially all panes are hidden */ 

.panes .pane {

	display:none;	

}





.panes_inner {

	width:694px;

/*	display:inline-block;

*/	padding:15px 10px;

	position:absolute;	

	font-size:14px;

	background-color:#fff;

	border-top-width: 0;

	border:2px solid #febf01;

	border-top:none;

	margin-left:10px;

}



.first_tab{

	float:left;

	width:694px;

}



.first_tab_top{

	float:left;

	width:694px;	

}



.first_tab_top_left{

	float:left;

	width:216px;	

}



.first_tab_top_right{

	float:left;

	width:400px;

	padding:0px 0px 0px 10px;

	font-family:Cambria;

	font-size:12px;

	text-align:justify;

	line-height:18px;

	color: #000;

	font-weight: bold;

}



.first_tab_bot{

	float:left;

	width:694px;

	padding:10px 0px 0px 10px;

	font-family:"Times New Roman", Times, serif;

	font-size:12px;

	color: #000;

	font-weight: bold;

}



.first_tab_bot_left{

	float:left;

	width:210px;

	padding:0px 20px 0px 0px;

	color: #00C;

	font-weight: bold;

	font-family: Cambria;

	font-size: 12px;

}



.first_tab_bot_mid{

	float:left;

	width:210px;

	padding:0px 20px 0px 0px;

	color: #390;

	font-weight: bold;

	font-family: Cambria;

	font-size: 12px;

}



.first_tab_bot_right{

	float:left;

	width:210px;

	color: #00C;

	font-weight: bold;

	font-family: Cambria;

	font-size: 12px;

}



.color1{

	color:#C29301;

}



.second_tab{

	float:left;

	width:694px;

	font-family:"Times New Roman", Times, serif;

	font-size:12px;

	font-weight: bold;

}



.second_tabhead{

	font-family:Cambria;

	font-size:15px;

	color: #00C;

	font-weight: bold;

}

.second_tabbot {

	font-family:Cambria;

	font-size:15px;

	color: #390;

	font-weight: bold;

}

.second_tabbottxt {

	font-family:Cambria;

	font-size:12px;

	color: #390;

	font-weight: bold;

}

.third_tabmidtxt {

	font-family:"Times New Roman", Times, serif;

	font-size:12px;

	color: #390;

	font-weight: bold;

}



.second_tabheadtxt {

	font-family:Cambria;

	font-size:12px;

	color: #00C;

	font-weight: bold;

}

.fifth_tabhead {

	font-family:Cambria;

	font-size:12px;

	color: #000;

	font-weight: bold;

}

.fifth_tabtxt {

	font-family:Cambria;

	font-size:12px;

	color: #00C;

	font-weight: bold;

}











.third_tab{

	float:left;

	width:694px;

	font-family:Cambria;

	font-size:12px;

	line-height:18px;

	color: #00F;

	font-weight: bold;

}









/*-----------------------------------*/



.sellink{

	/*text-decoration:none !important;*/

}



.subtab{

	background-color:#EEE;

	padding-left:5px;

}

.subdata1{

	display:none;

}



.subdata2{

display:none;

}



.subdata3{

display:none;

}



.firstsubtab{

display:block;

}

