﻿#uxMCommentView { position: relative; padding-top: 41px; width: 100%; }
#uxMCommentView .header { position: absolute; right: -17px; top: 0px; width: 490px; height: 41px; background: url(bgImages/viewComments-title.gif) no-repeat right top; }
#uxMCommentView .header div { position: absolute; top: 9px; text-align: center; line-height: 23px; width: 105px; height:24px; font-size: 14px; font-weight: bold; }
#uxMCommentView .header div span { font-weight: lighter; }

#uxMCommentView .header a { color: #5B8184; text-decoration: none; }
#uxMCommentView .header a:hover { text-decoration: underline; }
#uxMCommentView .header .current a { color: #000; }

#uxMCommentView #uxTipsTab { right: 3px; }
#uxMCommentView #uxCommentsTab { right: 113px; width: 97px; }
#uxMCommentView #uxAddComment { left: 0px; font-size: 12px; }

#uxMCommentView #uxCommentsArea .listEmpty { padding: 1em; text-align: center; }

#uxMCommentView #uxCommentsArea ul li { cursor: default; line-height: 1.8em; padding-right: 1em; list-style-type: none; color: #54849A; background: url(bgimages/bull.gif) no-repeat right 0.8em; }
#uxMCommentView #uxCommentsArea ul li a { text-decoration: none; color: #54849A; }
#uxMCommentView #uxCommentsArea ul li a:hover { text-decoration: underline; }
#uxMCommentView #uxCommentsArea ul li span { float: left; font-size: smaller; }
#uxMCommentView #uxCommentsArea ul li strong { color: silver; }
#uxMCommentView #uxCommentsArea ul li .commentContent { display:none; background: #89DAFF; border: solid 1px #638495; padding: 0em 0.4em; height: 1%; }
#uxMCommentView #uxCommentsArea ul li .commentContent a { float: left; font-size: smaller; margin-right: 1em;}

#uxMCommentView #uxCommentsArea ul li.l2 { margin-right: 1em; }
#uxMCommentView #uxCommentsArea ul li.l3 { margin-right: 2em; }
#uxMCommentView #uxCommentsArea ul li.l4 { margin-right: 3em; }
#uxMCommentView #uxCommentsArea ul li.l5 { margin-right: 4em; }
#uxMCommentView #uxCommentsArea ul li.l6 { margin-right: 5em; }

#uxMCommentView #uxCommentsArea ul li.nc { background: url(bgimages/bull-nc.gif) no-repeat right 0.8em; }

#uxMCommentView #uxCommentsArea .hidden { display: none; }
