@charset "utf-8";
@import url("right.css");
@import url("righttagsbrowse.css");
@import url("tags.css");
/* CSS Document */


#article-tags-item {
	display: table;
	width: 100%;
	margin: 0px auto;
	float: inherit;
}

#article-tags-item-table {
	display: table-row;
	width: 100%;
	float: left;
}

#article-tags-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-tags-item-title h3 a {
	font: 1.2em Verdana, sans-serif; 
	font-weight: bold; 
	border-bottom-width: 0;
}

#article-tags-item-title h3 a:hover {
	border-bottom-width: 1px;
}

#article-tags-item-title h3 b {
	margin: 0 0.5em;
}

#article-tags-item-title h3 p a {
	background: url(../images/comment_tn.gif) 0 0 no-repeat;
	padding-left: 20px;
}

#article-tags-item-date {
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	color            : #999999;
	text-decoration  : none;
}

#article-tags-item-date a {
	color            : #999999;
}

#featured-medicines-area-hr {
	border-style: dotted;
	border-width: 0.4px;
	border-color: #333333;
}* html #left-col {padding-right:0;} /*IE 6.0 Fixed*/

#featured-medicines-area {
	text-align: left;
	padding-bottom: 1em;
	padding-left: 0em;
}

/* allow room for 3 columns */
#featured-medicines-area ul { 
	width: 100%;
	list-style-type: none;
	margin: 0;
  	padding: 7px 0 0 0px; /*top right bottom left*/
	float: inherit;	
}

/* float & allow room for the widest item */
#featured-medicines-area ul li {
	float: left;
	width: 230px;
	font-size: 12px;
	font-weight: bold;	
	line-height: 20px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}


/* stop the float */
#featured-medicines-area #clear-float {
	clear: left;
}

#featured-medicines-area-item {
	display: table;
	width: 100%
}

#featured-medicines-area-item-table {
	display: table-row;
}

#featured-medicines-area-item-image {
	display: table-cell;
	float: left;
	width: 60px;
	padding-top: 0px;
}

#featured-medicines-area-item-tags {
	display: table;
	padding-top: 0px;
	width: 100%;
	height: 3.5em;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	color: #333333;
	text-decoration  : none;
	line-height: normal;
}

#featured-medicines-area-item-tags a {
	color: #333333;
}

#featured-medicines-area-item-date {
	display: table-cell;
	float: right;
	padding-top: 0px;
	width: 14.5em;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: normal;
	color            : #999999;
	text-decoration  : none;
	line-height: normal;
}

#featured-medicines-area-item-date a {
	color            : #999999;
}

#featured-medicines-area-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;	
}

#featured-medicines-area-item-title h3 a {
	font: 1em Verdana, sans-serif; 
	font-weight: bold; 
	border-bottom-width: 0;
}

#featured-medicines-area-item-title h3 a:hover {
	border-bottom-width: 1px;
}

#featured-medicines-area-item-title h3 b {
	margin: 0 0.5em;
}

#featured-medicines-area-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: 20px; /*59px*/
	left: 2px;	
}

.favorites-list-container {
	position: relative;
}

.thread-icon-wrapper-inner {
	overflow: hidden;
	width: 60px;
	height: 45px; 
	border: 1px solid #fff;
	padding-top: -5px;
}
.thread-icon-wrapper-inner img {
	margin-top: 0px;
}
.thread-icon-wrapper-outer {
	width: 62px;
	border: 1px solid #999;
}

#comment-paging-search {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 10px;
}