/* @override http://www.deenaspeaksdog.com/shop/includes/style.css */

/* @override http://www.tessklein.com/shop/includes/style.css */

h2 {
	color: #640866;
	padding-top: 12px;
	padding-bottom: 3px;
	font: bold 18px Arial, Helvetica, sans-serif;
}
.cart_error, .error {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

.cart_highlight {
	color: #640866; 
	font-weight : bold;
}

.cart_line {
	background: #3E65AA;
	background-image:url(/images/line2.gif);
	padding: 0px;
}

.cart_table {
	padding: 2px;
	width: 100%;
}

.cart_table2 {
	padding: 2px;
}

.cart_tr {
	background-color: #ccc;
}

.cart_td {
}

.cart_link {
}

.cart_link:visited {
}

.cart_link:hover {
}

.cart_qnt_td {
	width: 10px;
	vertical-align: top;
	text-align:right;
}

.cart_button {
	color: #FFF;
	background: #3E65AA;
	padding: 3px;
	text-decoration: none;
}

.cart_button:visited {
	color: #FFF;
	background: #3E65AA;
	padding: 3px;
	text-decoration: none;
}

.cart_button:hover {
	color: #FFF;
	background: #3E65AA;
	padding: 3px;
	border: 1px solid #fff;
	text-decoration: none;
}

.cart_top_row {
	color: #FFF;
	background: purple;
}

.cart_total {
	font-weight : bold;
	font-size: 12px;
}

.cart_subtotal {
	font-weight : bold;
}

.cart_input {
	width:200px;
}
.cart_input_wide {
	width: 400px;
}

.cart_big_link {
}

.quantitySelect {
	font-weight: bold;
}