.related {
    float: left;
    margin-top: 30px;
    width: 400px;
}

.related .page-title {
    margin-bottom: 0;
    padding-bottom: 0;
}

.related .jcarousel-wrapper {
    background-color: #F2F5F9;
    overflow: auto;
    padding: 10px 0 10px;
}

.related .jcarousel-prev {
    float: left;
    text-align: right;
}
.related .jcarousel-control {
    height: 340px;
    width: 24px;
}

.related .jcarousel-control i {
    line-height: 340px;
}

.related .jcarousel {
    float: left;
    height: 340px;
    overflow: hidden;
    position: relative;
    width: 340px;
}

.related .jcarousel-next {
    float: right;
    text-align: left;
}

.related .jcarousel ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 20000em;
}

.related li.item {
    margin: 0;
    padding: 0 15px;
}

.related .jcarousel li {
    float: left;
    height: 340px;
    width: 140px;
    text-align: center;
}

.related .jcarousel li.odd, .related .jcarousel li.even {
    background-color: inherit;
}

.related .jcarousel li.last {
    border: medium none;
}

.related li.item div {
    margin-left: 0;
}

.related .product-image {
    border: medium none;
    float: none;
    height: 128px;
    width: 148px;
}

.related .product-details {
    margin-top: 16px;
}

.related .product-name {
    text-align: center;
    height: 30px;
    overflow: hidden;
    line-height: 14px;
}

.related .product-price {
    margin-top: 8px;
    text-align: center;
    height: 15px;
    overflow: hidden;
    line-height: 12px;
    color: #222222;
}

.related .product-stock {
    margin-top: 8px;
    text-align: center;
    height: 65px;
    overflow: hidden;
    line-height: 12px;
    color: #222222;
}

.related .product-price span {
    font-weight: 600;
}

.related .product-links {
    margin: 12px 10% 0;
    width: 80%;
    height: 40px;
    overflow: hidden;
}

.related .product-links td {
    text-align: center;
    vertical-align: middle;
}

.related .product-links a.on-wishlist:hover {
    color: #09B6E9;
}

.related i.on-top {
    display: block;
    font-size: 11px;
    left: 1px;
    position: relative;
    top: 3px;
}

div.product-price.rec-loading {
    width: 100%;
    text-indent: -1000px;
}

div.related-manuf {
    height: 40px;
    overflow: hidden;
    text-align: center;
}
div.related-manuf img {
    max-height: 30px;
    max-width: 136px;
}
