﻿#hideId
{
	  position:absolute;
	  left:0;
	  top:0;
	  display:none;
	}
/*---标题-----*/
#d_right h1
{
	color:#FE7501;
	font-size:2em;
	font-weight:bold;
	width:100%;
	text-align:center;
	margin-bottom:1em;
}
/*---标签和编辑及时间----*/
#d_right h3
{
	font-size:1.2em;
	text-indent:3.2em;
	margin:1em 0;
	}
#d_right h3 a
{
	color: #000;
	font-weight:bold;
	margin:0 0.4em;
}
#d_right h3 a:hover
{
	color: #ff9900;
}
#d_right h3 span
{
	color: #ff9900;
}

/*---摘要部分----*/
#d_right h2
{
	width: 510px;
	margin-left: 37px;
	font-size: 1.4em;
	background-color: #f0ede0;
	line-height:170%;
	padding:0.3em;
	border:solid 1px #ccc;text-indent:2em;
}
/*----正文内容-------*/
#d_right div
{
	margin-bottom:60px;
	}
#d_right div p
{
	padding:0 3em;
	line-height:150%;
	margin:1.6em 0;
	font-size:1.3em;
	text-indent:2em;
	}


/*----左边部分------*/
#d_left ul
{
	background-position: center top;
	background-image: url(../images/detailsarticle/left_top.gif);
	background-repeat: no-repeat;
	width:226px;
	margin-left:18px;
	padding-top:50px;
	margin-top:10px;
}
#d_left li
{
	 line-height:24px;
	text-indent:10px;
	border-bottom:dashed 1px #A1A1A1;
	width:200px;
	}
#d_left li a
{
	font-size:1.2em;
	text-decoration:none;
	color:#444;
	}
#d_left li a:hover
{
	color:#54A21E;
	}
/*--js动态输出部分，目前是GoogleAdsence---*/
#d_left div
{
	margin-left:18px;
	margin-top:10px;
	}
	

/*-----留言板块的内容-----*/
#d_reply
{
    width:100%;
    height:2000px;
    position:absolute;
    top:0;
    left:0;
    background-color:#ccc;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
}
#d_table
{
    background-color:#fff;
    position:absolute;
    top:100px;
    left:300px;
    width:400px;
    border-left:solid 1px #000;
    border-right:solid 1px #000;
    border-bottom:solid 1px #000;
    font-size:1.3em;
}
#d_table caption
{
     font-weight:bold;
     border-left:solid 1px #000;
    border-right:solid 1px #000;
    border-top:solid 1px #000;
     padding:1em 0; background-color:#fff;
    }
#d_table input, #d_table textarea
{
    border: solid 1px #000;
    background-color: #ffffcc;
}
#d_table td
{
    padding:0.5em 1em;
    }
#d_table a
{
    display: block;
    width:50px;
    height:26px;
    float:left;
    margin:0 20px;
    color: #330066;
    border:solid 1px #000;
    position:relative;
    left:75px;
    text-align:center;
    text-decoration:none;
    line-height:26px;
    background-color: #ffcc33;
}
#d_table a:hover
{
    background-color: #ffff99;
}

