#cart {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: solid grey 1px;
	margin: 10px 0 10px;
	padding: 4px;
	background: #ffffff;
}

#cart_button {
	float: right;
}

#cart_list {
	display: none;
	margin: 4px 0px 0;
	overflow: hidden;
}

#cart_disclose {
	cursor: pointer;
	color: black;
	font-size: 120%;
	vertical-align: middle;
}

#cart_control {
	font-weight: bold;
	color: rgb(36, 132, 198);
	padding: 0 0 2px;
	line-height: 26px;
}

#cart_control img {
	vertical-align: -6px;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	background: white;
	padding: 2px;
	vertical-align: text-bottom;
}

#cart_status {
	margin-left: 2px;
	font-weight: normal;
}

#cart_table {
	margin: 0;
	border: none;
}

#cart th {
	background: rgb(36, 132, 198);
	color: white;
	padding: 2px;
	border: none;
}

#cart td {
	padding: 2px;
	border: none;
}

#cart tr.alt {
	background: #eeeeee;
}

#cart td {
	vertical-align: middle;
}

.cart_thumbnail {
	max-width: 30px;
}

.product {
	font-weight: bold;
	text-align: left;
}

th.price, .price {
	text-align: right;
}

th.item {
	text-align: left;
}

#cart td.subtotal {
	border-top: 1px solid grey;
}

.quantity {
	text-align: center;
}

.remove {
	font-weight: bold;
	color: red;
	text-align: center;
	cursor: pointer;
    white-space: nowrap;
}

.cart_variation_section {
	margin: 0 auto 0;
	text-align: left;
	border: none;
}

.cart_variation_section td, .cart_variation_section th {
	border: none;
}

.cart_variation_name {
	width: auto;
}

.cart_variation_select {
	width: 100%;
}

.variation-detail {
	font-size: 70%;
}

#paypal_form {
	margin: 0;
	padding: 0;
}

input.paypal_button {
/* 
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-border-radius: 4px;
	background-color: gold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(gold), to(darkOrange));
	background-image: -webkit-linear-gradient(top, gold, darkOrange);
	background-image: -moz-linear-gradient(top, gold, darkOrange);
	background-image: -ms-linear-gradient(top, gold, darkOrange);
	background-image: -o-linear-gradient(top, gold, darkOrange);
	background-image: linear-gradient(top, gold, darkOrange);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=gold, endColorstr=darkOrange);
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	white-space: nowrap;
 */
}

input.paypal_button:hover {
/* 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	background-color: orange;
	background-image: -webkit-gradient(linear, left top, left bottom, from(coral), to(orange));
	background-image: -webkit-linear-gradient(top, orange, coral);
	background-image: -moz-linear-gradient(top, orange, coral);
	background-image: -ms-linear-gradient(top, orange, coral);
	background-image: -o-linear-gradient(top, orange, coral);
	background-image: linear-gradient(top, orange, coral);
	border: 1px solid #ddd;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	color: #333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=orange, endColorstr=coral);
 */
}

input.paypal_button:active {
/* 
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: gold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(gold), to(yellow));
	background-image: -webkit-linear-gradient(top, gold, yellow);
	background-image: -moz-linear-gradient(top, gold, yellow);
	background-image: -ms-linear-gradient(top, gold, yellow);
	background-image: -o-linear-gradient(top, gold, yellow);
	background-image: linear-gradient(top, gold, yellow);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=gold, endColorstr=yellow);
 */
}

input.buy_button {
/* 
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-border-radius: 4px;
	background-color: rgb(33, 117, 155);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(33, 117, 155)), to(RoyalBlue));
	background-image: -webkit-linear-gradient(top, rgb(33, 117, 155), RoyalBlue);
	background-image: -moz-linear-gradient(top, rgb(33, 117, 155), RoyalBlue);
	background-image: -ms-linear-gradient(top, rgb(33, 117, 155), RoyalBlue);
	background-image: -o-linear-gradient(top, rgb(33, 117, 155), RoyalBlue);
	background-image: linear-gradient(top, rgb(33, 117, 155), RoyalBlue);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid rgb(41, 140, 186);
	border-radius: 4px;
	color: rgb(234, 242, 250);
	cursor: pointer;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(33, 117, 155), endColorstr=RoyalBlue);
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 black;
	vertical-align: middle;
	white-space: nowrap;
 */
}

input.buy_button:hover {
/* 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	background-color: MediumBlue;
	background-image: -webkit-gradient(linear, left top, left bottom, from(RoyalBlue), to(MediumBlue));
	background-image: -webkit-linear-gradient(top, MediumBlue, RoyalBlue);
	background-image: -moz-linear-gradient(top, MediumBlue, RoyalBlue);
	background-image: -ms-linear-gradient(top, MediumBlue, RoyalBlue);
	background-image: -o-linear-gradient(top, MediumBlue, RoyalBlue);
	background-image: linear-gradient(top, MediumBlue, RoyalBlue);
	border: 1px solid rgb(19, 69, 91);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	color: rgb(234, 242, 250);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=MediumBlue, endColorstr=RoyalBlue);
 */
}

input.buy_button:active {
/* 
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: DodgerBlue;
	background-image: -webkit-gradient(linear, left top, left bottom, from(DodgerBlue), to(CornflowerBlue));
	background-image: -webkit-linear-gradient(top, DodgerBlue, CornflowerBlue);
	background-image: -moz-linear-gradient(top, DodgerBlue, CornflowerBlue);
	background-image: -ms-linear-gradient(top, DodgerBlue, CornflowerBlue);
	background-image: -o-linear-gradient(top, DodgerBlue, CornflowerBlue);
	background-image: linear-gradient(top, DodgerBlue, CornflowerBlue);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=DodgerBlue, endColorstr=CornflowerBlue);
 */
}

.product_box {
	border: 2px solid slateGray;
	background: white;
	text-align: center;
	padding: 6px;
	margin: 4px;
	width: 184px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
}

.product_box .price {
	color: black;
	font-weight: bold;
}

.product_box .special_price {
	color: red;
	font-weight: bold;
}

.product_box h3 {
	margin-top: 0;
	margin-bottom: 8px;
	min-height: 36px;
	font-size: 18px;
}

.product_box img:hover {
	transform: scale(1.05);
}

.product_box img {
	display: inline-block !important;
	height: 250px;
	transition: all 0.2s ease;
}

.code, .shipping {
	display: none;
}