.VDC_Search_Widget {
    margin:auto;
    background:#fff;
    font-family:sans-serif;
}
.VDC_Search_Widget p,
.VDC_Search_Widget br {
    display:none;
}

.VDC_Search_Widget_One {
    margin:auto;
    background:#eee;
}
    .VDC_Search_Widget_One p,
    .VDC_Search_Widget_One br {
        display:none;
    }

    .VDC_Search_Widget a, .VDC_Search_Widget a:link{
      word-wrap: break-word;
      font-size:.8em;
      text-decoration:none;
    }
    .VDC_Search_Widget a:hover{
      text-decoration: underline;
    }
.VDC_Search_Widget .box {
    padding: 10px;
    font-size:14px;
    border-bottom:1px solid #ccc;
}
.VDC_Search_Widget .cyl-productListWithFromPrice-deals-row {
    padding: 10px;
    font-size:14px;
    font-family:sans-serif;
    border-bottom:1px solid #ccc;
}
.VDC_Search_Widget .deal-box span.deal-location {
    word-wrap: break-word;
    width: 65%;
    display: inline-block;
}
.VDC_Search_Widget .deal-box span.deal-price {
    width: 28%;
    font-size: 12px;
}
.VDC_Search_Widget .deal-box .deal-box-promo {
    clear: both;
    margin-top: 5px;
    font-size: 12px;
}
.VDC_Search_Widget table.deals-table {
    width: 100%;
}
.VDC_Search_Widget span.deal-location{
  word-wrap: break-word;
}
.featured-aside-list-item.list-item{
  width: 33%;
  float: left;
  margin-bottom: 5px;
}
.standard-info-box-section {
    float: right;
    width: 52%;
}
img.standard-main-image{
  max-width:45%;
}
.featured-aside-list-item.list-item:nth-of-type(4){
  clear:both;
}
.star-rating, span.standard-body-text, a.standard-action-link.standard-action-link-more-info, a.standard-action-link.standard-action-link-buy-now {
    display: none;
}
.standard-product-fromprice {
    font-size: .85em;
    margin-top: 3px;
}
#vdc_header {
    height:32px;
    margin:5px;
}
.widgetPlaceholderContainer h2{text-align:left;font-size:1.1em;line-height:10px;margin:20px 0 5px 10px;padding:0;font-family:sans-serif;}
    #vdc_header img {
        display:block;
        margin:auto;
        padding: 7px 0px
    }
    #vdc_header input {
        background-color:#ffffff;
        border-radius:4px;
        border:none;
        height:30px;
        width:66%;
        width:calc(100% - 69px);
        margin: 0px 0px 0px 6px;
        padding: 0px 5px;
        text-overflow:ellipsis;
        float: left;
        box-sizing:border-box;
        border: 1px solid #000;
    }
    #vdc_header #vdc_searchBtn {
        height:25px;
        width:51px;
        cursor:pointer;
        float:right;
        margin-right:6px;
        border-radius: 3px;
        text-align:center;
        padding-top:5px;
    }
    #vdc_header #vdc_searchBtn:hover {
        background-position:bottom right;
    }
#vdc_content {
    list-style:none;
    padding:0;
    margin:0;
    border-top:1px solid rgb(218, 212, 200);
    border-bottom: 1px solid rgb(218, 212, 200);
    background:rgb(218, 212, 200);
}

ul#vdc_content > li.vdc_suggestion {
    height:50px;
    width:100%;
    border-left:1px solid #2b2b2b;
    border-right:1px solid #2b2b2b;
    box-sizing:border-box;
    border-radius:2px;
    list-style:none;
    background-repeat: repeat-x;
    background-position: right top;
}
    #vdc_content li.vdc_suggestion a{
        width: 100%;
        display: inline-block;
        padding: 14px;
        box-sizing: border-box;
    }
        #vdc_content li.vdc_suggestion a img {
            display: inline-block;
            float: right;
        }
    #vdc_content span.vdc_linktext {
        width:80%;
        width:calc(100% - 25px);
        display: inline-block;
        overflow:hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
        font-size:14px;
        color:white;
        text-shadow: 1px 1px 1px rgb(43, 43, 43);
        font-weight:bold;
        font-family:Arial;
    }
#vdc_footer {
    height:20px;
    border-top:1px solid transparent;
    padding:10px;
    text-align:right;
    clear:both;
}