.shopping_cart_cnt
{
	width:387px;
	margin:0 0 10px 0;
	overflow:hidden;
}
	.shopping_cart_head
	{
		width:387px;
	}
		.shopping_cart_head h1
		{
			font-size:14px;
			line-height:20px;
			height:20px;
			padding:0px;
			margin:0px;
		}
	.shopping_cart_pic
	{
		width:100px;
		height:100px;
		border:1px solid #7C5839;
		padding:1px;
		float:left;
	}
		.shopping_cart_pic_solo
		{
			width:100px;
			height:100px;
			overflow:hidden;
		}
		.shopping_cart_pic_solo img
		{
			border:0px;
			padding:0px;
		}
	.shopping_cart_content
	{
		width:273px;
		height:98px;
		padding:0 0 5px 10px;
		border-bottom:1px dotted gray;
		float:left;
	}
	.shopping_cart_text
	{
		width:273px;
		height:79px;
		overflow:hidden;
	}
		.shopping_cart_content input.dark_blue_btn
		{
			width:80px;
			height:20px;
			margin:0 5px 0 0;
			background:url(../images/btn_bg.png) repeat-x;
		}
		.shopping_cart_content input.amount_field
		{
			width:40px;
			height:18px;
		}
	.shopping_cart_price
	{
		height:20px;
		font-size:14px;
		line-height:20px;
		font-weight:bold;
		float:left;
	}
	
	.shopping_cart_cnt table
	{
		width:387px;
		padding:0px;
		margin:0px;
	}
		.shopping_cart_cnt table th
		{
			font-weight:bold;
			text-align:center;
		}
		.shopping_cart_img
		{
			width:46px;
			height:46px;
			padding:1px;
			border:1px solid #7C5839;
		}
			.shopping_cart_img a
			{
				width:46px;
				height:46px;
				display:block;
				overflow:hidden;
			}
				.shopping_cart_img a img
				{
					height:46px;
					border:0px;
					padding:0px;
				}
			.cart_qty_cnt input
			{
				width:30px;
				padding:0px;
				margin:0 0 0 5px;
				text-align:center;
			}
			.shop_del
			{
				text-align:center;
			}
			.shop_del img
			{
				width:15px;
				height:15px;
				border:0px;
				padding:0px;
				background:url(../images/delete.jpg) no-repeat;
			}
			.bottom input
			{
				background:url(../images/btn_bg.png) repeat-x;
			}
			.bottom input.cart_button
			{
				padding:0 15px;
				background:url(../images/btn_bg.png) repeat-x;
			}
			
		.shop_separator
		{
			height:5px;
			line-height:5px;
			font-size:5px;
			margin:0 0 5px 0;
			border-bottom:1px dotted gray;
		}
		

.eshop_detail
{
	float:left;
	width:655px;
}
.eshop_detail img#lead
{
	float:left;
	margin:0 15px 0 0;
}
.eshop_detail h1
{
	font-size:18px;
	color:#1E7073;
}
.eshop_payment
{
	margin:0 0 0 15px;
	float:right;
		width:200px;
}
	.eshop_payment div#eshop_payment_methods
	{
		margin:0 0 10px 0;
	}
	.eshop_payment div#bp_body_right td.input.button input
	{
		background:#FFFFFF url(../images/button_bg.png) repeat-x left;
		border:1px solid #BFBFBF;
		color:#404040;
		font-family:inherit;
		font-size:11px;
		font-weight:bold;
		height:20px;
		margin:0;
		padding:0 0 2px;
		text-align:center;
		width:172px;
	}