div#tabs{
	width:530px;
	/*margin:20px auto;*/
	padding: 20px;
	font-size:11px;
	border:none;
	background: #000;
	
}	
/* DIV that holds each tab*/
div.my_tab{
	width:250px;
	/*margin:0px auto;*/
	margin: 0 0 0 10px;;
	float:left;
	display:inline;
	/*background: #f0f8fd;*/
	background:#091434;
	padding: 15px;
	border: 1px solid #636766;
	font:normal 12px Arial,"Trebuchet MS";
	color: #737373;
	padding-left: 30px;
	padding-right: 30px;
		
}
/*.tab_title { background-color: #252525;}*/
.my_tab strong { color:#0d62c1 ; }	
/* Title of each tab, used when user don't have Javascript'*/	
div.my_tab h5{
	color:#737373;
	border-bottom:solid 1px #cacaca;
		
}
	
/* Tab Bar, created via JS*/
div#tab-bar{
	padding:0 0px 10px 0px;
	margin:30px -9px 20px 0px;
	width:200px; /*300*/
	/*background:#252525;*/
	/*border-right:solid 1px #0d62c1;*/
	margin-bottom:20px;
	font:normal 12px Arial,"Trebuchet MS";
	float:left;
	display:inline;
	color: #737373;
}

/* Single Tab 80px */
div#tab-bar div.mt-tab{
	width:200px; /* 300 */
	position:relative;
	text-align:left;
	
	margin:0px -1px 0px 0px;
	cursor:pointer;
/*	border-top:solid 1px #414141;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	border-bottom:solid 1px #414141;
*/	font:normal 13px "Trebuchet MS";
	float:right;
	display:inline;
	
	/*color:#414141;*/
	color: #737373;
	padding:5px 5px 5px 15px;	
/*	background: #252525;	*/
	/*background-color: #252525;*/
}
.mt-tab { /* background-color: #252525;*/ }
/* Single Tab, when active */
div#tab-bar div.mt-tab-active{
	text-align:left;
	margin:0px -3px 0px 0px;
	cursor:pointer;
	border-top:solid 1px #636766;
	border-left:solid 1px #636766;
	border-right:solid 1px #091434;
	border-bottom:solid 1px #636766;
	float:right;
	display:inline;
	color:#fff;
	font-weight:bold;
	padding:5px 5px 5px 15px;	
	background:#091434;
}