* {
    margin:0px;
    padding:0px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    border: 0px;
}

/*-----------------CSSJUMP RIGHT--------------------*/
.contents ul {
    list-style: none;
    margin-top: 8px;
    margin-bottom: 8px;
}
.contents li.one {
    float: left;
    margin-bottom: 10px;
}
.contents .item li {
    float: left;
}
.contents .image,
.contents .info {
    font-family: tahoma, verdana, sans-serif;
    font-size: 11px;
}
.contents .image {
    text-align: center;
}
.contents {
    width: 550px;
    float: left;
}
.contents .image {
    position: relative;
}
.contents .image a {
    position: absolute;
    top: 0px;
    left: 0px;
    display:block;
    width: 100%;
    text-align: center;
}
.contents .info {
    line-height: 11px;
}
.contents .info a {
    font: bold 11px tahoma, verdana, sans-serif;
    color: #000;
    text-transform: uppercase;
}
.contents .info .price {
    font: normal 11px tahoma, verdana, sans-serif;
}
.contents .info .sale {
    font-weight: bold;
}


/*-----------------CSSJUMP COMMONS-------------------*/
.clear {
    clear:both;
    font-size: 0;
    height: 0;
}

/*-----------------CSSJUMP RTML STYLES---------------*/
.contents li.one {
    width: 275px;
}
.contents li.image {
    width: 154px;
}
.contents li.info {
    width: 121px;
}
.contents .image {
    height: 122px;
}


