#continue-shopping {
	margin: 5px 0 10px 0;
}

.module-container {
	width: 250px;
	margin: 5px 5px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 11px;
	text-align: center;
}

.sourcecode-container {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 11px;
	text-align: center;
}

.saved-information {
	font-size: 11px;
}


/*-------------------------------------------    
   Cart Table
-------------------------------------------*/

#cart-table {
	width: 100%;
	margin:5px 0;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
}

#cart-table input {
	text-align: center;
}

#cart-table th {
	padding: 4px 3px;
	background: #22629C;
	white-space: nowrap;
	color:#fff;
}

#cart-table td {
	padding: 5px 3px;
	background: #fff;
	font-size: 12px;
}

.cart-table-line {
	border-bottom: 1px solid #ccc;	
	}

.subtotal {
	font-weight: bold;
	font-size: 120%;
	text-align: right;
	color: #22629C;
}

.shipping-status {
	color: #22629C;
	font-size: 11px;
}

