body {
    color: #FFF;
    font-size: 13px;
    font-family: 微軟正黑體,Arial,Helvetica,sans-serif;
}
#wrap {
    background-color: #3c3c3c;
    background-image: linear-gradient(#000 60px, #3c3c3c 120px);
}
#main-wrap {
    background-color: #3c3c3c;
}
#side {
    background-color: #3c3c3c;
}
#main {
    background-color: #3c3c3c;
}
.column.left h2, #main h1, .related-product > h3 {
    color: #d2e9ff;
}
.column.left h2, #main h1, .related-product > h3 {
    border-bottom: 1px dotted #d2e9ff;
}
ul.product-list li h3 {
    color: #fcfcfc;
}
#nav ul li.current a {
    color: #2894ff;
}
a {
    color: #e0e0e0;
    text-decoration: none;
}