table.style1
{
	margin				:10px;
}

table.style1 tr td
{
	padding-top			:10px;
	margin-top			:5px;
	border-top			:lightblue 1px solid;
}

/* Table Pricing */

table.style2
{
	margin-top			:10px;
	border-collapse		:collapse;
	text-align			:left;
	width				:auto;
}

table.style2 tr 
{
}

table.style2 tr th.header
{
	text-align			:left;
	font-weight			:bold;			
}

table.style2 tr td
{
	border				:1px solid blue;
	padding				:5px;
}

table.style2 tr th
{
	font-color			:white;
	text-align			:left;
	border				:1px solid blue;
	background			:lightblue;
}

table.entry
{
	padding				:10px;
	margin				:5px;
	border-collapse		:collapse;
	text-align			:left;
}

table.entry tr
{
	padding				:5px;
}

table.entry cell0
{
	width				:200px;
	text-align			:top;
}

table.entry tr td
{
	padding-top			:5px;
	padding-bottom		:5px;
	width				:400px;
	text-align			:left;
}

table.entry1
{
	padding				:10px;
	margin				:5px;
	border-collapse		:collapse;
	text-align			:left;

}

table.entry1 tr
{
	padding				:5px;
}

table.entry1 tr
{
	
}

table.entry1 tr td
{
	width				:400px;
	padding-top			:5px;
	padding-bottom		:5px;
	border				:none;
	text-align			:left;
}

table.entry1 cell0
{
	width				:200px;
	text-align			:middle;
}

table.style3
{
	margin				:0px;
	padding				:0px;
	border-collapse		:collapse;
}

table.style3 tr
{
	margin				:0px;
	padding				:0px;
}

table.style3 tr td	
{
	margin				:0px;
	padding				:0px;
}

table.style4
{
	margin				:5px;
	padding				:5px;
	border-collapse		:collapse;
	float				:right;

}

table.style4 tr
{
	margin				:0px;
	margin-bottom		:5px;
	padding				:0px;
}

table.style4 tr td	
{
	margin				:0px;
	padding				:0px;
}

table.cart
{
	margin				:0px;
	padding				:0px;
}

table.cart tr
{
}

table.cart tr td
{
	vertical-align 		:top;
}

table.cart .header
{
	background			:darkblue;
	color				:white;
}

table.cart .subtotal
{
	border-bottom		:1px lightblue solid;
}