div.card-tabs-bar{
	text-align:center;
	display: inline-block;
	width:100%;
	padding-left:50px;

	}

div.card-tabs-bar a{
	width:210px;
	height:35px;
	display:block; 
	float:left;
	font-size:14px;
	line-height:35px;
	color:#ffffff;
	background:url(../images/promubg.jpg) center no-repeat;
	text-decoration: none;
	margin-right: 5px;
	outline: none;
	box-shadow:0px 0px 3px 3px #e1e1e1 ;
}

div.card-tabs-bar a:first-child{
	margin-left: 10px;
}

div.card-tabs-bar a:hover{
	background-color:#F00;
}

div.card-tabs-bar a.active{
	display: inline-block;
	color: black;
	font-weight: bold;
	color:#FFF;
	background:url(../images/promubg2.jpg) center no-repeat;
}

div.card-tabs-bar a.active:hover{
	text-decoration: none;
}



div.card-tabs-bar.titles a{
	font-size: 17px;
}

div.card-tabs-stack div[data-tab]{
	display: none;
	padding-top:30px;
	padding-bottom:30px;
	
}

div.card-tabs-stack div[data-tab]:first-child{
	display: block;
}
