* {
    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 .image,
.contents .info {
    text-align: center;
}
.contents {
    width: 550px;
    float: left;
}
.contents .image {
    position: relative;
}
.contents .image a {
    position: absolute;
    bottom: 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: #4C87BD;
    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: 33%;
}

.contents .image {
    height: 110px;
}


