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

a.shoppingcart_popup{
	color:#333;
	font-weight:bold;
}
a.shoppingcart_popup:hover{
	text-decoration:under-line;
}
div#cart_popup{
	width:280px;
	border:1px solid #E09640;
	overflow:hidden;
	position:absolute;
	color:#333;
	background:url(../../images/popup_cart_bg.png);
}
div#cart_popup_top{
	border-bottom:1px solid #E09640;
	overflow:hidden;
	padding:7px 3px 7px 0;
	text-align:right;
}
div#cart_popup_bot{
	border-top:1px solid #E09640;
	overflow:hidden;
	padding:7px 3px 7px 0;
	text-align:right;
}
div.cart_popup_item{
	padding:5px 3px 5px 0;
	overflow:hidden;
	font-weight:normal;
}
div.cart_popup_l{
	float:left;
	text-align:left;
	width:80px;
	margin-right:10px;
}
div.cart_popup_r{
	float:left;
	text-align:left;
	width:175px;
}