﻿/* -------------------------------------------------------------------------------------- 
| Content: page of Review			  
| Created: 2012/08/20													 
| Author:  hujun																		 
| -------------------------------------------------------------------------------------- */

/*--=====================  review =========================-*/
#main .qa{width:700px; padding-bottom:10px;border-top:2px #438DCE solid;}

	#main .comment{background:url(/images/ico/arrow.gif) no-repeat 10px 13px #FBFBFB; 
		 font-size:16px;
         color:#093EB4;
		 line-height:35px;
	     padding-left:20px;
		 border-bottom:1px #DCECEC solid;
		 font-weight:bold;
		}

.qa .reply{border:1px #d0e2ed  solid;padding-bottom:12px; margin-top:10px; background:#e9f0fa; position:relative;}
.qa .reply .ask{padding:15px 15px 6px 70px; background:url(../images/background/bgt03.gif) no-repeat 14px 15px; _padding-bottom:15px;width:613px; }
.askT{ position:absolute; left:25px; top:18px; font-size:18px; color:#093eb4;}
.qa .reply .ask .askTime,.qa .reply .answer .ansTime{color:##2d374b;padding-right:5px;}
.qa .reply .ask .author,.qa .reply .ask .askTime,.qa .reply .answer .ansTime,.qa .reply .answer .replier{display:inline-block;margin:10px 0;*display:inline; font-size:13px;}
.commReply{background:url(/images/ico/reply.gif) no-repeat 23px 2px;
           float:right;
		   width:80px;
		   text-align:right;
		   margin:10px 5px 5px 0; }
.answer{background: #FFF;padding:15px 20px 14px 20px; margin:0 10px 0 60px; border-bottom:1px dotted #a8c3ee; }

.more{text-align:right;margin:15px 0 0 0;}

/*--=====================  alertRepl =========================-*/
#alertFram{position: absolute; left: 50%; top: 50%; margin-left: -245px; width: 510px; height: 220px; z-index: 10001; margin-top: 1500px;z-index:10;}
.addN .wrap {
    background: none repeat scroll 0 0 #E9F0FA;
    margin: 0;
	width:520px;
}
.addN input, .addN select {
    border: 1px solid #D4DCE9;
    width: 165px;
	height:20px;
	background:#fff;
}

.addN textarea {
    height: 150px;
    overflow: scroll;
	border:1px #D4DCE9 solid;
}
.addN table {
    font-size: 11px;
    margin: 0 30px;
}
.addN table td {
    padding: 0 5px;
}
.addN h4{background:#687CC1; color:#fff; height:35px; line-height:30px; font-size:13px; text-align:center;width:520px;}
.wrap{padding-top:15px; background:#E9F0FA;width:520px;}
.addN{border:1px #D2D8E6 solid;font-size:14px;width:520px;}
 .wrap .button1,.wrap .button2{border:1px #D2D8E6 solid;height:27px;width:90px;text-align:center;font-size:14px;font-family:Arial, Helvetica, sans-serif;line-height:23px;}
 .wrap .button1{background:#4E69B8;color:#fff;}
 .wrap .button2{background:#F6F6F6;color:#0840AF;}



