/* Styles for Checkout pages only */
h2 {
	font: bold 1.6em/1.3 Arial, sans-serif;
	margin: 0em 0 .5em;
}

/* Shopping Cart */
div.next_steps {
	text-align: right;
}
div.next_steps img {
	vertical-align: bottom;
}

table.shopping_cart {
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	margin: 1em 0 2em;
	width: 100%;
}

table.shopping_cart th {
	font-size: 1em;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 4px 4px 4px 0;
	color: #999;
}
table.shopping_cart th.description {
	text-align: left;
}

table.shopping_cart td {
	font-size: 1.1em;
	vertical-align: top;
	border-top: 1px solid #ccc;
	padding: 12px 4px 12px 0;
}
body.order_review table.shopping_cart td {
	font-size: 1em;
	line-height: 1.2;
	padding: 8px 4px 8px 0;
}
table.shopping_cart tr.odd td {
	background: #eee;
}
table.shopping_cart th.qty, table.shopping_cart td.qty  {
	text-align: center;
}
table.shopping_cart th.date, table.shopping_cart td.date  {
	text-align: left !important;
	white-space: nowrap;
	padding: 8px 0px 8px 12px !important;
}
table.shopping_cart th.date, table.shopping_cart td.status  {
	text-align: center;
	padding: 8px 12px 8px 12px !important;
}
table.shopping_cart td.description {
	vertical-align: top;
	padding: 12px 12px 12px 0;
}
body.order_review table.shopping_cart td.description {
	padding: 8px 12px 8px 0;
}
table.shopping_cart td h2 {
	font: bold 1.4em/1.3 Arial, sans-serif;
	margin: 0em 0 .3em !important;
}
body.order_review table.shopping_cart td div.product_img img {
	width: 50px;
}
body.order_review table.shopping_cart td h2 {
	font: bold 1.2em/1.3 Arial, sans-serif;
	margin: 0em 0 .3em;
}
table.shopping_cart td ul {
	margin: .3em 0;
}
table.shopping_cart td ul li {
	font: 1.1em/1.3 Arial, sans-serif !important;
	padding: 0 0 .5em 0 !important;
	background: none !important;
}
body.order_review table.shopping_cart td ul li {
	font: 1em/1.2 Arial, sans-serif !important;
	padding: 0 0 .4em 0 !important;
	background: none !important;
}
table.shopping_cart td.unit_price {
	text-align: right;
	padding: 12px 12px 12px 0;
}
body.order_review table.shopping_cart td.unit_price {
	text-align: right;
	padding: 8px 12px 8px 0;
}
table.shopping_cart td.price {
	font-weight: bold;
	text-align: right;
	padding: 12px 4px 12px 0;
}
body.order_review table.shopping_cart td.price {
	font-weight: bold;
	text-align: right;
	padding: 8px 4px 8px 0;
}

div.cart_actions a {
	font-size: 10px;
	text-transform: uppercase;
	border: 1px solid #373969;
	border: 1px solid #999;

	padding: 1px 2px;
	text-decoration: none;
	margin-right: 5px;
}
div.cart_actions a:link, div.cart_actions a:visited  {
	color: #373969;
	color: #999;
}
div.cart_actions a:hover  {
	border: 1px solid #373969;
	color: #373969;
	background: #9ACA52;
}
table.shopping_cart td.total {
	font-weight: bold;
}
table.shopping_cart tr.grand_total {
	font-size: 1.2em !important;
	font-weight: bold;
}

table.shopping_cart td.total_line-item_description {
	text-align: right;
}

div.row div p {
	line-height: 1.4;
}
