/*
	po_block.css
*/

.po_line{
	padding-bottom: 3px;
}
.po_title{
	
}
.po_det{
}
.po_date{
}
.po_nr{
	padding-left: 10px;
}
.live{
	text-align: center;
}
a.live_btn,
a.live_btn:link{
	display: block;
	height: 150px;
	border: 1px solid #56472C;
	background-color: #817C70;
	text-decoration: none;
	background-image: url('../../img/default/p_next.png');
	background-position: center;
	background-repeat: no-repeat;
}
a.live_btn:hover{
	text-decoration: none;
	border-color: #333;
	background-color: #6B675D;
}
.live p{
	margin-top: 8px;
}

