﻿table
{
	border-collapse: collapse;
}

th
{
	background-color: #ccc;
	padding: 1px 0px;
	font-size: 14px;
}


#bottombuttons td
{
	padding-top: 10px;
}

#cartbuttons
{
	padding: 5px 0px;
	text-align: right;
	word-spacing: 5px;
}

#cartcontainer
{
	text-align:left;
	width: 635px;
	margin: 0 auto;
}

#carttable
{
	margin: 15px 0px 0px 0px;
	width: 620px;
}

#carttitle
{
	padding: 10px 0px 0px 0px;
}

#cartupdate
{
	float: left; 
	/* width: 300px; */
	word-spacing: normal;
	text-align: left;
	padding-top: 7px;
	font-size: 9px;
}

#checkoutbutton
{
	text-align: right;
}

#continuemessage
{		
	padding: 10px 0px 0px 0px;
	font-weight: normal;
}


#emptymessage
{
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
	text-align: center;
}


#headerimage
{
	width: 105px;
}

#headeritem
{
	width: 235px;	
	text-align: left;
}

#headerqty
{
	width: 50px;
}

#headerprice
{
	width: 85px;
}

#headerexprice
{
	width: 82px;
	padding-right: 5px;
}

#shippingtotal th, #finaltotal th
{
	background-color: #fff;
}

.cartfooter
{
	text-align: right;
	padding: 5px;	
}

.cartitemno
{
	font-size: 11px;
}

.cartrow
{
	padding-top: 10px;
}

.cartcell
{
	height: 70px;
}

.cartavail
{
	font-size: 10px;
	font-weight: bold;
}

.descriptioncell
{
	width: 245px;
}

.expricecell
{
	width: 90px;
	font-size: 12px;
	text-align: center;
}

.image
{
	width: 105px;
}

.pricecell
{
	font-size: 12px;
	width: 90px;
	text-align: center;
}

.productdescription
{
	font-size: 12px;
}

.qtycell
{
	width: 50px;
	text-align: center;
}

.tal
{
	text-align: left;
}

.subtotals
{
	padding-left: 10px;
}



