﻿#tblCart thead td
{
	border-top: solid 2px #0da0bd;
	border-bottom: solid 1px #0da0bd;
}

#tblCart thead td
{
	color: #0da0bd;
	font-weight: bold;
}

#tblCart .sku
{
	font-size: 9px;
}

#tblCart .row
{
	border-bottom: solid 1px #0da0bd;
}

#tblCart .altRow
{
	border-bottom: solid 1px #0da0bd;
	background-color: #e6f5f8;
}

#tblCart .shipping
{
	border-bottom: solid 2px #0da0bd;
	background-color: #bbbbbb;
	color: #ffffff;
}

#tblCart .total
{
	border-bottom: solid 2px #0da0bd;
	background-color: #86cfde;
	font-weight: bold;
	color: #ffffff;
}

.txtCartNum
{
	text-align: right;
}