/* CSS Document */
.basketIntro
{
	margin-left:10px;
	font-size:1.0em;
}
.basketViewTable
{
	width:930px;
	margin-left:10px;

	font-size:1.0em;

}

	.basketViewTable .image
	{
		width:40px;
	}

	.basketViewTable .description
	{
		text-align:left;

	}

	.basketViewTable .unitprice
	{ 
		text-align:right;
		width:70px;
	}

	.basketViewTable .quantity
	{
		text-align:center;
		width:70px;

	
	}
		.basketViewTable .quantity input
		{
			display:none;
		}


	.basketViewTable .lineprice
	{
		text-align:right;
		width:70px;
	
	}


	.basketViewTable .remove
	{
		text-align:left;
		width:35px;
	
	}

.options
{
	font-size:0.9em;
	margin-top:0px;
	margin-bottom:0px;
}


.basketViewTable th
{
	border-bottom:1px solid #BBBBBB;
}

.basketViewTable .productRow td
{
	border-bottom:1px solid #BBBBBB;
}

.basketViewTable .checkoutButtonRow td
{
	border-top:1px solid #BBBBBB;
	padding-top:10px; 
}


.table_paymenttypes
{
	margin-left:0px;
	margin-top:140px;
}

.table_paymenttypes tr th
{
	height:1px;
	border-bottom:1px solid #BBBBBB;
	font-weight:normal;
	text-align:left;
	padding-bottom:10px;
}

.table_paymenttypes tr td
{
	border-bottom:1px solid #BBBBBB;
	padding-bottom:10px;
	padding-top:10px;
	
	height:50px;
}

.table_paymenttypes form
{
}


.back, .next
{
	margin-top:20px;
	margin-bottom:20px;
}

.next
{
	
}	


.order_quick_summary
{
	background-color:#9fc0da;
	color:white;
	padding:4px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:15px;
	font-size:0.85em;
}	

.checkout_pad
{
	margin-left:20px;
	margin-right:20px;
}

	.checkout_pad h2
	{
		margin-top:40px;
	}

	.checkout_pad em
	{
		color:#00A6FF;
	}

.checkout_pad table
{
	width:600px;

}


	.checkout_pad td
	{
		font-size:0.85em;
		border-bottom: 1px solid #CCCCCC;
		vertical-align:middle;
		height:40px;
	}

	.checkout_pad tr.first td
	{
		border-top:1px solid #CCCCCC;
	}


	.checkout_pad td.col1
	{
		width:170px;
	}
	.checkout_pad td.col2
	{
		font-weight:bold;
		color:red;
		width:10px;
		text-align:center;
		font-size:1.5em;
	}
	.checkout_pad td.col3
	{
		width:300px;

	}
	.checkout_pad td.col3 input
	{
/*		width:187px;*/
	}
	
	.checkout_pad td.col3 input.customer_source_combo
	{
		width:170px !important;
	}
	
	
	.completeBox
	{ 
		border:1px solid navy;
		padding:10px;
		width:400px;
		height:170px;
		text-align:left;
		margin-left:240px;
	}
	
		.completeBox table
		{
			width:390px;
			margin-bottom:20px;
		}
	
