/*
## Order.css and orderTotals.css
********************************************************************/

#ajaxCartItems .orderList .orderListTable tbody tr:nth-child(odd) td,
.orderList #your_order tbody tr:nth-child(odd) td,
.orderList .orderListTable tbody tr td.y_order_empty_row{
    border-bottom: none;
}

#orderTotals{
	width:100%;
}

#orderTotals td{
	text-align:right;
}

#orderTotals td:first-child{
	text-align:left;
	vertical-align:top;
}


#orderTotals thead td{
	border-bottom:1px solid #bfbfbf;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
	font-size:1.2em;
	white-space:nowrap;
	padding-left: 5px;
}


#orderTotals tbody td{
	height:30px;
	line-height:30px;
}

#orderTotals p{
	line-height: 1.3em;
}


#orderTotals tfoot td{
	border-top:1px solid #bfbfbf;
	height:30px;
	line-height:30px;
	font-size:1.1em;
	font-family: "museo_sans900";
}

#orderTotals #estimateTaxesButton{
	margin:8px 0 8px 8px;
}


