   
	 .quantityField 
	{
        width: 50px!important;
        color: #666666;
     }
	 
	hr .divline2 {
		margin-top: 0px !important;
		border-top: 1px solid #a8a8a8 !important;
    }
	 
	#shoppingCartScreen {
		padding: 20px;
		border: 1px solid #a8a8a8; 
		background-color: #f1f1f1;
		width: 400px; 
		right: 0px; 
		top: 140px; 
		z-index: 1000; 
		display: none;
		position: fixed; 
	}
	
	.shoppingCartV2 {
		position: fixed;
		right: 5px;
		top: 85px;
	}
	
	#shoppingCartHeader{
		display: none; 
	}
	
	#summary {
		padding: 1px;
		margin-bottom: 25px;
		background-color: #1a3e6f; 
	}
	
	.summaryText {
		
		font-size: 1.5em; 
	}
	
	.whiteSummaryText 
	{
	    font-family: "Open Sans Regular"; 
		color: white; 
	}
	
	.yellowSummaryText {
		font-family: "Open Sans Bold"; 
		color: #e6e700; 
		font-style: bold; 
	}
	
	.gridLabel {
	    font-size: 1em; 
		color: #666666;		
	}
	
	.divline2 {
	    margin-top: 0px !important;
	    border-top: 1px solid #a8a8a8 !important;
	}
	
	.itemText {
	    font-size: 1em; 
		color: #666666;
	}
	
	.boldText {
	    font-weight: bold;
	}
	
	.deleteIcon {
	    color: #1a3e6f;
	    font-size: 1.5em; 
	    cursor: default;	
	}
	
	#buttonCheckout {
	    border: 2px solid #1a3e6f; 
	    padding: 5px; 
	    font-size: 1em;
	    color: #1a3e6f;
	    width: 50%;   
	    margin: 5px auto;  
	    font-weight: bold; 
	}