﻿@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em{margin:0;padding:0;border:0;}
ul,ol,li{list-style:none;}


/* votebox */
.votebox{width:4rem;margin-left:0.25rem;text-align:left;position:relative;z-index:66;}
/* barbox */
.barbox{height:0.6rem;line-height:0.6rem;overflow:hidden;}
.barbox dt a{color:#0048CC;}
.barbox dd{float:left;}
.barbox dd.last{color:#999;}
.barbox dd.barline{width:4rem;  background-color:#cccccc; height:0.6rem;overflow:hidden;display:inline; border-radius:0.4rem;}
.barbox dd.barline div.charts{height:0.6rem;overflow:hidden; background-color:#36B25E; border-radius:0.4rem;}

.fa-angle-right:before {
    content: "";
    background: url(../images/xiangyou.png) no-repeat;
    display: block;
    width: 30px;
    height: 55px;
}

.fa-home:before {
    content: "";
    background: url(../images/home.png) no-repeat;
    display: block;
    width: 27px;
    height: 55px;
}

.fa-pencil:before {
    content: "";
    background: url(../images/pencil.png) no-repeat;
    display: block;
    width: 27px;
    height: 55px;
}

.fa-registered:before {
    content: "";
    background: url(../images/registered.png) no-repeat;
    display: block;
    width: 27px;
    height: 55px;
}

.fa-bullseye:before {
    content: "";
    background: url(../images/bullseye.png) no-repeat;
    display: block;
    width: 27px;
    height: 55px;
}