

#jdcart_viewcart {
	padding: 7px 7px 0px 0px;
	text-decoration: none;
}
#jdcart_viewcart a {
	text-decoration: none;
	vertical-align: middle;
}
#jdcart_viewcart a:hover {
	font-weight: bold;
}
#jdcart_viewcart img {
	border: 0;
	vertical-align: middle;
	padding-bottom: 3px;
}

#jdcart_addtocart {
	text-decoration: none;
}
#jdcart_addtocart img {
	border: 0;
}

.jdcart_cartcontentsTable {
	background-color: #555555;
	width: 90%;
	margin: 10px;
}
.jdcart_cartcontentsTable th {
	padding: 3px 5px;
	background-color: #555555;
	color: #FFFFFF;
	text-align: right; 
}
.jdcart_cartcontentsTable td {
	padding: 3px 5px;
	background-color: #EEEEEE;
	text-align: right; 
}


.jdcart_checkoutTable {
	margin: 10px;
	clear: both;
}
.jdcart_checkoutTable th {
	width: 200px;
	padding: 1px 5px;
	color: #555555;
	font-weight: normal;
	text-align: right; 
}
.jdcart_checkoutTable td {
	padding: 3px 5px;
	text-align: left; 
}

