body{padding-top:50px;background:#f7f7f7;}
h1{padding-bottom:20px;}
.main{background-color:#e7e7e7;}
.top-frm{background-color:#e7e7e7;padding:15px;}
.paging{margin:10px 0;font-size:18px;}
.paging a{background-color:#fff;color:#000;}
.paging a:hover{background-color:#fff;color:#00f;text-decoration:none;}
.paging span{background-color:#fff;color:red;}

.modellist{margin:20px 0;padding:10px 0;background:#fff;}
.modellist .pic{padding:3px;height:100px;}
.modellist ul{color:#630;list-style-type:none;}

.red{color:#c00;}
.green{color:#0c0;}
.amber{color:#d60;}
footer{padding:20px 0;border-top:5px solid #f7f7f7;}
.error,.err,.red{color:red;background:transparent;}

.pic {
  max-width: 270px;
  max-height: 152px;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}

.pic:hover > .overlay {
    position: absolute;
    top: 0;
    width:100%;
    height:100%;
    left: 0;
    background-color:#000;
    opacity:0.5;
    z-index: 100;
    display: block;
}