@charset "utf-8";
/* CSS Document */
/*知识问答库 按属性分类导航条样式 如 已回答 未回答等*/
.shadetabs{
border-bottom: 1px solid #d1e1f4;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 1px 0;
margin-left: 10px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align:center; /*可设置菜单的位置 left, center,或者 right*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 5px 7px 4px 7px;
margin-right: 1px;
border: 1px solid #d1e1f4;
color: #2d2b2b;
background: white url(../imgadd/shade.gif) top left repeat-x;
line-height:22px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top:1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../imgadd/shadeactive.gif);
border-bottom-color: white;
color:#0066CC;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.askblock{
float:left;
display:block;
width:576px;
background-color:#ffffff;
color:#666666;
border:1px solid #cccccc;
margin-bottom:7px;
font-size:12px;
}
.askblocktitle{
background:url(../images/bg-smallblocktitle.jpg) repeat-x left top;
margin:0 1px;
float:left;
display:block;
width:572px;
}
.AskOrderForm{
margin:10px 10px 10px 10px;
}
.askforminput01,.askforminput02,.askforminput03{ border:1px solid #ccc;}
.askforminput01{ width:80px;}
.askforminput02{ width:450px;}


.askdate{
font-size:12px;
color:#999999;
padding-left:10px;}

.AskContentDetailBlock{
display:block;
width:576px;
color:#333333;
font-size:12px;
line-height:180%;
margin-left:10px;
}
.AskContentDetailBlockForAgreement{
display:block;
width:576px;
color:#333333;
font-size:12px;
line-height:180%;
margin-left:10px;
height:300px;
overflow: auto;
}

/*个人用户企业用户注册按钮,同意条款勾选*/
.regbtn{
text-align:center;
font-size:12px;
color:#000000;
}
.regbtn img{
border:0px;
}
/*回答区块*/
.blogcommenttitle,.blogcommentcontent,.blogviewmorecomment,.blogcommenttitlered,.blogcommentcontentred,.blogcommenttitleGreen,.blogcommentcontentGreen{
display:block;
width:566px;
float:left;
color:#666666;
font-size:12px;
background-color:#dee9e9;
padding-left:10px;
margin-top:10px;}
.blogcommenttitlered{background-color: #FF5E51; color:#FFFFFF;}
.blogcommenttitleGreen{background-color: #e2f299; color:#006600;}

/*评论文字内容区块*/
.blogcommentcontent{
width:556px;
margin-top:0px;
padding:10px;
background-color:#fbfcfc;
line-height:150%;
}
.blogcommentcontentred{
width:556px;
margin-top:0px;
padding:10px;
background-color:#ffedec;
line-height:150%;
}
.blogcommentcontentGreen{
width:556px;
margin-top:0px;
padding:10px;
background-color:#fbfdf0;
line-height:150%;
}
/*满意加分*/
.btnSatified{
text-align:right;
padding-top:10px;
}
.btnSatified a{
color:#000000;
text-decoration:none;
}
.btnSatified a:hover{
color:#ff3300;
text-decoration:none;
}
.btnSatified img{
border:0px;
}

/*左侧小区块*/
.leftsmallbock{
float:left;
display:block;
width:187px;
background-color:#ffffff;
color:#989797;
border:1px solid #ebebeb;
margin-left:2px;
margin-top:10px;
font-size:12px;
clear:both;
}
.leftsmallblocktitle{
background:url(../images/bg-smallblocktitle.jpg) repeat-x left top;
margin:0 1px;
float:left;
display:block;
width:175px;
height:22px;
line-height:22px;
padding-left:10px;
color:#333333;
font-weight:bold;
}
.leftlistSer,.leftlistSer2{
display:block;
float:left;
width:178px;
padding-left:10px;
height:25px;
line-height:25px;
}
.leftlistSer{
background-color:#fafafa;
}
.leftlistSer a{
color:#666666;
text-decoration:none;
}
.leftlistSer a:hover{
color: #FF3300;
text-decoration:none;
}
.leftlistSer2 a{
color:#666666;
text-decoration:none;
}
.leftlistSer2 a:hover{
color: #FF3300;
text-decoration:none;
}

/*点击查看怎样提问的链接样式*/
.HowToAsk a{
color:#666666;
text-decoration:none;
}
..HowToAsk a:hover{
color:#ff3300;
text-decoration:none;
}

/*您当前的积分*/
.fenshu{
font-size:12px;
display:block;
color:#333333;
background-color:#F5F7E8;
padding-left:10px;
margin-bottom:10px;}

/*相关已解决问题区块*/
.FaqOKBlock {
	font-size: 12px;
	color: #666666;
	background-color: #F5F5F5;
	padding:10px;
}
.FaqOKBlock a{ color:#666666; text-decoration:none; font-weight:bold;}
.FaqOKBlock a:hover{ color:#ff3300; text-decoration:none;}

/*个人管理 二级导航链接*/
.FAQ2class a{color:#000000; text-decoration:none;}
.FAQ2class a:hover{color:#ff3300; text-decoration:none;}

/*站内回答提示*/
.FAQNote{ padding:10px; color:#666666; line-height:200%;}
.FAQNote a{color:#000; text-decoration:none;}
.FAQNote a:hover{color:#ff3300; text-decoration:none;}

