#main {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	margin: 0px;
padding:0px;
}






#draggables {
	height: 10px;
	position: relative;
    background-color:#B7E1FF;
    float:left; 
    width:300px;
    height:350px;
   	border: 2px solid #cccccc;

}


#bin {
	height: 10px;
	position: relative;
    background-color:#B7E1FF;
    float:left; 
    width:300px;
    height:30px;
   	border: 2px solid #cccccc;
    margin-bottom:3px;
}

#bin div {
	top: 0px;
	left: 0px;
	width: 2px;
	height: 2px;
	cursor: move;
	position: absolute;
    font-family:Verdana, Arial;
	font-size: 10px;
	font-weight: bold;


}


#draggables div {
	top: 0px;
	left: 0px;
	width: 2px;
	height: 2px;
	cursor: move;
	position: absolute;
    font-family:Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}


#droppables div {
	float: left;
	margin: 10px;
	width: 2px;
	height: 2px;
	cursor: move;
}


#items
{
z-index:210;
}
 
#cart
{
	float: right;
	width: 280px;
	background-color: #fff;
	border: 1px solid #f9f9f9;
	padding-bottom: 50px;
}
 
#cart .info
{
	color: #444;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
 
}
 


.contentbox {
    width:100%; 
	position: relative;   
    float:left; 
}



.item {
float:left;
cursor:move;
padding: 2px;
z-index:210;
    }


.color {
float:left;
cursor:pointer;
padding: 2px;
width:15px;
height:15px;
    }


 
.item span
{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
	text-align: center;
 
}
