@charset "utf-8";
/* CSS Document */

#basket_top{
	position:absolute;
	top:0px;
	right:10px;
	width:210px;
	height:102px;	
	background:#f5f6f6 url(/images/front/basket_top.gif) top left no-repeat;
	z-index:3;
	cursor:pointer;
}

#basket_top_content{
	position:relative;
	margin-top:8px;
	left:50px;
	width:175px;
	font-size:10px;
	
}

#basket_top_content a{color:#4887b5; text-decoration:none}
#basket_top_content a:hover{color:#3c4f4f; text-decoration:none}
#basket_top_content a.current{color:#3c4f4f; text-decoration:none}
#basket_top_content h2{margin-bottom:5px;}
#basket_top_content td{padding-right:10px;  padding-bottom:5px; color:#6f7d7d;}


#menu-top{
	position:absolute;
	height:20px;
	top:0px;
	right:230px;
	text-align:right;
	padding-right:15px;
	padding-left:15px;
	background:#c4caca;
	z-index:3
}
	
	#menu-top a{color:#FFFFFF; font-size:10px; line-height:17px; text-decoration:none; text-transform:lowercase;}
	#menu-top a:hover{color:#3c4f4f;}
	#menu-top a.current{color:#3c4f4f;}

