﻿.width960 {
	width: 960px;
	margin: 0 auto;
}
.top_crumbs {
	width: 100%;
	height: 40px;
	background: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
}

.top_crumbs_l {
	width: 405px;
	color: #999;
}

.top_crumbs_l ul {}

.top_crumbs_l li {
	float: left;
	line-height: 40px;
	margin-right: 12px;
	color: #999;
	font-size: 14px;
}

.top_crumbs_l li a {
	color: #999;
	font-size: 14px;
}

.top_crumbs_l li a:hover {
	color: #666;
	text-decoration: none;
}

.top_crumbs_l .mess {
	position: relative;
}

.top_crumbs_l .mess .c_mess {
	position: absolute;
	z-index: 10;
	top: -10px;
	right: -10px;
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	font-family: arial;
}

.top_crumbs_l .mess span {
	position: relative;
	display: block;
	width: 17px;
	height: 16px;
	margin-top: 12px;
}

.top_crumbs_r {
    /*width: 396px;*/
	color: #999;
}

.top_crumbs_r a {
	float: left;
	line-height: 40px;
	margin-left: 10px;
	color: #999;
	font-size: 14px;
}

.top_crumbs_r a:hover {
    color: #666;
    text-decoration: none;
}