body { margin: 0; padding: 0;}

#footer {
	margin-bottom: 200px;
}

#store {
    overflow: hidden;
}

.itemgroup {
    overflow: hidden;
}

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

#store .product, #store .sold-out-product {
   z-index: 85;
   width: 190px;
   overflow: hidden;
}

#store select {
    width: 140px;
}

.drop {
	display: block;
	background: url('../images/store/cart_back.png') top left repeat-x;
	height:130px;
	position: fixed;
	padding: 8px;
	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; cursor: pointer; }

#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;
}

.item_description {
	display: none;
}

.navi {
    display: none;
}

.itemgroup {
    padding: 0;
    margin: 0;
}

#category_tabs {
    overflow: hidden;
    padding-bottom: 2em;
}

#category_tabs ul li a {
    display: block;
    border: 1px solid #fe9c45;
    background: #fcbc88;
    color: #d0633c;
    font-weight: bold;
    float: left;
    width: 96px;
    height: 31px;
    margin-right: 8px;
    text-align: center;
    vertical-align: bottom;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    padding: 5px;
    margin-bottom: -2px;
    z-index: 10;
}

#category_tabs ul li a:hover {
    color: #fff; text-decoration: none; 
}

#category_tabs ul li a.current {
    background: white;
    height: 34px;
    border-bottom: 2px solid white;
}
#category_tabs ul li a.current:hover {
    color: #d0633c;
}

#category_tabs ul li.last a { margin-right: 0; }

#category_tabs ul { height: 42px; border-bottom: 1px solid #fe9c45; padding-left: 5px; z-index: 1; }

#donate_panes .box2 { background: none; margin: 0; padding: 20px 0 0 15px; }

