@charset "utf-8";
/* CSS Document */

.container {width:100%; margin-top:20px;}
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 36px;	
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 36px;
	line-height: 36px;
	border: 1px solid #d7d7d7;
	margin-bottom: -1px;
	margin-right:-1px;
	overflow: hidden;
	position: relative;
	background-color:#f3f3f3;
}
ul.tabs li a {
	text-decoration: none;
	color: #4e99f0;
	text-transform:uppercase;
	letter-spacing:0.5px;
	display: block;
	font-size:13px;
	font-weight:400;
	padding: 0 15px;
	outline: none;
}
ul.tabp li a {padding: 0 8px !important;}
ul.tabs li a:hover {
	color:#545454;	
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	color:#545454;
	background-color:#fff;
	border-bottom:solid 1px #fff;	
}
html ul.tabs li.active a{color:#545454; background-color:#fff;}

.tab_container {
	width: 100%;
}
.tab_content {
	padding:15px;
	border:solid 1px #d7d7d7;
	clear:both;
	background-color:#fff;	
	box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.pop-tab-ctnr {margin:20px 0 0 0;}

.Flipped, .Flipped .tabs
{
    transform:rotateX(180deg);
    -ms-transform:rotateX(180deg); /* IE 9 */
    -webkit-transform:rotateX(180deg); /* Safari and Chrome */
}