

form#co-shipping-method-form p.cart-page-shipping-disclaimer{
    margin-bottom: 5px;
}

.nf_blue_bar {
    text-transform:uppercase;
    background: url("../images/product_title_tilt.png") no-repeat top left;
    color:white;
    font-weight:bold;
    padding:8px;
    display:inline-block;
    text-wrap:none;
    min-width:280px;
    margin-bottom: 1em;
}


/* Search not found styling starts */
.recommendations {
    display:block;
    border-top:1px dotted #ddd;
    padding-top:12px;
    margin-top:11px;
}

.recommendations a {
    display:inline-block;
    color:#fff;
    background-color:#f15d22;
    text-decoration:none;
    padding:2px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.recommendations a:hover {
    background-color:#3172a3;
}

.note-msg {
    border-color: #fce080 !important;
    background-color: #fafaec !important;
    color: #3172a3 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
/* Search not found styling ends */
