/*side*/
#side{
	width: 210px;
	overflow: hidden;
	float: left;
	margin: 60px 0 20px 20px;}
/*head*/
#side .head{
	width: 210px;
	height: 31px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: url(../images/small-head.jpg);}
#side .head h1{
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 31px;
	padding-left: 10px;
	font-weight: normal;}
/*box*/
#side .box{
	width: 208px;
	overflow: hidden;
	border: 1px solid #ebebec;
	border-top: 0;}
#side .box ul{
	width: 100%;
	overflow: hidden;}
#side .box ul li{
	width: 100%;
	height: 35px;
	background: url(../images/small-tx-bg.jpg) repeat-x;}
#side .box ul li:hover{
	width: 100%;
	height: 35px;
	background: url(../images/small-tx-bg-on.jpg) repeat-x;}
#side .box ul li a{
	width: 92%;
	height: 35px;
	display: block;
	margin: 0 auto;
	color: #000;
	line-height: 35px;
	background: url(../images/small-to-right.png) no-repeat right center;}
#side .box ul li:hover a{
	background: url(../images/small-to-right-color.png) no-repeat right center;}
@media only screen and (max-width: 640px) {
	#side{
		display: none;}
}









/*currency*/
#currency{
	width: 730px;
	overflow: hidden;
	float: right;
	margin: 60px 20px 20px 0;}
/*当前位置*/
.current-position{
	width: 100%; 
	overflow: hidden; 
	text-align: right;
	margin: 0px auto 5px; 
	color: #000; 
	border-bottom: 1px solid #e5e5e5;}
.current-position a{
	color: #000; line-height: 30px;}
@media only screen and (max-width: 640px) {
	#currency{
		width: 92%;
		overflow: hidden;
		float: none;
		margin: 10px auto 20px;}
}