#Checkout {
  	width: 880px;
	float: right;
}
#InformationTable {
	width: 99%;
	background: #fdfdfd;
	margin:0 auto;
}
#InformationTable th, 
#InformationTable td {
	font-size: 11px;
	font-weight:normal;
	color:#333;
	border: 1px solid #DADADC;
	padding:5px;
	}
	
	#InformationTable th {
		font-size:1.2em;
		font-weight:bold;
		color:#EA4000 !important;
	}
	
	/* Cells alignment styling */
	#InformationTable .title {
		text-align:left;
	}
	#InformationTable .quantity {
		text-align:center;
	}
	#InformationTable .unitprice, #InformationTable .total {
		text-align: right;
	}
	
	/* Lines and cells special styling for subtotal and total */
	#InformationTable tr.ordertotal, #InformationTable tr.ordersubtotal {
		background: #c9ebff;
		text-transform: uppercase;
	}
		#InformationTable tr.ordertotal td, #InformationTable tr.ordersubtotal td {
			font-weight:bold;
		}
		#InformationTable tr.ordersubtotal td {
			font-size: 1.1em;
		}
		#InformationTable tr.ordertotal td {
			font-size: 1.2em;
		}
		
		#InformationTable tr td.transparent {
			background: #ccc;
			/*border-left:none;
			border-right:none;*/
			border:none;
		}
	
.warningMessage {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

/* CheckoutPage form styling */

#LeftOrder,
#RightOrder {
	float: left;
}
	#LeftOrder {
		width: 650px;
		padding: 0px;
	}
	#RightOrder {
		width: 650px;
	}
	
#FirstName {
	float: left;
	width: 300px;
	padding: 0px;
position: relative;
}
#Surname {
	float: right;
	width: 300px;
	padding: 0px;
position: relative;	
}
#Firma {
	float: left;
	width: 300px;
	padding: 0px;
position: relative;	
}
#HomePhone {
float: right;
width: 300px;
position: relative;
}
#MobilePhone {
float: left;
width: 300px;
position: relative;
}
#Email {
	float: right;
	width: 300px;
position: relative;	
}
#Address {
float: right;
width: 300px;
position: relative;
}
#PostalCode {
float: left;
width: 300px;
position: relative;
}
#Wiadomosc {
float: left;
width: 300px;
padding: 0px;
position: relative;
}
#NIP {
float: left;
width: 300px;
position: relative;
}
#City {
float: right;
width: 300px;
position: relative;
}
#Country,
#action_useDifferentShippingAddress {
display: none;
}


#Pouczenie {
float: right;
width: 300px;
padding: 5px;
background:#FFFFEA none repeat scroll 0 0;
border:4px solid #F7F8B4;
color:#c90c14;
margin: 25px 10px 10px 10px;
}

#PasswordGroup {
width: 300px;
position: relative;
	clear: both;
}

#BottomOrder {
	clear: both;
}

#Checkout form div {
	margin-bottom: 10px;
/*	position: relative; */
}
#Checkout a {
text-decoration: none; 
color: #4A3100;
}
#Checkout a:hover { 
text-decoration: underline;
}

#Checkout h3 {
	color: #EA4000;
	font-size: 1.4em;
	padding-bottom: 5px;
	font-weight: normal;
}
	#Checkout form h3 {
		margin: 20px 0;
		border-bottom: 1px solid #ccc;
	}
	#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 {
		font-weight: bold;
	}
	/*
	#Checkout form label,
	#Checkout form select,
	#Checkout form span.readonly {
		font-size:1.2em;
	}
	*/
	#Checkout form label.left {
		float: left;
		width: 250px;
		font-weight: bold;
	}
	/*
	#Checkout form input.text,
	#Checkout form select {
		width:250px;
		font-size:1.2em;
	}
	*/
	#Checkout form input.maxlength {
		width: inherit;
	}
	/*
	#Checkout form input.nolabel {
		margin-left:150px;
	}
	*/
	#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;
		}
		#Checkout #MethodFields_DPSPayment label.left {
			float: none;
			/*display: none;*/
			font-weight: bold;
			margin-bottom: 10px;
		}
		 #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;
		}
			#Checkout ul.optionset li label {
				margin-right: 10px;
			}
	#Checkout .Actions {
		text-align: right;
	}
	#Checkout #ReadConditions {
		background: #E9E9E9;
		padding: 10px;
	}
			
/* 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: #C90C14;
			text-decoration: none;
		}
			#Checkout h3.process a:hover {
				text-decoration: underline;
			}			
.right {
text-align: right;
		font-size:1.2em;
		font-weight:bold;
}
#Cheque {
  width: 500px;
}
#DoSklepu {
margin: 10px 0 0 0;
}
#DoSklepu a { 
display : block; 
width : 147px; 
height : 34px; 
text-indent : -9000px; 
float : right; 
outline : none; 
background : url(../images/wroc-do-sklepu.png) no-repeat left top; 
} 
#DoSklepu a:hover { 
background-position : left bottom;  
} 
