@charset "utf-8";
/* CSS Document */

.customer-sprite {
	background:url("../images/customer-account-sprite.png") no-repeat 0px 0px;
}

.button-grey-long {
	background:url("../images/button-grey-long.png") no-repeat 0px 0px;
	width:318px;
	height:33px;
	margin-left:40px;
	line-height:33px;
	text-align:center;
	color:#fff;
}

#forgotPasswordPanel a {
	margin-left:-20px;
}

#forgotPasswordPanel {
	margin:10px 0px;
}

#yourAddressPanel {
	width:396px;
	height:291px;
	margin:10px 10px 0px 40px;
	float:left;	
}

#yourAddressPanel .title {
	font-size:16px;
	margin:25px 0px 0px 25px;
}

#yourAddressPanel #address {
	margin:0px 0px 0px 25px;
}

#accountActions {
	width:290px;
	float:left;
	margin-top:10px;
	padding:0px;
}

#accountActions li {
	width:268px;
	height:37px;
	background-position:-119px -293px !important;
	padding-left:15px;
	line-height:37px;
	margin-top:3px;
}

#accountActions li a {
	width:260px;
	display:inline-block;
}

#accountActions li.red {
	background-position:-119px -332px !important;	
}

#accountActions li.red a {
	color:#fff !important;
}

.small-button {
	width:115px;
	height:34px;
	background-position:-1px -293px !important;
	text-align:center;
	line-height:30px;	
	color:#fff;
	margin-left:25px;
}

/* customer accouont details */

.accountDetails #register-panel h3 {
	display:none; /* only hidden on account details page and not on checkup sign up */
}

.accountDetails #register-panel {
	float:left !important;
	margin:0px !important;
}

/* menu for inner account pages  */
#accountActionsSmall {
	width:201px;
	padding:0px;
	overflow:hidden;
	margin:0px;
	float:right;
}

#accountActionsSmall li {
	width:201px;
	height:37px;
	background:url("../images/customer-account-small-menu-buttons.png") no-repeat 0px 0px;
	padding-left:15px;
	line-height:37px;
	margin-top:3px;
}

#accountActionsSmall li.red {
	background-position:0px -37px !important;
}

#accountActionsSmall li.red a {
	color:#fff;
}


/* address list */
#addressList {
	width:550px;
	overflow:hidden;
}

#addressList .address {
	width:545px;
	height:30px;
	line-height:30px;
	border-bottom:1px #cecece solid;
	padding:5px 0px;
}

#addressList .address .edit-link,
#addressList .address .delete-link {
	color:#444;
	width:50px;
	height:22px;	
	font-size:11px;
	line-height:22px;
	text-decoration:none;
	padding-left:25px;
}

#addressList .address .edit-link {
	background-position:-399px 0px;
}

#addressList .address .delete-link {
	background-position:-399px -23px;
}

/* print button */
.print-button,
.button-payment-action {
	font:11px arial !important;
	text-decoration:none;
	line-height:22px !important;
	color:#333;
	text-align:center;	
}

.print-button {
	width:139px;
	height:22px;
	background-position:-1px -370px;
	padding-left:10px;
}

.button-payment-action {
	width:220px;
	height:22px;
	background-position:-150px -370px;
	margin:5px 12px 0px 0px;
}

/* order cart table */
#orderCartTable th {
	padding-top:10px;
	padding-bottom:10px;	
}

/* reorder button */
.reorder-button {
	background:url("../images/order-details-reorder-button.png") no-repeat 0px 0px;
	width:201px;
	height:58px;
	font:bold 12px arial;
	color:#fff;
	cursor:pointer;
	text-align:center;
	padding-left:20px !important;
}

#register-panel {
	margin-top:5px !important;
}

