/*Ê×Ò³*/
.menuvice {
      display: inline-block;
      width: 100%; 
}

    .menuvice a {
        display: block;
        float: left;
        text-overflow: ellipsis;
        width: 33.3333334%;
        height: 110px; 
        background-repeat: no-repeat;
        color: #fff;
        line-height: 140px;
        text-align: center;
        white-space: nowrap;
     background-repeat: no-repeat;
    }

 .menuvice a span {
            display: block;
            content: " ";
            position: relative;
            width: 100%;
            height: 140px;
            background-position: center 15px;
            background-repeat: no-repeat;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }


.menuvice a:nth-child(2n+1) {
             background-image: -webkit-linear-gradient(top left, #434343, #1e1e1e);
            background-image: -moz-linear-gradient(top left, #434343, #1e1e1e);
            background-image: -o-linear-gradient(top left, #434343, #1e1e1e);
            background-image: -ms-linear-gradient(top left, #434343, #1e1e1e);
        }

      .menuvice a:nth-child(2n+2) {
            background-image: -webkit-linear-gradient(top left, #434343, #1e1e1e);
            background-image: -moz-linear-gradient(top left, #434343, #1e1e1e);
            background-image: -o-linear-gradient(top left, #434343, #1e1e1e);
            background-image: -ms-linear-gradient(top left, #434343, #1e1e1e);
        }

.menuvice .pressed {

}

     .sitead {
         min-height:200px;
        }
.lists.products {
background-color: #fff;
}
.lists.videos {
background-color: #fff;
}
.lists.single {
background-color: #fff;
}