h4, h5, h6, h1, h2, h3 {
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
}
ul, ol {
	margin: 0;
	padding:0;
}

p {
	margin: 0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 0.938em;
}
img{
	border:none;
}

html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-color: #FFF;
	margin:0;
	padding:0;	
	-webkit-font-smoothing: antialiased;
}

body{overflow-x: hidden;}

.clear{clear:both;}

#main_container{
	width:100%;
	margin:0px auto;
}

.inner-body-container{
	width:93%;
	padding:0;
	margin: auto;
}
.inner-body-text{
	padding-top:10px;
	padding-bottom:20px;
}
.inner-body-text h1{
	font-size:25px;
	font-weight:600;
	padding:0 0 10px 0;
	margin:0;
}	
.inner-body-text span{
	font-size:15px;
	font-weight:400;
	color:#4d4d4d;
	line-height:1.7;
}

.packaged_training_tab{ overflow:hidden; padding:0px 10px; border:#d7d7d7 solid 1px; margin-bottom:40px; clear: both; }


    /*----- Tab Links -----*/
    /* Clearfix */
.pack_links:after {
	display:block;
	clear:both;
	content:'';
}
.pack_links{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display:block;
}

.pack_links li {
	float:left;
	list-style:none;
	height: 40px;	
	margin: 0 1px 0px 0px;
	padding: 0;
	line-height:38px;
	margin-bottom: -0px;
	background: url(../images/packaged-training-tab-bg-in.jpg) repeat-x;
	overflow: hidden;
	position: relative;
	display:block;
	border-radius: 8px 8px 0 0;
	font-family: 'Open Sans', sans-serif;
	/*border-bottom:1px solid transparent;*/
}
 
.pack_links a {
	padding: 0 1.88em;
	display:inline-block;
	border: 1px solid #dbdbdb;
	border-radius:8px 8px 0px 0px;
	font-size:14px;
	color:#4e5256;
	transition:all linear 0.10s;
	font-family: 'Open Sans', sans-serif;
	background: url(../images/packaged-training-tab-bg-in.jpg) repeat-x;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
 
.pack_links a:hover {
	background: url(../images/packaged-training-tab-bg-out.jpg) repeat-x;
	color:#fff;
	text-decoration:none;
	border: 1px solid #063d73;
}
 
li.open a, li.open a:hover {
	background: url(../images/packaged-training-tab-bg-out.jpg) repeat-x;
	color:#fff;
	border: 1px solid #063d73;
}
 
    /*----- Content of Tabs -----*/
.pack_content {	
	border: 1px solid #d7d7d7;
	clear: both;
	background: #fff;
	height:500px;
	overflow:hidden;
	margin-top:0px;
}
 
.pack {
	display:none;
}
 
.pack.open {display:block;}


.training-thumb-text1{
	background:url(../images/packaged-training-bg.jpg) repeat-x;
	overflow:hidden;
	padding:10px 13px;
	border:#e6e6e6 solid 1px;
	margin:12px 0;
	display:block;
}
.training-thumb-text1 h2{
	font-size:15px;
	color:#1062b2;
	margin:10px 0 0 0;
	padding:0;
}

.training-thumb-text1 h2 a{
	font-size:17px;
	color:#0e5193;
	text-decoration:none;
	font-weight:400;
}
.training-description{
	float:left;
	width:78%;
	margin-top:18px;
}
.training-description strong{
	font-weight:600;
	color:#393939;
}
.training-description ul{
	list-style:none;
	padding:0;
	margin:0 0 18px 0;
}
.training-description li{
	display:inline-block;
	max-width:80%;
	min-width:20%;
	font-size:14px;
	color:#4d4d4d;
    word-break: break-all;
	margin-right:3%;
}
.training-description span{
	font-size:15px;
	color:#282828;
	line-height:1.7;
	margin-top:10px;
	font-weight:300;
}
.training-price{
	float:left;
	width:12%;
	color:#9fa1a5;
	font-size:13px;
	text-align:center;
	margin-top:10px;
}
.training-price span{
	color:#000;
	font-size:25px;
	font-weight:600;
	line-height:22px;
}
.buy_details{
	float: right;
	margin:25px 0;
	width:10%;
}
.training{
	background-color:#f29200;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	text-transform:uppercase;
	padding:7px 12px;
	color:#FFF;
	font-size:15px;
	text-decoration:none;
}

.tabs ul {
    list-style: none;
}

.tabs ul li {
    float: left;
    background: #eee;
    border: 1px #aaa solid;
    border-bottom: none;
    margin-right: 10px;
    padding: 5px;
}

.tabs ul li.active {
    margin-bottom: -1px;
    padding-bottom: 6px;
}

.tabInner {
    clear: both;
    border: 1px solid #aaa;
    height: 200px;
    overflow: hidden;
    background: #eee;
}

.tabInner div {
    height: 200px;
    padding: 10px;
    
}

.training-price strong{
	color: #CC0033;
    font-size: 14px;
    text-decoration: line-through;
}