@charset "UTF-8";

/* ---Shopping Bag--- */
#shopp #cart {
	width: 100%;
}

#shopp #cart table {
	padding: 0;
	width: 100%;
	background: #fff;
	border-collapse: collapse;
	border-spacing: 0;
}

#shopp #cart thead th {
	border-right: 1px solid #999;
	color: #666;
	background: #eee;
}

#shopp #cart thead,
#shopp #cart th {
	font-weight: bold;
	text-align: center;
}

#shopp #cart th,
#shopp #cart td {
	padding: 3px 0;
	border: 1px solid #999;
	text-align: center;
}

#shopp #cart .item {
}

#shopp #cart .money,
#shopp #cart .totals th,
#shopp #cart .buttons td {
	text-align: center;
	white-space: nowrap;
}

#shopp #cart .totals.total th,
#shopp #cart .totals.total td {
	font-size: 130%;
}

#shopp #cart .remove {
	font-size: 9px;
}

#shopp #cart address {
	font-style: normal;
}

#shopp #cart big {
	margin: 12px 0;
	display: block;
}

#shopp #cart big a.right {
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

tr.promotion td input#promocode {
	width: 10em;
}

#phone-order {
	padding: 12px;
	border: 1px solid #999;
}

.gift-message {
	width: 300px;
	height: 60px;
}

.paypal_express {
	margin: 0;
	padding: 0;
	float: right;
}
