/*
## Order
********************************************************************/



.orderBoxes{
	margin:20px 0;
}

.orderBox{
	float:left;
	margin:0 20px 0 0;
	border:1px dotted #a5a5a5;
	padding:0 20px 20px;
	width:180px;
	height:190px;
}




.orderBox.payment{
	width:424px;
}

.orderBox.address{
	margin:0;
}

.orderBox.payment .left{
	width:50%;
}




.headline{
	border-bottom: 1px dotted #A5A5A5;
	font-size: 1em;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin:0 0 15px;
}










.orderList{
	
	border:1px dotted #a5a5a5;
	padding:0 20px 20px;
	margin:0 0 20px 0;

}


.orderList .headline{
	border-bottom: 1px dotted #A5A5A5;
	font-size: 1em;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin:0 0 20px;
}



.orderList .orderListTable{
	width:100%;
}

.orderList .orderListTable thead th {
	border-bottom:1px dotted #a5a5a5;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
	padding-right: 10px;
}

.orderList .orderListTable thead th:last-child {
	padding-right: 0;
}

.orderList .orderListTable .item td{
	vertical-align:top;
	border-bottom:1px dotted #a5a5a5;
	padding:20px 0 0 0;
}

.orderList .orderListTable .item td.thumb{
	border-bottom:0;
	padding-right:20px;
	width: 96px;
}

.orderList .orderListTable tbody td {
	vertical-align:top;
	padding-top: 5px;
	padding-right: 10px;
}

.orderList .orderListTable tbody td:last-child {
	padding-right: 0;
}

.orderList .orderListTable tbody td p {
	margin-bottom: 5px;
}

.orderList .orderListTable tbody td a {
	text-decoration: underline;
}

.orderList table.deliveryCartItems thead th {
    text-align: center;
}

.orderList table.deliveryCartItems thead th:first-child {
    text-align: left;
}

.orderBox_top{
    border: 1px dotted #A5A5A5;
    float: left;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 20px 20px;	
}

/*
## Terms and Condition
********************************************************************/

.textpage-termsAndConditions{
	padding: 15px 20px;
}

.contractError {
    float: left;
    margin-top: 10px;
}













