   
    .productItemStyle {
    	 margin:20 20 20 20;
    	 width:325px;
    	 height:89px;
    	 background-image:url('/subaimages/shoppingcart/item_tab.png');
    	 background-repeat:no-repeat;
    	 background-position:center center;
    	 cursor:pointer;
    	 text-align:right;
    	 vertical-align:middle;
    	 z-index:99999;
    }
    
     .pt1productItemStyle {
    	 margin:20 20 20 20;
    	 width:325px;
    	 height:89px;
    	 background-image:url('/subaimages/shoppingcart/item_tab_pt.png');
    	 background-repeat:no-repeat;
    	 background-position:center center;
    	 cursor:pointer;
    	 text-align:right;
    	 vertical-align:middle;
    	 z-index:99999;
    }
    
    .kusoproductItemStyle {
    	 margin:20 20 20 20;
    	 width:325px;
    	 height:89px;
    	 background-image:url('/subaimages/shoppingcart/item_tab_kuso.png');
    	 background-repeat:no-repeat;
    	 background-position:center center;
    	 cursor:pointer;
    	 text-align:right;
    	 vertical-align:middle;
    	 z-index:99999;
    }
    
      .dropZoneback
    {
	
	height:150px; 
	width:250px;
	background-image:url('/subaimages/shoppingcart/cart_back.png');
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	position:relative;
	
    }
    
      .pt1dropZoneback
    {
	
	height:150px; 
	width:250px;
	background-image:url('/subaimages/shoppingcart/cart_back.png');
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	position:relative;
	
    }
    
    .kusodropZoneback
    {
	
	height:150px; 
	width:250px;
	background-image:url('/subaimages/shoppingcart/cart_back.png');
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	position:relative;
	
    }
    .dropZone
    {
	
	height:150px; 
	width:250px;
	background-image:url('/subaimages/shoppingcart/cart.png');
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	position:relative;
	
    }
    
     .pt1dropZone
    {
	
	height:150px; 
	width:250px;
	background-image:url('/subaimages/shoppingcart/cart.png');
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	position:relative;
	
    }
    
    .kusodropZone
    {
	
	height:150px; 
	width:250px;
	background-image:url('/subaimages/shoppingcart/cart.png');
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	position:relative;
	
    }
    
      .displayZone
    {
	
	
	width:250px;
	text-align:left;
	font-size:8px;
	color:Orange;
	position:relative;
	
    }
    
      .pt1displayZone
    {
	
	
	width:250px;
	text-align:left;
	font-size:8px;
	color:Orange;
	position:relative;
	
    }
    
    .kusodisplayZone
    {
	
	
	width:250px;
	text-align:left;
	font-size:8px;
	color:Orange;
	position:relative;
	
    }
    
    li 
    {
    	list-style-type:none;
    }
    
    .dropHover 
    {
	 border:dashed 1px orange;
    } 
    
    .droppedItemStyle 
    {    	 
    	 /*background-image:url('subaimages/shoppingcart/smaller_tab.png'); */
    	 position:absolute;
    	
    	 border:0px; 
    	 z-index:99998;
    }
     .pt1droppedItemStyle 
    {    	 
    	 /*background-image:url('subaimages/shoppingcart/smaller_tab.png'); */
    	 position:absolute;
    	
    	 border:0px; 
    	 z-index:99998;
    }
    
    .kusodroppedItemStyle 
    {    	 
    	 /*background-image:url('subaimages/shoppingcart/smaller_tab.png'); */
    	 position:absolute;
    	
    	 border:0px; 
    	 z-index:99998;
    }
    
    .dropZoneContainer
    {
    	   
	    height:600px;
	    width:250px;
	    text-align:center;
	    /*position:absolute;*/
	   
    } 
    .pt1dropZoneContainer
    {
    	   
	    height:600px;
	    width:250px;
	    text-align:center;
	    /*position:absolute;*/
	   
    } 
    .kusodropZoneContainer
    {
    	   
	    height:600px;
	    width:250px;
	    text-align:center;
	    /*position:absolute;*/
	   
    } 
    .dropZoneHeader 
    {
    	background:black;
    	color:White;
    	text-align:center;
    	font-weight:bold;
    }
    
    .shoppingCartTotal
    {
    	 font-size:12px;
    	 font-weight:bold;
    	 color:White;
    	 font-family:Verdana;
    	 
    }
    
    .deleteLink 
    {
    	color:White;
    }
    .itemimage
    {
    	
    }
  