/* Common order formatting. Used in Shop and Customer.
*/

.address {
	float: left;
    line-height: 2em;
	width: 25%;
	text-align: right;
}

.address h3 {
	font-weight: bold;
}

div.friends h3 {
    font-weight: bold;
}
div.friends div.friend {
    float: left;
}
div.friends div.friend p{
    width: 100%;
    text-align: left;
}

#order {
	color: #949494;
	clear: both;
}

table.items {
    width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	color:#333333;
	clear:both;
}
table.items a{
	color:#FF6700;
}
table.items a:hover,
table.items a:active,
table.items a:focus{
	text-decoration:underline;
}
table.items th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform:capitalize;
	color:#4B1F1C;
	border-bottom:1px dotted #D9D9D9;
}
table.items td{
	border-bottom:1px dotted #D9D9D9;
	vertical-align:middle;
	padding-top:4px;
	padding-bottom:4px;
}
table.items tr {
    /*background: url(../images/left-col-separator.gif) bottom repeat-x;*/
}
table.items tr td a:link {
    color: #a9a9a8;
}
table.summary tr.alt ,
table.items tr.alt {
    padding: 2px;
}

table.summary table.totals tr.alt td,
table.summary table.totals tr.alt th,
table.items tr.alt td {
    /*background-color: #282725;*/
	background-color:#F6F6F6;
}

table.items input.qty{
	background-image:none;
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #D9D9D9;
	height:18px;
	font-size:12px;
	padding:0;
	padding-top:4px;
}
table.items td.product a {
    height: auto;
}
table.items td.remove {
    text-indent: -999px;
    padding-left: 10px;
    padding-right: 10px;
    width: 25px;
}
table.items td.gift a.add-gift,
table.items td.gift a.add-gift:link {
    /*background: url(../images/cart-gift.png) left center no-repeat;*/
	background-image:url(../images/add-gift-button.png);
	background-position:0 0;
    display: block;
    float: left;
    height: 27px;
    width: 66px;
    margin-right: 6px;
    padding: 0;
}
table.items td.gift a.add-gift:hover {
    /*background: url(../images/cart-gift-add.png) left center no-repeat;*/
	background-position:0 -27px;
}
table.items td.gift a.new-friend {
    display: inline;
}
table.items td.gift a.change-friend:hover,
table.items td.gift a.new-friend:hover {
    color: white;
}

p.address-line {
	color: #000000;
	padding-top: 20px;
}

table.items td.gift div{
    line-height: 2.5em;
    float: left;
}

table.summary div.address {
    width: 100%;
    text-align: left;
}
table.items td.total,
table.items td.subtotal,
table.items th.total{
	text-align:right;
	padding-right:20px;
}
table.summary th {
    vertical-align: top;
}
table.summary th p.lastDescription{
	text-transform: none;	
}

table.summary td {
    vertical-align:middle;
}
table.summary table.totals {
    width: 100%;
}
table.summary table.totals th {
    width: 50%;
}
table.summary table.totals th {
    text-transform: none;
    background-color: transparent;
    color: #AB9A94;
}
table.summary table.totals td {
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
    width: 100%;
}

#order #items th {
	border-bottom: 1px dotted #333230;
	text-transform: uppercase;
	font-size: 90%;
}

#order #items td {
	padding: 5px;
}

#order #items .even {
	background-color: #161514;
}

p.weight {
	float: left;
}

.totals-box {
	float: right;
	margin-right: 20px;
	color:#333333;
}

.totals-box td {
	padding: 5px 0;
	color: #e7752f;
	text-align: right;
}

.totals-box th {
	padding-right: 20px;
}

.totals-box tr.total td {
	font-size: 150%;
}

.order-details {
	margin-left: 60%;
}

.order-details th {
	padding-right: 10px;
}


/* Checkout page
*/

table.checkoutSelectAddress {
	width: 100%;
}

table.checkoutSelectAddress td {
	padding: 10px 5px;
	border-bottom: 1px solid #e7752f;
}

table.add-address caption {
	font-size: 110%;
	color: #e7682c;
}

table.add-address td {
	padding: 2px;
}
