/*
* By advanced_search
**/
body
{
}

#s_body{ width:800px; margin:auto; margin-top:15px;}

#s_footer{ border-top: solid #cccccc 1px; margin-top:20px;}

#s_body .tabBody{ font-size:14px; line-height:150%;  margin-top:30px;}
#s_body .tabBody th{ text-align:right; padding-right:5px;font-size:14px; }
#s_body .tabBody td{ text-align:left; height:40px;font-size:14px; }

.s_btn{ font-size:14px; width:100px;}
.s_txt{ padding:3px;}
.s_date{ text-align:center; font-family:Arial;}


.commentTitle h1{ margin-bottom:0; background:#DDEAFF; font-weight:bold; height:10px; padding-left:10px; border-bottom:none;}
.comment{ background:url(bgimages/line_word.gif) repeat-x left bottom; height:35px; padding-top:10px; padding-left:15px;}
.comment ul:after{ 
	content:".";
	height:0; 
	clear:both;
	display:block; 
	visibility:hidden;
 }


.comment li{ display:block; float:left; height:29px; line-height:29px; width:124px; }
.comment li.choiceon,.comment li.choiceout{
 background-image:url(bgimages/choice_word.gif);
 background-repeat:no-repeat;
 font-weight:bold;
 font-size:14px;
 margin-right:2px;
 cursor:pointer;
 cursor:pointer;
 text-align:center;

 }
 
.comment li.choiceon{ background-position:left top; color:#07519a;  }
.comment li.choiceout{ background-position:left bottom; color:#07519a;}

.comment li.choiceon a{ color:#07519a; font-size:14px; }
.comment li.choiceout a{ color:#07519a;font-size:14px; }