
/*--- News ---*/
.ayH2{
 width:555px;
 margin:9px 0 4px 0;
 padding:2px 0 1px 2px;
 border:1px #9c9c9c solid;
}

#newsBox{
 width:535px;
 padding:0 11px;
 border:1px #d4d4d4 solid;
 background:url('../images/news_bg.gif');
 background-repeat:repeat-y repeat-x;
}

.newsArticle{
 margin-top:7px;
 padding-bottom:5px;
 line-height:16px;
}

.newsArticleL{
 /*width:92px;*/
 width:90px;
 float:left;
 text-align:center;
}

.newsArticleR{
 /*width:356px;*/
 width:398px;
 padding-left:15px;
 /*float:left*/
}

.newsArticleR h3{
 margin:0;
 font-size:14px;
}

.newsArticleR p{
 margin:5px 0;
}

#newsMenu{
 margin:25px auto 25px auto;
 text-align:center
}

.newsArticleR a:link{
 /*color:#000000;*/
 text-decoration:underline;
}
.newsArticleR a:hover{
 /*color:#000000;*/
 text-decoration:underline;
}
.newsArticleR a:visited{
 /*color:#000000;*/
 text-decoration:underline;
}

.newsSep{
 width:100%;
 height:1px;
 padding:0;
 border-top:1px #cccccc solid;
}

.select_tit{
 margin-top:8px;
}

.selectBox{
 /*width:272px*/;
 background:url('../images/news_bg.gif');
 background-repeat:repeat-y repeat-x;
 /*margin:0 2px;*/
 /*margin:3px 3px 0 0;*/
 /*background:#eaeaf2;*/
 border:1px #d5d3f0 solid;
 text-align:left;
 /*float:left;*/
}

.selectBoxL{
 padding:4px;
 width:110px;
}

.selectBoxR{
 padding:4px;
}

.selectBoxR h4{
 margin:2px 2px 0 2px;
 font-size:12px;
 font-weight:bold;
}

.selectBoxR p{
 margin:0 2px;
 font-size:12px;
 line-height:16px;
}

