
button.cart_add,
a.cart_checkout,
button.looknfeel {
	border: 0;
	background-color: #e54343;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7676), to(#cb2929));
	background-image: -webkit-linear-gradient(top, #ff7676, #cb2929);
	background-image:    -moz-linear-gradient(top, #ff7676, #cb2929);
	background-image:      -o-linear-gradient(top, #ff7676, #cb2929);
	background-image:         linear-gradient(to bottom, #ff7676, #cb2929);
	background-repeat: no-repeat;
	border-radius: 9px 9px 9px 9px;
	color: white;
	cursor: pointer;
	font-size: 80%;
	font-weight: bold;
	/* padding: 0.5em 1em; */
	padding: 0.6em 0 0.7em 0;
	width: 125px;
}
button.cart_add:hover,
a.cart_checkout:hover,
button.looknfeel:hover {
	background-color: #ff7676;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa9a9), to(#ff6969));
	background-image: -webkit-linear-gradient(top, #ffa9a9, #ff6969);
	background-image:    -moz-linear-gradient(top, #ffa9a9, #ff6969);
	background-image:      -o-linear-gradient(top, #ffa9a9, #ff6969);
	background-image:         linear-gradient(to bottom, #ffa9a9, #ff6969);
}

button.cart_add:active,
a.cart_checkout:active,
button.looknfeel:active {
	background-color: #ff5d5d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6969), to(#ffa9a9));
	background-image: -webkit-linear-gradient(top, #ff6969, #ffa9a9);
	background-image:    -moz-linear-gradient(top, #ff6969, #ffa9a9);
	background-image:      -o-linear-gradient(top, #ff6969, #ffa9a9);
	background-image:         linear-gradient(to bottom, #ff6969, #ffa9a9);
}

a.cart_checkout {
	padding: 0.5em 1.4em;
	text-align: center;
	text-decoration: none;
	width: auto;
}
a.cart_checkout:active span,
a.cart_checkout span:active {
	position: relative;
	top: 1px;
	left: 1px;
}

a.cart_checkout:active span:active {
	position: relative;
	top: 1px;
	left: 1px;
}

#cart {
	/*
	-webkit-box-shadow: 0 6px 8px -6px #333333;
	-moz-box-shadow: 0 6px 8px -6px #333333;
	box-shadow: 0 6px 8px -6px #333333;
	float: left;
	margin-right: 2em;
	*/
	clear: left;
	margin-top: 2em;
	width: 16em;
}

#cart table {
	width: 100%;
}

#cart table.summary_table {
	margin-bottom: 2em;
	/*
	border-bottom: 1px solid black;
	-webkit-box-shadow: 0 6px 8px -6px #333333;
	-moz-box-shadow: 0 6px 8px -6px #333333;
	box-shadow: 0 6px 8px -6px #333333;
	*/
}

#cart table th,
#cart table td {
	font-size: 90%;
	padding: 0.5em;
	white-space: nowrap;
}

table #cart_fees td:first-child {
	text-align: center;
}
table td#cart_add {
	/*
	background-color: #e54343;
	color: white;
	cursor: pointer;
	*/
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

#cart td#cart_checkout {
	/*
	background-color: #006600;
	color: white;
	cursor: pointer;
	*/
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	text-align: right;
	vertical-align: middle;
}

#cart_add {
	border-top: 1px solid #e54343;
	padding-top: 1em;
	text-align: right;
}

#cart_add img.cart_add {
	float: left;
	height: auto;
	cursor: pointer;
	margin-right: 0.5em;
	width: 102px;
}

#cart_add p.abtext {
	color: #757575;
	font-weight: normal;
	padding: 1.25em 0.4em 0.2em 0;
	text-align: right;
}

.cart_details {
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: 0;
	/*
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #e6e6e6);
	background-image:    -moz-linear-gradient(top, #f0f0f0, #e6e6e6);
	background-image:      -o-linear-gradient(top, #f0f0f0, #e6e6e6);
	background-image:         linear-gradient(to bottom, #f0f0f0, #e6e6e6);
	background-repeat: no-repeat;
	*/
	-webkit-box-shadow: 0 6px 8px -6px #333333;
	-moz-box-shadow: 0 6px 8px -6px #333333;
	box-shadow: 0 6px 8px -6px #333333;
	border-radius: 0 0 7px 7px;
	font-size: 90%;
	margin: 0 0.7em 2em;
	padding: 0;
}

#cart_fees img {
	height: 56px;
	margin: 0;
	max-width: 90px;
	vertical-align: top;
	width: auto;
}

table #cart_fees td,
table #cart_total td {
	padding-bottom: 0;
	vertical-align: bottom;
}
table #cart_fees td {
	padding-top: 1em;
}
table #cart_fees td:first-child {
	padding-top: 0.5em;
}


