@charset "utf-8";
a:hover, a:focus {
cursor : url("http://zingtop.biz/css/clovely.cur"), progress;
}

HTML,BODY{cursor: url("http://zingtop.biz/css/clovel.cur"), progress;
}
.view {
  background:url(/images/icon/post.png) no-repeat center left;
  color:#666;
  padding: 2px 3px 2px 18px;
  font-size:12px
}
.date{
  background:url(/images/icon/write.png) no-repeat center left;color:#666;
  padding: 2px 3px 2px 18px;
  font-size:12px}
.xem{
  background:url(/images/icon/xem.png) no-repeat center left;color:#666;
  padding: 2px 3px 2px 18px;
  font-size:12px}
.files{
  background:url(/images/icon/file.png) no-repeat center left;color:#666;
  padding: 2px 3px 2px 18px;
  font-size:12px}
.tag {
  background: url(/css/images/style/icon_tag.png) no-repeat center left;padding-left: 16px; margin-right: 4px;}
.down {background:url(/css/images/style/icon_down.png) no-repeat center left; padding-left:16px; margin-right: 4px;}
.cmt {background: url(/css/images/style/icon_cmt.png) no-repeat center left;padding-left: 16px; margin-right: 4px;}
.mainsub{
    border: 1px solid #cecece;
    margin: 0px 0px 2px 0px;
    border-radius: 3px;
	background-color: #fff;
  	color: #000;
}

.mainsub:hover {
    border: 1px solid #aaa;
    margin: 0px 0px 2px 0px;
    border-radius: 3px;
	background-color: #fff;
	box-shadow: 0px 0px 8px #666;
}
.mainsub pro {padding: 3px;}
.code {
  background-color: #E0E6E9;
  border: 1px dotted #9FAEBB;
  margin-top: 4px;
  padding: 0 2px 0 2px;
  overflow: auto;
  color: #0000BB;
  font-size: 12px;
  font-family: "Courier New", Courier, monospace;
}
.downloads {
color: black;
border: 1px solid skyblue;
background-color: skyblue;
background-image: url(/css/images/pre-blog.png);
background-repeat: repeat-x;
background-position: 50% top;
  font-size: 14px;
padding: 3px;
margin-left: 5px;
margin-right: 5px;
margin-top: 3px;
margin-bottom: 0px;
  border-top-left-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-right-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
max-width: 360px;}
.file {
background-color: #f0f7fc;
border-left: 1px solid skyblue;
border-right: 1px solid skyblue;
border-bottom: 1px solid skyblue;
margin-left: 5px;
margin-right: 5px;
margin-top: 0px;
margin-bottom: 0px;
padding: 3px;
  font-size: 14px;
max-width: 360px;}
.bi_breadcrumb {
  background:#fafafa;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  margin-bottom:4px;
  border:1px solid #d6d6d6;
  box-shadow:-2px 2px 1px #e4e4e4;
}
.bi_breadcrumb span.crumb {
  color:#666;
  display:inline-block;
  background:url(/css/images/crumb_arrow.png) no-repeat center right;
  padding:4px 18px 4px 2px;
}
.crumb a:link, .crumb a:visited {
  color: #666;
text-decoration: none;
}
.postinfo {
background-color: #EEEEEE;
border-bottom: 1px solid #e5e5e5;
padding: 4px 2px 4px 5px;
}
.postinfo h1 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  display: block;
}
.ztb-main {
  margin: 0 auto;
  margin-bottom: 4px;
  border: 1px solid #d2d2d2;
  box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #fff;
  -webkit-box-shadow: 0px 0px 5px #fff;
}
.dl {
padding: 5px 10px;
background: #96aa39;
border: 0px;
border-bottom: #829132 solid 3px;
color: #fff;
font-family: verdana;
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
margin: 2px;
position: relative;
padding-left: 4px;
display: inline-block;
border-radius: 4px;}
.dl a:link, .dl a:visited { color:#fff;
  font-size:11px;}
img {
height: auto;
max-width: 98%;
}