.newsList .item{
    border-bottom:1px #999 dotted;
    padding:10px 0px;
}
.newsList .item h3{
    padding:0px;
    margin:0px;
    padding-bottom: 3px;
    /*border-bottom: 1px solid #999;*/
}
.newsList .item .date{
    text-align:right;
}
.newsList .item .photo{
    margin-right:10px;
    margin-bottom:10px;
}
.newsList .item .photo img,.newsList .item .pdf img{
    /*width: 250px;*/
	max-width:100%;
	/*width:auto;*/
	height:auto;
    padding:3px;
    border:1px #999 solid;
    border-radius:3px;
    background-color:#FFF;
}
.newsList .item .youtube_area {
    padding-bottom: 10px;
}
.newsList .item .body{
    margin:0px;
    padding:0px;
}

#newsList2 .item {
    margin:0px 25px 20px 25px;
    /*background-color:#F5F5F5;*/
    -moz-box-shadow:0px 0px 2px #CCC; 
    -webkit-box-shadow:0px 0px 2px #CCC; 
    box-shadow:0px 0px 2px #CCC; 
    padding:10px;
    border-bottom: none;
}
#newsList2 .item h3 {
    margin:5px 0px;
    border-bottom:1px #666 dotted;
}

#more {
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}