﻿/*---- ViewCart page ----*/
div.cart-buttons
{
    margin-top: 10px;
}

div.cart-empty-message
{
    font-size: 14pt;
    margin-bottom: 10px;
}

table.cartItems td
{
    padding: 5px;
    
}

div.cart-buttons a
{
    margin-right: 10px;
}


tr.cart-item
{
	vertical-align: top;
}

div.packageComponents td
{
	padding: 0px;
}