@charset "utf-8";
/* news module - CSS */

#mynewsdis{width:630px}

.news_style{
display:none;
}
.news_show
{
position:absolute;
background-color: white;
color:black;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
clip:rect(0px 620px 250px 0px);
}
.news_show1
{
position:absolute;
background-color: white;
color:black;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
clip:rect(0px 620px 250px 0px);
}
.news_border
{
background-color: white;
width:630px;
height:254px;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
/*border: 1px solid #ececec;*/
padding: 5px 5px 5px 5px;

/*overflow: auto;*/	

}
.news_mark{
background-color:white ;
font: normal 70%  "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid #ececec;
width:620px;
height:35px;
color:black;
text-align:center;
}
.news_title{
font: bold 85%  "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid #ececec;
padding: 5px 0px 9px 5px;
color:#666;
}
.news_show img{

margin-left: 5px;
margin-right: 5px;
}
.buttondiv
{
position: absolute;
/*float: left;*/
/*top: 169px;*/
padding: 5px 5px 5px 5px;
background-color:white ;
/*border: 1px solid gray;
border-top-color: white;*/
border:none;
height:20px;
}
.news_move {
 position: relative;
}
.mytable
{
width:630px;
height:250px;
vertical-align: top; 
background-repeat:no-repeat;
background-position:center center;
}

.myoffer /* the link place  */
{
width:630px;
height:250px;
vertical-align: bottom; 
padding:8px;
text-align:justify;
/*background-color:#F4F8FC;*/
}
.imaging
{
	/*background-color:#FAFAFA;*/
	text-align:right;
	line-height:30px;
	padding-right:25px;
	float:right;
}
.imaging a{
	/* background-color:#F4F8FC; line-height:45px; 
	background-color: transparent;
	background-image:url(/images/info_icon.png);
	background-repeat:no-repeat;
	background-position:20 10px;*/
	color:#4f5051;
	padding:20px;
	padding-left:50px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	float:right;
}
.imaging a:hover{	
	color:#F58D14;	
	text-decoration:underline;
}

