#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	top:100%;
	/*margin-top:-175px;*/
	margin-top:-120px;
	background:url('./images/totop.png') no-repeat left top;
}
.div_display_none{display: none;}
.div_opacity{opacity: 0;}

#toTopHover {
	background:url('./images/totop.png') no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

.right_shoppingcart {
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	top:100%;
	margin-top:-120px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	cursor:pointer;
	background:url('./images/right_shoppingcart.gif') no-repeat;
}
	
.right_tel {
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	top:100%;
	margin-top:-65px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	cursor:pointer;
	background:url('./images/right_tel.gif') no-repeat;
}