@charset "utf-8";

/*-----------------------------------------------------
	Palmaide CSS Skin Settings
	FileName:   cart.css
	Version:    2009.01.16
-----------------------------------------------------*/

#cart_box {
	width: 687px;
	height: 271px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(image/about01.jpg) no-repeat top;
	text-align: left;
}

#cart_in {
/*	width: 270px;*/
	width: 280px;
	position: relative;
	top: 200px;
	left: 400px;
}

#cart_st {
	font-weight: bold;
	float: left;
	height: 27px;
	margin: 0 5px 0 0;
	padding: 10px 0 0 0;
	color: #555;
}

#btnCart:hover { filter: alpha(opacity=70); -moz-opacity:0.6;  opacity:0.6; }

#cart_bt a {
	float: right;
	position: relative;
	background: url(image/cart_bt.gif);
	width: 155px;
	height: 37px;
	text-indent: -9999pt;
	/*＼*/overflow: hidden;/**/
}

#cart_bt a:hover { filter: alpha(opacity=70); -moz-opacity:0.6;  opacity:0.6; }


hr {
	display: none;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

