body { 
	background: url('../images/background.jpg') no-repeat top center;	
	font: 62.5%/1.6em verdana, arial, helvetica, geneva, sans-serif;
}

.grid_1{

}

.border{
	border: 1px solid #eee;
	background-color: #FFF;
	margin-top: 270px;
}

pre{
	font-size: 2em;
}

a{
	color: #0095c6;
}

a:hover{
	color: #006b8e;
}

a:visited{
	color: #006b8e;
}

h1{
	font-size: 1.5em;
	margin-bottom: 10px;
}

h2{
	font-size: 1.2em;
}

h3{
	font-size: 1em;
	font-weight: bold;
}

p{
	margin-bottom: 10px;
}

.hide{
	display: none;
}

/* Progress bar
-------------------------------------------------------*/

.progressbar{
	background: #ffffff url('../images/progress_background.png') no-repeat 50% 50%;
	width: 100%;
	margin: 0 auto;
	height: 80px;
}

.progressbar .step{
	width: 24%;
	float: left;
	text-align: center;
	background-color: #eee;
	height: 80px;
}

.progressbar .step.complete{
	background: url('../images/progress_complete.png') no-repeat 50% 50%;
}


.progressbar .step.pending{
	background: url('../images/progress_pending.png') no-repeat 50% 50%;
}

.progressbar .step.current{
	background: url('../images/progress_current.png') no-repeat 50% 50%;
}

/*
.progressbar .step:first-child{
	width: 10%;
	text-align: left;
}

.progressbar .step:last-child{
	width: 10%;
	text-align: right;
}
*/

/* Products table
-------------------------------------------------------*/

.product_table{
	width: 100%;
	margin: 0 auto;
	background-color: #f2f7f9;
	border: 1px solid #dbdbdb;

}

.product_table th{
	text-align: left;
	font-size: 1.2em;
	padding: 5px;
	border-bottom: 1px solid #eee;
	background-color: #f1f1f1;
	border-bottom: 1px solid #dbdbdb;
	text-align: center;	
	font-weight: bold;	
}

.product_table th:first-child{
	text-align: left;
}

.product_table th:last-child{
	text-align: right;
}

.product_table td{
	vertical-align: middle;
	padding: 5px;	
	font-size: 1.3em;
	text-align: center;	
}

.product_table td:first-child{
	text-align: left;
}

.product_table td:last-child{
	text-align: right;
}

.product_table .vatrow{
	/*display:none;*/
}

.product_table tr.vat td{

}

.product_table tr.vat td:last-child{

}

.product_table tr.total td{
	font-weight: bold;
		border-top: 1px solid #eee;
}


.product_table tr.total td:last-child{
	border-top: 1px solid #eee;
}

.product_table tr.conversion td{
	text-align: right;
}

/* Forms
--------------------------------------------------------------------------------------*/

.previewBtn{
	background:url(../images/btnPreviewOrder.png) no-repeat;
	cursor:pointer;
	border: none;
	width: 145px;
	height: 45px;
}

.confirmBtn{
	background:url(../images/btnConfirmOrder.png) no-repeat;
	cursor:pointer;
	border: none;
	width: 145px;
	height: 45px;
}

.btn{
	cursor:pointer;
	border: none;
	width: 148px;
	height: 48px;
}

.submit_order{
	background:url(../images/btn_submitorder.png) no-repeat;
}

.confirm_order{
	background:url(../images/btn_confirmorder.png) no-repeat;
}

.select_card{
	background:url(../images/btn_selectcard.png) no-repeat;
}

.change_card{
	background:url(../images/btn_changecard.png) no-repeat;
}

.goto_payment{
	background:url(../images/btn_gotopayment.png) no-repeat;
}

#orderform .error-input, #orderform .error-both .input, #orderform .error-same .input { background-color:#FFEFEF; border-color:#BB6666; color:#660000; }

.formIsValidated{
	color: #080;
}

.notValidated{
	color: #be0b0b;
}

.errorMsg{
	color: #be0b0b;
	text-align: center;
}

.validated{
	border:1px solid #9c9; 
	color: #080;
}

.error{
	border:1px solid #f34f4f; 
}

.quantity{
	font-size: 1em;
	text-align: center;
	width: 50px;
	background-color: #fff;
}

.amountVAT{
	width: 41px;
	border: 0;
}

.amountTotal{
	font-size: 1em;
	width: 63px;
	border: 0;
}

.customer_table{
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;	
}

.customer_table td{
	font-size: 1.5em;
	padding: 5px;
}

.customer_table .desc{
	font-size: 0.7em;
	color: #666;
	vertical-align: top;
}

.customer_table td input[type=text]{
	font-size: 1.2em;
	width: 370px;
}

.customer_table td select{
	font-size: 1.2em;
	width: 370px;
}

.customer_table .submitRow td{
	text-align: center;
}

.customer_table .submitRow td input[type=submit]{
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.customer_table #stateRow{
	display:none;
}

.customer_table .checkboxRow td{

}

/* Sidebar
-----------------------------------------------------*/

.acceptedcards{
	width: 100%;
	height: 22px;
	background: url('../images/creditcards.png') no-repeat 50% 50%;
	margin: 20px 0 20px 0;
}

/* Receipt
------------------------------------------------------*/
.receipt{
	width: 500px;
	margin: 0 auto;
}

.receipt p{
	font-size: 1.2em;
}

.receipt .address{
	font-size: 1.1em;
}

.serial_table{
	width: 100%;
	margin: 0 auto;
	background-color: #f2f7f9;
	border: 1px solid #dbdbdb;

}

.serial_table th{
	text-align: left;
	font-size: 1.2em;
	padding: 5px;
	border-bottom: 1px solid #eee;
	background-color: #f1f1f1;
	border-bottom: 1px solid #dbdbdb;
	text-align: center;	
	font-weight: bold;	
	text-align: left;	
}

.serial_table td{
	padding: 5px;	
	font-size: 1.3em;
	text-align: left;
}

.serial_table td:last-child{
	text-align: right;
}

/* Forms end
--------------------------------------------------------------------------------------*/

.download_link{
	float: left;
	width: 240px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}


/* Error Messages
--------------------------------------------------------------------------------------*/
.pp_required{ background: url('images/cross.png') no-repeat center; width: 20px; }
.pp_validated{ background: url('images/tick.png') no-repeat center; width: 20px; }
.pp_warning{ background: url('images/asterisk_yellow.png') no-repeat center; width: 20px; }
.pp_error{ background: url('images/exclamation.png') no-repeat center; width: 20px; }			
.pp_highlight{ border:1px solid red; }		

.pp_msg_error {
	background: #ffe1da url('../images/icon_error.png') 13px 50% no-repeat;

	border: 2px solid #f34f4f;
	color: #be0b0b;
	padding: 10px 11px 8px 45px;*/
}

.pp_msg_information {
	background: #f2f7f9 url('../images/icon_information.png') 13px 50% no-repeat;
	border: 2px solid #9bb8d9;
	color: #406299;
	padding: 10px 11px 8px 36px;
}

.pp_msg_success {
	background: #e2f9e3 url('../images/icon_success.png') 13px 50% no-repeat;
	border: 2px solid #9c9;
	color: #080;
	padding: 10px 11px 8px 38px;
}

.pp_msg_warning {
	background: #fff8bf url('../images/icon_warning.png') 13px 50% no-repeat;
	border: 2px solid #ffd324;
	color: #eb830c;
	padding: 10px 11px 8px 38px;
}			

.pp_invisible {display: none; visibility:collapse}
.pp_visible {display: table-row; visibility:visible; color: red}

/* 
--------------------------------------------------------------------------------------*/