
.Cart66ButtonPrimary, 
.Cart66ButtonSecondary, 
#content .Cart66ButtonPrimary, 
#content .Cart66ButtonSecondary, 
.Cart66CartButton .purAddToCart {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	background-color: inherit;
	height: auto;
	margin: 0;
	padding: 8px 15px;
	text-shadow: #444 0px -1px 0px;
	position: relative;
	line-height: 1.2em;
}



/*
*	The buy button on the menucard
*/

.Cart66CartButton .readmore {
	margin-left: 0;
}
.card-item .readmore {
	margin: 0 0 0 10px;
}
.Cart66ButtonPrimary {
	margin: 0;
	width: auto;
	height: auto;
	display: inline-block;
	border: 1px solid;
	z-index: 99;
	position: relative;
	line-height: 1.5em;
}
.card-item .price .readmore {
	margin-top: -8px;
	margin-bottom: 10px;
}
.card-item .Cart66CartButton .purAddToCart,
.card-item .readmore a {
	padding: 4px 8px !important;
	line-height: 1.5em !important;
	text-decoration: none;
	font-weight: normal;
}
.Cart66Price {
	font-size: 1em;
	margin: 0 0 10px 0;
	font-weight: bold;
	display: block;
}
.card-item .Cart66Price,
.card-item .price {
	vertical-align: top;
	display: inline-block;
}
.card-item .Cart66PriceLabel {
	display: none;
}
.Cart66UserQuantity {
	margin: 0 0 10px 0;
}
.card-item .Cart66UserQuantity {
	margin: 0 0 17px 0;
}


/*
*	The shopping cart
*/

#emptyCartMsg {
	text-align: left;
}

#viewCartTable {
	border: #fff 1px solid;
	background: #f4f4f4;
	box-shadow: 0px 0px 1px #ccc;
  	-moz-box-shadow: 0px 0px 1px #ccc;
  	-webkit-box-shadow: 0px 0px 1px #ccc;
}

#viewCartTable th {
	background: #eee;
	border-bottom: none;
	font-weight: bold;
	font-size: 13px;
}

#viewCartTable td, 
#viewCartTable th {
	padding: 10px;
}

.Cart66UpdateTotalButton.Cart66ButtonSecondary,
#content .Cart66UpdateTotalButton.Cart66ButtonSecondary {
	padding: 5px 10px;
	border: none;
	background: #ddd;
	color: #333 !important;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	text-shadow: none;
}

#viewCartTable input[type="text"], 
#viewCartTable textarea,
#viewCartTable select {
	background: #fff;
}

#continueShopping .readmore {
	margin-left: 0;
}



/*
*	The shopping cart widget
*/

#Cart66WidgetCartLink {
	padding: 10px;
	margin: 0 0 10px 0;
	border: #fff 1px solid;
	background: #f4f4f4;
	box-shadow: 0px 0px 1px #ccc;
  	-moz-box-shadow: 0px 0px 1px #ccc;
  	-webkit-box-shadow: 0px 0px 1px #ccc;
}

#sidebar a#Cart66WidgetCartLink {
	text-decoration: none;
}

#Cart66WidgetLinkSeparator {
	display: none;
}

#Cart66WidgetCartContents {
	padding: 5px 0 0 0;
}

#Cart66WidgetCartContents .readmore {
	margin: 0 14px 0 1px;
}

