	#small_cart
	{
		background:white;
		-moz-box-sizing: border-box;
		cursor:pointer;
		height:30px;
		float:right;
		overflow:hidden;
	}
	
	#cart_detail
	{
		position:absolute;
		background:white;
		border:2px solid black;
		padding:10px;
		width:650px;
		z-index:100;
	}
	
	.brown_tag 
	{
		color:#3A200D;
		font-family:arial;
		font-size:11pt;
		font-weight:bold;
		z-index:100;
	}
	
	.orange_text
	{
		color: #f26522;
		z-index:100;
		font-size:12px;
	}
	
	#cart_table
	{
		width:100%;
		border-collapse:collapse;
		font-size:12px;
		color:black;
	}
	
	#cart_table TD
	{
		padding:5 10 5 10;
		z-index:100;
		border-bottom:1px solid #cccccc;
	}
	
	