/* price format */

#store .Cart66Price { 
	display: block;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
	color: #DDD;
}
#store .Cart66Price .Cart66PriceLabel { 
	display: none;
}

#store select {
	display: block;
	margin: 0px 0px 10px 0px;
}

/* buttons */

#store .Cart66ButtonPrimary, 
#store .Cart66ButtonSecondary, 
#store #content .Cart66ButtonPrimary, 
#store #content .Cart66ButtonSecondary { 
	display: inline-block;
	height: auto;
	margin: 0px;
	padding: 7px 14px;
	background: #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000');
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
	background: -moz-linear-gradient(top, #222, #000);
	border: 1px solid #262633;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	font-style: italic;
	color: #CCC !important;
	text-align: center;
	text-transform: lowercase;
	cursor: pointer;
}
#store .Cart66ButtonPrimary:hover, 
#store .Cart66ButtonSecondary:hover,
#store #content .Cart66ButtonPrimary:hover, 
#store #content .Cart66ButtonSecondary:hover { 
	background: #333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111');
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -moz-linear-gradient(top, #444, #111);
}

#store .Cart66UpdateTotalButton { 
	font-size: 12px;
	line-height: 12px;
	color: #999 !important;
}
#store .Cart66CartContinueShopping { 
	padding: 14px;
	background: #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222');
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#222));
	background: -moz-linear-gradient(top, #555, #222);
	font-weight: bold;
}
#store #Cart66CheckoutButton { 
	padding: 14px;
	background: #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000');
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
	background: -moz-linear-gradient(top, #222, #000);
	font-weight: bold;
}

#store .Cart66CartButton .purAddToCart { 
	display: inline-block;
	width: 126px;
	height: auto;
	margin: 0px;
	padding: 14px 0px;
	background: #333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111');
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -moz-linear-gradient(top, #444, #111);
	border: 1px solid #262633;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	font-style: italic;
	color: #CCC !important;
	text-align: center;
	text-transform: lowercase;
	cursor: pointer;
}
#store .Cart66CartButton .purAddToCart:hover { 
	background: #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000');
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
	background: -moz-linear-gradient(top, #222, #000);
}

/* shopping cart */

#store table#viewCartTable { 
	width: 940px;
	margin: 0px 0px 40px -10px;
	border: none;
}
#store table#viewCartTable tr { }
#store table#viewCartTable tr th { 
	margin: 0px;
	padding: 10px;
	background: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-align: left;
	vertical-align: top;
}
#store table#viewCartTable tr th.cart_product { 
	width: 40%;
}
#store table#viewCartTable tr th.cart_quantity { 
	width: 20%;
}
#store table#viewCartTable tr th.cart_price { 
	width: 20%;
}
#store table#viewCartTable tr th.cart_total { 
	width: 20%;
}
#store table#viewCartTable tr td { 
	margin: 0px;
	padding: 10px;
	vertical-align: top;
}