/* news item holder*/
.yjnewsflash{
display:block;
width:auto;
margin:0px 0px 5px 7px !important;
overflow:hidden; 
padding:6px 0px !important;
border-bottom:1px dashed #ff7200;
font-size:10px;
height:1% !important;
}
/* image style*/
.yjnewsflash img{
padding:3px;
margin:0px 5px 0px 0px;
border:1px solid #ccc;
background:#efefef;
}
/* create date */
.yjnewsflash_date{
display:block;
width:80px;
height:20px;
float:left;
text-align:left;
clear:left;
font-size: 10px;
font-style: normal;
font-weight: bold;
}

/* div class read more */
.yjnsreadon{
display:block;
height:20px;
padding:0px;
float:right;
clear:right;
text-align:center;
font-size: 11px;
margin-bottom:5px;
color:#ff8400;
}
/* a class read more */
.yjns_rm{
display:block;
font-weight: bold;
height:15px;
color:#ff8400;
background:url(/vnpro/templates/rhuk_milkyway/images/nut_03.png) no-repeat center right;
padding:0 15px;
text-decoration:none;

}
a.yjns_rm:hover{
	display:block;
font-weight: bold;
height:15px;
color:#7dc51e;
background:url(/vnpro/templates/rhuk_milkyway/images/nut_03.png) no-repeat center right;
padding:0 15px;
text-decoration:none;

}
/* title class*/
.yjnewsflash_title{
font: bold normal 13px/13px Arial, Helvetica, sans-serif;
color:#333333;
text-decoration:none;

}
a.yjnewsflash_title:hover{
font: bold normal 13px/13px Arial, Helvetica, sans-serif;
color:#7dc51e;
text-decoration:none;
background:none;

}