.checkoutheader
	{
	width:100%;
	border-bottom:1px solid silver;
	text-align:left;
	background-color:rgb(230,230,230);
	height:26px;
	font-weight:bold;
	color:rgb(60,60,60);
	font-size:11pt;
	}

#orderbody
	{
	margin-top:10px;
	}

#orderform
	{
	width:555px;
	border:1px solid gray;
	margin-left:20px;
	margin-top:15px;
	background-color:white;
	padding-bottom:10px;
	}

#orderlines
	{
	font-size:9pt;
	width:96%;
	margin-left:10px;
	margin-top:0px;
	color:black;
	border-collapse:collapse;
	}

#orderlinesheader
	{
	background-color:rgb(240,240,255);
	padding:8px;
	font-size:9pt;
	height:22px;
	text-align:center;
	}

.orderheadercell
	{
	border:1px solid silver;
	padding:0px;
	padding-left:5px;
	font-size:8pt;
	background-color:rgb(240,240,255);
	}

.ordersummarycell
	{
	border:1px solid silver;
	padding:0px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	font-size:8pt;
	background-color:rgb(240,240,255);
	}

.shippinglinecelltop
	{
	color:black;
	background-color:rgb(230,230,230);
	border-top:1px solid silver;
	padding:0px;
	padding-left:5px;
	font-size:8pt;
	padding-top:6px;
	}

.shippinglinecellbottom
	{
	color:black;
	background-color:rgb(230,230,230);
	padding-top:3px;
	padding-left:5px;
	font-size:8pt;
	padding-bottom:6px;
	border-bottom:1px solid silver;
	}

.ordertotalcell
	{
	border:1px solid gray;
	padding:0px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	font-size:8pt;
	background-color:rgb(200,200,200);
	}

#ordersummary, #ordershipping, #deliveryshipping, #ordertotaltable
	{
	color:black;
	width:96%;
	margin-left:10px;
	}

#ordertotaltable
	{
	margin-top:5px;
	}

#cartlineitem
	{
	font-size:9pt;
	height:40px;
	vertical-align:top;
	}

.thumbnail
	{
	height:80px;
	width:80px;
	border:1px solid rgb(220,220,200);
	}


.cartlinedescription
	{
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	cursor:pointer;
	padding-left:10px;
	}


#orderbuttons
	{
	margin-left:0px;
	margin-top:20px;
	width:100%:
	height:25px;
	text-align:center;
	}
/*
.totalline
	{
	width:100%;
	color:black;
	text-align:right;
	font-size:9pt;
	height:22px;
	}
*/
.spacerline
	{
	height:5px;
	}

#shippingline
	{
	background-color:rgb(235,235,235);
	font-size:10pt;
	}

#ordertotalline
	{
	background-color:rgb(220,220,220);
	font-weight:bold;
	font-size:10pt;
	}

#deliverydateline
	{
	background-color:rgb(240,240,240);
	font-size:10pt;
	}

#hiddenvalues
	{
	display:none;
	}


.bin
	{
	cursor:pointer;
	}
