﻿/*--------通用部分-------*/
.question_list .name	{text-overflow: ellipsis; white-space: nowrap; overflow: hidden}

/*--------question_list-------*/
.question_list	{float: left; width: 611px; font-size: 12px}
.question_list .title	{height: 30px; padding: 1px 0; background: url('img/border.gif') 0 -1045px}
.question_list h1	{line-height: 30px; text-indent: 15px; font-size: 16px; color: #118182}
.question_list h1 span	{font-weight: 500}
.question_list .border_side	{padding: 14px 14px 0; background: url('img/border_side_6.jpg') repeat-y}
.question_list .border_bottom	{height: 7px; background: url('img/border.gif') 0 -327px}

.question_list li	{width: 553px; padding: 5px 15px; border-bottom: 18px solid #ffffff; background: #F2F2F2; overflow: hidden}
.question_list .time	{height: 20px; padding: 3px 0; line-height: 20px; font-weight: bold; color: #0F7F80}
.question_list .time div	{float: left}
.question_list .name	{width: 223px}
.question_list .submit	{width: 145px; margin: 0 20px}
.question_list .reply	{width: 145px}
.question_list .submit span,
.question_list .reply span	{margin: 0 10px 0 0}
.question_list .question	{clear: both; padding: 5px 0; line-height: 20px}
.question_list .question a	{color: #0F807C}
.question_list .question a:hover	{text-decoration: underline}
.question_list .answer	{padding: 5px 0; border-top: 2px solid #ffffff; line-height: 20px; color: #4E4E4E}

/*--------ask_question-------*/
.ask_question	{float: right; width: 287px; height: 800px; background: url('img/qna.jpg') 30px 493px no-repeat}
.ask_question .title	{height: 30px; padding: 2px 0 4px; line-height: 30px; text-indent: 20px; font-size: 16px; color: #ffffff; font-weight: bold; background: url('img/border.gif') 0 -1117px}
.ask_question .border_side	{padding: 0px 20px 0; background: url('img/border_side_7.jpg') repeat-y}
.ask_question .border_bottom	{height: 11px; background: url('img/border.gif') 0 -374px}

.ask_question .item	{height: 20px; padding: 8px 0 0; line-height: 20px; font-size: 12px; font-weight: bold; color: #505050}
.ask_question input	{width: 242px; height: 23px; margin: 0; padding: 0 0 0 3px; line-height: 23px; border: 1px solid #A2D5D8; color: #505050}
.ask_question textarea	{width: 242px; height: 112px; margin: 0; padding: 0 0 0 3px; line-height: 23px; border: 1px solid #A2D5D8; font-size: 12px; color: #505050}
.ask_question .submit	{height: 25px; padding: 12px 0; text-align: right}
.ask_question .submit span	{margin: 0 0 0 20px}