@charset "utf-8";
/* CSS Document */

input:focus {
	background-color:#DEEFFF;
}

.extext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #09C;
}

#UpdateQuan {
	width: 5em;
}

#images {
  float: left;
  width: 600px;
}

#drag_demo_3 {
	width: 80px;
	height: 80px;
	cursor: move;
	background: #88da5d;
	border: 1px	solid #333;
}

.gallery
{
    width: 700px;
	cursor: default;
	list-style: none;
}

.gallery img
{
	background: #fff;
	border: none;
	color: inherit;
	padding: 2px;
	vertical-align: top;
}

.gallery li
{
	background: #eee;
	border: none;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.demo {
	clear: left;
	float: left;
}

  div#droppable_container {
    height: 140px;
    width: 400px;
	clear: left;
	float: left;
	}
  div#droppable_demo {
    width: 160px;
    height: 120px;
    background: #fff;
    border: 5px solid #ccc;
    text-align: center;}
  div#droppable_demo.hover {
    border: 5px dashed #aaa;
    background:#efefef; }

