﻿div.Header 
{
	xbackground: url('../template_images/shoppingcart_header.png') no-repeat top left;
	
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	width: 1000px;
	height: 128px;
}

div.Header a.Conferences
{
	position: absolute;
	
	left: 557px;
	top: 53px;
	
	width: 92px;
	height: 30px;
}

div.Header a.Reports 
{
	position: absolute;
	
	left: 663px;
	top: 59px;
	
	width: 116px;
	height: 29px;
}

div.Header a.EducationalServices 
{
	position: absolute;
	
	left: 791px;
	top: 61px;
	
	width: 198px;
	height: 17px;
}

div.Left 
{
	position: absolute;
	
	top: 128px;
	left: 0px;
	
	width: 125px;
}

div.Middle 
{
	position: absolute;
	
	top: 129px;
	left: 132px;
	
	width: 718px;
}

div.Right 
{
	background: url('../template_images/shoppingcart_verticaldivider.png') repeat-y top left;

	position: absolute;
	
	top: 128px;
	left: 857px;
	
	width: 143px;
	min-height: 500px;
	_height: 500px; /* <3 IE6 */
}

div.Right div.Seperator
{
	height: 3px;
	
	background: url('../template_images/shoppingcart_relatedproducts_horizontaldivider.png') no-repeat center left;
}

div.Right div.RelatedProductsHeader 
{
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	
	margin-top: 10px;
}

div.Right div.RelatedProductsSubHeader 
{
	margin-top: 16px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 11px;	
	
	color: #007855;
}

div.Right div.RelatedProducts
{
	margin-left: 10px;

	font-weight: bold;
	font-size: 11px;

	line-height: 12px;
}

div.Right div.RelatedProducts div.Product 
{
	margin-top: 10px;

}

div.Right div.Product a 
{
	font-weight: bold;
	font-size: 11px;
}

table.ShoppingCartCheckout td.Description 
{
	width: auto;	
}

table.ShoppingCartCheckout td.UnitPrice,
table.ShoppingCartCheckout td.Quantity,
table.ShoppingCartCheckout td.ExtendedPrice 
{
	text-align: right !important;
	width: 1%;
	white-space: nowrap;
}

table.ShoppingCartCheckout td.Quantity input 
{
	text-align: right;
}

div.additional-info 
{
    border: 2px solid #dddddd;
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
}

table.how-did-you-first 
{
    margin-left: 2em;
}