


.cartTable 
{
	border-collapse: collapse;
	clear: both;
	width: 100%;
	margin: 5px 0;
}

.cartTable th 
{
	font-weight: bold;
	color: Black;
	background-color: #f0f0f0;
	padding: 3px 10px;
}

.cartTable td, .cartTable th 
{
	padding: 3px 10px;
	vertical-align: top;
}


#CartResponseMessage 
{
	padding: 0 20px 20px 0;
}

#CartResponseMessage h3 
{
	padding: 0;
}

#CartResponseMessage p 
{
	padding: 1px 0;
}

.deliveryAreaList
{
	width: 100%;
	border-style: none;
}


#CartMessage
{
	font-size: 120%;
	padding: 10px;
	margin: 5px 0;
	border: 1px dashed #333;
	background-color: #ffc;
}

#CartMessage a 
{
	display: block;
	text-align: right;
	clear: both;
	font-size: 80%;
	font-weight: normal;
	text-decoration: underline;
}

.CartButtonList 
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	clear: both;
}

.CartButtonList li 
{
	display: inline;
}


.addressInputTable 
{
	border-collapse: collapse;
	border: none;
	margin: 0 0 4px 0;
}

.addressInputTable td
{
	padding: 1px 0 0 0;
	margin: 0;
}

.contactHeightPlaceholder 
{
	height: 1.9em;
}

/*
 * Checkout Summary/finalization
 */


#summary h1 
{
	clear: both;
	text-align: left;
	font-size: 1.4em;
}

#summary h2 
{
	font-size: 15px;
}

#summary h3 
{
	font-size: 1em;
}

td.summaryAddress 
{
	padding: 0 20px 0 0;
	vertical-align: top;
}

#summary th
{
	padding-right: 10px;
	vertical-align: top;
}

#summary td 
{
	/*padding-right: 25px;*/
	vertical-align: top;
}

#CartSummaryContents 
{
	clear: both;
}


.numeric 
{
	text-align: right !important;
}


#CartSummaryContents table 
{
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
}

#CartSummaryContents  th, #CartSummaryContents td, .summaryTotals th, .summaryTotals td 
{
	padding: 1px 5px;
	vertical-align: middle;
}


#CartSummaryContents th
{
	border-bottom: 1px solid #ccc;
}


#summary .summaryTotals 
{
	border-collapse: collapse;
}


.summaryTotals select, .summaryTotals input 
{
	display: inline;
	vertical-align: middle;
}

.summaryTotals select 
{
	width: auto; /* Allow to expand with more descriptive delivery options */
	min-width: 140px !important;
}

.summaryTotals
{
	width: auto; /* Allow the table to expand with more descriptive delivery options */
	min-width: 245px !important;
}

.summaryTotals p
{
	font-size: 80%;
}

.totalRow 
{
	border-top: 2px solid #ccc;
}

.cartNavigationButtons 
{
	padding: 0 0 0 10px;
}

.inSection 
{
	margin-left: 20px;
	display: block;
}


.TransactionTypeSelector label, .SaleTypeSelector label 
{
	padding-left: 4px;
	padding-right: 6px;
	vertical-align: middle;	
}

.TransactionTypeSelector input, .SaleTypeSelector input 
{
	vertical-align: middle;	
}



.deliveryOptionsSingle 
{
	border: none;
	padding: 0;
	margin: 0;
	width: 100%; /*450px;*/
    max-width:1024px;
}


.deliveryOptionsMulti 
{
	border: 0px solid #ccc;
	margin: 3px 0;
	padding: 5px;	
	width:100%; /*450px;*/
    max-width:1024px;
}
