.news_article {
}

.news_title a:link, .news_title a:visited, .news_title a:active {
 color: #0c326a;
 font-size: 12pt;
}

.news_author {
 color: #646464;
 font-size: 9pt;
 font-weight: bold;
 padding-bottom: 5px;
}

.news_content {
 width: 100%;
}
div.news_image {
 display: inline-block;
 float: left;
 width: 125px;
 height: 105px;
 padding-right: 3px;
 border-right: 1px grey dotted;
 text-align: center;
}

.news_image img {
 position: relative;
 top: 10px;
}

.news_summ {
 width:470px;
 padding-left: 5px;
 float: right;
}


.news a:link, .news a:visited, .news a:active, .news a:hover {
        font-weight: bold;
        color: blue;
        text-decoration: underline;
}

.news a:hover {
        font-weight: bold;
        color: orange;
}

p.citation {
 background: #d3e9dc url(http://www.bleepingcomputer.com/forums/public/style_images/master/citation_bg.png) no-repeat right;
 color: #2b3730;
 font-size: 0.9em;
 font-weight: bold;
 border-width: 1px 1px 0 3px;
 border-style: solid;
 border-color: #6fa987;
 padding: 5px 8px;
 margin-bottom: 0px;

}

div.blockquote {
 background: #f3f9f6;
 font-size: 0.9em;
 border-width: 1px 1px 1px 3px;
 border-style: solid;
 border-color: #6fa987;
 margin: 0px;
 margin-top: 0px;
 margin-bottom: 5px;
}

div.blockquote p.citation {
 background-color: #e5d2e9;
 color: #413544;
 border-color: #ae7eb9;
}

.art_button {
 background: #f9f5fa;
 border-color: #ae7eb9;
 padding: 10px;
}

div.blockquote div.blockquote {
 background: #f9f5fa;
 font-size: 1em;
 border-color: #ae7eb9;
 margin: -0px 15px 0px 15px;
}

div.blockquote div.blockquote p.citation {
 background-color: #e9e7d1;
 color: #474534;
 border-color: #b2ab72;
}

div.blockquote div.blockquote div.blockquote {
 background: #f9f8f3;
 border-color: #b2ab72;
}

div.blockquote p.citation {
 margin: 6px 15px 0 15px;
 font-size: 1em;
}

div.quote { padding: 12px; } 

div.quote p.blockquote { margin-left: -12px; }

cite {
 display: block;
 font-weight: bold;
}

blockquote cite { Font-size: 1em;}

strong.bbc {font-weight: bold !important; }

.bbc_url {color: inherit; }

div.bbc_indent  {       margin-left: 50px; }
span.bbc_center {text-align:center;display:block}
a.bbc_url { 
 color: blue;
 font-weight: bold;
 }

.comments {
        font-weight:bold;
        color:black;
        text-align: center;
}
.comments a:link, .comments a:visited, .comments a:active {
        padding-top: 3px;
        float:right;
        background-image: url(http://www.bleepstatic.com/images/news/comments.png);
        background-position:top;
        background-repeat: no-repeat;
        width: 50px;
        height: 40px;
        text-decoration: none;
}

.comments a:hover {
        background-image: url(http://www.bleepstatic.com/images/news/comments-hov.png);
        text-decoration: none;
}

#news hr {
        clear: both;
        margin: 0 auto;
        color: #e9eeee;
        background-color: #e9eeee;
        height: 1px;
        position:relative;
        margin: 15px auto;
        width: 575px;
}

