body { margin: 0; padding: 0;}

#footer {
	margin-bottom: 200px;
}

#store div {
	float: left;
	list-style: none;
	display: block;
	text-align: center;
	margin: 0 10px 20px 10px;
	padding: 5px;
}

#store .product {
   z-index: 85;
   min-height: 300px;
   width: 200px;
}

.drop {
	display: block;
	background: url('../images/store/cart_back.png') top left repeat-x;
	height:140px;
	position: fixed;
	padding: 10px;
	left: 0; right: 0;
	bottom: 0;
	width: 100%;
	opacity: 1.0;
	text-align: center;
}

.droppable-active {
	opacity: 1.0;
}
.droppable-hover {
	opacity: 1.0;
}

#store img.item { width: 140px; height: 140px; }

#store div h4 { font-size: 16px; color:#0fb5e7; margin-top: 0.2em; }
#store div p.info { font-size: 21px; line-height: 21px; color:#9fce64; }
#store div p.option { font-size: 12px; line-height: 18px; }
#store div h5 { color: red; }

.ui-draggable-helper p.info, .ui-draggable-helper h4, .ui-draggable-helper p.option, .ui-draggable-help h5 { display: none; }

#cartbox {
	width: 100px;
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -445px;
	bottom: 10px;
	height: 90px;
	padding: 10px; 
	-moz-border-radius: 10px;
    background: #b7db88;
    border: 1px solid #9fce64;
}

#checkout {
	position: fixed;
	left: 50%;
	bottom: 20px;
	margin-left: -428px;
	display: block;
	background: url(../images/store/checkout.png) top left no-repeat;
	width: 108px;
	height: 19px;
	border: none;
}

#cart_contents {
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 710px;
	margin-left: -300px;
}

div.scrollable {
	position: absolute;
	bottom: 5px;
}

.total {
	color:#517722;
	font-size: 120%;
	text-align: center;
}

.total span {
	font-weight: bold;
}

.buttons {
	margin-top: 2em;
}

.buttons input {
	display: inline;
	height: 3em;
	background: #fdb352;
}

button {
	background: #f0f0f0;
	height:24px;
	color:#517722;
	border:1px solid #999999;
}

.detailinfo {
	margin-top: 2em;
	color:#517722;
	font-size: 120%;
	text-align: center;
}