/* 	::::: SHOP :::::
*/

.store_item { margin: 0 0 30px; }

.store_item_img {
	position: relative;
	float: left;
	margin: 0 15px 15px 0;
}

.store_item_img img {
	margin: 0 !important;
}

.store_item_img a {
	position: absolute;
	bottom: 0; right: 0;
	z-index: 10;
	float: left;
	display: block;
	width: 30px; height: 30px;
	text-indent: -999em;
	background: url('../img/icons/zoom.gif') no-repeat;
}

.store_item_details {
	clear: none;
	margin: 0 0 0 180px;
	width: 315px;
}

.store_item_details ul {
	margin: 0 !important;
	list-style-position: outside;
	list-style: disc;
}

.store_item_details ul ul {
	margin: 0 0 0 15px !important;
}

.store_item h4 {
	margin: 0 0 1.5em;
}

.store_item dl {
	margin: 0 0 1.5em;
	width: 315px;
}

.store_item dl,
.store_item dt,
.store_item dd {
	float: left;
}

.store_item dt {
	clear: left;
	width: 90px;
	font-weight: bold;
}

.store_item dd { width: 225px; }

.item_details select {
	margin: 0 0 1em;
}

#activateDiscountDiv { margin-left: 180px; }

/* Calculate */

.shop_form { margin-left: 180px; }

#store_conclusion {
	clear: left;
	margin-left: 180px;
}

#calcComplete {
	padding: 5px 15px;
	background-color: #f2f2f2;
}

#store_conclusion table {
	width: 100%;
	border-collapse: collapse;
}

#store_conclusion table td {
	padding: 6px 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	line-height: 1.5em;
}

#store_conclusion form { margin: 0 !important; }
#store_conclusion form img { display: none; }

td.qty { text-align: center; }
td.price { text-align: right; }
td.total { font-weight: bold; border-color: #ccc !important; }
td.buy { border: 0 !important; }


/* Shopping Cart */

#cart { border-top: 1px solid #ccc; }

#cart th, #cart td {
padding: 5px 0;
vertical-align: top; }

#cart thead th,
#cart thead td,
#cart tbody td {
border-bottom: 1px solid #ccc; }

.cartItemAmt,
.cart_qty {
width: 40px;
text-align: left; }

.cartItemName,
.cart_name {
width: 120px;
text-align: left; }

.cartItemUnitPrice,
.cart_price {
width: 65px;
text-align: right; }

.cartItemPrice,
.cart_total {
width: 55px;
text-align: right; }

.cartItemDelete,
.cart_delete {
width: 20px;
text-align: right; }

.cartItemDelete a,
.cart_delete a {
float: left;
display: block;
width: 18px; height: 18px;
text-indent: -999em !important;
background: url('/img/icons/remove_restaurant.gif') no-repeat 50% 50%; }

.cartItemDelete a span,
.cart_delete a span {
display: none; }

#cartTotal,
#cartTotalNum { text-align: right; }

