@charset "utf-8";
/* CSS Document */
#bag{
		width: 150px;
		position:absolute; 
		z-index: 300; 
		right: 15px; 
		top: 1px; 
		height: auto;
	}
	#bagnItems{
		position:relative; 
		height: 25px; 
		width: 100%; 
		background: #e6e0d0; 
		font-family:Arial, Helvetica, sans-serif;
		font-size: 13px; 
		color: #000000; 
		text-align:center; 
		line-height: 25px;
		cursor: pointer;
	}
	#bagContents{
		background: #f5f3ed;
		width: 100%;
		display: none;
	}
	.bagItem{
		margin: 0 5px;
		line-height: 13px;
		padding: 10px 0;
	}
	.bagItem IMG{
		vertical-align: top;
		margin-right:5px;
		float: left;
	}
	.bagItem .info{
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #6b6b6b;
		width: 85px;
	}
	.bagItem .info h3{
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color: #000000;
		font-weight: normal;
		font-size: 9px;
		font-weight: bold;
		
	}
	#checkout{
		background: #6b6b6b url(/images/interface/bagBottom_bottomClosed.gif) no-repeat bottom; 
		color: #ffffff; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		letter-spacing:1px; 
		text-align: center; 
		padding: 3px;
	}
	#detailCheckout{
		background: #6b6b6b url(/images/interface/bagBottom_bottom.gif) no-repeat bottom; 
		color: #ffffff; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		text-align: center; 
		padding: 3px; 
		display: none;
	}
	.checkoutLink{
		cursor: pointer;
	}
	#checkoutImg{
		margin: 3px 0;
	}
	#closeBag{
		cursor: pointer;
	}
	.removeItem{
		color:#990000;
		text-decoration: none;
		cursor: pointer;
	}
	.removeItemHover{
		color:#ff0000;
		text-decoration: underline;
	}
	#nitems{
		color: #ff0000;
	}
	#sumTotal{
		font-size: 14px;
	}
