/* General customer
*/

.pageOptions {
	padding: 10px 15px 15px 15px;
	text-align: right;
}

.pageOptions a {
	font-size: 12px;
	border-bottom: 1px solid #000000;
}

.order-details th {
	width: 50%;
}

.order-details h3 {
	margin-bottom: 5px;
}



/* Login page
*/

#page-body #customer-login-page h3 {
	font-size: 14px;
}


/* Home / account page
*/

#account-list {
	padding: 0 100px;
}

#page-body #account-list li {
	margin: 20px 0;
	padding: 2px 20px;
}

#account-list li a.icon {
	font-size: 14px;
}

#account-list li p {
}

#account-list li p a {
	font-size: 90%;
	color: #807f7e;	
}


/* Wishlist page
*/

#customer-wishlist-page .item {
	padding: 15px 15px 10px 15px;
	background: url(../images/menu-divider.png) bottom repeat-x;
}

#customer-wishlist-page .item h3 {
	margin-bottom: 1em;
}

#customer-wishlist-page .item form {
	display: inline;
	margin: 0 10px;
}

#customer-wishlist-page .item img {
	float: left;
	margin-right: 10px;
}

#customer-wishlist-page .item .date {
	margin: 10px 0;
	color: #80736e;
	font-size: 80%;
	text-align: right;
}

#customer-wishlist-page .item .actions {
	text-align: right;
	line-height: 30px;
	vertical-align: middle;
	color: #e7752f;
}

#customer-wishlist-page .item .actions input {
	display: inline;
	vertical-align: middle;
	margin: 5px 0;
}

#customer-wishlist-page.email,
.even {
	background-color: #faf3e7;
}

#customer-wishlist-page.email {
	padding: 10px;
}


/* Gift Voucher page
*/

#voucher-balance,
#redeemed,
#purchased {
	margin: 0 0 40px 0;
}

#voucher-balance p,
#voucher-balance form {
	margin: 1em 4em;
}

#voucher-balance input {
	vertical-align: middle;
}

#voucher-balance em {
	color: #e7752f;
	font-size: 150%;
	font-style: normal
}

.vouchers {
	border: 4px solid #161514;
}

.vouchers .item {
	padding: 1em;
}

.vouchers .item h3 {
	font-weight: normal;
	font-size: 120%;
}

.vouchers .item p {
	display: inline;
	padding-right: 4em;
}


/* Address pages
*/

#customer-addresses-page form {
	margin: 5px 0;
}

#customer-addresses-page .item {
	padding-bottom: 20px;
}

#address fieldset {
	padding-bottom: 20px;
}

#address legend {
	color: #1d3d7a;
	font-size: 14px;
	font-weight: bold;
	display: block;
	clear: both;
}

#address li {
	padding: 0 10px;
}

#address label {
	display: block;
	clear: left;
	margin: 10px 0 5px 0;
}

#address .first,
#address .last,
#address .house,
#address .street {
	float: left;
	width: 15em;
}

#address .city {
	clear: left;
}

#address .submit {
	margin-top: 10px;
}


/* Register page
*/

table.form {
	border-collapse: collapse;
	margin: 10px 0;
}

table.form th,
table.form td {
	padding: 2px 10px 2px 2px;
}


/* Order notes
*/

#customer-ordernotes-page .item {
	float: left;
	clear: left;
	width: 100%;
	margin: 15px 0;
	background: url(../images/ordernote-bg.png) top right no-repeat;
}

#customer-ordernotes-page .item .header {
	float: left;
	width: 140px;
	height: auto;
	padding: 0 10px 22px 0;
	text-indent: 0;
	background: url(../images/ordernote-speech.png) right 25px no-repeat;
}

#customer-ordernotes-page .item .header h3,
#customer-ordernotes-page .item .header h4 {
	font-weight: normal;
}

#customer-ordernotes-page .item .body {
	float: left;
	width: 537px;
	padding: 20px;
	padding-top: 0;
	margin-top: 20px;
	background: #f6f6f6 url(../images/ordernote-bg-bottom.png) bottom no-repeat;
	min-height: 20px;
}

#customer-ordernotes-page form {
	clear: left;
	width: 550px;
	margin: 0 0 0 auto;
}

