/* global.css */
.dots {
   background: url(http://img.iht.com/images/dot_h.gif) repeat-x;
   height: 1px;
   clear: both;
}

.comment-link {
	background-image: url(http://img.iht.com/images/article/icon_comments.gif);
	background-repeat: no-repeat;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 2px 0;
	padding: 0 0 0 14px;
	background-position: 0 1px;
	display: block;
}


/* junk drawer */
#jd_wrapper { 
    width: 945px;
    background-color: #eee;
    margin: 15px 0px 0px 0px;
    /*overflow: hidden;*/
}
#jd_wrapper_article { 
    width: 970px;
    background-color: #eee;
    margin: 15px 0px 0px 0px;
}
#jd {
    padding: 8px 8px 0px 8px;
    font-family: Arial, Helvetica;
    font-size: 11px;
    color: #666;
}
#jd a {
    color: #666;
}
#jd_subscribe_box {
	background-color: #fff;
	float: right;
	width: 194px;
}
.jd_col {
	float: left;
	margin-right: 24px;
	margin-bottom: 8px;
	line-height: 15px;
}
/* end junk drawer */

