/*in-product message for index page*/
.in-pro-msg{margin-bottom:10px;padding:10px 0;line-height:20px;font-size:15px;text-align:center;background:#f6f6f6;border-radius: 6px;border:solid 1px #eee}
.in-pro-msg a{padding-left:50px;color:#e00;}
.in-pro-msg a:hover{color:#666;}
#promotext{display:none;}

/*in-product message for inner pages*/
.in-product-message {
    background: none repeat scroll 0 0 #fff;
    color: #e00;
    line-height: 20px;
    margin-bottom: 10px;
    opacity: 0.75;
    padding: 10px 20px 15px;
    border-radius: 6px;
    border: 1px solid #fff;
}
.in-product-message p.title {
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
}
.in-product-message p a {
    color: #e00;
}
.in-product-message p a:hover {
    color: #5FAEF8;
}