/*right float*/
#rightfloat {
	/*position:absolute;*/
	position:fixed;
	top:45%;
	right:10px;
	width:100%;
	z-index:995;
}
#rightfloat2 {
	position:relative;
	max-width:1380px;
	/*width:1100px;*/
	margin:0 auto;
	
}
#rightDiv a {
	display:block;
	margin-bottom:5px;
	width:41px;
	height:41px;
	
}
#rightDiv {
	position:absolute;
	right:0;
	z-index:50;
}
a.rbtn_cart {
	background:url(../images/btn_right_float.png) no-repeat 0 0;
}
a:hover.rbtn_cart {
	background-position:-41px 0;
}
#carSTR1 {
	float: right;
	margin-right: 18px;
	margin-top: 4px;
	color: #FFF;
	font-size: 11px;
	font-family: "Comic Sans MS", cursive;
}
a.rbtn_wish {
	background:url(../images/btn_right_float.png) no-repeat 0 -47px;
}
a:hover.rbtn_wish {
	background-position:-41px -47px;
}
a.rbtn_gotop {
	background:url(../images/btn_right_float.png) no-repeat 0 -94px;
}
a:hover.rbtn_gotop {
	background-position:-41px -94px;
}

a.rbtn_fb {
	background:url(../images/btn_right_float.png) no-repeat 0 -188px;
}
a:hover.rbtn_fb {
	background-position:-41px -188px;
}

a.rbtn_ig {
	background:url(../images/btn_right_float.png) no-repeat 0 -141px;
}
a:hover.rbtn_ig {
	background-position:-41px -141px;
}

a.rbtn_epaper {
	width:47px;
	height:50px;
	background:url(../images/right_float_epaper.png) no-repeat top;
}
a:hover.rbtn_epaper {
	background:url(../images/right_float_epaper.png) no-repeat bottom;
}
a.rbtn_account {
	width:47px;
	height:54px;
	background:url(../images/right_float_account.png) no-repeat top;
}
a:hover.rbtn_account {
	background:url(../images/right_float_account.png) no-repeat bottom;
}
a.rbtn_bonus {
	width:47px;
	height:54px;
	background:url(../images/right_float_bonus.png) no-repeat top;
}
a:hover.rbtn_bonus {
	background:url(../images/right_float_bonus.png) no-repeat bottom;
}