.pu-newest
	{
		background-color:#E9E9E9;
	}
	.pu-header
	{
		background-color: #7C7C7C;
		background-repeat: no-repeat;
		background-size: 100% 50%;
		width:100%;
		height:31px;
	}
	.pu-header-image
	{	
		width:120px; 
		height:auto; 
		margin-left:8%;

	}
	.pu-content
	{
		margin-top:28px; 
		width:95%;
		margin-right:auto; 
		margin-bottom:10px;
		margin-left:auto; 
		height:auto; 
		background-color:#FFF;
	}
	.pu-detail
	{
		clear:both;
		margin-top:5px;
		min-width:50px;
		overflow:hidden;
	}
	.pu-detail-content
	{
		float:left;
		width:95%;
		margin-left:5px;
		margin-top:5px;
		margin-bottom:5px; 
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.pu-detail-header
	{
		line-height: 0px;
		padding: 0px;
		color: #757575;  	
	    white-space: nowrap;
		text-transform: uppercase; 
		width:100%;
		font: 500 10px	Arial,sans-serif; 
	}
	.pu-detail-bottom
	{
	   font: 600 12px Arial,sans-serif; 
	   padding:0px;
	   width:100%; 
	}
	.pu-detail-bottom a
	{
		text-decoration:none; 
		color:#2D2C2C
	}
	.pu-detail-bottom a:hover
	{
		color:red;
	}
	.pu-breakline
	{
		clear:both; 
		border: 0;
		height: 2px;
		background: #afafaf; 
		padding:0px;
		background-image: -webkit-linear-gradient(left, #fffefe, #afafaf, #fffefe);
	}
	.pu-footer
	{
		width:100%; 
		height:20px;
	}
	.pu-footer a
	{
		float:right;
		margin-right:10%;
		text-decoration:none; 
		color:red;
	}