/* layout */
#comments { width: 960px; margin: 15px auto; }
#comments .comment { width: 960px; margin-bottom: 20px; }
#comments .comment .cw1 { position: relative; top: -9px; }
#comments .comment .cw2 { padding-bottom: 17px; position: relative; bottom: -17px; }
#comments .comment .body { width: 938px; margin-left: 11px; display: block; }
#comments .comment .body .bw2 { padding: 20px 30px 40px 30px; }
#comments .comment .submitted-on { height: 19px; margin: -30px 0 30px 41px; padding-left: 27px; display: block; }
#comments .comment .comment-under { height: 18px; margin-left: 41px; padding-left: 27px; display: block; }
#comments .comment .read-more { width: 88px; height: 27px; display: block; position: absolute; bottom: 15px; right: 12px; }


/* color */
#comments .comment { background: transparent url(../images/profile/comments/comment_bg_middle.png) repeat-y scroll top center; }
#comments .comment .cw1 { background: transparent url(../images/profile/comments/comment_bg_top.png) no-repeat scroll 0 0; }
#comments .comment .cw2 { background: transparent url(../images/profile/comments/comment_bg_bottom.png) no-repeat scroll bottom left; }
#comments .comment .body { background: transparent url(../images/profile/comments/body_bg_middle.png) repeat-y scroll 0 0; }
#comments .comment .bw2 { background: transparent url(../images/profile/comments/body_bg_top.png) no-repeat scroll 0 0; }
#comments .comment .bw1 { background: transparent url(../images/profile/comments/body_bg_bottom.png) no-repeat scroll bottom left; }
#comments .comment .submitted-on { background: transparent url(../images/common/calendar_icon.png) no-repeat scroll 0 0; }
#comments .comment .comment-under { color: white; background: transparent url(../images/common/tag_icon.png) no-repeat scroll 0 0; }
#comments .comment .comment-under a { color: white; }
#comments .comment .read-more { color: white; background-image: url(../images/profile/comments/read_more_bg.png); }


/* type */
#comments .comment .submitted-on { font-size: 12px; line-height: 19px;  }
#comments .comment .submitted-on label { font-weight: bold; }
#comments .comment .comment-under { font-size: 12px; line-height: 18px; }
#comments .comment .comment-under label { font-weight: bold; }
#comments .comment .comment-under a { text-decoration: none }
#comments .comment .read-more { font-family: verdana; font-weight: bold; font-size: 12px; text-decoration: none; line-height: 27px; text-align: center; }


/* ie tweaks */
#comments .submitted-on { position: relative; z-index: 1; }

