﻿body {
}

.cContainer
{
	border-color:black;
	border-style:solid;
	border-width:1px;	
	padding:5px;
	float:left;
	margin-left:10%
}

.cItem
{
	float:left;
	width:120px;
	
	padding-right:2px;
	margin:5px;	
	border-color:gray;
	border-style:solid;
	border-width:1px;
	cursor:move;
}

.cRow2
{
	clear:left;	
}

.cDropzoneContainer
{
	border-color:black;
	border-style:none;
	border-width:1px;	
	padding:5px;
	float:right;
	margin-right:10%;
	width:250px;

}

.cDzHeader
{
	text-align:center;
	background-color:LightGray;
}

.droppedItemStyle 
{    	 
	 background-color:lightgreen;    	 
	 font-weight:bold;    	
	 border:solid 2px black; 
	 z-index:99999;
}
    
.dropHover 
{
 border:solid 3px white;
} 

.cDropzone
{
	background-color:lightblue;
	height:241px; 
	width:240px;	
	margin:5px;
	overflow:auto;
	background-image:url('images/shopping_cart.jpg');
}

.shoppingCartTotal
{
	 font-size:30px;
	 color:white;
	 text-align:center;
	 font-family:Verdana;
	 background-color:blue;
}

.deleteLink 
{
	color:Blue;
	text-align:center;
}
.deleteDiv
 {
	margin:1px;	
	text-align:center;
}
        
.cDroppedItems
{
	background-color:lightblue;
	height:200px; 
	width:300px;	
	margin:5px;
	text-align:center;
	border:solid 1px blue;
	overflow:auto;
}


.cTotal
{
	border-color:black;
	border-style:none;
	border-width:1px;	
	padding:5px;
	float:right;
	margin-right:50px;
	margin-top:200px;
	width:310px;

}

/*Styles for items in total display div*/

.cDivCartItem
{
	clear:left;	
	border:solid 1px black;
	width:auto;
	height:auto;
}

.cDivCartDesc
{
	padding: 5px;
	background: white;
	width: 150px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}
.cDivCartPrice
{
	padding:5px;
	background:white;
	width:50px;
	float:left;
}