/*
## 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{
	margin:0;
	width:424px;
}


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




.orderBox .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{
	
	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;
}




.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;
}

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

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




/*GUEST ORDER PAGE EXPIRED*/

.guestOrderExpired{
	width:90%;
	margin:20px auto;
}

.guestOrderExpired .header{
	height:50px;line-height:50px;
	background:#ec5959;
	font-size:16px;
	font-weight:700;
	color:#fff;
}

.guestOrderExpired .header i{
	display:inline-block;
	border-right:1px solid #fff;
	padding-right:20px;
	margin:0 20px;	
}

.guestOrderExpired .content{
	font-size:14px;
	color:#000;
}

.guestOrderExpired li{
	list-style-type:disc;
	margin-left:60px;
}


/*GUEST ORDER PAGE EXPIRED*/













