/* -- { reset  -- */
html, body {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
}
html, body, div, a, p, span, h1, h2, h3, h4, h5, h6, img, ul, li {
    margin:0;
    padding:0;
}
img {
    border:none;
}
a {
    text-decoration: none;
}
/* -- reset } -- */
/* -- { main -- */
body {
    font-family: Calibri, sans-serif;
    background: #000000;
}
#main {
    width: 780px;
    height: 100%;
    margin:0 auto;
}
#header, #footer {
    width: 760px;
}
#header img, #footer img {
    width: 100%;
}
#list {
    display: block;
    list-style-type: none;
    padding:20px 0;
}
#list li {
    width: 100%;
}
#list div.product {
    display: inline-table;
    width: 240px;
    margin:0 20px 15px 0;
}
#list div.banner {
    display: block;
    margin:0 20px 15px 0;
}
.noMarginRight {
    margin-right: 0 !important;
}
#list div a {
    display: block;
    position: relative;
}
#list div a img {
    width: 100%;
}
#list div.banner img {
    width: 100%;
}
#list div p {
    line-height: 120%;
    color: #ffffff;
    font-size: 14px;
}
#list div p.title {
    font-size: 16px;
    font-weight: 600;
}
.priceBox, .priceBoxSpecial {
    float:left;
    margin-top: 10px;
    width: 59%;
}
.priceBoxSpecial {
    width: 100% !important;
}
#list div p.oldPrice, #list div p.oldPricenoLine {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
#list div p.oldPrice:before, #list div p.oldPricenoLine:before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 49%;
    border-bottom: red solid 1px;
}
#list div p.oldPricenoLine:before {
    border:none;
}
#list div p.price {
    color: #ee3124;
    font-size: 20px;
    font-weight: 600;
}
#list div p.oldPrice sup, #list div p.price sup {
    font-size: 11px;
    font-weight: 400;
}
.priceBoxSpecial .oldPrice:before {
    border: none !important;
}
.priceBoxSpecial .price {
    font-size: 17px !important;
}
.discount {
    float:right;
    position: relative;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
    display: table;
}
.discountSpecial {
    float:right;
    position: relative;
    width: 60px;
    height: 60px;
    z-index: 1;
}
.discount span {
    z-index: 3;
}
.discount img, .discountSpecial img {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.discount span {
    position: relative;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 100%;
}
.about {
    display: block;
}
.maska, .maskb, .maskc, .maskd {
    position: absolute;
    top:0;
    left:0;
    width: 240px;
    height: 243px;
    background: url('img/mask1.png') no-repeat 0 0;
    background-size: 240px 243px;
}
.maskb {
    background: url('img/mask2.png') no-repeat 0 0;
    background-size: 240px 243px;
}
.maskc {
    background: url('img/mask3.png') no-repeat 0 0;
    background-size: 240px 243px;
}s
.maskd {
    background: url('img/mask4.png') no-repeat 0 0;
    background-size: 240px 243px;
}
/* --  main } -- */