/*
 * CheckoutPage stylesheet.
 * This is all the styles associated with the checkout page such as the order
 * information table, and the order form/
 */

#Checkout .typography{
	margin-bottom: 10px;
	width: 500px;
}

/* Information table styling */
#InformationTable {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 76%;

}
	
	#InformationTable tr.Total {
		background: #E8FFCF;
	}
	
	/* apply the colour to these elements */
	#InformationTable tr.Total td,
	#InformationTable th {
		font-weight: bold;
	}
		.warningMessage {
			margin: 4px 0 0 3px;
			padding: 5px;
			width: 92%;
			color: #DC1313;
			border: 4px solid #FF7373;
			background: #FED0D0;
		}
	
	/* total line in order information table */
	#InformationTable tr.Total td {
		text-transform: uppercase;
	}
	
	#InformationTable tr.summary {
		font-weight: bold;
	}
		#InformationTable tr td,
		#InformationTable tr th {
			padding: 2px;
		}
			#InformationTable td.product {
				width: 30%;
			}
			#InformationTable td.ordersummary {
				font-size: 1em;
				border-bottom: 1px solid #ccc;
			}
			#InformationTable tr td a {
				color: #666;
			}
				#InformationTable tr td a img {
					vertical-align: middle;
				}
	
	/* Information table alignment classes */
	#InformationTable .right {
		text-align: right;
	}
	#InformationTable .center {
		text-align: center;
	}
	#InformationTable .left {
		text-align: left;
	}

/* CheckoutPage form styling */

#BottomOrder {
	clear: both;
}

#Checkout form div {
	margin-bottom: 10px;
}
	#Checkout a {
		text-decoration: none; 
		color: #3E91C4;
	}
		#Checkout a:hover { 
			text-decoration: underline;
 		}

	#Checkout h3 {
		font-size: 1.2em;
		padding-bottom: 5px;
		font-weight: normal;
	}
	
	#Checkout form h3 {
		margin: 20px 0;
	}
	
	#Checkout form label.right {
		font-size: 1em;
	}
	#Checkout form #UseShippingAddress {
		margin-bottom: 10px;
		margin-top: 5px;
	}
	#Checkout form #Country .fieldgroup label {
		display: none;
	}
	#Checkout form #Amount {
		width: 490px;
		border: none;
		background-color: #E8FFCF; 
	}

	
	
	#Checkout form label.left {
		float: left;
		width: 150px;
		font-weight: bold;
	}
	
	
	#Checkout form input.maxlength {
		width: inherit;
	}
	
	#Checkout form div.readonly {
		padding: 1em;
		/*font-size:1.2em;*/
		border: 1px solid #ddd;
		background: #f9f9f9;
	}
	
	#Checkout form #PaymentMethod .middleColumn {
		background: none;
		width: auto;
	}
	
	#Checkout form #MethodFields_DPSPayment {
		width: 315px;
	}
		#Checkout form #MethodFields_DPSPayment .middleColumn {
			background: none;
			margin: 0;
			display: block;
			width: 400px;
		}
		#Checkout #MethodFields_DPSPayment label.left {
			
		}
		 #Checkout #MethodFields_DPSPayment input {
			width: 35px;
		}
			#Checkout #MethodFields_DPSPayment input.text {
				width: 145px;
			}
			/* override the width for the expiry date */
			#Checkout #MethodFields_DPSPayment input.text.maxlength {
				width: 37px !important;
			}
	#Checkout ul.optionset {
		clear: both;
		padding-bottom: 20px;
	}
		#Checkout ul.optionset label.left {
			float: left;
			line-height: 1.5em;
		}
		#Checkout ul.optionset li {
			float: left;
			margin-left: 164px;
		}
			#Checkout ul.optionset li label {
				margin-right: 10px;
			}
	#Checkout .Actions {
		text-align: right;
	}
	#Checkout #ReadConditions {
		padding: 10px;
		width: 505px;
	}
			
/* Process styles at the top of checkout */	
#Checkout h3.process {
	margin-bottom: 1em;
	line-height: 2em;
	color: #ccc;
}
	#Checkout h3.process span {
		color: #000;
	}
		#Checkout h3.process span.current {
			background: #eee;
			padding: 5px;
		}
		#Checkout h3.process a {
			color: #4EA3D7;
			text-decoration: none;
		}
			#Checkout h3.process a:hover {
				text-decoration: underline;
			}
			
/* align various items */
input#OrderForm_OrderForm_AddressLine2{
	margin-left: 162px;
}

#Checkout input.action{
	float: none;
}

input#OrderForm_OrderForm_action_ChangeCountry{
	position: relative;
	left: 146px;
	top: 20px;
}

input#OrderForm_OrderForm_action_useDifferentShippingAddress{
	margin: 30px 0;
	position: relative;
	left: 297px;
}

input#OrderForm_OrderForm_ShippingAddress2{
	position: relative;
	left: 164px;
}

span.required{
	position: relative;
	left: 22px;
}

img[src="https://www.paymentexpress.com/dpslogo.gif"]{
	background-color: #fff;
	padding: 0.5em;
	position: relative;
	left: 164px;
}

input#paypalbutton{
	display: block;
	margin-left: 453px;
	margin-top: 10px;
}
			
