
.view-items-for-sale .views-row {
    display: block;
    float: left;
    width: 33%;
    word-break: break-all;
}

.view-items-for-sale div.views-field-title, 
.view-items-for-sale div.views-field-field-price { 
    background      : #000;
    color           : #000;
    padding-left    : 5px; 
    width           : 175px;
    font-size       : 10px;
}

.view-items-for-sale .field-content a, 
.view-items-for-sale .field-content, 
.view-items-for-sale .views-label                 {
    color           : #fff; 
}

.view-items-for-sale .field-content a             {
    color           : #adbe2a; 
}

/**
 *
 * Node styling 
 */

.node-type-items-for-sale img.item-product-main-image     {
    width           : 680px;
    height          : 510px;
}

.node-type-items-for-sale ul.images {
    padding: 0; 
}

.node-type-items-for-sale ul.images li {
    width: 200px; 
    height: 200px; 
    float: left; 
    padding: 5px; 
}

.node-type-items-for-sale ul.images li img {
    width: 190px; 
    height: 190px;
    cursor: pointer;
}


.node-type-items-for-sale div.item-info                   {
    position        : absolute;
    top             : 0;
    width           : 150px;
    padding         : 20px;
    background      : #000;
    color           : #fff;
    height          : 470px;
    opacity         : 0.3; 
}

.node-type-items-for-sale ul.prices li {
    text-decoration: line-through; 
}

.node-type-items-for-sale ul.prices li:last-child {
    text-decoration: none; 
}

.node-type-items-for-sale div.item-info:hover {
    opacity         : 1.0; 
}

.node-type-items-for-sale .no-image { 
    float: left;     
}

.node-type-items-for-sale .no-image-item-info {
    position: relative;
    top: 65px;
}

.node-type-items-for-sale .item-main-area .item-description {
    clear: both;
}

