* {
    word-break: break-all;
    word-wrap: break-word;
}

a:hover{
    text-decoration:none;
}

.logo{
    max-height:30px;
}
#mlb_topnav a{
    color:#ccc;
}
#mlb_search {
    cursor:pointer;
    color:#fff;
    background-color:#4d90fe;
    border-style:none;
}
.topnews{
    height:40px;
    background-color:#fbfbfb;
    border-bottom-style:solid;
    border-bottom-color: #eaeaea;
    border-bottom-width:1px;
    font-size:12px;
    color:#666;
    padding-top:5px;
    margin-bottom:10px;
}
.topnews h5{
    font-size:12px;
    font-weight:bold;
    color:#f60;
}
.topnews span{
    font-size:12px;
    font-weight:normal;
    color:#666;
}

.right a{
    font-size:12px;
    color:#666;
}
.right a:hover{
    color:#000;
}

.mlb-container{
    padding-right: 14px;
}

.mlb_tooltip{
    border-radius: 5px;
}

hr{
    margin:2px;
}

h5{
    color:#666;
    font-weight: bold;
    font-size:12px;
}
.mlb_footer{
    margin-top:20px;
    padding-top:20px;
    padding-bottom:20px;
    line-height: 20px;
    background-color:#fbfbfb;
        border-top-style:solid;
    border-top-color: #eaeaea;
    border-top-width:1px;
}
.mlb_footer ul{
    list-style-type:none;
    padding:0;
}

.mlb_footer a{
    color:#888;
    font-size:12px;
}
.mlb_footer a:hover{
    color:#000;
    font-size:12px;
}

/*下边框线*/
.mlb_underline
{
    margin-top:14px;
    margin-bottom: 14px;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #bbbbbb;
}

.mlb_copyright{
    padding-left:0;
    padding-right:0;
    padding-top:14px;
}
.mlb_copyright *{
    color:#fff;
    font-size:12px;
}

.mlb_logo_img{
    max-height:80px;
    max-width:300px;
}


.mlb_gallery_photos img{
    padding:10px;
}

#mlb-go-top-div
{
    position: fixed;
    right: 0;
    z-index: 999
}

.shopdiv{
    float:right;
    width:400px;
}
.shopdiv .form-group{
    margin-bottom:0;
}
.shopdiv form{
    text-align:center;
}



.quantity-value{
    margin-left:5px;
    margin-right:5px;
    width:30px;
    text-align: center;
}

.price-div del{
    font-size:20px;
    margin-right:10px;
}
.price-div span{
    font-size:30px;
}
.add-to-div {
    float:right;
    display:block;
    margin:15px;
}

.cart-container div{
    font-size:16px;
    min-height:40px;
}
.mlb-sub-total,.mlb-shipping-cost,.mlb-total-amount{
    font-weight:bold;
}
.mlb-cart-div>div{
    border-bottom-style:solid;
    border-bottom-color:#eeeeee;
    border-bottom-width:thin;
    margin-top:8px;
    margin-bottom:5px;
}