﻿#shoppingcart { width: 500px; }

.orderheading  { float:left; width: 100%; margin-bottom: 25px; }
.orderheadingaddress { float:left; width: 100%; margin-bottom: 15px; font-weight: bold; text-transform: uppercase; }
.ordertitlerow  { float:left;  width: 100%;  font-weight: bold;  border-bottom-style: double;  background-color: #8db4e3; color: #FFF; height: 20px;  }
.orderdetailrow  { float: left; width: 100%;  margin: 0px 0px 5px 0px; border-bottom-style: dotted; border-bottom-width: thin; background-color: #f6f5f0; }
.ordertitle   
{
    float: left; 
    width: 100%;  
    padding: 2px 0px 2px 0px; 
    margin: 0px 0px 0px 0px; 
    border-bottom-style: double; 
    border-bottom-width: medium; 
    background-color: #8db4e3; 
    color: #fff; 
    text-transform: uppercase; 
    font-weight: bolder; 
    text-align: center; 
 }

.shoppinghcolumn1 { float: left; width: 60%; height: 15px; }
.shoppinghcolumn2 { text-align: right; float: left; width: 10%; height: 15px; }
.shoppinghcolumn3 { text-align: right; float: left; width: 15%; height: 15px; }
.shoppinghcolumn4 { text-align: right; float: left; width: 15%; height: 15px; }

.shoppingdcolumn1 { float: left; width: 60%; }
.shoppingdcolumn2 { text-align: right; float: left; width: 10%; }
.shoppingdcolumn3 { text-align: right; float: left; width: 15%; }
.shoppingdcolumn4 { text-align: right; float: left; width: 15%; }

.orderhcolumn1 { float: left; width: 5%; height: 15px; }
.orderhcolumn2 { float: left; width: 55%; height: 15px; }
.orderhcolumn3 { text-align: right; float: left; width: 10%; height: 15px; }
.orderhcolumn4 { text-align: right; float: left; width: 15%; height: 15px; }
.orderhcolumn5 { text-align: right; float: left; width: 15%; height: 15px; }

.orderdcolumn1 { float: left; width: 5%; }
.orderdcolumn2 { float: left; width: 55%; }
.orderdcolumn3 { text-align: right; float: left; width: 10%; }
.orderdcolumn4 { text-align: right; float: left; width: 15%; }
.orderdcolumn5 { text-align: right; float: left; width: 15%; }

.ordertextheader
{
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	background-color: #e5e5e3;
	padding: 5px 0px 5px 0px;
	
}

.attentiontext
{
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	background-color: #f5c6bf;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	
}

.orderdataheader
{
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	background-color: #e5e5e3;
	padding: 5px 0px 5px 0px;
	
}

.ordertextfooter
{
	float: left;
	width: 96%;
	margin: 30px 0px 0px 0px;
	background-color: #e5e5e3;
	padding: 2% 2% 2% 2%;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	
}

.orderbuttonsfooter
{
	float: left;
	width: 100%;
	margin: 30px 0px 30px 0px;
	
}
