.clear{ clear: both; }

li{list-style:none;}

.pptwj-tabs-wrap{ padding: 3px 0 0 0; }
.pptwj-tabs-wrap ul{ list-style: none; margin: 0; padding: 0; }
	.pptwj-tabs-wrap .tab-links{ background: #eee; border-bottom: 0px solid #bdbdbd; height: 26px; margin: 0; padding: 0 0px; position: relative; }
		.pptwj-tabs-wrap .tab-links li{list-style: none;  border: none; display: inline; float: left; margin: -4px 3px 0 0; padding: 0; }
			.pptwj-tabs-wrap .tab-links li a{ background: none; list-style: none; color: #838383; display: block; float: left; font-weight:normal; font-size: 12px; padding: 7px 7px 4px; text-decoration: none; text-transform: uppercase; }
			.pptwj-tabs-wrap .tab-links li a.selected, .pptwj-tabs-wrap .tab-links li a:hover{ background: #bdbdbd; border-radius: 3px 3px 0 0; color: #000; text-decoration: none; }
			
.pptwj-tabs-wrap .boxes{ border: 1px solid #e5e5e5; border-radius: 0 0 5px 5px; position: relative; box-shadow:none; height:300px; margin-top:-1px;}
	.pptwj-tabs-wrap .boxes ul{ padding: 2px 0 0; float:left; margin-left:-70px; width:280px; }
		.pptwj-tabs-wrap .boxes ul li{ border-bottom: 1px solid #e5e5e5; font-size: 13px; overflow: hidden; margin: 0; height:50px; }
		.pptwj-tabs-wrap .boxes ul li.odd{ background: #f6f6f6;  padding-left:0px; }
		.pptwj-tabs-wrap .boxes ul li.even{ background: #f6f6f6; border-left: none; border-right: none; border-top: none; padding-left:0px; }
			.pptwj-tabs-wrap .boxes ul li a{ color: #333; }
			.pptwj-tabs-wrap .boxes ul li a:hover{}
			.pptwj-tabs-wrap .boxes ul li img{ background: #fff; border: 0px solid #e5e5e5; float: left; margin: 0 5px 0 -5px; padding: 0; }
			.pptwj-tabs-wrap .boxes ul li a.item-title{ overflow: hidden; }
			.pptwj-tabs-wrap .boxes ul li .meta{ color: #888; font-size: 90%; }
		
	.pptwj-tabs-wrap .boxes ul.tab-filter-list{ border: none; background: #dcdcdc; padding: 0; text-align: center; margin-left:-70px;  width:280px; height:25px; border-radius:3px 3px 0 0 ; }
		.pptwj-tabs-wrap .boxes ul.tab-filter-list li{ border: none; padding: 2px 8px 3px; }
	/*.pptwj-tabs-wrap .tab-filter-list{ display: inline-block; border: 0 !important; }*/
	.pptwj-tabs-wrap .boxes ul.tab-filter-list a{ color: #000; font-size: 11px; margin: 0 8px; text-decoration: none; text-transform:none; }
	.pptwj-tabs-wrap .boxes ul.tab-filter-list a.selected, .pptwj-tabs-wrap .boxes ul.tab-filter-list a:hover{ color: #fff; text-decoration: none; }

.pptwj-loader{ background: #fff; left: 0; opacity: 0.4; position: absolute; text-align: center; top: 0; width: 100%; }
	.pptwj-loader img{}