#cart_items {
	padding-bottom: 1em;
}


#cart_items li {
	border-top: 1px solid #f0f0f0;
	margin: 0.25em 0.5em;
}

#cart_items li:first-child {
	border-top: 0;
}

#cart_summary {
	border: 1px solid #ff9090;
	background-color: #fff6f6;
	/* INVERSE
	border: 1px solid #e54343;
	background-color: white;
	*/
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0 6px 8px -6px #333333;
	-moz-box-shadow: 0 6px 8px -6px #333333;
	box-shadow: 0 6px 8px -6px #333333;
	padding: 0.5em;
}

#cart_summary  h5 {
	color: white;
	background-color: #e54343;
	border: 1px solid #e54343;
	border-radius: 7px 7px 7px 7px;
	padding: 0.5em 0.75em;
}

#cart_summary div.total {
	background-color: white;
	border: 1px solid #ff9090;
	/* INVERSE
	background-color: #ff9090;
	border: 1px solid white;
	*/
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: inset 0 2px 3px #999999;
	-moz-box-shadow: inset 0 2px 3px #999999;
	box-shadow: inset 0 2px 3px #999999;
	margin-top: 0.4em;
	padding: 0;
	padding-top: 0.1em;
}

#cart_summary table {
	border-collapse: collapse;
}

#cart_summary table td,
#cart_summary table th {
	color: black;
	font-size: 100%;
	padding: 0.2em 0.8em;
	text-align: right;
	vertical-align: middle;
}

#cart_summary table td {
	/* background-color: #ffffff; */
}

#cart_summary table th {
	background-color: transparent;
	border: 0;
	color: black;
	font-size: 120%;
	padding: 0.6em 0.4em;
}

#cart_summary table td.text,
#cart_summary table th.text {
	text-align: left;
}

#cart_total td {
	font-weight: bold;
}

#cart li[href] {
	cursor: pointer;
}

#cart li table tr td {
	font-size: 9pt;
	line-height: 1.2em;
	vertical-align: middle;
	white-space: normal;
}

#cart td.cardvalue {
	color: #008a00;
	font-size: 12pt;
	font-weight: bold;
	padding: 0.3em;
	text-align: right;
	vertical-align: middle;
	width: 2.5em;
}

#cart td.card_remove,
#cart td.card_edit {
	font-size: 8pt;
	text-align: right;
	padding-right: 0.5em;
}

#cart td.card_remove {
	padding-right: 0.7em;
	vertical-align: top;
}

#cart td.card_remove a,
#cart td.card_edit a,
#cart td.card_remove a:link,
#cart td.card_edit a:link,
#cart td.card_remove a:active,
#cart td.card_edit a:active,
#cart td.card_remove a:visited,
#cart td.card_edit a:visited,
#cart td.card_remove a:hover {
	padding-right: 1.5em;
	text-decoration: none;
}

#cart td.card_remove a {
	background: transparent url('https://giftcards.quickgifts.com/images/new_default/circle_black.png') no-repeat right center;
}
#cart td.card_edit a {
	background: transparent url('https://giftcards.quickgifts.com/images/new_default/edit_black.png') no-repeat right center;
}

/*
#cart td.card_edit a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
*/

#cart td.fees {
	color: #585858;
	font-size: 8pt;
	padding-left: 1em;
}

#items_expander,
#items_collapser {
	cursor: pointer;
	color: #1775A9;
	font-size: 90%;
	padding: 0.25em 0;
	text-align: center;
}

#items_expander span,
#items_collasper span {
	border-bottom: 1px solid white;
}

#items_expander:hover span,
#items_collasper:hover  span {
	border-bottom: 1px dotted #1775A9;
}

#items_collapser {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0.5em 0.25em;
}

#items_expander {
	display: none;
}

#items_expander img,
#items_collapser img {
	vertical-align: middle;
}
