

/* content */

#content_BO {
    clear:both;
    overflow:hidden;
    padding-bottom:30px;
}


#content_BO h1 {
    color:#9c2118;
    font-weight:bold;
    font-size:16px;
    margin:0 0 20px;
    padding:0;
    text-transform:uppercase;
}


#content_BO h2 {
    color:#9C2118;
    font-weight:bold;
    font-size:14px;
    margin:0 0 20px;
    padding:0;
    text-transform:uppercase;
}



/* news-teaser */

#news-teaser {
    clear:both;
}

#news-teaser .date {
    color:#9c2118;
    background-color:#e9e6e5;
    padding:3px;
}

#news-teaser .folder {
    width:28px;
    height:23px;
    background:url(../images/folder.png) no-repeat;
    position:relative;
    float:right;
    top:-23px;
    right:-1px;
}

#news-teaser .teaser {
    float:left;
    width:352px;
    padding-right:20px;
}

#news-teaser .teaser h2 {
    font-size:12px;
    font-weight:bold;
    margin:0 0 5px;
    padding:0;
    text-transform:uppercase;
}

#news-teaser .teaser h2 a {
    color:#0f0f0f;
    text-decoration:none;
}

#news-teaser .teaser h2 a:hover {
    text-decoration:underline;
}

#news-teaser .teaser p {
    line-height:16px;
    margin:0;
    padding:0;
    text-align:justify;
}

#news-teaser .teaser .more {
    float:right;
    width:auto;
}

#news-teaser .teaser .more a {
    color:#884806;
    text-decoration:none;
}

#news-teaser .teaser .more a:hover {
    text-decoration:underline;
    color:#fff;
    background-color:#884806;
}

#news-teaser .pic {
    float:right;
    width:167px;
    padding-right:10px;
}

#news-teaser .pic .top {
    width:167px;
    height:11px;
    background:url(../images/news-pic-top.png) no-repeat;
}

#news-teaser .pic .bg {
    width:167px;
    background:url(../images/news-pic-bg.png) repeat-y;
    text-align:center;
}

#news-teaser .pic .bottom {
    width:167px;
    height:14px;
    background:url(../images/news-pic-bottom.png) no-repeat;
}




.clear {
    clear:both;
}




/* news */

#news-list ul {
    margin:0;
    padding:0;
}

#news-list ul li {
    margin:0;
    padding:5px 7px 10px;
    list-style:none;
    border-bottom:1px solid #e4e4e4;
    line-height:16px;
}

#news-list ul .last {
    border:none;
    padding-bottom:0;
}

#news-list .date a {
    color:#9C2118;
    text-decoration:none;
}

#news-list .date a:hover {
    text-decoration:underline;
}

#news-list .link a {
    color:#0f0f0f;
    text-decoration:none;
}

#news-list .link a:hover {
    text-decoration:underline;
}





.right-part {
    width:210px;
    float:left;
}

.right-part .inner {
    padding:0 6px;
}

#main .block {
    padding-bottom:9px;
}







/* sidebar right */

.right-part .block .top {
    width:197px;
    height:9px;
    background:url(../images/block-right-top.png) no-repeat;
    font-size:0;
}

.right-part .block .title {
    width:137px;
    height:28px;
    background:url(../images/block-right-title.png) no-repeat;
    padding:10px 10px 0 50px;
    font-weight:bold;
    text-transform:uppercase;
    font-size:13px;
}

.right-part .block .title a {
    color:#0f0f0f;
    text-decoration:none;
}

.right-part .block .title a:hover {
    text-decoration:underline;
}

.right-part .block .bg {
    width:197px;
    background:url(../images/block-right-bg.png) repeat-y;
    text-align:center;
}

.right-part .block .bg .content {
    width:179px;
    margin:0 auto;
    text-align:left;
    padding:2px 0;
}

.right-part .block .bottom {
    width:197px;
    height:14px;
    background:url(../images/block-right-bottom.png) no-repeat;   
}













span.clickable {
  cursor:pointer;
 	text-decoration:underline;
}



.clear {
    clear:both;
}


