
#carttable {
	border-spacing:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E7E7E7;
	color: #666;
	border-style: none;
	text-align: center;
}

caption {
	font-size:14px; font-weight:bold;
	background: #0C002F;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	padding:10px;
	text-align: left;
}

caption a:link, caption a:visited {
	font-size:14px; font-weight:bold;
	color: #FFF;
	text-align: left;
	text-decoration: none; 
}
caption a:hover {
	font-size:14px; font-weight:bold;
	color: #FFF;
	text-align: left;
	text-decoration: underline; 
}

thead th.cart {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border-style: none;
	text-transform:uppercase;
}

tbody th.cart {
	font-weight: bold;
}

tbody tr.even {
	background-color:#FFF; 
	border-style: none;
}

tbody tr.odd {
	background: #f9f9f9;
	border-style: none;
}

tbody th.cart a:link, td.cart a:link, tbody th a:visited, td.cart a:visited{
	color:#0C002F;
	text-decoration: none; 
	border-style: none;
}

tbody th.cart a:hover{
	color:#0C002F;
	text-decoration: underline;
	border-style: none;
}

tbody tr.cart td.cart { 
	height:50px;
	background: #FFF;
	text-align: center;
	border-style: none;
}

tbody tr.odd td.cart td.even{ 
	background: #f9f9f9;
	border-style: none;
	text-align: center;
}


table td.cart a:hover {
	color: #0C002F;
	border-style: none;
	text-decoration: underline;
}

tbody td.cart {
	margin: 0 auto;
	height: 15px;
	border-style: none;
	font-weight:bold;
	padding-left:4px; padding-right:3px; padding-top:3px; padding-bottom:3px
}

tfoot th.cart, tfoot td.cart {
	background: #F5F5F5;
	padding:10px;
	text-align:right; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px; font-weight:bold;
	border-style: none;
}

tfoot th.cart2, tfoot td.cart2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
	border-style: none;
	text-align: center;
	padding: padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px;
}

.checkoutheader{
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px; 
	font-weight:bold;
	color:#666;
}
