@charset "utf-8";
@import url("right.css");
/* CSS Document */

#news-item-content ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px; !important
}

#news-item-content ul li {
	line-height: 20px;
	padding-left: 15px;
	padding-top: 0px;
	
	background-image: url(../images/bullet_item_red_circle.jpg) ;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#news-item {
	display: table;
	width: 100%;
}

#news-item-table {
	display: table-row;
	width: 100%;
}

#news-item-image {
	display: table-cell;
	float: left;
	width: 125px;
	padding-top: 20px;
}

#news-item-content {
	display: table-cell;
	float: right;
	width: 355px;
	padding-left: 5px;
}

#more-features {
	text-align: right;
	padding-right: 10px;
}

#more-features a:link {
	font-weight: bold;
}

#new-article-box-content ul, #medical-course-articles-box-content ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px; !important
}

#active-articles-box-content ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px; !important
}

#article-item {
	display: table;
	width: 100%
}

#article-item-table {
	display: table-row;
}

#article-item-image {
	display: table-cell;
	float: left;
	width: 125px;
	padding-top: 0px;
}

#article-item-content {
	display: table-cell;
	float: right;
	width: 355px;
	padding-left: 5px;
}

#article-item-date {
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	color            : #999999;
	text-decoration  : none;
}

#article-item-date a {
	color            : #999999;
}

#article-item-title h3 {
	text-align: center; 
	font: 1em Georgia, serif;
  	
	padding: 0.75em 0 0.5em; 
	margin: 0.25em 0 0.5em; 
	background-color: #CDCF9C; /*#F8F7EF;*/
  	border: 1px dashed #B2B2B2; 
	border-width: 1px 0;	
}

#article-item-title h3 a {
	font: 1.2em Verdana, sans-serif; 
	font-weight: bold; 
	border-bottom-width: 0;
}

#article-item-title h3 a:hover {
	border-bottom-width: 1px;
}

#article-item-title h3 b {
	margin: 0 0.5em;
}

#article-item-title h3 p a {
	background: url(../images/comment_tn.gif) 0 0 no-repeat;
	padding-left: 20px;
}


/* Favorites List add icon */

.favorites-list-icon {
	position: absolute;
	z-index: 2;
	width: 25px;
	top: 66px;
	left: 1px;
}	

.favorites-list-icon-related {
	position: absolute;
	z-index: 2;
	width: 25px;
	top: 46px;
	left: 1px;
}

.favorites-list-icon-homepage {
	top: 59px;
	left: 2px;	
}
.favorites-list-icon-search {
	top: 65px; /*59px*/
	left: 2px;	
}

.favorites-list-container {
	position: relative;
}

.thread-icon-wrapper-inner {
	overflow: hidden;
	width: 120px;
	height: 90px; /*72px;*/
	border: 1px solid #fff;
	padding-top: -5px;
}
.thread-icon-wrapper-inner img {
	margin-top: 0px;
}
.thread-icon-wrapper-outer {
	width: 122px;
	border: 1px solid #999;
}