@charset "utf-8";
/* 购物车 */

#header #header_title{
	background: url('images/my_basket_header.gif') no-repeat;
}

#page_content{
	padding: 25px 30px 0px 30px;
}

#basket_table{
	background: #edf1da url('images/basket_table_bg.gif') repeat-x;
	border:1px solid #eff2e3;
}

#basket_header{
	background:#f5fadf;
	color:#ff4e00;
	font-size:13px;
	font-family:"黑体";
	height:23px;
	line-height:23px;
	padding-left:5px;
}

#basket_table td{
	border-right:1px solid #f0f3e5;
	border-bottom:1px solid #cccccc;
}

#basket_table th{
	border-bottom:1px solid #cccccc;
}

#basket_table th.thick_underline{
	border-bottom:2px solid #999999;
}

#basket_table td.thick_underline{
	text-align:center;
	border-bottom:2px solid #999999;
}

#basket_table td.amount{
	text-align:center;
}

#basket_table td.price{
	text-align:right;
}

input.amount{
    width:30px;
    text-align:center;
}

#summary_panel{
	padding: 50px 5px 5px 5px;
	text-align:right;
}

#operation_panel{
	background:#ffffff;
	border: 1px solid #a8a8a8;
	padding: 5px;
	height: 20px;
	margin-bottom:20px;
}

#basket_footer{
	background:#cf5d4f;
	height:37px;
}