/* ############### */
/* ### PS_NEWS ### */
/* ############### */

/* ### BASICS ### */
div.ps_news_inner {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

.ps_news_title {
	font-size: 12px;
	font-weight: bold;
	color: white;
}

div#ps_news_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

	div#ps_news_header {
		height: 25px;
		line-height: 25px;
		background-color: #435155;
		width: 100%;
		margin-bottom: 20px;
		text-align: left;
	}
	
	div#ps_news_item {
		position: relative;
		top: 0px;
		margin: 0px auto;
		width: 700px;
		margin-bottom: 25px;
		text-align: left;
	}
	
	div#ps_news_title {
		width: 100%;
		height: 20px;
		line-height: 20px;
		color: white;
		background-color: #FBB900;
	}
	
	div#ps_news_content {
		width: 698px;
		border-left: 1px solid #FBB900;
		border-right: 1px solid #FBB900;
		border-bottom: 1px solid #FBB900;
		background-color: white;
	}
	
		div#ps_news_short_title {
		}
		
		div#ps_news_short {
		}


/* ### LIST VIEW ### */
div#ps_news_list_picture {
	float: left;
}

	div#ps_news_list_picture img {
		padding-right: 10px;
	}

div#ps_news_list_shortwrap {
}
			
div#ps_news_list_browser {
	width: 100%;
	text-align: center;
}



/* ### DETAIL VIEW ### */
div#ps_news_detail_text {
}

	div.ps_news_detail_picture_subtitle {
		display: block;
		margin-top: 2px;
		text-align: left;
		height: 20px;
	}

div#ps_news_detail_back {
	clear: both;
	padding-top: 10px;
	float: right;
}