:root{
  --bg-light:#eee;
  --fg-light:#333;
  --fg-dark:#eee;
  --bg-dark:#333;
  --green:#009c3b;
}
body *{font-family:Helvetica,sans-serif;color:var(--fg-light)}
body, body input {background: var(--bg-light)}
table{width:100%;margin-top:20px;border:solid 2px var(--fg-light)}
td,th{padding-left:5px;border-top: solid 1px var(--fg-light);border-left: solid 1px var(--fg-light)}
th{background-color:var(--green);color:var(--bg-light)}
h1,a,a:visited,.highlight{color:var(--green)}
a:hover{color:red}
#search{font-weight:bold}

.img{position:relative}
.img .thumb{display:block;width:100px;height:100px}
.img .thumb:hover{width:400px;height:400px}
.img .big{display:none;position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1}
.img .thumb:hover img{display:none}
.img .thumb:hover + .big{display:block}
input.quantity {width:50px}