
h2,
.gohome,
.del a,
.flow h3 {
	height:0px;
	overflow:hidden;
	display:block;
}

#cartBox{
	width:740px;
}
#exitCart th, #exitCart td{
	padding:8px 5px;
}
#exitCart td{
	border-bottom:solid #ccc 1px;
}
#exitCart th {
	background:#FFF4ED;
	border-right:solid #fff 3px;
}
.name{
	width:60%;
	text-indent:50px;
	background-position:2px 2px !important;
}
.price{width:20%;}
.del{width:7%;text-align:center;}
.mount{width:10%;}
.mount input {
	width:28px;
	float:left;
	margin-right:5px;
	font-size:18px;
	height:24px;
}
.count_box {
	width:24px;
	float:left;
}
.count_up {
	margin-bottom:4px;
}

.del a{
	background:url(../img/btn_cart_del.jpg) no-repeat;
	width:43px;
	padding-top:17px;
}
.del a:hover{
	-moz-opacity:0.7;
	opacity:0.7;
}
*html .del a:hover{filter: alpha(opacity=70);}
*+html .del a:hover{filter: alpha(opacity=70);}
#clearInput {
	padding:8px 0px;
}
.gohome {
	background:url(../img/btn_cart_backtop.jpg) no-repeat;
	width:225px;
	padding-top:25px;
}
#btnBox{
	padding:24px 0px;
}
#btnBox td{
	width:50%;
	padding:4px 0px;
}
#btnBox .left{
	width:80%;
}
#btnBox .right{
	text-align:right;
}
#cartBox table{
	width:100%;
}
h2{
	background:url(../img/hr_cart.jpg) no-repeat;
	padding-top:51px;
	margin-bottom:16px;
}
.flow {
	background:url(../img/hr_cart_flow_1.jpg) no-repeat;
	padding:24px 0px 0px;
	margin-bottom:16px;
}
.flow h3{
	background:url(../img/hr_cart_flow.jpg) no-repeat;
	padding-top:29px;
}
#blank{
	padding:40px 0 100px;
}

.bg_cleaning .name {background:url(../img/icon_cart_cleaning.jpg) no-repeat ;}
.bg_pack .name {background:url(../img/icon_cart_pack.jpg) no-repeat;}
.bg_plan .name {background:url(../img/icon_cart_plan.jpg) no-repeat;}
.bg_corporate .name {background:url(../img/icon_cart_corporate.jpg) no-repeat;}
.bg_gift .name {background:url(../img/icon_cart_gift.jpg) no-repeat;}
.bg_option .name {background:url(../img/icon_cart_option.jpg) no-repeat;}
.bg_free .name {background:url(../img/icon_cart_free.jpg) no-repeat;}

#cartNote {
	background:#efefef;
	padding:16px;
}
#cartNote td, #cartNote th{
	padding:4px 8px;
}