.sj-basic-news {	margin: 0px;
	overflow: hidden;
	background: url(/images/bg-mid-nav.png) repeat-y top left;
	height:380px;
}

.sj-basic-news .bs-items{
	margin:0;
	padding:10px 10px 0px 0px;
	width:100%;
	overflow: hidden;
}

.sj-basic-news .bs-items .bs-item{
	width: 100%;
	padding:0;
	margin-bottom:10px;
}

.sj-basic-news .bs-items .bs-item.bs-show-line{
	border-bottom: 1px dotted #666;	
}

.sj-basic-news .bs-items .bs-item.last{
	border:0;
	margin:0;
}

.sj-basic-news .bs-items .bs-item.bs-show-line.last{
	border: 0;
}


.sj-basic-news .bs-items .bs-item .bs-image{	text-align: center;
	margin:0;
}

.sj-basic-news .bs-items .bs-item .bs-image img{
	margin:0;
	padding:1px;
}

.sj-basic-news .bs-items .bs-item .bs-readmore{
	padding-right: 10px;
	text-align: right;
}

.sj-basic-news .bs-items a{
	text-decoration: none;
	color:#0088CC;
	font-weight: bold;
}

.sj-basic-news .bs-items a:hover{
	text-decoration: underline;
	color:#005580;
	font-weight: bold;
}

.sj-basic-news .bs-items .bs-readmore a{
	font-weight: normal;
	font-style:italic;
}

.cf:before,
.cf:after {
    content: " "; 
    display: table;
}

.cf:after {
    clear: both;
	margin:0px 0;
}

.bs-image img{width:150px; height:115px;}


