.viewed_product{
    clear: both;
    margin: 10px -5px;
    padding: 5px;
    overflow: hidden;
    width: 1221px;
}
.viewed_product a{color: #595959;text-decoration: none;}
.viewed_product a:hover{color: #595959;text-decoration: none;}

.viewed_product div.view-header {
    text-align: left;
    margin-bottom:10px;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;

}
.viewed_product div.view-list{overflow: hidden;}
.viewed_product div.view-item {
    text-align: left;
    margin:0 -1px 0 0 !important;
    display: block;
    width: 245px;
    height: 260px;
    float: left;
    vertical-align: top;
    padding: 20px;
    border: 1px solid #eee;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    -webkit-transition: box-shadow 0.1s ease-in-out;
    -moz-transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;

}
.viewed_product div.view-item:hover .viewed_product_name{
    color: #00961c;
    /*
    border-left-color: #dcdcdc;
    border-right-color: #dcdcdc;
    box-shadow: 6px 0 12px rgba(0, 0, 0, 0.1), -6px 0 12px rgba(0, 0, 0, 0.1);
    z-index: 2;*/
}


.viewed_product_image{width: 249px;height: 100px;display: table-cell;vertical-align: middle;overflow: hidden;text-align: center;}
.viewed_product_name{
    color: #595959;
    display: block;
    font-size: 13px;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    padding-top: 10px;
    text-align: left;
    text-decoration: none;
    width: 100%;

}
div.view-item .viewed_product_price{position: absolute;bottom: 0;left: 0;padding: 10px 20px;color: #000;font-weight: bold;font-size: 18px;}
div.view-item .viewed_product_price span{font-weight: normal;font-size: 14px;}


/*div.view-item:hover .viewed_product_price{position: absolute;bottom: 1px;left: 1px;}*/

.viewed_product div.hr {
    border-bottom: 1px solid #eeeeee;
}


.workarea .recommend_block .catalog-top-name {
    color: #595959;
    display: block;
    height: 80px;
    line-height: 1.4;
    overflow: hidden;
    padding-top: 10px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.view-prod {
  background: #239dd9 none repeat scroll 0 0;
  height: 1px;
  margin-bottom: 20px;
 // opacity: 0.3;
}

@media (max-width: 1260px) {
    .viewed_product {
        width: 100%;
    }
}