.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 helvetica, arial, sans-serif;
    color: #000;
    text-transform: uppercase;
}
.contents .info .price {
    font: normal 11px helvetica, arial, sans-serif;
}
.contents .info .sale {
    font-weight: bold;
}

.contents .info .info-form { margin: 5px 0 0 0; }

.contents .info .info-form a{ 
	font: normal 11px helvetica, arial, sans-serif;
	text-transform: none;
}


/*-----------------CSSJUMP RTML STYLES---------------*/
.contents li.one {
    width: 33%;
}

.contents .image {
    height: 110px;
}

