/* ----------tabs - start----------- */
.pps_mps_tabs {
	position:relative;
	float:left;
	width:98%;
	padding:0px 1% 5px;
	border-bottom: 4px #dddddd double;
	margin:20px 0;
	text-align:left;
}
.pps_mps_tabs ul {
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
}

.pps_mps_tabs li {
	position:relative;
	float:left;
	line-height: 1;
	font-size:13px;
	margin-bottom:8px;
	
}

.pps_mps_tabs li a {
	color:inherit;
	text-decoration: none;
	border-bottom: 4px solid #FFF;
	padding: 0 3px 3px;
	margin:0;
	
	
}
.pps_mps_tabs li a:hover {
	
	line-height: 1;
	font-size:13px;
	font-weight:normal;
	color:#333333;
}

.pps_mps_tabs li.active a {
	
	line-height: 1;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	border-color: #333333;
}

/* ----------tabs - end----------- */

/*  clearing floats  */
.clearfix:before, .clearfix:after, .ol.commentlist li { content: "\0020"; display: block; height:0!important; overflow: hidden; }  
.clearfix:after, ol.commentlist li { clear: both; }  
.clearfix, ol.commentlist li { zoom: 1; } 
