
/*---------------头部---------------*/

/*提示条*/
#hint {
	background-color: #EAEAEA;
	height: 25px;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
	margin-bottom: 8px;
	margin-top: 0px;
}
#shHeader {
	width: 950px;
}

.hintNavA {/*提示条-主要链接*/
	width: 500px;
	float: left;
}
.hintNavB{/*提示条-其他链接*/
	width: 400px;
	float: right;
	text-align: right;
}
/*logo和搜索信息*/
#top {
	height: 77px;
	margin-bottom: 8px;
}
.logo {
	float: left;
}
#shHeader #top #citychange {
	float: left;
	background-image: url(../images/20081125sh-index-top_03.jpg);
	height: 27px;
	width: 105px;
	padding-top: 50px;
	padding-left: 18px;
}
#shHeader .shBigcCity {
	font-family: "宋体";
	font-size: 18px;
}


.search {/*搜索信息*/
	float: right;
	text-align: right;
	margin-top: 5px;
	font-size: 14px;
}
#shHeader #top .search td {
	line-height: 25px;
}


/*导航条*/
#shHeader #shMainNav {
	background-image: url(../images/20081125sh-index-top_05.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 950px;
	margin-bottom: 8px;
}
#shHeader #shMainNav a{font-size:14px;
	line-height: 35px;}
#shHeader #shMainNav #shTop {/*商户首页专用背景*/
	background-image: url(../images/20081125sh-index-top_06.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 120px;
	float: left;
	height: 35px;
	margin-left: 10px;
	text-align: center;
}
#shHeader #shMainNav #shTopA {/*商户首页专用背景-处于活动状态*/
	background-image: url(../images/20081125sh-index-top_07.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 120px;
	float: left;
	height: 35px;
	margin-left: 10px;
	text-align: center;
}

#shHeader #shMainNav .shCategory {/*其他类别背景*/
	background-image: url(../images/20081125sh-index-top_06.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	text-align: center;
	height: 35px;
	width: 82px;
}
#shHeader #shMainNav .shCategoryA {/*其他类别背景-处于活动状态*/
	background-image: url(../images/20081125sh-index-top_08.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	text-align: center;
	height: 35px;
	width: 82px;
}
#shHeader #shMainNav a:hover {/*鼠标移动过链接变化*/
	text-decoration: none;
	font-weight: bold;
} 
#shHeader #shMainNav .shCategoryA a,#shHeader #shMainNav #shTopA a{/*处于活动状态链接色-黑灰色粗体*/
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}



/*---------------头部-end-------------20081209 by KA*/

.link-index:link {color: #FFFFFF;text-decoration: none;}
.link-index:visited {color: #FFFFFF;text-decoration: none;}
/*---------------头部-修改-------------20090106 by EGGLEE*/

