/*
*@libs: crumb
*@Author: zmx 2013-02-18
*@Update: zmx 2013-04-09
*/
.crumb {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: #999;
    width: 990px;
    margin: 0 auto;
    line-height: 28px;
    text-indent: 10px;
}
.crumb a {
    color: #333;
    font-weight: normal;
}
.crumb a:hover {
    color: #ff850a;
}
.crumb-top {
    border-top: 3px solid #e64545;
}