.module .bd.news-list {
    padding: 16px 8px 15px 0;
}

.module .bd.news-list .internal-link {
    font-weight: bold;
}

.module .bd.news-list p {
    padding-left: 5px;
}

.module ul li.news-item {
	clear: both;
	margin: 0 0 6px 0;
	padding: 0 0 7px 0;
	position: relative;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #a8abb2;
	font-size: 95%;
}

.sub-news-list li.news-item.last {
    border-bottom: none;
}

.module ul li.news-item h3 {
	float: left;
	width: 507px;
	margin-left: 20px;
}
.module ul li.news-item h3 a {
	color: #2c4166;
	font-weight: bold;
}

.module ul li.news-item h3 a:hover {
    text-decoration: underline;
    color: #000;
}

.module .bd.news-list li.news-item p {
    padding-left: 0;
}

li.news-item p.news-item-author {
	float: right;
	width: 100px;
}
li.news-item p.news-item-date {
	position: absolute;
	top: 0;
	left: 6px;
}

#forex-trader-news-list .bd.news-list .internal-link {
    font-weight: normal;
}

#forex-trader-news-list .news-item h3 a {
    color: #94c6ff;
    font-weight: normal;
}

#forex-trader-news-list .news-item h3 a:hover {
    color: #fff;
}

#forex-trader-news-list li.news-item {
    border-bottom-color: #232e40;
}
/* News-item alternative colors
--------------------------------*/
.module ul li.news-item-color-alternate h3{
	color: #94c6ff;
}
.module ul li.news-item-color-alternate h3 a{
	color: #94c6ff;
}
.module ul li.news-item-color-alternate p{
	color: #fff;
}


.entry-content {
    padding-right: 20px;
}

.entry-content p {
    margin-bottom: 15px;
}

.news-article-image {
    float: right;
    margin-left: 25px;
}

.news-article-image .bd.flush {
    padding: 4px 4px 4px 0;
    margin-left: 0;
}

.news-article-image .bd p {
    margin: 2px 0 0 10px;
}

.news-article-image.module-fade-down div.t,
.news-article-image.module-fade-down div.b div {
    width: 4px;
    margin-left: -4px;
}

.news-article-image.module-fade-down div.b {
    width: 97%;
    margin-left: 6px;
}

.news-article-image.module-fade-down div.b div {
    width: 10px;
    margin-left: -10px;
}

.news-article-share {
    margin-right: 20px;
    margin-left: 7px;
}

.news-article-share .bd.flush {
    padding-top: 8px;
}

.news-article-share h4 {
    border-right: 1px solid #cacbcf;
    display: inline;
    float: left;
    padding: 0 10px 0 15px;
}

.news-article-share h4,
.news-article-share ul li {
    line-height: 2.3em;
}

.news-article-share ul li {
    display: inline;
}

.news-article-share ul li a {
    display: block;
    float: left;
    margin-left: 18px;
    padding-left: 24px;
    background: transparent url(../img/social-media-icons.gif) 0 4px no-repeat;
    font-weight: bold;
    color: #2C4166;
}

.news-article-share ul li a:hover {
    text-decoration: underline;
    color: #000;
}

.news-article-share ul li.delicious a {
    margin-left: 8px;
}

.news-article-share ul li.digg a {
    background-position: 0 -20px;
}

.news-article-share ul li.reddit a {
    background-position: 0 -45px;
}

.news-article-share ul li.facebook a {
    background-position: 0 -69px;
}

.news-article-share ul li.stumbleupon a {
    background-position: 0 -93px;
}

.news-article .related ul {
    margin-bottom: 15px;
}

.news-article .related ul li {
    margin-bottom: 7px;
}

.news-article .related ul li a {
    color: #94C6FF;
}

.news-article .related ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.news-article .related.right .content {
    height: 143px;
}
