#pic-page{
    text-align: center;
    margin-top:10px;
}
#pic-page a{
    margin: 0 2px;
}
#pic-page a img
{
    width:40px;
    padding: 2px;
    border: solid #ccc 1px;
    margin-bottom:5px;
}
#pic-page a:hover img,
#pic-page a.active img {
    border: solid #5280DD 1px;
}

/*列表页-右侧布局*/
.right_head{
    clear: both;
}
.right_head h2{
    height: 40px;
    font-size: 22px;
    font-weight: normal;
    color: #545454;
    line-height: 40px;
    border-bottom: 1px solid #ebebeb;
}
.right_head h2 span{
    display: inline-block;
    height: 40px;
    border-bottom: 1px solid #4582e2;
}
.list_related{ width:100%}
.product_title{ text-align:center;}