#content-orderTotals p {
line-height: 14px;
font-size: 100%;
}
/* order status details */

.text-orderRow{width:100%;}

.text-orderRow .orderRow-label {
width:18%;
float:left;
}

.text-orderRow .orderRow-data {font-weight:normal;}


th.product_th {
width:250px;
}
.prod_price{
color:#CC0000;
}

/* Order history table */

#content-orderTable table {
	margin:10px 0px 0px 0px;
	padding:0px;
	width:100%;
	border-spacing:0px;/*LZ added - 
was pushing the table content out of line by 
2px so added 0 to push it back in line*/
border:1px solid #CCC;
}

#content-orderTable table th {
	color:#091453;
	font-size:80%;
	vertical-align:top;
	font-weight:normal;
	text-align:left;
border-bottom:1px solid #CCC;
padding:2px;
}

#content-orderTable table td {
	color:#7f7f7f;
	font-size:70%;
	vertical-align:top;
border-bottom:1px solid #CCC;
padding:2px;
}
#content-orderTable table tr:hover {
background-color:#E1E1E1;
}
/*LZ Added padding back to the top and bottom of the table content but not the sides so it does not knockl it out of line. */
#content-orderTable td, #content-orderTable th{
padding:2px 0px;
}

#content-orderTable table span a  {
	font-size: 100%;
	vertical-align:top;
}

#content-orderTable table span a img {
	vertical-align: middle;
	padding-bottom: 1px;
}

#content-orderTable table td img {border:0px;}

#content-orderTable table td.orderTable-product {width:100px;}

#content-orderTable table a  {
	font-size:90%;
}



/* Back link */

.content-orderStatus {
	clear: both;
	padding-top: 15px;
	padding-left:0px;
}

.orderStatus-link {
	float: left;
	text-align: left;
}

.orderStatus-link img {border:none;}

.orderStatus-label {
	color:#091453;
	font-size:70%;
	float: right;
	padding-top:3px;
	width: 455px;
}

#content-orderTable .orderTable-updateButton, #content-orderTable .orderTable-deleteItem a{
	color:#CC0000;
}

#content-orderTable .orderTable-updateButton {
	padding-top: 5px;
}

#content-orderTable .orderTable-updateButton span, #content-orderTable .orderTable-deleteItem span {
	vertical-align:bottom;
}


/* Order totals */

#content-orderTotals {
	padding:20px 0px 0px 263px;
}

/*LZ LESS TOP PADDING FOR ADD TO BASKET PAGE*/
.add_to_bask #content-orderTotals {
	padding:10px 0px 0px 263px;
}


#content-orderTotals p, #content-orderTotals form {
	float:left;
	margin:0px;
	padding:0;
}

#content-orderTotals form {
	padding:0px 0px 10px 0px;
}

#content-orderTotals .orderTotals-row, #content-orderTotals .orderTotals-totalCostRow, #content-orderTotals .orderTotals-offerRow,  #content-orderTotals .orderTotals-checkOutButton {
	clear:both;
	margin:0;
	padding:0;
}

#content-orderTotals .orderTotals-checkOutButton {
	margin:30px 0px 0px 100px;
	width:110px;
	height:20px;
}

#content-orderTotals .orderTotals-totalCostRow {
	padding-top:5px;
	padding-bottom:10px;
}

#content-orderTotals .orderTotals-totalCostRow .row-label, #content-orderTotals .orderTotals-row .row-label, #content-orderTotals .orderTotals-offerRow .offerRow-label, #content-orderTotals .orderTotals-checkOutButton .checkOutButton-text {
	color:#091453;
	font-size:70%;
	width:90px;
	text-align:right;
}

#content-orderTotals .orderTotals-checkOutButton .checkOutButton-button {
	margin:0px;
	padding:0px;
}

#content-orderTotals .orderTotals-checkOutButton .checkOutButton-text {
	margin:3px 0px 0px 5px;
	padding:0px;
	width:auto;
}

#content-orderTotals .orderTotals-checkOutButton .checkOutButton-text a,
#content-orderTotals .orderTotals-checkOutButton .checkOutButton-text a:visited,
#content-orderTotals .orderTotals-checkOutButton .checkOutButton-text a:hover {
	color:#091453;
	text-decoration: none;
}

#content-orderTotals .orderTotals-offerRow .offerRow-data {
	padding-top:3px;
	margin-left: 10px;
}

#content-orderTotals .orderTotals-offerRow .offerRow-data span a, #content-orderTotals .orderTotals-offerRow .offerRow-data span a img {
	color:#091453;
	font-size: 70%;
	vertical-align: top;
	text-decoration: none;
}

#content-orderTotals .orderTotals-offerRow .offerRow-data span a img {
	margin-top: -1px;
}

#content-orderTotals .orderTotals-totalCostRow p {
	line-height: 16px;
}

#content-orderTotals .orderTotals-totalCostRow .row-label {
	font-size:90%;
	width:90px;
	text-align:right;
}

#content-orderTotals .orderTotals-row .row-data {
	color:#7f7f7f;
	font-size:70%;
	width:70px;
	padding-left:10px;
	padding-top:0px;
}

#content-orderTotals .orderTotals-row .row-data-input {
	color:#7f7f7f;
	font-size:70%;
	width:70px;
	padding-left:10px;
	padding-top:4px;
}

#content-orderTotals .orderTotals-totalCostRow .row-data {
	color:#cc0000;
	font-size:90%;
	font-weight:bold;
	width:70px;
	padding-left:10px;
}