    .accessory_item {
    position: relative;
    display: block;
    float: left;
    width: 350px;
    height: 110px;
    border: solid 1px #f5f5f5;
    font-family: Arial;
    clear: none !important;
    background: #fff !important;
    cursor:pointer;
    }
    .accessory_item img {
    position: absolute;
    top: 20px;
    left: 25px;
    }
    .accessory_item .acc_name {
    display: block;
    width: 240px;
    float: left;
    font-size: 11px;
    padding-left: 110px;
    color: #5D5D5D;
    margin-bottom: 0px;
    }
    .accessory_item .acc_price,
    .accessory_item .old_price {
    display: block;
    font-weight: bold;
    color: #000;
    ppadding-bottom: 7px;
    float: left; /* none !important; */
    }
    .accessory_item .old_price {
    color: #999999;
    margin-left: 20px;
    }
    .accessory_item a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 5px;
    }
    h2 {
    clear: both !important;
    }
    .accessory_item a:hover {
    text-decoration: underline;
    }
    .accessory_item.jhover  {
    background: #fafafa !important;
    }
    .accessory_item.jhover .acc_price {
    color: #9D080D;
    }

    .accessory_item div.starContainer {
    background-color: transparent;
    border: none;
    padding: 0px;
    margin: 1px 1px 1px 120px;

    }

    .accessory_item div.starContainer * {
        font-size:11px;
    }

    .accessory_item div.starContainer img {position: relative; left: 0px; top: 0px;}

    #accessories img.bigImage {
        border: 1px solid black;    }