/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:50px;
    right:0px;
    width: auto;
    height: auto; 
}

#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}
#sideBarTab h2{
   font-size: 1.5em;
   font-weight: bold;
   color:black;
}
#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}

/*heder样式*/

#div_digg{
    position: fixed;
    right: 50px;
    bottom: 100px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
}

#MySignature .rights {
background: none repeat scroll 0 0 #e7f4ff;
margin: 0 10px 0 0;
padding: 12px 15px;
color: #666;
font-size: 13px;
width: 95%;
border: 1px solid #c9ddfa;
}

#cnblogs_post_body h1{
color:#fff;
padding: 10px;
background-color:#A5A5A5;
}

#cnblogs_post_body h2{
font-family:Hei,"΢���ź�","����",Helvetica,Arial,sans-serif;
font-size:20px;
}


.hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
.hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
.hor-minimalist-b tbody tr:hover td
{
	color: #009;
}
