﻿.order .centerPush
{
    background: #FFFFFF url(Images/orderbottomlogo.gif) no-repeat scroll right bottom;    
}

.deliverTo, .invoiceTo, .exchangeArrows 
{
    float:left;
}

.exchangeArrows
{
    margin-left:50px;
    margin-top:110px;
}

.toInvoice
{
    margin-top: 25px;
}

.invoiceTo 
{
    margin-left: 50px;
}

sup
{
    color: Red;
}

.contactDetailsTextBox
{
    margin-left:15px;
    width:200px;    
    float:right;    
}

.expirationMonth, .expirationYear
{
    width:90px;
}

.expirationDate
{
    float:right;
}

.paymentMethod
{
    float:left;
}

.paymentDetailsTextBox
{
    margin-left:15px;
    width:180px;    
    float:right;    
}

.detailsTextBox
{
    width:300px;    
}

.additionalInfo
{
    margin-top:10px;
}

.contactDetailsLabel
{
    float:left;    
}

.detailItem, .paymentDetailItem
{
    margin-top: 5px;
}

.detailItem
{
    width: 300px;
}

.copyButton {
    border:1px solid Black;
    font-family:Verdana,Arial,san-serif;
    font-size:10pt;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    width:60px;
    background-color:#ECE9D8;
}

.submitButton {
    border:1px solid Black;
    font-family:Verdana,Arial,san-serif;
    font-size:8pt;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    height:30px;
    line-height:normal;
    width:150px;
    background-color:#ECE9D8;
}


.lastInfo
{
    margin-bottom: 40px;
}

.caption
{
    font-weight:bold;
}

.deliverDay
{
    width:40px;
}

.deliverMonth
{
    width: 100px;
}

.deliverYear
{
    width:60px;
}

/* Navigation */

.navigationMenu
{
    text-align:left;
}

.checkoutWizzard
{
    width:100%;
}

.orderDetails li
{
    margin-bottom: 7px;
}

/* table */

.order .quantityItem, .order .priceItem, .order .discountItem, .order .amountVATExcItem,
    .order .amountVATExcFooter, .order .amountVATItem, .order .amountVATFooter,
    .order .totalAmountItem, .order .totalAmountFooter
{
    text-align:right;
}   

.order .quantityHeader
{
    width:60px;
}

.order .nameHeader
{
    width: 150px;
}


.order .amountVATExcHeader,.order .amountVATHeader, .order .totalAmountHeader, .order .priceHeader
{
    width:90px;
}

.order .updateItem, .order .deleteItem
{
    text-align:left;
    width:65px;
}

/* payment */
.otherPaymentInfo
{
    margin-top: 15px;
}

.choosePayment
{
    margin-top: 16px;
}

.paymentDetails
{
    width: 350px;
}

.priceHeader, .discountHeader, .amountVATExcHeader, .amountVATHeader, .totalAmountHeader, .quantityHeader{
	text-align: right;
}

.paymentMethodCaption{
	font-weight:bold;
}

a.proceedCheckout{
	height: 22px;
	border:1px solid Black;
	font-family:Verdana,Arial,san-serif;
	font-size:8pt;
	font-style:normal;
	font-variant:normal;
	display: block;
	font-weight:bold;
	line-height:normal;
	width:150px;
	background-color: #ECE9D8;
	padding-top: 8px;
	text-align: center;
	margin-top: 10px;
}